Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@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: Wed, 02 Jun 2010 13:14:50
Message-Id: 20100602131447.1D8032CE14@corvid.gentoo.org
1 darkside 10/06/02 13:14:46
2
3 Modified: beanstalkd-1.4.6.ebuild ChangeLog
4 Log:
5 Convert to EAPI3 for Gentoo Prefix mods, bug 303397
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 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.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.4.6.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.4.6.ebuild?r1=1.1&r2=1.2
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.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- beanstalkd-1.4.6.ebuild 2 Jun 2010 09:23:31 -0000 1.1
22 +++ beanstalkd-1.4.6.ebuild 2 Jun 2010 13:14:46 -0000 1.2
23 @@ -1,8 +1,8 @@
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.1 2010/06/02 09:23:31 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.4.6.ebuild,v 1.2 2010/06/02 13:14:46 darkside Exp $
28
29 -EAPI="2"
30 +EAPI="3"
31
32 inherit eutils
33
34 @@ -12,7 +12,7 @@
35
36 LICENSE="GPL-3"
37 SLOT="0"
38 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
39 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos"
40
41 RDEPEND="dev-libs/libevent"
42 DEPEND="${RDEPEND}
43 @@ -30,7 +30,8 @@
44
45 src_configure() {
46 econf \
47 - --docdir=/usr/share/${PF} \
48 + --docdir="${EPREFIX}"/usr/share/${PF} \
49 + --with-event="${EPREFIX}"/usr
50 $(use_enable debug)
51 }
52
53
54
55
56 1.9 app-misc/beanstalkd/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/beanstalkd/ChangeLog?rev=1.9&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/beanstalkd/ChangeLog?rev=1.9&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/beanstalkd/ChangeLog?r1=1.8&r2=1.9
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/ChangeLog,v
65 retrieving revision 1.8
66 retrieving revision 1.9
67 diff -u -r1.8 -r1.9
68 --- ChangeLog 2 Jun 2010 09:23:31 -0000 1.8
69 +++ ChangeLog 2 Jun 2010 13:14:46 -0000 1.9
70 @@ -1,6 +1,9 @@
71 # ChangeLog for app-misc/beanstalkd
72 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/ChangeLog,v 1.8 2010/06/02 09:23:31 patrick Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/ChangeLog,v 1.9 2010/06/02 13:14:46 darkside Exp $
75 +
76 + 02 Jun 2010; Jeremy Olexa <darkside@g.o> beanstalkd-1.4.6.ebuild:
77 + Convert to EAPI3 for Gentoo Prefix mods, bug 303397
78
79 *beanstalkd-1.4.6 (02 Jun 2010)