summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/yaml')
-rw-r--r--dev-perl/yaml/ChangeLog5
-rw-r--r--dev-perl/yaml/Manifest10
-rw-r--r--dev-perl/yaml/files/digest-yaml-0.571
-rw-r--r--dev-perl/yaml/yaml-0.57.ebuild26
4 files changed, 14 insertions, 28 deletions
diff --git a/dev-perl/yaml/ChangeLog b/dev-perl/yaml/ChangeLog
index 151c3db2ffee..14cbc72681f8 100644
--- a/dev-perl/yaml/ChangeLog
+++ b/dev-perl/yaml/ChangeLog
@@ -1,6 +1,9 @@
# 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.31 2006/02/20 13:19:30 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.32 2006/02/20 21:10:13 mcummings Exp $
+
+ 20 Feb 2006; Michael Cummings <mcummings@gentoo.org> -yaml-0.57.ebuild:
+ Removing extraneous ebuild
*yaml-0.58 (20 Feb 2006)
diff --git a/dev-perl/yaml/Manifest b/dev-perl/yaml/Manifest
index 801a14e74b64..e0aaa2324c2f 100644
--- a/dev-perl/yaml/Manifest
+++ b/dev-perl/yaml/Manifest
@@ -1,3 +1,6 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 d51a7cb093fe1f7412b8c2ee1ca0c2fb ChangeLog 3495
MD5 15f85691d9786b8330a2d12a794f01a8 files/digest-yaml-0.35 60
MD5 762e5b7a55af9cdaa283ead3d49504ef files/digest-yaml-0.36 60
@@ -12,3 +15,10 @@ MD5 1b4cc234917f36b3ebb71bc742123ded yaml-0.39.ebuild 698
MD5 78afca2223b74b780b75734fd5fbd69f yaml-0.51.ebuild 821
MD5 0162466c6d2a8ee2543645a5aa51b675 yaml-0.53.ebuild 834
MD5 7ec5fb751d9a2593fc797efc4f9e394e yaml-0.58.ebuild 735
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFD+jA+tG5z4I8BtQoRAsODAJ9f0Rs31Rtku2N/0VK9OYHveA74NQCfX/Sp
+7T3PtOLrWrtQTSbB26i6FAk=
+=E6RU
+-----END PGP SIGNATURE-----
diff --git a/dev-perl/yaml/files/digest-yaml-0.57 b/dev-perl/yaml/files/digest-yaml-0.57
deleted file mode 100644
index 2a356a0cbe4d..000000000000
--- a/dev-perl/yaml/files/digest-yaml-0.57
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cd52a063ce19a2cf916003a466dd0d8c YAML-0.57.tar.gz 89835
diff --git a/dev-perl/yaml/yaml-0.57.ebuild b/dev-perl/yaml/yaml-0.57.ebuild
deleted file mode 100644
index 378bfe31aa36..000000000000
--- a/dev-perl/yaml/yaml-0.57.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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.57.ebuild,v 1.1 2006/02/20 03:41:50 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 ~ppc64 ~sparc ~x86"
-IUSE=""
-
-DEPEND=">=dev-perl/Test-Base-0.49
- >=dev-lang/perl-5.6.1"
-
-SRC_TEST="do"
-
-src_compile() {
- echo "" | perl-module_src_compile
-}