diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-01-22 16:50:04 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-01-22 16:50:04 +0000 |
commit | edb19ff49dcd4e6555ec0db2b4cf22c14228e735 (patch) | |
tree | f7466e1955618e22c97e885f7d0de8188dbeb255 /dev-perl/yaml | |
parent | added ~ppc keyword to php-4.3.11-r5 (diff) | |
download | historical-edb19ff49dcd4e6555ec0db2b4cf22c14228e735.tar.gz historical-edb19ff49dcd4e6555ec0db2b4cf22c14228e735.tar.bz2 historical-edb19ff49dcd4e6555ec0db2b4cf22c14228e735.zip |
Version bump
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'dev-perl/yaml')
-rw-r--r-- | dev-perl/yaml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/yaml/Manifest | 10 | ||||
-rw-r--r-- | dev-perl/yaml/files/digest-yaml-0.53 | 1 | ||||
-rw-r--r-- | dev-perl/yaml/yaml-0.53.ebuild | 28 |
4 files changed, 45 insertions, 1 deletions
diff --git a/dev-perl/yaml/ChangeLog b/dev-perl/yaml/ChangeLog index 40d72e3d0f75..b974aaab6572 100644 --- a/dev-perl/yaml/ChangeLog +++ b/dev-perl/yaml/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/yaml # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.25 2006/01/21 21:50:40 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.26 2006/01/22 16:50:04 mcummings Exp $ + +*yaml-0.53 (22 Jan 2006) + + 22 Jan 2006; Michael Cummings <mcummings@gentoo.org> +yaml-0.53.ebuild: + Version bump 21 Jan 2006; Markus Rothe <corsair@gentoo.org> yaml-0.39.ebuild: Stable on ppc64 diff --git a/dev-perl/yaml/Manifest b/dev-perl/yaml/Manifest index fac618b301db..25fffb5f26f7 100644 --- a/dev-perl/yaml/Manifest +++ b/dev-perl/yaml/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 64454c195e3fc998b80e2f8814073d83 ChangeLog 2801 MD5 15f85691d9786b8330a2d12a794f01a8 files/digest-yaml-0.35 60 MD5 762e5b7a55af9cdaa283ead3d49504ef files/digest-yaml-0.36 60 @@ -10,3 +13,10 @@ MD5 9cb91cdfc0fd2faa17ce87d329b6c0a7 yaml-0.36.ebuild 655 MD5 2a4a1e3b56e307e6067675de2d4d71c6 yaml-0.39.ebuild 694 MD5 afce5357ad8bf4ed05b3c1b81c0f8938 yaml-0.51.ebuild 812 MD5 87156359df87f2df33e249736d47c64b yaml-0.53.ebuild 824 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFD07e3tG5z4I8BtQoRAvp1AJ0Ss3GP6T6tRXAO9sGZ1Ua5w4axiACgkh1m +RF8QcBUTqFF7f1zUTkiQUnw= +=zB5/ +-----END PGP SIGNATURE----- diff --git a/dev-perl/yaml/files/digest-yaml-0.53 b/dev-perl/yaml/files/digest-yaml-0.53 new file mode 100644 index 000000000000..ee49b6105a0d --- /dev/null +++ b/dev-perl/yaml/files/digest-yaml-0.53 @@ -0,0 +1 @@ +MD5 099056a04e684a870f2a41174bcb9316 YAML-0.53.tar.gz 69074 diff --git a/dev-perl/yaml/yaml-0.53.ebuild b/dev-perl/yaml/yaml-0.53.ebuild new file mode 100644 index 000000000000..a19ae073e6cc --- /dev/null +++ b/dev-perl/yaml/yaml-0.53.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.53.ebuild,v 1.1 2006/01/22 16:50:04 mcummings Exp $ + +inherit perl-module + +MY_P="YAML-${PV}" +S=${WORKDIR}/${MY_P} +DESCRIPTION="YAML Ain't Markup Language (tm)" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/I/IN/INGY/${MY_P}.readme" +SRC_URI="mirror://cpan/authors/id/I/IN/INGY/${MY_P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~hppa ~ppc ~sparc ~x86" +IUSE="" + +DEPEND=">=perl-core/Test-Simple-0.62 + >=dev-perl/Test-Base-0.47 + >=dev-perl/Class-Spiffy-0.12 + >=dev-lang/perl-5.6.1" + +SRC_TEST="do" + +src_compile() { + echo "" | perl-module_src_compile +} |