summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-10-20 18:07:34 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-10-20 18:07:34 +0000
commita4d9cf114730018ff3ef9a19a2aeb799d83d8ed3 (patch)
treeab7c6fcaf45e6fc5faf17dfdd6ce52de0ee724f9 /dev-perl/yaml/yaml-0.53.ebuild
parentMarking amd64, sparc stable; cleaning up ebuilds (diff)
downloadhistorical-a4d9cf114730018ff3ef9a19a2aeb799d83d8ed3.tar.gz
historical-a4d9cf114730018ff3ef9a19a2aeb799d83d8ed3.tar.bz2
historical-a4d9cf114730018ff3ef9a19a2aeb799d83d8ed3.zip
Marking amd64, sparc stable; cleaning up ebuilds
Package-Manager: portage-2.1.2_pre3-r5
Diffstat (limited to 'dev-perl/yaml/yaml-0.53.ebuild')
-rw-r--r--dev-perl/yaml/yaml-0.53.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-perl/yaml/yaml-0.53.ebuild b/dev-perl/yaml/yaml-0.53.ebuild
deleted file mode 100644
index 6ae1f0fda09c..000000000000
--- a/dev-perl/yaml/yaml-0.53.ebuild
+++ /dev/null
@@ -1,31 +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.53.ebuild,v 1.5 2006/08/06 03:16:36 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=">=virtual/perl-Test-Simple-0.62
- >=dev-perl/Test-Base-0.47
- >=dev-perl/Class-Spiffy-0.12
- >=dev-lang/perl-5.6.1"
-RDEPEND="${DEPEND}"
-
-SRC_TEST="do"
-
-src_compile() {
- echo "" | perl-module_src_compile
-}
-
-