diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-07-20 20:19:20 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-07-20 20:19:20 +0000 |
commit | 7a15a243c10ae284786112fe4d382d0d1014159d (patch) | |
tree | cd0460dff38596f6bae49f01fe7015c984adf10b /dev-perl/module-build | |
parent | allow perl-5.8.0-r12 to fulfill some module deps (diff) | |
download | historical-7a15a243c10ae284786112fe4d382d0d1014159d.tar.gz historical-7a15a243c10ae284786112fe4d382d0d1014159d.tar.bz2 historical-7a15a243c10ae284786112fe4d382d0d1014159d.zip |
fixed dep on yaml
Diffstat (limited to 'dev-perl/module-build')
-rw-r--r-- | dev-perl/module-build/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/module-build/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/module-build/module-build-0.19.ebuild | 3 |
3 files changed, 9 insertions, 4 deletions
diff --git a/dev-perl/module-build/ChangeLog b/dev-perl/module-build/ChangeLog index 55a8957d68ab..a47b58140731 100644 --- a/dev-perl/module-build/ChangeLog +++ b/dev-perl/module-build/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/module-build # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/ChangeLog,v 1.3 2003/07/10 10:49:33 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/ChangeLog,v 1.4 2003/07/20 20:19:16 mcummings Exp $ + + 20 Jul 2003; Michael Cummings <mcummings@gentoo.org> + module-build-0.19.ebuild: + missing dep on yaml *module-build-0.19 (10 Jul 2003) diff --git a/dev-perl/module-build/Manifest b/dev-perl/module-build/Manifest index 47c59b365e73..d78e35fca643 100644 --- a/dev-perl/module-build/Manifest +++ b/dev-perl/module-build/Manifest @@ -1,5 +1,5 @@ MD5 c402519da1e3b4aa09d00d644d8d1af5 module-build-0.18.ebuild 683 -MD5 909a734e7f2369db2958dd15159c0cdc ChangeLog 779 -MD5 57d70f74387def3fce0e5b65070d0c0a module-build-0.19.ebuild 683 +MD5 4f2035ee8a424a841c5d108c6f07f7b3 ChangeLog 885 +MD5 0e268e19227eb3e1a7cb82fb07b7583e module-build-0.19.ebuild 699 MD5 46c83a840d25a11c761e0cbceae27a95 files/digest-module-build-0.18 68 MD5 0d078cff23ce12c13c3e9525bff85314 files/digest-module-build-0.19 68 diff --git a/dev-perl/module-build/module-build-0.19.ebuild b/dev-perl/module-build/module-build-0.19.ebuild index b1ab58e1578c..6016be903945 100644 --- a/dev-perl/module-build/module-build-0.19.ebuild +++ b/dev-perl/module-build/module-build-0.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.19.ebuild,v 1.1 2003/07/10 10:49:33 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.19.ebuild,v 1.2 2003/07/20 20:19:16 mcummings Exp $ inherit perl-module @@ -15,6 +15,7 @@ LICENSE="Artistic | GPL-2" KEYWORDS="x86 ~alpha ~arm ~hppa ~mips ~ppc ~sparc" DEPEND="dev-perl/module-info + dev-perl/yaml >=dev-perl/Archive-Tar-1*" style="builder" |