Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/beanstalkd: beanstalkd-1.4.6.ebuild ChangeLog
Date: Sun, 01 Aug 2010 15:02:46
Message-Id: 20100801140826.4F4EA2CE15@corvid.gentoo.org
1 flameeyes 10/08/01 14:08:25
2
3 Modified: beanstalkd-1.4.6.ebuild ChangeLog
4 Log:
5 Fix call to use_enable.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 app-misc/beanstalkd/beanstalkd-1.4.6.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.4.6.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.4.6.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.4.6.ebuild?r1=1.4&r2=1.5
14
15 Index: beanstalkd-1.4.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.4.6.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- beanstalkd-1.4.6.ebuild 10 Jul 2010 16:39:42 -0000 1.4
22 +++ beanstalkd-1.4.6.ebuild 1 Aug 2010 14:08:25 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.4.6.ebuild,v 1.4 2010/07/10 16:39:42 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.4.6.ebuild,v 1.5 2010/08/01 14:08:25 flameeyes Exp $
28
29 EAPI="3"
30
31 @@ -31,7 +31,7 @@
32 src_configure() {
33 econf \
34 --docdir="${EPREFIX}"/usr/share/${PF} \
35 - --with-event="${EPREFIX}"/usr
36 + --with-event="${EPREFIX}"/usr \
37 $(use_enable debug)
38 }
39
40
41
42
43 1.17 app-misc/beanstalkd/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/beanstalkd/ChangeLog?rev=1.17&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/beanstalkd/ChangeLog?rev=1.17&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/beanstalkd/ChangeLog?r1=1.16&r2=1.17
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/ChangeLog,v
52 retrieving revision 1.16
53 retrieving revision 1.17
54 diff -u -r1.16 -r1.17
55 --- ChangeLog 10 Jul 2010 16:39:42 -0000 1.16
56 +++ ChangeLog 1 Aug 2010 14:08:25 -0000 1.17
57 @@ -1,6 +1,10 @@
58 # ChangeLog for app-misc/beanstalkd
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/ChangeLog,v 1.16 2010/07/10 16:39:42 jer Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/ChangeLog,v 1.17 2010/08/01 14:08:25 flameeyes Exp $
62 +
63 + 01 Aug 2010; Diego E. Pettenò <flameeyes@g.o>
64 + beanstalkd-1.4.6.ebuild:
65 + Fix call to use_enable.
66
67 10 Jul 2010; Jeroen Roovers <jer@g.o> beanstalkd-1.3.ebuild,
68 beanstalkd-1.4.6.ebuild: