diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-03-07 14:53:51 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-03-07 14:53:51 +0000 |
commit | 758981cc276040d64c3d394c91ebaf24934efe19 (patch) | |
tree | 2560711603f2ab9372206b141216bc72841519ae /dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild | |
parent | Marked ~amd64, keywording KDE split ebuilds, bug 80944. (diff) | |
download | gentoo-2-758981cc276040d64c3d394c91ebaf24934efe19.tar.gz gentoo-2-758981cc276040d64c3d394c91ebaf24934efe19.tar.bz2 gentoo-2-758981cc276040d64c3d394c91ebaf24934efe19.zip |
version bump for gtk2-perl
(Portage version: 2.0.51-r13)
Diffstat (limited to 'dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild')
-rw-r--r-- | dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild new file mode 100644 index 000000000000..cad64fd4cfe0 --- /dev/null +++ b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2005 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.1 2005/03/07 14:51:36 mcummings Exp $ + +inherit perl-module + +MY_P=ExtUtils-PkgConfig-${PV} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Converts Perl XS code into C code" +HOMEPAGE="http://search.cpan.org/~rmcfarla/${MY_P}" +SRC_URI="mirror://cpan/authors/id/R/RM/RMCFARLA/Gtk2-Perl/${MY_P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64 ~ppc64" +IUSE="" |