summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-02-20 21:10:13 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-02-20 21:10:13 +0000
commitc442e9b4ff49f5aa6db395e0c25ca673bdf9935c (patch)
tree5ec5e4fbc04562c478d741a817830c3fdaed4f23 /dev-perl
parentChanged to virtual/qmail, stable on x86, added to ~hppa and ~ppc. (diff)
downloadgentoo-2-c442e9b4ff49f5aa6db395e0c25ca673bdf9935c.tar.gz
gentoo-2-c442e9b4ff49f5aa6db395e0c25ca673bdf9935c.tar.bz2
gentoo-2-c442e9b4ff49f5aa6db395e0c25ca673bdf9935c.zip
Removing extraneous ebuild
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/yaml/ChangeLog5
-rw-r--r--dev-perl/yaml/files/digest-yaml-0.571
-rw-r--r--dev-perl/yaml/yaml-0.57.ebuild26
3 files changed, 4 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/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
-}