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/Gearman: ChangeLog Gearman-1.08.ebuild
Date: Sat, 12 Jan 2008 03:57:14
Message-Id: E1JDXUd-0003ID-6e@stork.gentoo.org
1 robbat2 08/01/12 03:57:11
2
3 Modified: ChangeLog Gearman-1.08.ebuild
4 Log:
5 Simplify using eclass.
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.4 dev-perl/Gearman/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Gearman/ChangeLog?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Gearman/ChangeLog?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Gearman/ChangeLog?r1=1.3&r2=1.4
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Gearman/ChangeLog,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -p -w -b -B -u -u -r1.3 -r1.4
21 --- ChangeLog 27 Oct 2007 01:12:04 -0000 1.3
22 +++ ChangeLog 12 Jan 2008 03:57:10 -0000 1.4
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/Gearman
25 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gearman/ChangeLog,v 1.3 2007/10/27 01:12:04 robbat2 Exp $
27 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gearman/ChangeLog,v 1.4 2008/01/12 03:57:10 robbat2 Exp $
29 +
30 + 12 Jan 2008; Robin H. Johnson <robbat2@g.o> Gearman-1.08.ebuild:
31 + Simplify using eclass.
32
33 *Gearman-1.09 (27 Oct 2007)
34
35
36
37
38 1.2 dev-perl/Gearman/Gearman-1.08.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Gearman/Gearman-1.08.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Gearman/Gearman-1.08.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Gearman/Gearman-1.08.ebuild?r1=1.1&r2=1.2
43
44 Index: Gearman-1.08.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Gearman/Gearman-1.08.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -p -w -b -B -u -u -r1.1 -r1.2
50 --- Gearman-1.08.ebuild 24 May 2007 23:23:02 -0000 1.1
51 +++ Gearman-1.08.ebuild 12 Jan 2008 03:57:10 -0000 1.2
52 @@ -1,12 +1,11 @@
53 -# Copyright 1999-2007 Gentoo Foundation
54 +# Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gearman/Gearman-1.08.ebuild,v 1.1 2007/05/24 23:23:02 robbat2 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gearman/Gearman-1.08.ebuild,v 1.2 2008/01/12 03:57:10 robbat2 Exp $
58
59 +MODULE_AUTHOR="BRADFITZ"
60 inherit perl-module
61
62 DESCRIPTION="Gearman distributed job system"
63 -HOMEPAGE="http://search.cpan.org/search?query=Gearman&mode=dist"
64 -SRC_URI="mirror://cpan/authors/id/B/BR/BRADFITZ/${P}.tar.gz"
65
66 IUSE=""
67
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list