diff options
author | Torsten Veller <tove@gentoo.org> | 2012-03-31 07:21:49 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-03-31 07:21:49 +0000 |
commit | 6edb5bbbb2ae14b064bb551b8145582c22df6a7a (patch) | |
tree | 137f66de2b8667b4d57414339b65e13f2226ad26 /dev-perl/extutils-pkgconfig | |
parent | Cleanup (diff) | |
download | gentoo-2-6edb5bbbb2ae14b064bb551b8145582c22df6a7a.tar.gz gentoo-2-6edb5bbbb2ae14b064bb551b8145582c22df6a7a.tar.bz2 gentoo-2-6edb5bbbb2ae14b064bb551b8145582c22df6a7a.zip |
Cleanup
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/extutils-pkgconfig')
-rw-r--r-- | dev-perl/extutils-pkgconfig/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.11.ebuild | 23 |
3 files changed, 5 insertions, 44 deletions
diff --git a/dev-perl/extutils-pkgconfig/ChangeLog b/dev-perl/extutils-pkgconfig/ChangeLog index 0c5befc7149f..3cf6dcb14d32 100644 --- a/dev-perl/extutils-pkgconfig/ChangeLog +++ b/dev-perl/extutils-pkgconfig/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/extutils-pkgconfig # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.41 2012/03/25 17:33:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.42 2012/03/31 07:21:49 tove Exp $ + + 31 Mar 2012; Torsten Veller <tove@gentoo.org> + -extutils-pkgconfig-1.07.ebuild, -extutils-pkgconfig-1.11.ebuild: + Cleanup 25 Mar 2012; Raúl Porcel <armin76@gentoo.org> extutils-pkgconfig-1.120.0.ebuild: diff --git a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild deleted file mode 100644 index 552c13e09cb1..000000000000 --- a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild +++ /dev/null @@ -1,20 +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/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild,v 1.15 2009/04/06 14:23:51 armin76 Exp $ - -inherit perl-module - -MY_P=ExtUtils-PkgConfig-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Simplistic perl interface to pkg-config" -HOMEPAGE="http://search.cpan.org/~rmcfarla/" -SRC_URI="mirror://cpan/authors/id/R/RM/RMCFARLA/Gtk2-Perl/${MY_P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86" -IUSE="" - -DEPEND="dev-lang/perl - dev-util/pkgconfig" -RDEPEND="${DEPEND}" diff --git a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.11.ebuild b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.11.ebuild deleted file mode 100644 index 121c3b70a9f1..000000000000 --- a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.11.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/extutils-pkgconfig/extutils-pkgconfig-1.11.ebuild,v 1.5 2009/06/29 20:03:23 jer Exp $ - -inherit perl-module - -MY_P=ExtUtils-PkgConfig-${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Simplistic perl interface to pkg-config" -HOMEPAGE="http://search.cpan.org/~tsch/ExtUtils-PkgConfig/" -SRC_URI="mirror://cpan/authors/id/T/TS/TSCH//${MY_P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86" -IUSE="" - -DEPEND="dev-lang/perl - dev-util/pkgconfig" -RDEPEND="${DEPEND}" - -SRC_TEST="do" |