diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-01 21:21:45 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-01 21:21:45 +0000 |
commit | 602f1d5e2785ab7df06090390f232b35c0c05c0a (patch) | |
tree | 37817ce2e2d11894c6955f627d897602e8a6cfe7 /dev-perl/yaml | |
parent | Cleanup (diff) | |
download | gentoo-2-602f1d5e2785ab7df06090390f232b35c0c05c0a.tar.gz gentoo-2-602f1d5e2785ab7df06090390f232b35c0c05c0a.tar.bz2 gentoo-2-602f1d5e2785ab7df06090390f232b35c0c05c0a.zip |
Cleanup
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl/yaml')
-rw-r--r-- | dev-perl/yaml/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/yaml/yaml-0.39.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/yaml/yaml-0.66.ebuild | 23 |
3 files changed, 5 insertions, 49 deletions
diff --git a/dev-perl/yaml/ChangeLog b/dev-perl/yaml/ChangeLog index ee8780dcb396..de9ff8fcaecc 100644 --- a/dev-perl/yaml/ChangeLog +++ b/dev-perl/yaml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/yaml # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.67 2009/03/19 14:30:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.68 2009/05/01 21:21:45 tove Exp $ + + 01 May 2009; Torsten Veller <tove@gentoo.org> -yaml-0.39.ebuild, + -yaml-0.66.ebuild: + Cleanup 19 Mar 2009; Raúl Porcel <armin76@gentoo.org> yaml-0.65.ebuild, yaml-0.66.ebuild, yaml-0.68.ebuild: diff --git a/dev-perl/yaml/yaml-0.39.ebuild b/dev-perl/yaml/yaml-0.39.ebuild deleted file mode 100644 index f3fc9855eccd..000000000000 --- a/dev-perl/yaml/yaml-0.39.ebuild +++ /dev/null @@ -1,25 +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.39.ebuild,v 1.13 2007/07/10 23:33:30 mr_bones_ 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/Yaml-0.39.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" -IUSE="" - -DEPEND=">=virtual/perl-Test-Simple-0.54 - dev-lang/perl" - -SRC_TEST="do" - -src_compile() { - echo "" | perl-module_src_compile -} diff --git a/dev-perl/yaml/yaml-0.66.ebuild b/dev-perl/yaml/yaml-0.66.ebuild deleted file mode 100644 index c531da3c79ee..000000000000 --- a/dev-perl/yaml/yaml-0.66.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.66.ebuild,v 1.3 2009/03/19 14:30:31 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 -} |