Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/URI: URI-1.600.0-r1.ebuild ChangeLog
Date: Sat, 26 Jul 2014 14:32:53
Message-Id: 20140726143250.3EB7D2004E@flycatcher.gentoo.org
1 dilfridge 14/07/26 14:32:50
2
3 Modified: ChangeLog
4 Added: URI-1.600.0-r1.ebuild
5 Log:
6 EAPI bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)
9
10 Revision Changes Path
11 1.111 dev-perl/URI/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/URI/ChangeLog?rev=1.111&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/URI/ChangeLog?rev=1.111&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/URI/ChangeLog?r1=1.110&r2=1.111
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v
20 retrieving revision 1.110
21 retrieving revision 1.111
22 diff -u -r1.110 -r1.111
23 --- ChangeLog 20 Jan 2014 23:25:46 -0000 1.110
24 +++ ChangeLog 26 Jul 2014 14:32:50 -0000 1.111
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-perl/URI
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.110 2014/01/20 23:25:46 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.111 2014/07/26 14:32:50 dilfridge Exp $
30 +
31 +*URI-1.600.0-r1 (26 Jul 2014)
32 +
33 + 26 Jul 2014; Andreas K. Huettel <dilfridge@g.o> +URI-1.600.0-r1.ebuild:
34 + EAPI bump
35
36 20 Jan 2014; Mike Frysinger <vapier@g.o> URI-1.600.0.ebuild:
37 Add arm64 love.
38
39
40
41 1.1 dev-perl/URI/URI-1.600.0-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/URI/URI-1.600.0-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/URI/URI-1.600.0-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: URI-1.600.0-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.600.0-r1.ebuild,v 1.1 2014/07/26 14:32:49 dilfridge Exp $
51
52 EAPI=5
53
54 MODULE_AUTHOR=GAAS
55 MODULE_VERSION=1.60
56 inherit perl-module
57
58 DESCRIPTION="A URI Perl Module"
59
60 SLOT="0"
61 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
62 IUSE=""
63
64 DEPEND="virtual/perl-MIME-Base64"
65 RDEPEND="${DEPEND}"
66
67 SRC_TEST=no # see ChangeLog
68
69 mydoc="rfc2396.txt"