summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-07-12 14:18:50 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-07-12 14:35:30 +0200
commit6b675c03cc16c3b237e951089a9143a138e16e54 (patch)
treeb36755accf57379b364f70729af384ea3df3384f /app-emacs/emms
parentapp-emacs/compat: bump to 30.0.0.0 (diff)
downloadgentoo-6b675c03cc16c3b237e951089a9143a138e16e54.tar.gz
gentoo-6b675c03cc16c3b237e951089a9143a138e16e54.tar.bz2
gentoo-6b675c03cc16c3b237e951089a9143a138e16e54.zip
app-emacs/emms: drop old 19
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-19.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/app-emacs/emms/Manifest b/app-emacs/emms/Manifest
index fe5f0ea74805..8bd044fef8ad 100644
--- a/app-emacs/emms/Manifest
+++ b/app-emacs/emms/Manifest
@@ -1,2 +1 @@
-DIST emms-19.tar.gz 264686 BLAKE2B 45f305c3836854a5ce506bd001b59ca157acb931241eb30dd19f920570334f6823245158ccd880b85e79a7026bfd8b0da190bcf3b2a4704377cc203f4ca0d699 SHA512 df99e82c60e4a61c65dad6108ae37c92314a0ee9f929f7031eef5474dfa5eb9174e068c4423d4c6fbf6ec997c4c9c748e1e1d0c1be00bd87adf10b3df33fc81d
DIST emms-20.tar.gz 271008 BLAKE2B e90d9da9f1ffb7b984f095c3b8a2f076c913f44e415cc395362187c65abedd3e8b4cbbeecff5b231ea913716f6644c7909b318862262b9020bbb4933c2364e60 SHA512 f2ab8b8a6cf3d10f19c217bbd1dc6dd9e9230e73eeb7046479a920c72b6d4b6196c3d919419b9f5d2ed3dab834c491d71e810f3d0da09ac3f11c9fd8eed785c0
diff --git a/app-emacs/emms/emms-19.ebuild b/app-emacs/emms/emms-19.ebuild
deleted file mode 100644
index ee43f01fcdd9..000000000000
--- a/app-emacs/emms/emms-19.ebuild
+++ /dev/null
@@ -1,46 +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"
-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.
-
-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
-}