summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-06-15 12:13:16 +0000
committerSamuli Suominen <drac@gentoo.org>2008-06-15 12:13:16 +0000
commitef6e3e88f7adf8007f6e326f362069b4394a1594 (patch)
tree16d29f981cd44c2bd59b0af8fe42c03b4f4c449e /app-cdr/disc-cover
parentMove intltool to DEPEND. (diff)
downloadgentoo-2-ef6e3e88f7adf8007f6e326f362069b4394a1594.tar.gz
gentoo-2-ef6e3e88f7adf8007f6e326f362069b4394a1594.tar.bz2
gentoo-2-ef6e3e88f7adf8007f6e326f362069b4394a1594.zip
old
(Portage version: 2.1.5.5)
Diffstat (limited to 'app-cdr/disc-cover')
-rw-r--r--app-cdr/disc-cover/disc-cover-1.5.4-r1.ebuild30
-rw-r--r--app-cdr/disc-cover/disc-cover-1.5.4.ebuild39
2 files changed, 0 insertions, 69 deletions
diff --git a/app-cdr/disc-cover/disc-cover-1.5.4-r1.ebuild b/app-cdr/disc-cover/disc-cover-1.5.4-r1.ebuild
deleted file mode 100644
index 7bade64d54d0..000000000000
--- a/app-cdr/disc-cover/disc-cover-1.5.4-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/disc-cover/disc-cover-1.5.4-r1.ebuild,v 1.6 2007/07/13 05:40:32 mr_bones_ Exp $
-
-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/tetex
- 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/disc-cover-1.5.4.ebuild b/app-cdr/disc-cover/disc-cover-1.5.4.ebuild
deleted file mode 100644
index 4d84524e9687..000000000000
--- a/app-cdr/disc-cover/disc-cover-1.5.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/disc-cover/disc-cover-1.5.4.ebuild,v 1.12 2006/01/31 23:06:01 dju Exp $
-
-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"
-SLOT="0"
-KEYWORDS="x86 ppc sparc amd64"
-IUSE=""
-
-DEPEND="dev-lang/perl
- >=sys-apps/sed-4"
-RDEPEND="dev-lang/perl
- >=dev-perl/Audio-CD-disc-cover-0.05
- virtual/tetex"
-
-src_compile() {
- sed -i -e "s#/usr/share/disc-cover/#/etc/webapps/${PF}/#" disc-cover
- pod2man disc-cover > disc-cover.1 || die
-}
-
-src_install() {
- dobin disc-cover || die
- doman disc-cover.1
-
- dodoc AUTHORS CHANGELOG TODO
-
- exeinto /usr/share/webapps/${PF}/cgi-bin/
- doexe index.cgi online.cgi
-
- insinto /usr/share/webapps/${PF}/htdocs/
- doins busy.png offline.png online.png
-
- insinto /etc/webapps/${PF}/templates
- doins templates/*
-}