Gentoo Archives: gentoo-commits

From: "Mark Loeser (halcy0n)" <halcy0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/beanstalkd: beanstalkd-1.4.6.ebuild ChangeLog beanstalkd-1.3.ebuild
Date: Mon, 01 Nov 2010 17:47:04
Message-Id: 20101101174659.A10B020051@flycatcher.gentoo.org
1 halcy0n 10/11/01 17:46:59
2
3 Modified: beanstalkd-1.4.6.ebuild ChangeLog
4 beanstalkd-1.3.ebuild
5 Log:
6 Dropping ppc/ppc64 as this was never tested; bug #288103
7
8 (Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.8 app-misc/beanstalkd/beanstalkd-1.4.6.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.4.6.ebuild?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.4.6.ebuild?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.4.6.ebuild?r1=1.7&r2=1.8
16
17 Index: beanstalkd-1.4.6.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.4.6.ebuild,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- beanstalkd-1.4.6.ebuild 17 Aug 2010 17:19:25 -0000 1.7
24 +++ beanstalkd-1.4.6.ebuild 1 Nov 2010 17:46:59 -0000 1.8
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.4.6.ebuild,v 1.7 2010/08/17 17:19:25 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.4.6.ebuild,v 1.8 2010/11/01 17:46:59 halcy0n Exp $
30
31 EAPI="3"
32
33 @@ -12,7 +12,7 @@
34
35 LICENSE="GPL-3"
36 SLOT="0"
37 -KEYWORDS="amd64 ~mips ~ppc ~ppc64 x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos"
38 +KEYWORDS="amd64 ~mips x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos"
39
40 RDEPEND="dev-libs/libevent"
41 DEPEND="${RDEPEND}
42
43
44
45 1.20 app-misc/beanstalkd/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/beanstalkd/ChangeLog?rev=1.20&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/beanstalkd/ChangeLog?rev=1.20&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/beanstalkd/ChangeLog?r1=1.19&r2=1.20
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/ChangeLog,v
54 retrieving revision 1.19
55 retrieving revision 1.20
56 diff -u -r1.19 -r1.20
57 --- ChangeLog 17 Aug 2010 17:19:25 -0000 1.19
58 +++ ChangeLog 1 Nov 2010 17:46:59 -0000 1.20
59 @@ -1,6 +1,10 @@
60 # ChangeLog for app-misc/beanstalkd
61 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/ChangeLog,v 1.19 2010/08/17 17:19:25 hwoarang Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/ChangeLog,v 1.20 2010/11/01 17:46:59 halcy0n Exp $
64 +
65 + 01 Nov 2010; Mark Loeser <halcy0n@g.o> beanstalkd-1.3.ebuild,
66 + beanstalkd-1.4.6.ebuild:
67 + Dropping ppc/ppc64 as this was never tested; bug #288103
68
69 17 Aug 2010; Markos Chandras <hwoarang@g.o>
70 beanstalkd-1.4.6.ebuild:
71
72
73
74 1.7 app-misc/beanstalkd/beanstalkd-1.3.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.3.ebuild?rev=1.7&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.3.ebuild?rev=1.7&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.3.ebuild?r1=1.6&r2=1.7
79
80 Index: beanstalkd-1.3.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.3.ebuild,v
83 retrieving revision 1.6
84 retrieving revision 1.7
85 diff -u -r1.6 -r1.7
86 --- beanstalkd-1.3.ebuild 10 Jul 2010 16:39:42 -0000 1.6
87 +++ beanstalkd-1.3.ebuild 1 Nov 2010 17:46:59 -0000 1.7
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2010 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.3.ebuild,v 1.6 2010/07/10 16:39:42 jer Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.3.ebuild,v 1.7 2010/11/01 17:46:59 halcy0n Exp $
93
94 inherit eutils
95
96 @@ -12,7 +12,7 @@
97
98 LICENSE="GPL-3"
99 SLOT="0"
100 -KEYWORDS="amd64 ~mips ~ppc ~ppc64 x86 ~sparc-fbsd ~x86-fbsd"
101 +KEYWORDS="amd64 ~mips x86 ~sparc-fbsd ~x86-fbsd"
102
103 RDEPEND=">=dev-libs/libevent-1.4.7"
104 DEPEND="${RDEPEND}"