summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-06-15 11:46:08 +0000
committerSamuli Suominen <drac@gentoo.org>2008-06-15 11:46:08 +0000
commit78ab3d4cb6bb266c5a378fad81ab490aeb993ebe (patch)
tree158741442d2c1fc8f1adbf43f44fd541adec5fd4
parentFix #225075 (diff)
downloadgentoo-2-78ab3d4cb6bb266c5a378fad81ab490aeb993ebe.tar.gz
gentoo-2-78ab3d4cb6bb266c5a378fad81ab490aeb993ebe.tar.bz2
gentoo-2-78ab3d4cb6bb266c5a378fad81ab490aeb993ebe.zip
old, useless dodoc COPYING
(Portage version: 2.1.5.5)
-rw-r--r--app-cdr/burncenter/burncenter-3.0.ebuild39
-rw-r--r--app-cdr/burncenter/burncenter-3.1.ebuild39
-rw-r--r--app-cdr/burncenter/burncenter-3.2.1.ebuild6
3 files changed, 3 insertions, 81 deletions
diff --git a/app-cdr/burncenter/burncenter-3.0.ebuild b/app-cdr/burncenter/burncenter-3.0.ebuild
deleted file mode 100644
index ce19fe948635..000000000000
--- a/app-cdr/burncenter/burncenter-3.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/burncenter/burncenter-3.0.ebuild,v 1.14 2006/09/17 03:38:53 pylon Exp $
-
-DESCRIPTION="Easy-to-use text based interface to the UNIX CD burning tools"
-HOMEPAGE="http://alx14.free.fr/burncenter/"
-SRC_URI="http://alx14.free.fr/burncenter/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc"
-IUSE="vorbis"
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
- virtual/cdrtools
- virtual/mpg123
- vorbis? (
- >=media-sound/vorbis-tools-1.0_rc2
- >=media-sound/oggtst-0.0 )"
-
-S=${WORKDIR}/burncenter3
-
-src_compile() {
- # Nothing to do.
- true
-}
-
-src_install() {
- local modulePath=$(perl -V:installprivlib | \
- perl -p -e "s/^.*?='(.*?)';/\$1/")
-
- dobin burncenter || die
-
- insinto ${modulePath}
- doins Burncenter.pm
-
- dodoc doc/DEVELOP-FRONTENDS doc/README doc/TODO
-}
diff --git a/app-cdr/burncenter/burncenter-3.1.ebuild b/app-cdr/burncenter/burncenter-3.1.ebuild
deleted file mode 100644
index d8f710e5206d..000000000000
--- a/app-cdr/burncenter/burncenter-3.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/burncenter/burncenter-3.1.ebuild,v 1.10 2006/09/17 03:38:53 pylon Exp $
-
-DESCRIPTION="A Perl module and a collection of easy-to-use text based interfaces to the UNIX CD burning tools"
-HOMEPAGE="http://alx14.free.fr/burncenter/"
-SRC_URI="http://alx14.free.fr/burncenter/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc"
-IUSE="vorbis"
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
- virtual/cdrtools
- virtual/mpg123
- vorbis? (
- >=media-sound/vorbis-tools-1.0_rc2
- >=media-sound/oggtst-0.0 )"
-
-S=${WORKDIR}/burncenter3
-
-src_compile() {
- # Nothing to do.
- true
-}
-
-src_install() {
- local modulePath=$(perl -V:installprivlib | \
- perl -p -e "s/^.*?='(.*?)';/\$1/")
-
- dobin burncenter || die
-
- insinto ${modulePath}
- doins Burncenter.pm
-
- dodoc doc/DEVELOP-FRONTENDS doc/README doc/TODO
-}
diff --git a/app-cdr/burncenter/burncenter-3.2.1.ebuild b/app-cdr/burncenter/burncenter-3.2.1.ebuild
index 2a515aad9d26..e6e330f4b23a 100644
--- a/app-cdr/burncenter/burncenter-3.2.1.ebuild
+++ b/app-cdr/burncenter/burncenter-3.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/burncenter/burncenter-3.2.1.ebuild,v 1.7 2007/07/13 05:40:32 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/burncenter/burncenter-3.2.1.ebuild,v 1.8 2008/06/15 11:46:08 drac Exp $
DESCRIPTION="A Perl module and a collection of easy-to-use text based interfaces to the UNIX CD burning tools"
HOMEPAGE="http://alx14.free.fr/burncenter/"
@@ -31,5 +31,5 @@ src_install() {
insinto ${modulePath}
doins Burncenter.pm
- dodoc COPYING DEVELOP-FRONTENDS README TODO
+ dodoc DEVELOP-FRONTENDS README TODO
}