summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-08-03 18:10:03 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-08-03 21:03:13 +0200
commit819622d8f2e26f39fb5c5b99eae4954c2e4d0a8f (patch)
treeb9b7b2724945a4e023d61e3cca40fad52cb33748 /app-emacs/emms/emms-13.ebuild
parentdev-cpp/cpp-httplib: bump to 0.13.3 (diff)
downloadgentoo-819622d8f2e26f39fb5c5b99eae4954c2e4d0a8f.tar.gz
gentoo-819622d8f2e26f39fb5c5b99eae4954c2e4d0a8f.tar.bz2
gentoo-819622d8f2e26f39fb5c5b99eae4954c2e4d0a8f.zip
app-emacs/emms: drop old 13
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/emms/emms-13.ebuild')
-rw-r--r--app-emacs/emms/emms-13.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/app-emacs/emms/emms-13.ebuild b/app-emacs/emms/emms-13.ebuild
deleted file mode 100644
index 036de9427036..000000000000
--- a/app-emacs/emms/emms-13.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
-}