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
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')
-rw-r--r--app-emacs/emms/Manifest2
-rw-r--r--app-emacs/emms/emms-3.0-r1.ebuild40
-rw-r--r--app-emacs/emms/emms-4.1.ebuild38
-rw-r--r--app-emacs/emms/files/emms-3.0-Makefile.patch11
-rw-r--r--app-emacs/emms/files/emms-3.0-texinfo-5.patch17
5 files changed, 0 insertions, 108 deletions
diff --git a/app-emacs/emms/Manifest b/app-emacs/emms/Manifest
index ff74f06f7585..0750f8683eca 100644
--- a/app-emacs/emms/Manifest
+++ b/app-emacs/emms/Manifest
@@ -1,4 +1,2 @@
-DIST emms-3.0.tar.gz 200838 BLAKE2B bca2f720abfa79d8ba460115169660ef1c52be895d9f49638cb771e2824456f59a4bbb8e92c4dafe3eb11203099ec564e4033e4fcaf305d26f39047423efde93 SHA512 a6637d6d9bcf7fdc81815e698b51579d2dcb51b70b39d65117a81d180541f4774c82a1da23f5e67a5ffd37d5f1a4ce4fe5f653f8e443f899910320eaf5420119
-DIST emms-4.1.tar.gz 283625 BLAKE2B 4ec32ca724f414024ef26db1f93f573f36605b32530ace833d2f3b1a7230f2da374c0cd3307082d44372c201ac6fd8b8eec9da0938db1699437b93236bda5cbe SHA512 b92773bb102e8d082a70644743665d5a1bfa470f579b8aaa1df60a29d0156aa6c4d516ea92a842db50d3418d63be7eb0cd36f18e9e3574b840056ed4ea210107
DIST emms-4.3.tar.gz 287153 BLAKE2B 2b8dab4f18ea7a6eb4e0b982d795d5f16dcdbe39dc091e6f6fe056cf1143b11620ef8ee4fc83612224c6674978747b8c96575e797f0779b6fab71f46f921f918 SHA512 fd674e8637700d0a08cbdf0253ffd285623ba8181fac389eb94a701091ce25b071f995baa4fd68d60528dbbb90bbf034705bf52b41d9d5edd7af12c2c99418ed
DIST emms-4.4.tar.gz 288922 BLAKE2B d86cd9124f1d92d9d91aa96c45f7fd5e86776ff5f15cfa5e139eb40bc72e673f394b3d5209e64da62d3ab02ef18d6ac690e1d4e4273f3aad9c53b7e5ac4e7839 SHA512 d0aaac80728b542366885916e43c2c50302a5a5d6c9e35ff53a5b46a7185fda19459ea28f0d77929920873d7d9732fa531a4ef50f5052ed4df42cc474d14d0ba
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
-}
diff --git a/app-emacs/emms/emms-4.1.ebuild b/app-emacs/emms/emms-4.1.ebuild
deleted file mode 100644
index 44a65e00eee5..000000000000
--- a/app-emacs/emms/emms-4.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp toolchain-funcs
-
-DESCRIPTION="The Emacs Multimedia System"
-HOMEPAGE="https://www.gnu.org/software/emms/
- https://www.emacswiki.org/emacs/EMMS"
-SRC_URI="mirror://gnu/${PN}/${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.
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
- emake CC="$(tc-getCC)" \
- all emms-print-metadata
-}
-
-src_install() {
- elisp-install ${PN} lisp/*.{el,elc}
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
- doinfo doc/emms.info*
- dobin src/emms-print-metadata
- doman emms-print-metadata.1
- dodoc AUTHORS ChangeLog NEWS README THANKGNU
-}
diff --git a/app-emacs/emms/files/emms-3.0-Makefile.patch b/app-emacs/emms/files/emms-3.0-Makefile.patch
deleted file mode 100644
index 4f5760c162b3..000000000000
--- a/app-emacs/emms/files/emms-3.0-Makefile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- emms-3.0-orig/Makefile 2007-06-29 18:16:24.000000000 +0200
-+++ emms-3.0/Makefile 2010-08-09 22:14:39.000000000 +0200
-@@ -41,7 +41,7 @@
- makeinfo --html --no-split $<
-
- emms-print-metadata: emms-print-metadata.c
-- $(CC) -o $@ $< -I/usr/include/taglib -L/usr/lib -ltag_c
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< `taglib-config --libs --cflags` -ltag_c
-
- install:
- test -d $(SITELISP) || mkdir -p $(SITELISP)
diff --git a/app-emacs/emms/files/emms-3.0-texinfo-5.patch b/app-emacs/emms/files/emms-3.0-texinfo-5.patch
deleted file mode 100644
index 10ee2ad57524..000000000000
--- a/app-emacs/emms/files/emms-3.0-texinfo-5.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- emms-3.0-orig/gpl.texi
-+++ emms-3.0/gpl.texi
-@@ -659,6 +659,8 @@
- Program, unless a warranty or assumption of liability accompanies a
- copy of the Program in return for a fee.
-
-+@end enumerate
-+
- @iftex
- @heading END OF TERMS AND CONDITIONS
- @end iftex
-@@ -721,5 +723,3 @@
- applications with the library. If this is what you want to do, use
- the GNU Lesser General Public License instead of this License. But
- first, please read @url{http://www.gnu.org/philosophy/why-not-lgpl.html}.
--
--@end enumerate