* [gentoo-commits] gentoo-x86 commit in sys-cluster/cluster-glue: ChangeLog cluster-glue-1.0.5.ebuild
@ 2010-06-20 21:58 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 5+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2010-06-20 21:58 UTC (permalink / raw
To: gentoo-commits
xarthisius 10/06/20 21:58:51
Modified: ChangeLog cluster-glue-1.0.5.ebuild
Log:
Respect multilib in ocf scripts path
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.2 sys-cluster/cluster-glue/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 20 Jun 2010 21:29:19 -0000 1.1
+++ ChangeLog 20 Jun 2010 21:58:50 -0000 1.2
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/cluster-glue
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/ChangeLog,v 1.1 2010/06/20 21:29:19 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/ChangeLog,v 1.2 2010/06/20 21:58:50 xarthisius Exp $
+
+ 20 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org>
+ cluster-glue-1.0.5.ebuild:
+ Respect multilib in ocf scripts path
*cluster-glue-1.0.5 (20 Jun 2010)
1.2 sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild?r1=1.1&r2=1.2
Index: cluster-glue-1.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cluster-glue-1.0.5.ebuild 20 Jun 2010 21:29:18 -0000 1.1
+++ cluster-glue-1.0.5.ebuild 20 Jun 2010 21:58:50 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild,v 1.1 2010/06/20 21:29:18 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild,v 1.2 2010/06/20 21:58:50 xarthisius Exp $
EAPI="2"
@@ -51,6 +51,7 @@
--docdir=/usr/share/doc/${PF} \
--enable-libnet \
--localstatedir=/var \
+ --with-ocf-root=/usr/$(get_libdir)/ocf \
--sysconfdir=/var \
${myopts} \
--with-group-id=65 --with-ccmuser-id=65 \
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-cluster/cluster-glue: ChangeLog cluster-glue-1.0.5.ebuild
@ 2010-06-21 7:45 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 5+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2010-06-21 7:45 UTC (permalink / raw
To: gentoo-commits
xarthisius 10/06/21 07:45:42
Modified: ChangeLog cluster-glue-1.0.5.ebuild
Log:
Adding static-libs USE flag.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.4 sys-cluster/cluster-glue/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 20 Jun 2010 22:11:16 -0000 1.3
+++ ChangeLog 21 Jun 2010 07:45:41 -0000 1.4
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/cluster-glue
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/ChangeLog,v 1.3 2010/06/20 22:11:16 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/ChangeLog,v 1.4 2010/06/21 07:45:41 xarthisius Exp $
+
+ 21 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org>
+ cluster-glue-1.0.5.ebuild:
+ Adding static-libs USE flag.
20 Jun 2010; Tomáš Chvátal <scarabeus@gentoo.org>
files/heartbeat-logd.init:
1.3 sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild?r1=1.2&r2=1.3
Index: cluster-glue-1.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cluster-glue-1.0.5.ebuild 20 Jun 2010 21:58:50 -0000 1.2
+++ cluster-glue-1.0.5.ebuild 21 Jun 2010 07:45:41 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild,v 1.2 2010/06/20 21:58:50 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild,v 1.3 2010/06/21 07:45:41 xarthisius Exp $
EAPI="2"
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="doc"
+IUSE="doc static-libs"
RDEPEND="app-arch/bzip2
net-libs/libnet:1.1
@@ -45,7 +45,7 @@
use doc && myopts=" --enable-doc"
econf \
- --disable-static \
+ $(use_enable static-libs static) \
--disable-fatal-warnings \
--disable-dependency-tracking \
--docdir=/usr/share/doc/${PF} \
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-cluster/cluster-glue: ChangeLog cluster-glue-1.0.5.ebuild
@ 2010-06-28 10:28 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 5+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2010-06-28 10:28 UTC (permalink / raw
To: gentoo-commits
xarthisius 10/06/28 10:28:52
Modified: ChangeLog cluster-glue-1.0.5.ebuild
Log:
Adding missing dependency on dev-libs/glib:2. Thanks to Ultrabug for noticing.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.5 sys-cluster/cluster-glue/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 21 Jun 2010 07:45:41 -0000 1.4
+++ ChangeLog 28 Jun 2010 10:28:52 -0000 1.5
@@ -1,6 +1,11 @@
# ChangeLog for sys-cluster/cluster-glue
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/ChangeLog,v 1.4 2010/06/21 07:45:41 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/ChangeLog,v 1.5 2010/06/28 10:28:52 xarthisius Exp $
+
+ 28 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org>
+ cluster-glue-1.0.5.ebuild:
+ Adding missing dependency on dev-libs/glib:2. Thanks to Ultrabug for
+ noticing.
21 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org>
cluster-glue-1.0.5.ebuild:
1.4 sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild?r1=1.3&r2=1.4
Index: cluster-glue-1.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cluster-glue-1.0.5.ebuild 21 Jun 2010 07:45:41 -0000 1.3
+++ cluster-glue-1.0.5.ebuild 28 Jun 2010 10:28:52 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild,v 1.3 2010/06/21 07:45:41 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild,v 1.4 2010/06/28 10:28:52 xarthisius Exp $
EAPI="2"
@@ -17,6 +17,7 @@
IUSE="doc static-libs"
RDEPEND="app-arch/bzip2
+ dev-libs/glib:2
net-libs/libnet:1.1
net-misc/curl
net-misc/iputils
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-cluster/cluster-glue: ChangeLog cluster-glue-1.0.5.ebuild
@ 2010-06-29 8:25 Guy Martin (gmsoft)
0 siblings, 0 replies; 5+ messages in thread
From: Guy Martin (gmsoft) @ 2010-06-29 8:25 UTC (permalink / raw
To: gentoo-commits
gmsoft 10/06/29 08:25:57
Modified: ChangeLog cluster-glue-1.0.5.ebuild
Log:
Added ~hppa to KEYWORDS.
(Portage version: 2.1.8.3/cvs/Linux parisc64)
Revision Changes Path
1.6 sys-cluster/cluster-glue/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 28 Jun 2010 10:28:52 -0000 1.5
+++ ChangeLog 29 Jun 2010 08:25:56 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/cluster-glue
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/ChangeLog,v 1.5 2010/06/28 10:28:52 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/ChangeLog,v 1.6 2010/06/29 08:25:56 gmsoft Exp $
+
+ 29 Jun 2010; Guy Martin <gmsoft@gentoo.org> cluster-glue-1.0.5.ebuild:
+ Added ~hppa to KEYWORDS.
28 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org>
cluster-glue-1.0.5.ebuild:
1.5 sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild?r1=1.4&r2=1.5
Index: cluster-glue-1.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cluster-glue-1.0.5.ebuild 28 Jun 2010 10:28:52 -0000 1.4
+++ cluster-glue-1.0.5.ebuild 29 Jun 2010 08:25:56 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild,v 1.4 2010/06/28 10:28:52 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild,v 1.5 2010/06/29 08:25:56 gmsoft Exp $
EAPI="2"
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
IUSE="doc static-libs"
RDEPEND="app-arch/bzip2
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-cluster/cluster-glue: ChangeLog cluster-glue-1.0.5.ebuild
@ 2010-07-09 14:36 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 5+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2010-07-09 14:36 UTC (permalink / raw
To: gentoo-commits
xarthisius 10/07/09 14:36:09
Modified: ChangeLog cluster-glue-1.0.5.ebuild
Log:
Add blocker for <sys-cluster/heartbeat-3.0
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.7 sys-cluster/cluster-glue/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 29 Jun 2010 08:25:56 -0000 1.6
+++ ChangeLog 9 Jul 2010 14:36:09 -0000 1.7
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/cluster-glue
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/ChangeLog,v 1.6 2010/06/29 08:25:56 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/ChangeLog,v 1.7 2010/07/09 14:36:09 xarthisius Exp $
+
+ 09 Jul 2010; Kacper Kowalik <xarthisius@gentoo.org>
+ cluster-glue-1.0.5.ebuild:
+ Add blocker for <sys-cluster/heartbeat-3.0
29 Jun 2010; Guy Martin <gmsoft@gentoo.org> cluster-glue-1.0.5.ebuild:
Added ~hppa to KEYWORDS.
1.6 sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild?r1=1.5&r2=1.6
Index: cluster-glue-1.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cluster-glue-1.0.5.ebuild 29 Jun 2010 08:25:56 -0000 1.5
+++ cluster-glue-1.0.5.ebuild 9 Jul 2010 14:36:09 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild,v 1.5 2010/06/29 08:25:56 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cluster-glue/cluster-glue-1.0.5.ebuild,v 1.6 2010/07/09 14:36:09 xarthisius Exp $
EAPI="2"
@@ -22,7 +22,8 @@
net-misc/curl
net-misc/iputils
|| ( net-misc/netkit-telnetd net-misc/telnet-bsd )
- dev-libs/libxml2"
+ dev-libs/libxml2
+ !<sys-cluster/heartbeat-3.0"
DEPEND="${RDEPEND}
doc? (
dev-libs/libxslt
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-07-09 14:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-20 21:58 [gentoo-commits] gentoo-x86 commit in sys-cluster/cluster-glue: ChangeLog cluster-glue-1.0.5.ebuild Kacper Kowalik (xarthisius)
-- strict thread matches above, loose matches on Subject: below --
2010-06-21 7:45 Kacper Kowalik (xarthisius)
2010-06-28 10:28 Kacper Kowalik (xarthisius)
2010-06-29 8:25 Guy Martin (gmsoft)
2010-07-09 14:36 Kacper Kowalik (xarthisius)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox