summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-03-05 07:16:26 +0000
committerTorsten Veller <tove@gentoo.org>2010-03-05 07:16:26 +0000
commit75b9112c9ccd389bcc4ccabdd6b0a55e1ead6b48 (patch)
treecfa63c5541b3cc17b3b4467aec1c8501efd56c50 /virtual
parentVersion bump (diff)
downloadhistorical-75b9112c9ccd389bcc4ccabdd6b0a55e1ead6b48.tar.gz
historical-75b9112c9ccd389bcc4ccabdd6b0a55e1ead6b48.tar.bz2
historical-75b9112c9ccd389bcc4ccabdd6b0a55e1ead6b48.zip
Version bump
Package-Manager: portage-2.2_rc64/cvs/Linux x86_64
Diffstat (limited to 'virtual')
-rw-r--r--virtual/perl-Module-Load/ChangeLog8
-rw-r--r--virtual/perl-Module-Load/Manifest9
-rw-r--r--virtual/perl-Module-Load/perl-Module-Load-0.18.ebuild15
3 files changed, 27 insertions, 5 deletions
diff --git a/virtual/perl-Module-Load/ChangeLog b/virtual/perl-Module-Load/ChangeLog
index 45cfa555f174..25acc06e132f 100644
--- a/virtual/perl-Module-Load/ChangeLog
+++ b/virtual/perl-Module-Load/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for virtual/perl-Module-Load
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load/ChangeLog,v 1.6 2010/01/07 20:24:56 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load/ChangeLog,v 1.7 2010/03/05 07:16:25 tove Exp $
+
+*perl-Module-Load-0.18 (05 Mar 2010)
+
+ 05 Mar 2010; Torsten Veller <tove@gentoo.org>
+ +perl-Module-Load-0.18.ebuild:
+ Version bump
07 Jan 2010; Torsten Veller <tove@gentoo.org>
perl-Module-Load-0.16.ebuild:
diff --git a/virtual/perl-Module-Load/Manifest b/virtual/perl-Module-Load/Manifest
index 073bcad1e708..40e075832481 100644
--- a/virtual/perl-Module-Load/Manifest
+++ b/virtual/perl-Module-Load/Manifest
@@ -2,12 +2,13 @@
Hash: SHA1
EBUILD perl-Module-Load-0.16.ebuild 449 RMD160 a7271fd66169d0207b982fdbab154af75bf13e98 SHA1 a0ebdffd2fb2ac7fadb8705bbcdfff703b908cd9 SHA256 c6ba1f1200922bfcf94b34303b5942e9ca537d71cdab151601e595dda0af5052
-MISC ChangeLog 1077 RMD160 b6c4c2f530748f3db188f32029f74d465a927c5a SHA1 d4d01345caac22ba0905d99337a984fd78966a8c SHA256 fa5214c0c7203be3c05d8452396c087f32387d02d306ed3acaac2e31ef1a5b0d
+EBUILD perl-Module-Load-0.18.ebuild 420 RMD160 8e903d01621b92054b63e38267b876d038a8fb69 SHA1 d7bec3dd7ad1d6206ba8ad21d1807ce0a4223ae8 SHA256 355c104d5760104f44364e28fdf727e0b8ae9e20de98728869c0461a1ae407c5
+MISC ChangeLog 1212 RMD160 6bf6f55715ef4da941396a681e904f4651082f28 SHA1 7b809d8a0b05ddea7c3c733fd446e24f04bf1fd4 SHA256 14702b370e834740dd2033634ed5e3e4fd70bebb091e9c3c11f4b22f636cb180
MISC metadata.xml 158 RMD160 03e4d8164c58bc61660cbaf489d4e3652de0feb7 SHA1 9a84117c6fb70288426e20c84deaf16f4381a549 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.11 (GNU/Linux)
-iEYEARECAAYFAktGQx0ACgkQV3J2n04EauyNVACfcwPSEbRDfI7Ux23sAFFhrwDK
-TWgAn3deegKyUc2zvO0AtFpo/mxSC3qH
-=cvQN
+iEYEARECAAYFAkuQr88ACgkQV3J2n04EauxbDQCfWVM3KUyy/c+JXKv45Kz5UBsy
+2MgAnRlOKl1v5tbywvVv73c8M24Yc+p4
+=Y/g6
-----END PGP SIGNATURE-----
diff --git a/virtual/perl-Module-Load/perl-Module-Load-0.18.ebuild b/virtual/perl-Module-Load/perl-Module-Load-0.18.ebuild
new file mode 100644
index 000000000000..f1721c4e1fba
--- /dev/null
+++ b/virtual/perl-Module-Load/perl-Module-Load-0.18.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load/perl-Module-Load-0.18.ebuild,v 1.1 2010/03/05 07:16:26 tove Exp $
+
+DESCRIPTION="runtime require of both modules and files"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="~perl-core/Module-Load-${PV}"