summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-10-15 09:15:26 +0200
committerUlrich Müller <ulm@gentoo.org>2019-10-15 09:15:26 +0200
commitf2f56f076c892415950298ae6da38e6ed72c468c (patch)
tree953a635e1a872b404b69f467b84ccbc025c34ca4 /app-emacs/emms/emms-3.0-r1.ebuild
parentapp-emacs/ecb: Remove old. (diff)
downloadgentoo-f2f56f076c892415950298ae6da38e6ed72c468c.tar.gz
gentoo-f2f56f076c892415950298ae6da38e6ed72c468c.tar.bz2
gentoo-f2f56f076c892415950298ae6da38e6ed72c468c.zip
app-emacs/emms: Remove old.
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/emms/emms-3.0-r1.ebuild')
-rw-r--r--app-emacs/emms/emms-3.0-r1.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/app-emacs/emms/emms-3.0-r1.ebuild b/app-emacs/emms/emms-3.0-r1.ebuild
deleted file mode 100644
index 0b9f95372740..000000000000
--- a/app-emacs/emms/emms-3.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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://www.gnu.org/software/emms/download/${P}.tar.gz"
-
-LICENSE="GPL-3+ FDL-1.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-
-DEPEND="media-libs/taglib"
-RDEPEND="${DEPEND}"
-
-# 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.
-
-ELISP_PATCHES="${P}-Makefile.patch
- ${P}-texinfo-5.patch"
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
- emake CC="$(tc-getCC)" \
- EMACS=emacs \
- all emms-print-metadata
-}
-
-src_install() {
- elisp-install ${PN} *.{el,elc}
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
- doinfo *.info*
- dobin *-wrapper emms-print-metadata
- dodoc AUTHORS ChangeLog FAQ NEWS README RELEASE
-}