summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-06 17:36:55 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-06 17:36:55 +0000
commitb4210bd1a76e1f82c3e6c23ca070cd8b4e17c268 (patch)
tree25131757d5bdc1298e55015bdd76f45855a75f4c /dev-perl
parentold (diff)
downloadgentoo-2-b4210bd1a76e1f82c3e6c23ca070cd8b4e17c268.tar.gz
gentoo-2-b4210bd1a76e1f82c3e6c23ca070cd8b4e17c268.tar.bz2
gentoo-2-b4210bd1a76e1f82c3e6c23ca070cd8b4e17c268.zip
Cleanup
(Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/yaml/ChangeLog8
-rw-r--r--dev-perl/yaml/yaml-0.68.ebuild23
-rw-r--r--dev-perl/yaml/yaml-0.70.ebuild19
3 files changed, 6 insertions, 44 deletions
diff --git a/dev-perl/yaml/ChangeLog b/dev-perl/yaml/ChangeLog
index 19ac5996d555..d9c917f74694 100644
--- a/dev-perl/yaml/ChangeLog
+++ b/dev-perl/yaml/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/yaml
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.86 2010/11/05 14:19:46 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.87 2011/01/06 17:36:55 tove Exp $
+
+ 06 Jan 2011; Torsten Veller <tove@gentoo.org> -yaml-0.68.ebuild,
+ -yaml-0.70.ebuild:
+ Cleanup
05 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> yaml-0.71.ebuild:
ppc64 stable wrt #341865
diff --git a/dev-perl/yaml/yaml-0.68.ebuild b/dev-perl/yaml/yaml-0.68.ebuild
deleted file mode 100644
index abd3ef9685e2..000000000000
--- a/dev-perl/yaml/yaml-0.68.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.68.ebuild,v 1.9 2009/05/07 16:25:02 armin76 Exp $
-
-inherit perl-module
-
-MY_P="YAML-${PV}"
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="YAML Ain't Markup Language (tm)"
-HOMEPAGE="http://search.cpan.org/dist/YAML/"
-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 ~sparc-fbsd x86 ~x86-fbsd"
-IUSE=""
-SRC_TEST="do"
-
-DEPEND="dev-lang/perl"
-
-src_compile() {
- echo "" | perl-module_src_compile
-}
diff --git a/dev-perl/yaml/yaml-0.70.ebuild b/dev-perl/yaml/yaml-0.70.ebuild
deleted file mode 100644
index cda835d5ef3c..000000000000
--- a/dev-perl/yaml/yaml-0.70.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.70.ebuild,v 1.1 2009/08/11 15:00:43 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=ADAMK
-MY_PN="YAML"
-MY_P="${MY_PN}-${PV}"
-S=${WORKDIR}/${MY_P}
-inherit perl-module
-
-DESCRIPTION="YAML Ain't Markup Language (tm)"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE=""
-
-SRC_TEST="do"