diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 20:14:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 20:14:54 +0000 |
commit | 424e4a5194c0818316da3a5fc00086d9b91eb8f0 (patch) | |
tree | f0ebcac6766aa652d5786b913da613c602f841b0 /app-cdr/disc-cover | |
parent | sign this (diff) | |
download | historical-424e4a5194c0818316da3a5fc00086d9b91eb8f0.tar.gz historical-424e4a5194c0818316da3a5fc00086d9b91eb8f0.tar.bz2 historical-424e4a5194c0818316da3a5fc00086d9b91eb8f0.zip |
dont install stupid COPYING file
Diffstat (limited to 'app-cdr/disc-cover')
-rw-r--r-- | app-cdr/disc-cover/disc-cover-1.3.1.ebuild | 9 | ||||
-rw-r--r-- | app-cdr/disc-cover/disc-cover-1.4.0.ebuild | 12 | ||||
-rw-r--r-- | app-cdr/disc-cover/disc-cover-1.5.2.ebuild | 11 | ||||
-rw-r--r-- | app-cdr/disc-cover/disc-cover-1.5.4.ebuild | 12 |
4 files changed, 23 insertions, 21 deletions
diff --git a/app-cdr/disc-cover/disc-cover-1.3.1.ebuild b/app-cdr/disc-cover/disc-cover-1.3.1.ebuild index ce5443233c84..f117102e25f6 100644 --- a/app-cdr/disc-cover/disc-cover-1.3.1.ebuild +++ b/app-cdr/disc-cover/disc-cover-1.3.1.ebuild @@ -1,15 +1,16 @@ # 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.3.1.ebuild,v 1.16 2004/05/17 15:17:17 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/disc-cover/disc-cover-1.3.1.ebuild,v 1.17 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.liacs.nl/~jvhemert/disc-cover/" SRC_URI="http://www.liacs.nl/~jvhemert/disc-cover/download/unstable/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc" SLOT="0" +KEYWORDS="x86 ppc sparc" IUSE="" + DEPEND=">=dev-perl/Audio-CD-disc-cover-0.04 virtual/tetex" @@ -18,10 +19,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 docinto freedb dodoc freedb/* docinto docs diff --git a/app-cdr/disc-cover/disc-cover-1.4.0.ebuild b/app-cdr/disc-cover/disc-cover-1.4.0.ebuild index e996e91582c6..61c1aa50708d 100644 --- a/app-cdr/disc-cover/disc-cover-1.4.0.ebuild +++ b/app-cdr/disc-cover/disc-cover-1.4.0.ebuild @@ -1,14 +1,15 @@ # 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.4.0.ebuild,v 1.7 2004/05/17 15:17:17 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/disc-cover/disc-cover-1.4.0.ebuild,v 1.8 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://home.wanadoo.nl/jano/disc-cover.html" SRC_URI="http://home.wanadoo.nl/jano/files/${P}.tar.gz" -IUSE="" + LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc" SLOT="0" +KEYWORDS="x86 ~ppc ~sparc" +IUSE="" DEPEND=">=dev-perl/Audio-CD-disc-cover-0.05 virtual/tetex" @@ -18,11 +19,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 docinto freedb dodoc freedb/* } - diff --git a/app-cdr/disc-cover/disc-cover-1.5.2.ebuild b/app-cdr/disc-cover/disc-cover-1.5.2.ebuild index d3108244b714..a97b69c1b51c 100644 --- a/app-cdr/disc-cover/disc-cover-1.5.2.ebuild +++ b/app-cdr/disc-cover/disc-cover-1.5.2.ebuild @@ -1,14 +1,15 @@ # 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.2.ebuild,v 1.5 2004/05/17 15:17:17 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/disc-cover/disc-cover-1.5.2.ebuild,v 1.6 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://home.wanadoo.nl/jano/disc-cover.html" SRC_URI="http://home.wanadoo.nl/jano/files/${P}.tar.gz" -IUSE="" + LICENSE="GPL-2" -KEYWORDS="x86 ~ppc sparc" SLOT="0" +KEYWORDS="x86 ~ppc sparc" +IUSE="" DEPEND=">=dev-perl/Audio-CD-disc-cover-0.05 virtual/tetex" @@ -18,10 +19,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/disc-cover/ doexe index.cgi online.cgi 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 |