summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-06-07 01:53:58 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-06-07 01:53:58 +0000
commitea99b9420a533285687d07dd6d838f5348e7912d (patch)
treeb5a8ddedf285659377193cb8086eb6282aa316b3 /app-text
parentVersion bump per bug #214424, and also clean up syntax. (diff)
downloadgentoo-2-ea99b9420a533285687d07dd6d838f5348e7912d.tar.gz
gentoo-2-ea99b9420a533285687d07dd6d838f5348e7912d.tar.bz2
gentoo-2-ea99b9420a533285687d07dd6d838f5348e7912d.zip
Clean up old ebuilds.
(Portage version: 2.1.5.4)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/convmv/ChangeLog6
-rw-r--r--app-text/convmv/convmv-1.05.ebuild23
-rw-r--r--app-text/convmv/convmv-1.08.ebuild23
-rw-r--r--app-text/convmv/convmv-1.09.ebuild23
4 files changed, 5 insertions, 70 deletions
diff --git a/app-text/convmv/ChangeLog b/app-text/convmv/ChangeLog
index f35c84326545..1d7fff94281a 100644
--- a/app-text/convmv/ChangeLog
+++ b/app-text/convmv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/convmv
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/convmv/ChangeLog,v 1.34 2008/06/07 01:53:16 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/convmv/ChangeLog,v 1.35 2008/06/07 01:53:58 robbat2 Exp $
+
+ 07 Jun 2008; Robin H. Johnson <robbat2@gentoo.org> -convmv-1.05.ebuild,
+ -convmv-1.08.ebuild, -convmv-1.09.ebuild:
+ Clean up old ebuilds.
*convmv-1.12 (07 Jun 2008)
diff --git a/app-text/convmv/convmv-1.05.ebuild b/app-text/convmv/convmv-1.05.ebuild
deleted file mode 100644
index c20724f44667..000000000000
--- a/app-text/convmv/convmv-1.05.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/convmv/convmv-1.05.ebuild,v 1.12 2006/09/04 19:54:40 corsair Exp $
-
-DESCRIPTION="convert filenames to utf8 or any other charset"
-HOMEPAGE="http://j3e.de/linux/${PN}"
-SRC_URI="http://j3e.de/linux/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- einstall DESTDIR=${D} PREFIX=/usr || die "einstall failed"
- dodoc CREDITS Changes GPL2 TODO VERSION testsuite.tar
-}
diff --git a/app-text/convmv/convmv-1.08.ebuild b/app-text/convmv/convmv-1.08.ebuild
deleted file mode 100644
index cefad5d8ae19..000000000000
--- a/app-text/convmv/convmv-1.08.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/convmv/convmv-1.08.ebuild,v 1.9 2006/11/13 20:55:18 grobian Exp $
-
-DESCRIPTION="convert filenames to utf8 or any other charset"
-HOMEPAGE="http://j3e.de/linux/${PN}"
-SRC_URI="http://j3e.de/linux/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- einstall DESTDIR=${D} PREFIX=/usr || die "einstall failed"
- dodoc CREDITS Changes GPL2 TODO VERSION testsuite.tar
-}
diff --git a/app-text/convmv/convmv-1.09.ebuild b/app-text/convmv/convmv-1.09.ebuild
deleted file mode 100644
index 48991470a702..000000000000
--- a/app-text/convmv/convmv-1.09.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/convmv/convmv-1.09.ebuild,v 1.6 2006/11/13 20:55:18 grobian Exp $
-
-DESCRIPTION="convert filenames to utf8 or any other charset"
-HOMEPAGE="http://j3e.de/linux/${PN}"
-SRC_URI="http://j3e.de/linux/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ia64 ~mips ppc ppc64 ~sparc ~x86"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- einstall DESTDIR=${D} PREFIX=/usr || die "einstall failed"
- dodoc CREDITS Changes GPL2 TODO VERSION testsuite.tar
-}