diff options
author | Torsten Veller <tove@gentoo.org> | 2009-10-24 10:43:32 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-10-24 10:43:32 +0000 |
commit | 2d7ac1a6c8b25ba76bdf36d05027faea726ff185 (patch) | |
tree | ff872a515a6b72f7c6a075c64cffe7535934b5e6 /virtual | |
parent | Version bump (diff) | |
download | historical-2d7ac1a6c8b25ba76bdf36d05027faea726ff185.tar.gz historical-2d7ac1a6c8b25ba76bdf36d05027faea726ff185.tar.bz2 historical-2d7ac1a6c8b25ba76bdf36d05027faea726ff185.zip |
Version bump
Package-Manager: portage-2.2_rc46/cvs/Linux x86_64
Diffstat (limited to 'virtual')
3 files changed, 26 insertions, 5 deletions
diff --git a/virtual/perl-Module-Load-Conditional/ChangeLog b/virtual/perl-Module-Load-Conditional/ChangeLog index d7fc22fbc5fd..617118336b8c 100644 --- a/virtual/perl-Module-Load-Conditional/ChangeLog +++ b/virtual/perl-Module-Load-Conditional/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-Module-Load-Conditional # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/ChangeLog,v 1.2 2009/08/25 10:56:46 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/ChangeLog,v 1.3 2009/10/24 10:43:32 tove Exp $ + +*perl-Module-Load-Conditional-0.32 (24 Oct 2009) + + 24 Oct 2009; Torsten Veller <tove@gentoo.org> + +perl-Module-Load-Conditional-0.32.ebuild: + Version bump 25 Aug 2009; Torsten Veller <tove@gentoo.org> perl-Module-Load-Conditional-0.30.ebuild: diff --git a/virtual/perl-Module-Load-Conditional/Manifest b/virtual/perl-Module-Load-Conditional/Manifest index 0952ad26ef29..eb3a409fbbfe 100644 --- a/virtual/perl-Module-Load-Conditional/Manifest +++ b/virtual/perl-Module-Load-Conditional/Manifest @@ -3,12 +3,13 @@ Hash: SHA1 EBUILD perl-Module-Load-Conditional-0.28.ebuild 500 RMD160 50819d5ac9eb9a285563baceff1619e982debf53 SHA1 bfa9cb45d411ba65ab61d5e593037ce4a0ac9870 SHA256 b505e4616d6cb21f61459d899ab690790fd552f012445baf0ddb505d5e7ae261 EBUILD perl-Module-Load-Conditional-0.30.ebuild 529 RMD160 48522cea71ee28586190d2628b74f358844b9ad2 SHA1 50f6f86cea5271ec66d9f7da24b43caab1d8089b SHA256 89a58c13c31ada8640147d968dc939baeadb722a3e3d47556ed96ef04ebe5969 -MISC ChangeLog 685 RMD160 213b25cf5c55a92f12bbc061c03720e8c0447c13 SHA1 8db38dce1d30f893085af1c10c3442159dde9030 SHA256 b2344a1a21d63d0d9a5bfae4563fb6bd7a09e0ee3b9d47239c58d97fc3592266 +EBUILD perl-Module-Load-Conditional-0.32.ebuild 490 RMD160 5a4708cf9744db8c67ff33c365b88ffe38cc2ed6 SHA1 1cbafe7234bc7f4226f2b4c2fedceab0c7820f35 SHA256 2fe1f31862c7f66be417e7249cdca509e9a0268cbb310a0ae46386e42bcac4a4 +MISC ChangeLog 844 RMD160 bba7f0e992ca59ea3a7b54c41391406f9b15146d SHA1 cf65a6631597ffa0a11c25308504b47883dda6c3 SHA256 4b0af2183e19c89514d7949649d37f95df77e297ed499cab8c07847fd9d602b9 MISC metadata.xml 158 RMD160 03e4d8164c58bc61660cbaf489d4e3652de0feb7 SHA1 9a84117c6fb70288426e20c84deaf16f4381a549 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) -iEYEARECAAYFAkqTw48ACgkQV3J2n04EauyFqwCggAHJzw1l0pTrcvy3GwORo5wF -u9IAoJGOWYJiidH6Il5CNTIGSwQZHWZ/ -=2poJ +iEYEARECAAYFAkri2loACgkQV3J2n04Eauyz7gCgz1PbWO0azvpeYPD9xW9vHmpM +BDIAnip/nStaR6IX6Q/4ixH78Aw4x11K +=DxUu -----END PGP SIGNATURE----- diff --git a/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.32.ebuild b/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.32.ebuild new file mode 100644 index 000000000000..58c61fb8d599 --- /dev/null +++ b/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.32.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.32.ebuild,v 1.1 2009/10/24 10:43:32 tove Exp $ + +DESCRIPTION="Looking up module information / loading at runtime" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="~perl-core/Module-Load-Conditional-${PV}" |