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 | |
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')
-rw-r--r-- | perl-core/libnet/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/libnet/libnet-1.220.0.ebuild (renamed from perl-core/libnet/libnet-1.22.ebuild) | 20 |
2 files changed, 17 insertions, 11 deletions
diff --git a/perl-core/libnet/ChangeLog b/perl-core/libnet/ChangeLog index 3032c91d2738..9661181d7470 100644 --- a/perl-core/libnet/ChangeLog +++ b/perl-core/libnet/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/libnet # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/libnet/ChangeLog,v 1.32 2011/05/02 19:23:53 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/libnet/ChangeLog,v 1.33 2011/05/22 08:51:39 tove Exp $ + +*libnet-1.220.0 (22 May 2011) + + 22 May 2011; Torsten Veller <tove@gentoo.org> -libnet-1.22.ebuild, + +libnet-1.220.0.ebuild: + Change version scheme 02 May 2011; Fabian Groffen <grobian@gentoo.org> libnet-1.22.ebuild: Marked ~x64-freebsd diff --git a/perl-core/libnet/libnet-1.22.ebuild b/perl-core/libnet/libnet-1.220.0.ebuild index 75d1910a1403..14407448cbef 100644 --- a/perl-core/libnet/libnet-1.22.ebuild +++ b/perl-core/libnet/libnet-1.220.0.ebuild @@ -1,25 +1,25 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/libnet/libnet-1.220.0.ebuild,v 1.1 2011/05/22 08:51:39 tove Exp $ +EAPI=3 + +MODULE_AUTHOR=GBARR +MODULE_VERSION=1.22 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" +RDEPEND="sasl? ( dev-perl/Authen-SASL )" +DEPEND="" -DEPEND="dev-lang/perl - sasl? ( dev-perl/Authen-SASL )" +SRC_TEST="do" -src_unpack() { - perl-module_src_unpack - cd "${S}" +src_prepare() { cp "${FILESDIR}"/libnet.cfg "${S}" - epatch "${FILESDIR}"/${PV}-hostname.patch + epatch "${FILESDIR}"/1.22-hostname.patch } |