diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-04-30 12:47:16 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-04-30 12:47:16 +0000 |
commit | e501ec8b8d52646ecc41482b61b46a7e0cd676fd (patch) | |
tree | 09c367ae05f4ac4c95f6467e3eacb38200ddeb0b /dev-perl | |
parent | - uclibc updates and -F format handling (diff) | |
download | gentoo-2-e501ec8b8d52646ecc41482b61b46a7e0cd676fd.tar.gz gentoo-2-e501ec8b8d52646ecc41482b61b46a7e0cd676fd.tar.bz2 gentoo-2-e501ec8b8d52646ecc41482b61b46a7e0cd676fd.zip |
bug 90942
(Portage version: 2.0.51.20-r4)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/SVN-Mirror/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/SVN-Mirror/SVN-Mirror-0.59.ebuild | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-perl/SVN-Mirror/ChangeLog b/dev-perl/SVN-Mirror/ChangeLog index 64cdd5112910..7696d4478223 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Mirror/ChangeLog,v 1.5 2005/04/28 18:56:36 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Mirror/ChangeLog,v 1.6 2005/04/30 12:47:16 mcummings Exp $ + + 30 Apr 2005; Michael Cummings <mcummings@gentoo.org> + SVN-Mirror-0.59.ebuild: + Bug 90942 - needed to fix deps *SVN-Mirror-0.59 (28 Apr 2005) diff --git a/dev-perl/SVN-Mirror/SVN-Mirror-0.59.ebuild b/dev-perl/SVN-Mirror/SVN-Mirror-0.59.ebuild index 70851bbe10e6..244d55d29014 100644 --- a/dev-perl/SVN-Mirror/SVN-Mirror-0.59.ebuild +++ b/dev-perl/SVN-Mirror/SVN-Mirror-0.59.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.59.ebuild,v 1.1 2005/04/28 18:56:36 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Mirror/SVN-Mirror-0.59.ebuild,v 1.2 2005/04/30 12:47:16 mcummings Exp $ inherit perl-module @@ -14,10 +14,10 @@ KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="${DEPEND} - >=dev-util/subversion-1.0.4 - dev-perl/URI - dev-perl/TermReadKey - dev-perl/SVN-Simple" + >=dev-util/subversion-1.1.3 + >=dev-perl/URI-1.34 + >=dev-perl/TermReadKey-2.21 + >=dev-perl/SVN-Simple-0.26" pkg_setup() { if ! perl -MSVN::Core < /dev/null 2> /dev/null |