Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/HTTP-Server-Simple: HTTP-Server-Simple-0.440.0.ebuild ChangeLog
Date: Mon, 05 Sep 2011 18:14:02
Message-Id: 20110905181350.5DD2F2004C@flycatcher.gentoo.org
1 robbat2 11/09/05 18:13:50
2
3 Modified: ChangeLog
4 Added: HTTP-Server-Simple-0.440.0.ebuild
5 Log:
6 Version bump via perl-bump experimental tool.
7
8 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.51 dev-perl/HTTP-Server-Simple/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-Server-Simple/ChangeLog?rev=1.51&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-Server-Simple/ChangeLog?rev=1.51&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-Server-Simple/ChangeLog?r1=1.50&r2=1.51
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple/ChangeLog,v
20 retrieving revision 1.50
21 retrieving revision 1.51
22 diff -p -w -b -B -u -u -r1.50 -r1.51
23 --- ChangeLog 4 Sep 2011 11:22:48 -0000 1.50
24 +++ ChangeLog 5 Sep 2011 18:13:50 -0000 1.51
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/HTTP-Server-Simple
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple/ChangeLog,v 1.50 2011/09/04 11:22:48 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple/ChangeLog,v 1.51 2011/09/05 18:13:50 robbat2 Exp $
30 +
31 +*HTTP-Server-Simple-0.440.0 (05 Sep 2011)
32 +
33 + 05 Sep 2011; Robin H. Johnson <robbat2@g.o>
34 + +HTTP-Server-Simple-0.440.0.ebuild:
35 + Version bump via perl-bump experimental tool.
36
37 04 Sep 2011; Torsten Veller <tove@g.o>
38 -HTTP-Server-Simple-0.43.ebuild:
39
40
41
42 1.1 dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.440.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.440.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.440.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: HTTP-Server-Simple-0.440.0.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Server-Simple/HTTP-Server-Simple-0.440.0.ebuild,v 1.1 2011/09/05 18:13:50 robbat2 Exp $
52
53 EAPI=4
54
55 MODULE_AUTHOR=JESSE
56 MODULE_VERSION=0.44
57 inherit perl-module eutils
58
59 DESCRIPTION="Lightweight HTTP Server"
60
61 SLOT="0"
62 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
63 IUSE="test"
64
65 RDEPEND=""
66 DEPEND="${RDEPEND}
67 test? (
68 dev-perl/Test-Pod
69 dev-perl/Test-Pod-Coverage
70 )"
71
72 SRC_TEST="do"