diff options
Diffstat (limited to 'app-cdr/disc-cover/disc-cover-1.5.4.ebuild')
-rw-r--r-- | app-cdr/disc-cover/disc-cover-1.5.4.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-cdr/disc-cover/disc-cover-1.5.4.ebuild b/app-cdr/disc-cover/disc-cover-1.5.4.ebuild index ec281880437c..eaa8620dc5d7 100644 --- a/app-cdr/disc-cover/disc-cover-1.5.4.ebuild +++ b/app-cdr/disc-cover/disc-cover-1.5.4.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.3 2004/05/17 15:17:17 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/disc-cover/disc-cover-1.5.4.ebuild,v 1.4 2004/05/31 20:14:54 vapier Exp $ DESCRIPTION="Creates CD-Covers via Latex by fetching cd-info from freedb.org or local file" HOMEPAGE="http://www.cwi.nl/~jvhemert/disc-cover.html" SRC_URI="http://www.cwi.nl/~jvhemert/files/${P}.tar.gz" -IUSE="" + LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc" SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc" +IUSE="" DEPEND="dev-lang/perl >=sys-apps/sed-4" - RDEPEND="dev-lang/perl >=dev-perl/Audio-CD-disc-cover-0.05 virtual/tetex" @@ -23,10 +23,10 @@ src_compile() { } src_install() { - dobin disc-cover + dobin disc-cover || die doman disc-cover.1 - dodoc AUTHORS CHANGELOG COPYING TODO + dodoc AUTHORS CHANGELOG TODO exeinto /usr/share/webapps/${PF}/cgi-bin/ doexe index.cgi online.cgi |