commit:     096a63e36030badf09388db21937388297e27582
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 30 19:15:08 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Dec 30 19:15:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=096a63e3

app-emacs/emms: drop old 20.1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/emms/Manifest         |  1 -
 app-emacs/emms/emms-20.1.ebuild | 48 -----------------------------------------
 2 files changed, 49 deletions(-)

diff --git a/app-emacs/emms/Manifest b/app-emacs/emms/Manifest
index bff334e4c194..10626ffce9f5 100644
--- a/app-emacs/emms/Manifest
+++ b/app-emacs/emms/Manifest
@@ -1,2 +1 @@
-DIST emms-20.1.tar.gz 271638 BLAKE2B 
bfeb270189679b1abdf9030a2fb1fd0774b14af3a678a8fd417e364cebd810bb6008eb8568271ac295aa8f61a03446c525138a1f3c7568c9d40a97288e77397b
 SHA512 
c8aa70194bbd1ba85564122d11d3af425c69585becda9d4ae694ac1e75b4f6886a24afb6cec00547d7abe69a8bc729cd4061d89bdce9f37129c6f7671f6b0607
 DIST emms-20.2.tar.gz 271612 BLAKE2B 
1715bb643f845538f0511278e1ae9b3504f6bb782f1d65cb111424868ecf9a1ad415977f35a6a5d9179290f27ef736eff626b23faa80102b7244331e08f96fc8
 SHA512 
9e23c6b9ff322a646a68616a435a47abcca3d05ca0553948057ce5e7448d5589b0c4fcd72af0109d11e1c19cb0b1eb69540bff9c6cdeb9e65921fabc9f11e231

diff --git a/app-emacs/emms/emms-20.1.ebuild b/app-emacs/emms/emms-20.1.ebuild
deleted file mode 100644
index 42c754b8235a..000000000000
--- a/app-emacs/emms/emms-20.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp toolchain-funcs
-
-DESCRIPTION="The Emacs Multimedia System"
-HOMEPAGE="https://www.gnu.org/software/emms/
-       https://www.emacswiki.org/emacs/EMMS";
-
-if [[ "${PV}" == *9999* ]] ; then
-       inherit git-r3
-       EGIT_REPO_URI="https://git.savannah.gnu.org/git/emms.git";
-else
-       
SRC_URI="https://git.savannah.gnu.org/cgit/emms.git/snapshot/${P}.tar.gz";
-       KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-fi
-
-LICENSE="GPL-3+ FDL-1.1+"
-SLOT="0"
-
-RDEPEND="media-libs/taglib"
-DEPEND="${RDEPEND}"
-
-# EMMS can use almost anything for playing media files therefore the dependency
-# possibilities are so broad that we refrain from setting anything explicitly
-# in DEPEND/RDEPEND.
-
-DOCS=( AUTHORS NEWS README )
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-       emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" all emms-print-metadata
-}
-
-src_install() {
-       elisp-install "${PN}" *.el *.elc
-       elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-
-       exeinto /usr/bin
-       doexe src/emms-print-metadata
-
-       doinfo doc/emms.info*
-       doman emms-print-metadata.1
-
-       einstalldocs
-}

Reply via email to