summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-08-03 18:10:09 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-08-03 21:03:14 +0200
commit305884b1cd9c54d5c3dccdc3e4f072a8fa1d665b (patch)
treec499f69220804c4199f0ae5d0233bf151782012c /app-emacs/emms
parentapp-emacs/emms: drop old 13 (diff)
downloadgentoo-305884b1cd9c54d5c3dccdc3e4f072a8fa1d665b.tar.gz
gentoo-305884b1cd9c54d5c3dccdc3e4f072a8fa1d665b.tar.bz2
gentoo-305884b1cd9c54d5c3dccdc3e4f072a8fa1d665b.zip
app-emacs/emms: drop old 14
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/emms')
-rw-r--r--app-emacs/emms/Manifest1
-rw-r--r--app-emacs/emms/emms-14.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/app-emacs/emms/Manifest b/app-emacs/emms/Manifest
index 2e1f7bfdb793..daf487864923 100644
--- a/app-emacs/emms/Manifest
+++ b/app-emacs/emms/Manifest
@@ -1,2 +1 @@
-DIST emms-14.tar.gz 212655 BLAKE2B 4a63b05dab8af1731a7ac036b7daa6b46db6ff26d954d6d8b12a3a280be94bf41cc47dfb4042318d58f9397791791c4a7e454f9863296d4d48961c6667284ff1 SHA512 98b8c8a017b080065f1da77f406efb9f294eb7217b51a2bc1de033ad8db190e9ac93ffcb1fb292bf63d5a811607e4004c6bfcfb2182229c2cb71b59626a4b991
DIST emms-15.tar.gz 213132 BLAKE2B cd0895d46792ca19b2a245b631f67883430477b89ed3973f6de42d95e506c8474516bde10d4a057fc7f5e38730bf6a6fce3714431782d10929945190f0da6a2a SHA512 81f4a9526b1ecc9f411c3ec62706e118bc6e39ed36130a60243bce9f312fa5873bf88af5425a12f86c2bf797dcd8afc81564a8d890c9573bc45c694c55637369
diff --git a/app-emacs/emms/emms-14.ebuild b/app-emacs/emms/emms-14.ebuild
deleted file mode 100644
index 036de9427036..000000000000
--- a/app-emacs/emms/emms-14.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 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"
-SRC_URI="https://git.savannah.gnu.org/cgit/emms.git/snapshot/${P}.tar.gz"
-
-LICENSE="GPL-3+ FDL-1.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-
-RDEPEND="media-libs/taglib"
-BDEPEND="${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.
-
-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
- dodoc AUTHORS NEWS README THANKGNU
-}