* [gentoo-commits] gentoo-x86 commit in dev-db/ctdb: ctdb-1.13-r1.ebuild ChangeLog
@ 2014-06-12 20:06 Michal Gorny (mgorny)
0 siblings, 0 replies; 9+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-12 20:06 UTC (permalink / raw
To: gentoo-commits
mgorny 14/06/12 20:06:28
Modified: ChangeLog
Added: ctdb-1.13-r1.ebuild
Log:
Enable multilib support, needed by sys-fs/samba.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.38 dev-db/ctdb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 7 Nov 2013 03:15:25 -0000 1.37
+++ ChangeLog 12 Jun 2014 20:06:27 -0000 1.38
@@ -1,6 +1,11 @@
# ChangeLog for dev-db/ctdb
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.37 2013/11/07 03:15:25 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.38 2014/06/12 20:06:27 mgorny Exp $
+
+*ctdb-1.13-r1 (12 Jun 2014)
+
+ 12 Jun 2014; Michał Górny <mgorny@gentoo.org> +ctdb-1.13-r1.ebuild:
+ Enable multilib support, needed by sys-fs/samba.
07 Nov 2013; Patrick Lauer <patrick@gentoo.org> ctdb-1.0.114_p1.ebuild,
ctdb-1.0.73.ebuild, ctdb-1.0.88.ebuild:
1.1 dev-db/ctdb/ctdb-1.13-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?rev=1.1&content-type=text/plain
Index: ctdb-1.13-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v 1.1 2014/06/12 20:06:27 mgorny Exp $
EAPI=5
inherit eutils multilib-minimal
DESCRIPTION="A cluster implementation of the TDB database used to store temporary data."
HOMEPAGE="http://ctdb.samba.org/"
# upstream is too sexy for releases, grab tags from:
# http://git.samba.org/?p=ctdb.git;a=summary
SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
DEPEND="dev-libs/popt[${MULTILIB_USEDEP}]"
RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}/${P}-ldflags.patch"
)
src_prepare() {
epatch "${PATCHES[@]}"
epatch_user
# custom, broken Makefile
multilib_copy_sources
}
multilib_src_configure() {
econf \
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
--localstatedir="${EPREFIX}/var/lib" \
--with-logdir="${EPREFIX}/var/log/${PN}"
}
multilib_src_install_all() {
einstalldocs
dohtml web/* doc/*.html
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/ctdb: ctdb-1.13-r1.ebuild ChangeLog
@ 2014-12-20 16:46 Markus Meier (maekke)
0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2014-12-20 16:46 UTC (permalink / raw
To: gentoo-commits
maekke 14/12/20 16:46:07
Modified: ctdb-1.13-r1.ebuild ChangeLog
Log:
arm stable, bug #525972
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.5 dev-db/ctdb/ctdb-1.13-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?r1=1.4&r2=1.5
Index: ctdb-1.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ctdb-1.13-r1.ebuild 9 Dec 2014 08:47:08 -0000 1.4
+++ ctdb-1.13-r1.ebuild 20 Dec 2014 16:46:07 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v 1.4 2014/12/09 08:47:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v 1.5 2014/12/20 16:46:07 maekke Exp $
EAPI=5
@@ -14,7 +14,7 @@
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=""
DEPEND=">=dev-libs/popt-1.16-r2[${MULTILIB_USEDEP}]"
1.43 dev-db/ctdb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 9 Dec 2014 08:47:08 -0000 1.42
+++ ChangeLog 20 Dec 2014 16:46:07 -0000 1.43
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/ctdb
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.42 2014/12/09 08:47:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.43 2014/12/20 16:46:07 maekke Exp $
+
+ 20 Dec 2014; Markus Meier <maekke@gentoo.org> ctdb-1.13-r1.ebuild:
+ arm stable, bug #525972
09 Dec 2014; Jeroen Roovers <jer@gentoo.org> ctdb-1.13-r1.ebuild:
Stable for HPPA (bug #525972).
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/ctdb: ctdb-1.13-r1.ebuild ChangeLog
@ 2014-12-27 19:26 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-27 19:26 UTC (permalink / raw
To: gentoo-commits
ago 14/12/27 19:26:04
Modified: ctdb-1.13-r1.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #525972
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 dev-db/ctdb/ctdb-1.13-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?r1=1.5&r2=1.6
Index: ctdb-1.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ctdb-1.13-r1.ebuild 20 Dec 2014 16:46:07 -0000 1.5
+++ ctdb-1.13-r1.ebuild 27 Dec 2014 19:26:04 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v 1.5 2014/12/20 16:46:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v 1.6 2014/12/27 19:26:04 ago Exp $
EAPI=5
@@ -14,7 +14,7 @@
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=""
DEPEND=">=dev-libs/popt-1.16-r2[${MULTILIB_USEDEP}]"
1.44 dev-db/ctdb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 20 Dec 2014 16:46:07 -0000 1.43
+++ ChangeLog 27 Dec 2014 19:26:04 -0000 1.44
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/ctdb
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.43 2014/12/20 16:46:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.44 2014/12/27 19:26:04 ago Exp $
+
+ 27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> ctdb-1.13-r1.ebuild:
+ Stable for amd64, wrt bug #525972
20 Dec 2014; Markus Meier <maekke@gentoo.org> ctdb-1.13-r1.ebuild:
arm stable, bug #525972
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/ctdb: ctdb-1.13-r1.ebuild ChangeLog
@ 2015-01-26 10:31 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-26 10:31 UTC (permalink / raw
To: gentoo-commits
ago 15/01/26 10:31:56
Modified: ctdb-1.13-r1.ebuild ChangeLog
Log:
Stable for x86, wrt bug #525972
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 dev-db/ctdb/ctdb-1.13-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?r1=1.6&r2=1.7
Index: ctdb-1.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ctdb-1.13-r1.ebuild 27 Dec 2014 19:26:04 -0000 1.6
+++ ctdb-1.13-r1.ebuild 26 Jan 2015 10:31:56 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v 1.6 2014/12/27 19:26:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v 1.7 2015/01/26 10:31:56 ago Exp $
EAPI=5
@@ -14,7 +14,7 @@
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=""
DEPEND=">=dev-libs/popt-1.16-r2[${MULTILIB_USEDEP}]"
1.45 dev-db/ctdb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 27 Dec 2014 19:26:04 -0000 1.44
+++ ChangeLog 26 Jan 2015 10:31:56 -0000 1.45
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/ctdb
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.44 2014/12/27 19:26:04 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.45 2015/01/26 10:31:56 ago Exp $
+
+ 26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> ctdb-1.13-r1.ebuild:
+ Stable for x86, wrt bug #525972
27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> ctdb-1.13-r1.ebuild:
Stable for amd64, wrt bug #525972
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/ctdb: ctdb-1.13-r1.ebuild ChangeLog
@ 2015-02-21 14:17 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-21 14:17 UTC (permalink / raw
To: gentoo-commits
ago 15/02/21 14:17:34
Modified: ctdb-1.13-r1.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #525972
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 dev-db/ctdb/ctdb-1.13-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?r1=1.7&r2=1.8
Index: ctdb-1.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ctdb-1.13-r1.ebuild 26 Jan 2015 10:31:56 -0000 1.7
+++ ctdb-1.13-r1.ebuild 21 Feb 2015 14:17:34 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v 1.7 2015/01/26 10:31:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v 1.8 2015/02/21 14:17:34 ago Exp $
EAPI=5
@@ -14,7 +14,7 @@
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=""
DEPEND=">=dev-libs/popt-1.16-r2[${MULTILIB_USEDEP}]"
1.46 dev-db/ctdb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 26 Jan 2015 10:31:56 -0000 1.45
+++ ChangeLog 21 Feb 2015 14:17:34 -0000 1.46
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/ctdb
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.45 2015/01/26 10:31:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.46 2015/02/21 14:17:34 ago Exp $
+
+ 21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ctdb-1.13-r1.ebuild:
+ Stable for ppc, wrt bug #525972
26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> ctdb-1.13-r1.ebuild:
Stable for x86, wrt bug #525972
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/ctdb: ctdb-1.13-r1.ebuild ChangeLog
@ 2015-02-24 8:55 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-24 8:55 UTC (permalink / raw
To: gentoo-commits
ago 15/02/24 08:55:03
Modified: ctdb-1.13-r1.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #525972
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 dev-db/ctdb/ctdb-1.13-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?r1=1.8&r2=1.9
Index: ctdb-1.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ctdb-1.13-r1.ebuild 21 Feb 2015 14:17:34 -0000 1.8
+++ ctdb-1.13-r1.ebuild 24 Feb 2015 08:55:03 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v 1.8 2015/02/21 14:17:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v 1.9 2015/02/24 08:55:03 ago Exp $
EAPI=5
@@ -14,7 +14,7 @@
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=""
DEPEND=">=dev-libs/popt-1.16-r2[${MULTILIB_USEDEP}]"
1.47 dev-db/ctdb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 21 Feb 2015 14:17:34 -0000 1.46
+++ ChangeLog 24 Feb 2015 08:55:03 -0000 1.47
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/ctdb
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.46 2015/02/21 14:17:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.47 2015/02/24 08:55:03 ago Exp $
+
+ 24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ctdb-1.13-r1.ebuild:
+ Stable for alpha, wrt bug #525972
21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ctdb-1.13-r1.ebuild:
Stable for ppc, wrt bug #525972
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/ctdb: ctdb-1.13-r1.ebuild ChangeLog
@ 2015-02-27 11:14 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-27 11:14 UTC (permalink / raw
To: gentoo-commits
ago 15/02/27 11:14:50
Modified: ctdb-1.13-r1.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #525972
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.10 dev-db/ctdb/ctdb-1.13-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?r1=1.9&r2=1.10
Index: ctdb-1.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ctdb-1.13-r1.ebuild 24 Feb 2015 08:55:03 -0000 1.9
+++ ctdb-1.13-r1.ebuild 27 Feb 2015 11:14:50 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v 1.9 2015/02/24 08:55:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v 1.10 2015/02/27 11:14:50 ago Exp $
EAPI=5
@@ -14,7 +14,7 @@
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=""
DEPEND=">=dev-libs/popt-1.16-r2[${MULTILIB_USEDEP}]"
1.48 dev-db/ctdb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 24 Feb 2015 08:55:03 -0000 1.47
+++ ChangeLog 27 Feb 2015 11:14:50 -0000 1.48
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/ctdb
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.47 2015/02/24 08:55:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.48 2015/02/27 11:14:50 ago Exp $
+
+ 27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ctdb-1.13-r1.ebuild:
+ Stable for sparc, wrt bug #525972
24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ctdb-1.13-r1.ebuild:
Stable for alpha, wrt bug #525972
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/ctdb: ctdb-1.13-r1.ebuild ChangeLog
@ 2015-02-28 13:57 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-28 13:57 UTC (permalink / raw
To: gentoo-commits
ago 15/02/28 13:57:30
Modified: ctdb-1.13-r1.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #525972
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.11 dev-db/ctdb/ctdb-1.13-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?r1=1.10&r2=1.11
Index: ctdb-1.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ctdb-1.13-r1.ebuild 27 Feb 2015 11:14:50 -0000 1.10
+++ ctdb-1.13-r1.ebuild 28 Feb 2015 13:57:30 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v 1.10 2015/02/27 11:14:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v 1.11 2015/02/28 13:57:30 ago Exp $
EAPI=5
@@ -14,7 +14,7 @@
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=""
DEPEND=">=dev-libs/popt-1.16-r2[${MULTILIB_USEDEP}]"
1.49 dev-db/ctdb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 27 Feb 2015 11:14:50 -0000 1.48
+++ ChangeLog 28 Feb 2015 13:57:30 -0000 1.49
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/ctdb
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.48 2015/02/27 11:14:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.49 2015/02/28 13:57:30 ago Exp $
+
+ 28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ctdb-1.13-r1.ebuild:
+ Stable for ia64, wrt bug #525972
27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ctdb-1.13-r1.ebuild:
Stable for sparc, wrt bug #525972
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/ctdb: ctdb-1.13-r1.ebuild ChangeLog
@ 2015-03-31 7:45 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-31 7:45 UTC (permalink / raw
To: gentoo-commits
ago 15/03/31 07:45:48
Modified: ctdb-1.13-r1.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #525972
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.12 dev-db/ctdb/ctdb-1.13-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild?r1=1.11&r2=1.12
Index: ctdb-1.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ctdb-1.13-r1.ebuild 28 Feb 2015 13:57:30 -0000 1.11
+++ ctdb-1.13-r1.ebuild 31 Mar 2015 07:45:48 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v 1.11 2015/02/28 13:57:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ctdb-1.13-r1.ebuild,v 1.12 2015/03/31 07:45:48 ago Exp $
EAPI=5
@@ -14,7 +14,7 @@
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=""
DEPEND=">=dev-libs/popt-1.16-r2[${MULTILIB_USEDEP}]"
1.50 dev-db/ctdb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/ctdb/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 28 Feb 2015 13:57:30 -0000 1.49
+++ ChangeLog 31 Mar 2015 07:45:48 -0000 1.50
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/ctdb
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.49 2015/02/28 13:57:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/ctdb/ChangeLog,v 1.50 2015/03/31 07:45:48 ago Exp $
+
+ 31 Mar 2015; Agostino Sarubbo <ago@gentoo.org> ctdb-1.13-r1.ebuild:
+ Stable for ppc64, wrt bug #525972
28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> ctdb-1.13-r1.ebuild:
Stable for ia64, wrt bug #525972
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2015-03-31 7:45 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-21 14:17 [gentoo-commits] gentoo-x86 commit in dev-db/ctdb: ctdb-1.13-r1.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2015-03-31 7:45 Agostino Sarubbo (ago)
2015-02-28 13:57 Agostino Sarubbo (ago)
2015-02-27 11:14 Agostino Sarubbo (ago)
2015-02-24 8:55 Agostino Sarubbo (ago)
2015-01-26 10:31 Agostino Sarubbo (ago)
2014-12-27 19:26 Agostino Sarubbo (ago)
2014-12-20 16:46 Markus Meier (maekke)
2014-06-12 20:06 Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox