diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-03-21 02:53:57 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-03-21 02:55:00 +1100 |
commit | 4ad16364fbc0628d10849f6f97e1772ba30af352 (patch) | |
tree | 61a1011eff7e81e1655b46a6f253dfa0bdd6edcf /app-cdr/disc-cover | |
parent | profiles: drop mask for removed packages (diff) | |
download | gentoo-4ad16364fbc0628d10849f6f97e1772ba30af352.tar.gz gentoo-4ad16364fbc0628d10849f6f97e1772ba30af352.tar.bz2 gentoo-4ad16364fbc0628d10849f6f97e1772ba30af352.zip |
app-cdr/disc-cover: remove old
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-cdr/disc-cover')
-rw-r--r-- | app-cdr/disc-cover/disc-cover-1.5.6.ebuild | 30 | ||||
-rw-r--r-- | app-cdr/disc-cover/metadata.xml | 4 |
2 files changed, 0 insertions, 34 deletions
diff --git a/app-cdr/disc-cover/disc-cover-1.5.6.ebuild b/app-cdr/disc-cover/disc-cover-1.5.6.ebuild deleted file mode 100644 index b572b4ed184d..000000000000 --- a/app-cdr/disc-cover/disc-cover-1.5.6.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -DESCRIPTION="Creates CD-Covers via LaTeX by fetching cd-info from freedb.org or local file" -HOMEPAGE="http://www.vanhemert.co.uk/disc-cover.html" -SRC_URI="http://www.vanhemert.co.uk/files/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="amd64 ppc sparc x86" -IUSE="cdrom" - -SLOT="0" - -DEPEND="dev-lang/perl" -RDEPEND="${DEPEND} - virtual/latex-base - cdrom? ( dev-perl/Audio-CD-disc-cover )" - -src_compile() { - pod2man disc-cover > disc-cover.1 || die -} - -src_install() { - dobin disc-cover - dodoc AUTHORS CHANGELOG TODO - doman disc-cover.1 - insinto /usr/share/${PN}/templates - doins templates/* -} diff --git a/app-cdr/disc-cover/metadata.xml b/app-cdr/disc-cover/metadata.xml index 3542a2056624..2eadb7c03808 100644 --- a/app-cdr/disc-cover/metadata.xml +++ b/app-cdr/disc-cover/metadata.xml @@ -8,8 +8,4 @@ bound by the fact that they come from the same source package. That's why the web application ebuild is manually slotted to 0. </longdescription> - <use> - <flag name="cdrom">Enable audio CD support. This is not needed to make - www-apps/disc-cover work.</flag> - </use> </pkgmetadata> |