Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/gearmand: gearmand-0.34-r1.ebuild ChangeLog
Date: Mon, 04 Mar 2013 08:42:19
Message-Id: 20130304084215.2550E2171D@flycatcher.gentoo.org
1 flameeyes 13/03/04 08:42:15
2
3 Modified: gearmand-0.34-r1.ebuild ChangeLog
4 Log:
5 Inherit user eclass.
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
8
9 Revision Changes Path
10 1.2 sys-cluster/gearmand/gearmand-0.34-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/gearmand/gearmand-0.34-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/gearmand/gearmand-0.34-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/gearmand/gearmand-0.34-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: gearmand-0.34-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/gearmand-0.34-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gearmand-0.34-r1.ebuild 4 Mar 2013 08:33:18 -0000 1.1
23 +++ gearmand-0.34-r1.ebuild 4 Mar 2013 08:42:15 -0000 1.2
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/gearmand-0.34-r1.ebuild,v 1.1 2013/03/04 08:33:18 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/gearmand-0.34-r1.ebuild,v 1.2 2013/03/04 08:42:15 flameeyes Exp $
29
30 EAPI=5
31
32 -inherit flag-o-matic libtool autotools-utils
33 +inherit flag-o-matic libtool user autotools-utils
34
35 DESCRIPTION="Generic framework to farm out work to other machines"
36 HOMEPAGE="http://www.gearman.org/"
37
38
39
40 1.21 sys-cluster/gearmand/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/gearmand/ChangeLog?rev=1.21&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/gearmand/ChangeLog?rev=1.21&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/gearmand/ChangeLog?r1=1.20&r2=1.21
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/ChangeLog,v
49 retrieving revision 1.20
50 retrieving revision 1.21
51 diff -u -r1.20 -r1.21
52 --- ChangeLog 4 Mar 2013 08:33:18 -0000 1.20
53 +++ ChangeLog 4 Mar 2013 08:42:15 -0000 1.21
54 @@ -1,6 +1,9 @@
55 # ChangeLog for sys-cluster/gearmand
56 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/ChangeLog,v 1.20 2013/03/04 08:33:18 flameeyes Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/ChangeLog,v 1.21 2013/03/04 08:42:15 flameeyes Exp $
59 +
60 + 04 Mar 2013; Diego E. Pettenò <flameeyes@g.o> gearmand-0.34-r1.ebuild:
61 + Inherit user eclass.
62
63 *gearmand-0.34-r1 (04 Mar 2013)