* [gentoo-commits] gentoo-x86 commit in dev-db/ctdb: ChangeLog ctdb-1.0.114_p1.ebuild
@ 2010-04-05 6:14 Tiziano Mueller (dev-zero)
0 siblings, 0 replies; 7+ messages in thread
From: Tiziano Mueller (dev-zero) @ 2010-04-05 6:14 UTC (permalink / raw
To: gentoo-commits
dev-zero 10/04/05 06:14:53
Modified: ChangeLog
Added: ctdb-1.0.114_p1.ebuild
Log:
Version bump (needed for samba-3.5.x, one patch not needed anymore, other patch ported), fixed tests (bug #278141).
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.12 dev-db/ctdb/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/ctdb/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 30 Nov 2009 16:02:46 -0000 1.11
+++ ChangeLog 5 Apr 2010 06:14:52 -0000 1.12
@@ -1,6 +1,13 @@
# ChangeLog for dev-db/ctdb
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.11 2009/11/30 16:02:46 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.12 2010/04/05 06:14:52 dev-zero Exp $
+
+*ctdb-1.0.114_p1 (05 Apr 2010)
+
+ 05 Apr 2010; Tiziano Müller <dev-zero@gentoo.org>
+ +ctdb-1.0.114_p1.ebuild, +files/ctdb-1.0.114_p1-functions.patch:
+ Version bump (needed for samba-3.5.x, one patch not needed anymore, other
+ patch ported), fixed tests (bug #278141).
30 Nov 2009; Raúl Porcel <armin76@gentoo.org> ctdb-1.0.88.ebuild:
Add ~arm/~ia64/~s390/~sh/~sparc wrt #285952
1.1 dev-db/ctdb/ctdb-1.0.114_p1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild?rev=1.1&content-type=text/plain
Index: ctdb-1.0.114_p1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild,v 1.1 2010/04/05 06:14:52 dev-zero Exp $
EAPI="2"
inherit autotools rpm
DESCRIPTION="A cluster implementation of the TDB database used by Samba and other projects to store temporary data."
HOMEPAGE="http://ctdb.samba.org/"
SRC_URI="http://ctdb.samba.org/packages/redhat/RHEL5/${P/_p/-}.src.rpm
http://ctdb.samba.org/packages/redhat/RHEL5/old/${P/_p/-}.src.rpm"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="test"
RDEPEND="dev-libs/popt"
DEPEND="${RDEPEND}
test? ( sys-apps/iproute2
sys-process/procps )"
S="${WORKDIR}/${P/_p*}"
src_prepare() {
AT_M4DIR="-I ${S}/lib/replace -I ${S}/lib/talloc -I ${S}/lib/tdb -I ${S}/lib/popt -I ${S}/lib/events"
autotools_run_tool autoheader ${AT_M4DIR} || die "running autoheader failed"
eautoconf ${AT_M4DIR}
# fix tests
sed -i \
-e "s|/tmp|${T}|" \
tests/simple/54_ctdb_transaction_recovery.sh || die "sed failed"
# the following tests assume that the setup was indeed able to add new ip
# addresses to the lo device (11,16), resp make assumptions about the
# performance (52)
rm \
tests/simple/{11,16,52}_*.sh || die "removing failing tests failed"
epatch \
"${FILESDIR}/${PN}-50.samba_gentoo.patch" \
"${FILESDIR}/${P}-functions.patch"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc "${D}/usr/share/doc/ctdb/README.eventscripts"
rm -rf "${D}/usr/share/doc/ctdb"
dohtml web/* doc/*.html
newinitd "${FILESDIR}/${PN}.initd" ctdb || die "newinitd failed"
newconfd "${S}/config/ctdb.sysconfig" ctdb || die "newconfd failed"
}
src_test() {
emake test || { pkill ctdb ; die "running tests failed" ; }
pkill ctdb
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/ctdb: ChangeLog ctdb-1.0.114_p1.ebuild
@ 2011-08-15 13:27 Jeroen Roovers (jer)
0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2011-08-15 13:27 UTC (permalink / raw
To: gentoo-commits
jer 11/08/15 13:27:25
Modified: ChangeLog ctdb-1.0.114_p1.ebuild
Log:
Stable for HPPA (bug #377909).
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Revision Changes Path
1.18 dev-db/ctdb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 12 Aug 2010 01:26:11 -0000 1.17
+++ ChangeLog 15 Aug 2011 13:27:25 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/ctdb
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.17 2010/08/12 01:26:11 josejx Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.18 2011/08/15 13:27:25 jer Exp $
+
+ 15 Aug 2011; Jeroen Roovers <jer@gentoo.org> ctdb-1.0.114_p1.ebuild:
+ Stable for HPPA (bug #377909).
12 Aug 2010; Joseph Jezak <josejx@gentoo.org> ctdb-1.0.88.ebuild:
Marked ppc/ppc64 stable for bug #300158.
1.3 dev-db/ctdb/ctdb-1.0.114_p1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild?r1=1.2&r2=1.3
Index: ctdb-1.0.114_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ctdb-1.0.114_p1.ebuild 5 Apr 2010 06:19:17 -0000 1.2
+++ ctdb-1.0.114_p1.ebuild 15 Aug 2011 13:27:25 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild,v 1.2 2010/04/05 06:19:17 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild,v 1.3 2011/08/15 13:27:25 jer Exp $
EAPI="2"
@@ -12,7 +12,7 @@
http://ctdb.samba.org/packages/redhat/RHEL5/old/${P/_p/-}.src.rpm"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="test"
RDEPEND="dev-libs/popt"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/ctdb: ChangeLog ctdb-1.0.114_p1.ebuild
@ 2011-08-16 12:58 Tony Vroon (chainsaw)
0 siblings, 0 replies; 7+ messages in thread
From: Tony Vroon (chainsaw) @ 2011-08-16 12:58 UTC (permalink / raw
To: gentoo-commits
chainsaw 11/08/16 12:58:48
Modified: ChangeLog ctdb-1.0.114_p1.ebuild
Log:
Marked stable on AMD64 as a dependency of net-fs/samba-3.5.11; based on arch testing by Agostino "ago" Sarubbo in bug #377909.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Revision Changes Path
1.19 dev-db/ctdb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 15 Aug 2011 13:27:25 -0000 1.18
+++ ChangeLog 16 Aug 2011 12:58:48 -0000 1.19
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/ctdb
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.18 2011/08/15 13:27:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.19 2011/08/16 12:58:48 chainsaw Exp $
+
+ 16 Aug 2011; Tony Vroon <chainsaw@gentoo.org> ctdb-1.0.114_p1.ebuild:
+ Marked stable on AMD64 as a dependency of net-fs/samba-3.5.11; based on arch
+ testing by Agostino "ago" Sarubbo in bug #377909.
15 Aug 2011; Jeroen Roovers <jer@gentoo.org> ctdb-1.0.114_p1.ebuild:
Stable for HPPA (bug #377909).
1.4 dev-db/ctdb/ctdb-1.0.114_p1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild?r1=1.3&r2=1.4
Index: ctdb-1.0.114_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ctdb-1.0.114_p1.ebuild 15 Aug 2011 13:27:25 -0000 1.3
+++ ctdb-1.0.114_p1.ebuild 16 Aug 2011 12:58:48 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild,v 1.3 2011/08/15 13:27:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild,v 1.4 2011/08/16 12:58:48 chainsaw Exp $
EAPI="2"
@@ -12,7 +12,7 @@
http://ctdb.samba.org/packages/redhat/RHEL5/old/${P/_p/-}.src.rpm"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="test"
RDEPEND="dev-libs/popt"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/ctdb: ChangeLog ctdb-1.0.114_p1.ebuild
@ 2011-08-17 3:48 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-08-17 3:48 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/08/17 03:48:16
Modified: ChangeLog ctdb-1.0.114_p1.ebuild
Log:
x86 stable wrt security bug #377909
(Portage version: 2.1.10.3/cvs/Linux i686)
Revision Changes Path
1.20 dev-db/ctdb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 16 Aug 2011 12:58:48 -0000 1.19
+++ ChangeLog 17 Aug 2011 03:48:16 -0000 1.20
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/ctdb
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.19 2011/08/16 12:58:48 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.20 2011/08/17 03:48:16 phajdan.jr Exp $
+
+ 17 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> ctdb-1.0.114_p1.ebuild:
+ x86 stable wrt security bug #377909
16 Aug 2011; Tony Vroon <chainsaw@gentoo.org> ctdb-1.0.114_p1.ebuild:
Marked stable on AMD64 as a dependency of net-fs/samba-3.5.11; based on arch
1.5 dev-db/ctdb/ctdb-1.0.114_p1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild?r1=1.4&r2=1.5
Index: ctdb-1.0.114_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ctdb-1.0.114_p1.ebuild 16 Aug 2011 12:58:48 -0000 1.4
+++ ctdb-1.0.114_p1.ebuild 17 Aug 2011 03:48:16 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild,v 1.4 2011/08/16 12:58:48 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild,v 1.5 2011/08/17 03:48:16 phajdan.jr Exp $
EAPI="2"
@@ -12,7 +12,7 @@
http://ctdb.samba.org/packages/redhat/RHEL5/old/${P/_p/-}.src.rpm"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
IUSE="test"
RDEPEND="dev-libs/popt"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/ctdb: ChangeLog ctdb-1.0.114_p1.ebuild
@ 2011-08-18 7:23 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 7+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-08-18 7:23 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/08/18 07:23:59
Modified: ChangeLog ctdb-1.0.114_p1.ebuild
Log:
ppc/ppc64 stable wrt #377909
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Revision Changes Path
1.21 dev-db/ctdb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 17 Aug 2011 03:48:16 -0000 1.20
+++ ChangeLog 18 Aug 2011 07:23:59 -0000 1.21
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/ctdb
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.20 2011/08/17 03:48:16 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.21 2011/08/18 07:23:59 xarthisius Exp $
+
+ 18 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> ctdb-1.0.114_p1.ebuild:
+ ppc/ppc64 stable wrt #377909
17 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> ctdb-1.0.114_p1.ebuild:
x86 stable wrt security bug #377909
1.6 dev-db/ctdb/ctdb-1.0.114_p1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild?r1=1.5&r2=1.6
Index: ctdb-1.0.114_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ctdb-1.0.114_p1.ebuild 17 Aug 2011 03:48:16 -0000 1.5
+++ ctdb-1.0.114_p1.ebuild 18 Aug 2011 07:23:59 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild,v 1.5 2011/08/17 03:48:16 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild,v 1.6 2011/08/18 07:23:59 xarthisius Exp $
EAPI="2"
@@ -12,7 +12,7 @@
http://ctdb.samba.org/packages/redhat/RHEL5/old/${P/_p/-}.src.rpm"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86"
IUSE="test"
RDEPEND="dev-libs/popt"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/ctdb: ChangeLog ctdb-1.0.114_p1.ebuild
@ 2011-08-25 20:43 Markus Meier (maekke)
0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2011-08-25 20:43 UTC (permalink / raw
To: gentoo-commits
maekke 11/08/25 20:43:17
Modified: ChangeLog ctdb-1.0.114_p1.ebuild
Log:
arm stable, bug #377909
(Portage version: 2.1.10.11/cvs/Linux i686)
Revision Changes Path
1.22 dev-db/ctdb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 18 Aug 2011 07:23:59 -0000 1.21
+++ ChangeLog 25 Aug 2011 20:43:17 -0000 1.22
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/ctdb
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.21 2011/08/18 07:23:59 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.22 2011/08/25 20:43:17 maekke Exp $
+
+ 25 Aug 2011; Markus Meier <maekke@gentoo.org> ctdb-1.0.114_p1.ebuild:
+ arm stable, bug #377909
18 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> ctdb-1.0.114_p1.ebuild:
ppc/ppc64 stable wrt #377909
1.7 dev-db/ctdb/ctdb-1.0.114_p1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild?r1=1.6&r2=1.7
Index: ctdb-1.0.114_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ctdb-1.0.114_p1.ebuild 18 Aug 2011 07:23:59 -0000 1.6
+++ ctdb-1.0.114_p1.ebuild 25 Aug 2011 20:43:17 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild,v 1.6 2011/08/18 07:23:59 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild,v 1.7 2011/08/25 20:43:17 maekke Exp $
EAPI="2"
@@ -12,7 +12,7 @@
http://ctdb.samba.org/packages/redhat/RHEL5/old/${P/_p/-}.src.rpm"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86"
IUSE="test"
RDEPEND="dev-libs/popt"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/ctdb: ChangeLog ctdb-1.0.114_p1.ebuild
@ 2011-08-27 11:25 Raul Porcel (armin76)
0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2011-08-27 11:25 UTC (permalink / raw
To: gentoo-commits
armin76 11/08/27 11:25:17
Modified: ChangeLog ctdb-1.0.114_p1.ebuild
Log:
alpha/ia64/s390/sh/sparc stable wrt #377909
(Portage version: 2.1.10.11/cvs/Linux ia64)
Revision Changes Path
1.23 dev-db/ctdb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 25 Aug 2011 20:43:17 -0000 1.22
+++ ChangeLog 27 Aug 2011 11:25:17 -0000 1.23
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/ctdb
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.22 2011/08/25 20:43:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.23 2011/08/27 11:25:17 armin76 Exp $
+
+ 27 Aug 2011; Raúl Porcel <armin76@gentoo.org> ctdb-1.0.114_p1.ebuild:
+ alpha/ia64/s390/sh/sparc stable wrt #377909
25 Aug 2011; Markus Meier <maekke@gentoo.org> ctdb-1.0.114_p1.ebuild:
arm stable, bug #377909
1.8 dev-db/ctdb/ctdb-1.0.114_p1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild?r1=1.7&r2=1.8
Index: ctdb-1.0.114_p1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ctdb-1.0.114_p1.ebuild 25 Aug 2011 20:43:17 -0000 1.7
+++ ctdb-1.0.114_p1.ebuild 27 Aug 2011 11:25:17 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild,v 1.7 2011/08/25 20:43:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.0.114_p1.ebuild,v 1.8 2011/08/27 11:25:17 armin76 Exp $
EAPI="2"
@@ -12,7 +12,7 @@
http://ctdb.samba.org/packages/redhat/RHEL5/old/${P/_p/-}.src.rpm"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
IUSE="test"
RDEPEND="dev-libs/popt"
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-08-27 11:25 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-27 11:25 [gentoo-commits] gentoo-x86 commit in dev-db/ctdb: ChangeLog ctdb-1.0.114_p1.ebuild Raul Porcel (armin76)
-- strict thread matches above, loose matches on Subject: below --
2011-08-25 20:43 Markus Meier (maekke)
2011-08-18 7:23 Kacper Kowalik (xarthisius)
2011-08-17 3:48 PaweA Hajdan (phajdan.jr)
2011-08-16 12:58 Tony Vroon (chainsaw)
2011-08-15 13:27 Jeroen Roovers (jer)
2010-04-05 6:14 Tiziano Mueller (dev-zero)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox