diff options
author | Torsten Veller <tove@gentoo.org> | 2009-07-20 07:41:55 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-07-20 07:41:55 +0000 |
commit | 3156151ae9193fe31a35cc2802dc4e1f9b91f417 (patch) | |
tree | 2c2b67b60fd8dd8659f7cfaa8eef8ddd5daa72fe /perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.26.03.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-3156151ae9193fe31a35cc2802dc4e1f9b91f417.tar.gz gentoo-2-3156151ae9193fe31a35cc2802dc4e1f9b91f417.tar.bz2 gentoo-2-3156151ae9193fe31a35cc2802dc4e1f9b91f417.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.26.03.ebuild')
-rw-r--r-- | perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.26.03.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.26.03.ebuild b/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.26.03.ebuild new file mode 100644 index 000000000000..dcd296d30065 --- /dev/null +++ b/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.26.03.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.26.03.ebuild,v 1.1 2009/07/20 07:41:55 tove Exp $ + +EAPI=2 + +inherit versionator +MY_P=${PN}-$(delete_version_separator 2 ) +MODULE_AUTHOR=DAGOLDEN +S=${WORKDIR}/${MY_P} +inherit perl-module + +DESCRIPTION="Compile and link C code for Perl modules" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" + +SRC_TEST="do" |