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/Danga-Socket: ChangeLog Danga-Socket-1.59.ebuild
Date: Tue, 29 Jul 2008 19:49:31
Message-Id: E1KNvCJ-0007gz-Ei@stork.gentoo.org
1 robbat2 08/07/29 19:49:27
2
3 Modified: ChangeLog
4 Added: Danga-Socket-1.59.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc4/cvs/Linux 2.6.26-rc4-00103-g1beee8d x86_64)
8
9 Revision Changes Path
10 1.2 dev-perl/Danga-Socket/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Danga-Socket/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Danga-Socket/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Danga-Socket/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Danga-Socket/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -p -w -b -B -u -u -r1.1 -r1.2
22 --- ChangeLog 30 Apr 2007 05:51:36 -0000 1.1
23 +++ ChangeLog 29 Jul 2008 19:49:26 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-perl/Danga-Socket
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Danga-Socket/ChangeLog,v 1.1 2007/04/30 05:51:36 robbat2 Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Danga-Socket/ChangeLog,v 1.2 2008/07/29 19:49:26 robbat2 Exp $
30 +
31 +*Danga-Socket-1.59 (29 Jul 2008)
32 +
33 + 29 Jul 2008; Robin H. Johnson <robbat2@g.o>
34 + +Danga-Socket-1.59.ebuild:
35 + Version bump.
36
37 *Danga-Socket-1.57 (30 Apr 2007)
38
39
40
41
42 1.1 dev-perl/Danga-Socket/Danga-Socket-1.59.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Danga-Socket/Danga-Socket-1.59.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Danga-Socket/Danga-Socket-1.59.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Danga-Socket-1.59.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Danga-Socket/Danga-Socket-1.59.ebuild,v 1.1 2008/07/29 19:49:26 robbat2 Exp $
52
53 MODULE_AUTHOR="MSERGEANT"
54 inherit perl-module
55
56 DESCRIPTION="A non-blocking socket object; uses epoll()"
57
58 IUSE=""
59
60 SLOT="0"
61 LICENSE="|| ( Artistic GPL-2 )"
62 KEYWORDS="~amd64 ~ppc ~x86"
63
64 DEPEND="dev-perl/Sys-Syscall
65 dev-lang/perl"
66 mydoc="CHANGES"
67 SRC_TEST="do"