Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/libnet: libnet-1.220.0-r1.ebuild ChangeLog libnet-1.220.0.ebuild
Date: Fri, 25 Jul 2014 21:03:32
Message-Id: 20140725210328.D0CF22004E@flycatcher.gentoo.org
1 dilfridge 14/07/25 21:03:28
2
3 Modified: ChangeLog
4 Added: libnet-1.220.0-r1.ebuild
5 Removed: libnet-1.220.0.ebuild
6 Log:
7 EAPI bump
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)
10
11 Revision Changes Path
12 1.40 perl-core/libnet/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/libnet/ChangeLog?rev=1.40&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/libnet/ChangeLog?rev=1.40&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/libnet/ChangeLog?r1=1.39&r2=1.40
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/perl-core/libnet/ChangeLog,v
21 retrieving revision 1.39
22 retrieving revision 1.40
23 diff -u -r1.39 -r1.40
24 --- ChangeLog 22 Jul 2014 22:58:30 -0000 1.39
25 +++ ChangeLog 25 Jul 2014 21:03:28 -0000 1.40
26 @@ -1,6 +1,12 @@
27 # ChangeLog for perl-core/libnet
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/perl-core/libnet/ChangeLog,v 1.39 2014/07/22 22:58:30 dilfridge Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/perl-core/libnet/ChangeLog,v 1.40 2014/07/25 21:03:28 dilfridge Exp $
31 +
32 +*libnet-1.220.0-r1 (25 Jul 2014)
33 +
34 + 25 Jul 2014; Andreas K. Huettel <dilfridge@g.o>
35 + +libnet-1.220.0-r1.ebuild, -libnet-1.220.0.ebuild:
36 + EAPI bump
37
38 22 Jul 2014; Andreas K. Huettel <dilfridge@g.o> -libnet-1.230.0.ebuild:
39 Remove old
40
41
42
43 1.1 perl-core/libnet/libnet-1.220.0-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/libnet/libnet-1.220.0-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/libnet/libnet-1.220.0-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libnet-1.220.0-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/perl-core/libnet/libnet-1.220.0-r1.ebuild,v 1.1 2014/07/25 21:03:28 dilfridge Exp $
53
54 EAPI=5
55
56 MODULE_AUTHOR=GBARR
57 MODULE_VERSION=1.22
58 inherit eutils perl-module
59
60 DESCRIPTION="A URI Perl Module"
61
62 SLOT="0"
63 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-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"
64 IUSE="sasl"
65
66 RDEPEND="sasl? ( dev-perl/Authen-SASL )"
67 DEPEND=""
68
69 SRC_TEST="do"
70
71 src_prepare() {
72 cp "${FILESDIR}"/libnet.cfg "${S}"
73 epatch "${FILESDIR}"/1.22-hostname.patch
74 }