summaryrefslogtreecommitdiff
path: root/app-emacs/shut-up
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /app-emacs/shut-up
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'app-emacs/shut-up')
-rw-r--r--app-emacs/shut-up/Manifest1
-rw-r--r--app-emacs/shut-up/metadata.xml14
-rw-r--r--app-emacs/shut-up/shut-up-0.3.3.ebuild37
3 files changed, 0 insertions, 52 deletions
diff --git a/app-emacs/shut-up/Manifest b/app-emacs/shut-up/Manifest
deleted file mode 100644
index e8adbe6988e5..000000000000
--- a/app-emacs/shut-up/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST shut-up-0.3.3.tar.gz 4479 BLAKE2B 0cb9ee028386ceb9b80385a6893c203481a79619f8780c641ca76a8878bece3944973ba78a41e1a554d4c9402ec2227d1234a9b6862b01d489dba30db021b731 SHA512 b14110022bd1512985fe40194c419f06cc8f5f6c819f02e681a89c2f80a32140e20eea6e3bb659b1abee85021b01bdc0b48d3ff12d6fac6072635fbdcb808484
diff --git a/app-emacs/shut-up/metadata.xml b/app-emacs/shut-up/metadata.xml
deleted file mode 100644
index 4faa9fa90905..000000000000
--- a/app-emacs/shut-up/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-
-<pkgmetadata>
- <maintainer type="project">
- <email>gnu-emacs@gentoo.org</email>
- <name>Gentoo GNU Emacs project</name>
- </maintainer>
- <upstream>
- <bugs-to>https://github.com/cask/shut-up/issues/</bugs-to>
- <remote-id type="github">cask/shut-up</remote-id>
- </upstream>
- <stabilize-allarches />
-</pkgmetadata>
diff --git a/app-emacs/shut-up/shut-up-0.3.3.ebuild b/app-emacs/shut-up/shut-up-0.3.3.ebuild
deleted file mode 100644
index ebb425ea0a77..000000000000
--- a/app-emacs/shut-up/shut-up-0.3.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Reduce Emacs output of messages"
-HOMEPAGE="https://github.com/cask/shut-up/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/cask/${PN}.git"
-else
- SRC_URI="https://github.com/cask/${PN}/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
- KEYWORDS="~alpha amd64 arm arm64 ~loong ppc64 ~riscv ~sparc x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
- test? (
- app-emacs/f
- app-emacs/s
- )
-"
-
-DOCS=( README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-elisp-enable-tests ert test