summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-09-10 09:43:29 +0000
committerTorsten Veller <tove@gentoo.org>2008-09-10 09:43:29 +0000
commitbac7b41a6a7936ed50473bc82c499769507d09a0 (patch)
tree4269afeec517f5a8538ed16dc57010dbbca980ae /dev-perl
parentVersion bump (diff)
downloadgentoo-2-bac7b41a6a7936ed50473bc82c499769507d09a0.tar.gz
gentoo-2-bac7b41a6a7936ed50473bc82c499769507d09a0.tar.bz2
gentoo-2-bac7b41a6a7936ed50473bc82c499769507d09a0.zip
Cleanup
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/SVN-Mirror/ChangeLog6
-rw-r--r--dev-perl/SVN-Mirror/SVN-Mirror-0.68-r1.ebuild33
-rw-r--r--dev-perl/SVN-Mirror/SVN-Mirror-0.72.ebuild33
3 files changed, 5 insertions, 67 deletions
diff --git a/dev-perl/SVN-Mirror/ChangeLog b/dev-perl/SVN-Mirror/ChangeLog
index 84a0bdf5f52c..1b3ec4ed6d02 100644
--- a/dev-perl/SVN-Mirror/ChangeLog
+++ b/dev-perl/SVN-Mirror/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/SVN-Mirror
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Mirror/ChangeLog,v 1.41 2008/09/10 09:38:48 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Mirror/ChangeLog,v 1.42 2008/09/10 09:43:29 tove Exp $
+
+ 10 Sep 2008; Torsten Veller <tove@gentoo.org> -SVN-Mirror-0.68-r1.ebuild,
+ -SVN-Mirror-0.72.ebuild:
+ Cleanup
*SVN-Mirror-0.74 (10 Sep 2008)
diff --git a/dev-perl/SVN-Mirror/SVN-Mirror-0.68-r1.ebuild b/dev-perl/SVN-Mirror/SVN-Mirror-0.68-r1.ebuild
deleted file mode 100644
index f0696911d19d..000000000000
--- a/dev-perl/SVN-Mirror/SVN-Mirror-0.68-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Mirror/SVN-Mirror-0.68-r1.ebuild,v 1.12 2007/07/10 23:33:28 mr_bones_ Exp $
-
-inherit perl-module
-
-DESCRIPTION="SVN::Mirror - Mirror remote repositories to local subversion repository"
-SRC_URI="mirror://cpan/authors/id/C/CL/CLKAO/${P}.tar.gz"
-HOMEPAGE="http://www.cpan.org/authors/id/C/CL/CLKAO/${P}.readme"
-
-SLOT="0"
-LICENSE="Artistic"
-KEYWORDS="amd64 ia64 ppc sparc ~x86"
-IUSE=""
-
-DEPEND=">=dev-util/subversion-1.1.3
- >=dev-perl/URI-1.34
- >=dev-perl/TermReadKey-2.21
- >=dev-perl/SVN-Simple-0.26
- dev-perl/Data-UUID
- dev-perl/Class-Accessor
- dev-perl/TimeDate
- dev-perl/File-chdir
- dev-lang/perl"
-
-pkg_setup() {
- if ! perl -MSVN::Core < /dev/null 2> /dev/null
- then
- eerror "You need subversion-1.0.4+ compiled with Perl bindings."
- eerror "USE=\"perl\" emerge subversion"
- die "Need Subversion compiled with Perl bindings."
- fi
-}
diff --git a/dev-perl/SVN-Mirror/SVN-Mirror-0.72.ebuild b/dev-perl/SVN-Mirror/SVN-Mirror-0.72.ebuild
deleted file mode 100644
index 984a50f2a786..000000000000
--- a/dev-perl/SVN-Mirror/SVN-Mirror-0.72.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Mirror/SVN-Mirror-0.72.ebuild,v 1.4 2007/01/22 14:30:47 kloeri Exp $
-
-inherit perl-module
-
-DESCRIPTION="SVN::Mirror - Mirror remote repositories to local subversion repository"
-SRC_URI="mirror://cpan/authors/id/C/CL/CLKAO/${P}.tar.gz"
-HOMEPAGE="http://www.cpan.org/authors/id/C/CL/CLKAO/${P}.readme"
-
-SLOT="0"
-LICENSE="Artistic"
-KEYWORDS="amd64 ia64 ~ppc sparc ~x86"
-IUSE=""
-
-DEPEND=">=dev-util/subversion-1.1.3
- >=dev-perl/URI-1.34
- >=dev-perl/TermReadKey-2.21
- >=dev-perl/SVN-Simple-0.26
- dev-perl/Data-UUID
- dev-perl/Class-Accessor
- dev-perl/TimeDate
- dev-perl/File-chdir
- dev-lang/perl"
-
-pkg_setup() {
- if ! perl -MSVN::Core < /dev/null 2> /dev/null
- then
- eerror "You need subversion-1.0.4+ compiled with Perl bindings."
- eerror "USE=\"perl\" emerge subversion"
- die "Need Subversion compiled with Perl bindings."
- fi
-}