diff options
author | Torsten Veller <tove@gentoo.org> | 2011-05-22 08:51:40 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-05-22 08:51:40 +0000 |
commit | bb2d42e665898bde97228afc57c0fc32f48190f7 (patch) | |
tree | 62ef85c7950f8e4f363d0a03988affe3743b820b /perl-core/libnet/libnet-1.22.ebuild | |
parent | Version bump. Thanks to Tim Harder (#368303) (diff) | |
download | gentoo-2-bb2d42e665898bde97228afc57c0fc32f48190f7.tar.gz gentoo-2-bb2d42e665898bde97228afc57c0fc32f48190f7.tar.bz2 gentoo-2-bb2d42e665898bde97228afc57c0fc32f48190f7.zip |
Change version scheme. Force stable keywords
(Portage version: 2.2.0_alpha34/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'perl-core/libnet/libnet-1.22.ebuild')
-rw-r--r-- | perl-core/libnet/libnet-1.22.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/perl-core/libnet/libnet-1.22.ebuild b/perl-core/libnet/libnet-1.22.ebuild deleted file mode 100644 index 75d1910a1403..000000000000 --- a/perl-core/libnet/libnet-1.22.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/libnet/libnet-1.22.ebuild,v 1.12 2011/05/02 19:23:53 grobian Exp $ - -inherit eutils perl-module - -DESCRIPTION="A URI Perl Module" -HOMEPAGE="http://search.cpan.org/~gbarr/" -SRC_URI="mirror://cpan/authors/id/G/GB/GBARR/${P}.tar.gz" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="sasl" - -SRC_TEST="do" - -DEPEND="dev-lang/perl - sasl? ( dev-perl/Authen-SASL )" - -src_unpack() { - perl-module_src_unpack - cd "${S}" - cp "${FILESDIR}"/libnet.cfg "${S}" - epatch "${FILESDIR}"/${PV}-hostname.patch -} |