* [gentoo-commits] gentoo-x86 commit in net-libs/libkolabxml: libkolabxml-0.8.1.ebuild ChangeLog
@ 2012-09-26 3:57 Chris Reffett (creffett)
0 siblings, 0 replies; 6+ messages in thread
From: Chris Reffett (creffett) @ 2012-09-26 3:57 UTC (permalink / raw
To: gentoo-commits
creffett 12/09/26 03:57:37
Modified: ChangeLog
Added: libkolabxml-0.8.1.ebuild
Log:
Version bump to 0.8.1
(Portage version: 2.2.0_alpha132/cvs/Linux x86_64)
Revision Changes Path
1.4 net-libs/libkolabxml/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 26 Sep 2012 03:50:58 -0000 1.3
+++ ChangeLog 26 Sep 2012 03:57:36 -0000 1.4
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/libkolabxml
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/ChangeLog,v 1.3 2012/09/26 03:50:58 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/ChangeLog,v 1.4 2012/09/26 03:57:36 creffett Exp $
+
+*libkolabxml-0.8.1 (26 Sep 2012)
+
+ 26 Sep 2012; Chris Reffett <creffett@gentoo.org> +libkolabxml-0.8.1.ebuild:
+ Version bump to 0.8.1
26 Sep 2012; Chris Reffett <creffett@gentoo.org> libkolabxml-0.8.0.ebuild:
License fix.
1.1 net-libs/libkolabxml/libkolabxml-0.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild?rev=1.1&content-type=text/plain
Index: libkolabxml-0.8.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild,v 1.1 2012/09/26 03:57:36 creffett Exp $
EAPI=4
inherit cmake-utils
DESCRIPTION="Kolab XML format schema definitions library"
HOMEPAGE="http://www.kolab.org"
SRC_URI="http://mirror.kolabsys.com/pub/releases/${P}.tar.gz"
LICENSE="Apache-2.0 as-is LGPL-3+ public-domain"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="csharp java python php test"
RDEPEND="
dev-cpp/xsd
|| ( >=dev-libs/boost-1.42.0 ( <dev-libs/boost-1.42.0 dev-libs/ossp-uuid ) )
dev-libs/xerces-c
"
DEPEND="
${RDEPEND}
csharp? ( >=dev-lang/swig-2.0.7 dev-lang/mono )
java? ( >=dev-lang/swig-2.0.7 virtual/jre )
php? ( >=dev-lang/swig-2.0.7 dev-lang/php )
python? ( >=dev-lang/swig-2.0.7 dev-lang/python )
test? ( x11-libs/qt-test:4 )
"
src_configure() {
local mycmakeargs=(
$(cmake-utils_use csharp CSHARP_BINDINGS)
$(cmake-utils_use java JAVA_BINDINGS)
$(cmake-utils_use python PYTHON_BINDINGS)
$(cmake-utils_use php PHP_BINDINGS)
$(cmake-utils_use_build test TESTS)
)
cmake-utils_src_configure
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/libkolabxml: libkolabxml-0.8.1.ebuild ChangeLog
@ 2013-01-29 7:54 Michael Palimaka (kensington)
0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka (kensington) @ 2013-01-29 7:54 UTC (permalink / raw
To: gentoo-commits
kensington 13/01/29 07:54:11
Modified: libkolabxml-0.8.1.ebuild ChangeLog
Log:
Explicitly define libdir to satisfy multilib-stict.
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Revision Changes Path
1.7 net-libs/libkolabxml/libkolabxml-0.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild?r1=1.6&r2=1.7
Index: libkolabxml-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libkolabxml-0.8.1.ebuild 7 Dec 2012 19:36:36 -0000 1.6
+++ libkolabxml-0.8.1.ebuild 29 Jan 2013 07:54:11 -0000 1.7
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild,v 1.6 2012/12/07 19:36:36 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild,v 1.7 2013/01/29 07:54:11 kensington Exp $
EAPI=4
-inherit cmake-utils
+inherit cmake-utils multilib
DESCRIPTION="Kolab XML format schema definitions library"
HOMEPAGE="http://www.kolab.org"
@@ -31,6 +31,7 @@
src_configure() {
local mycmakeargs=(
+ -DLIB_INSTALL_DIR=/usr/$(get_libdir)
$(cmake-utils_use csharp CSHARP_BINDINGS)
$(cmake-utils_use java JAVA_BINDINGS)
$(cmake-utils_use python PYTHON_BINDINGS)
1.10 net-libs/libkolabxml/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 7 Dec 2012 19:36:36 -0000 1.9
+++ ChangeLog 29 Jan 2013 07:54:11 -0000 1.10
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/libkolabxml
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/ChangeLog,v 1.9 2012/12/07 19:36:36 creffett Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/ChangeLog,v 1.10 2013/01/29 07:54:11 kensington Exp $
+
+ 29 Jan 2013; Michael Palimaka <kensington@gentoo.org>
+ libkolabxml-0.8.1.ebuild:
+ Explicitly define libdir to satisfy multilib-stict.
07 Dec 2012; Chris Reffett <creffett@gentoo.org> -libkolabxml-0.6.0.ebuild,
-libkolabxml-0.8.0.ebuild, libkolabxml-0.8.1.ebuild:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/libkolabxml: libkolabxml-0.8.1.ebuild ChangeLog
@ 2013-01-29 8:08 Michael Palimaka (kensington)
0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka (kensington) @ 2013-01-29 8:08 UTC (permalink / raw
To: gentoo-commits
kensington 13/01/29 08:08:11
Modified: libkolabxml-0.8.1.ebuild ChangeLog
Log:
Revert previous commit that introduces breakage.
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Revision Changes Path
1.8 net-libs/libkolabxml/libkolabxml-0.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild?r1=1.7&r2=1.8
Index: libkolabxml-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libkolabxml-0.8.1.ebuild 29 Jan 2013 07:54:11 -0000 1.7
+++ libkolabxml-0.8.1.ebuild 29 Jan 2013 08:08:11 -0000 1.8
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild,v 1.7 2013/01/29 07:54:11 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild,v 1.8 2013/01/29 08:08:11 kensington Exp $
EAPI=4
-inherit cmake-utils multilib
+inherit cmake-utils
DESCRIPTION="Kolab XML format schema definitions library"
HOMEPAGE="http://www.kolab.org"
@@ -31,7 +31,6 @@
src_configure() {
local mycmakeargs=(
- -DLIB_INSTALL_DIR=/usr/$(get_libdir)
$(cmake-utils_use csharp CSHARP_BINDINGS)
$(cmake-utils_use java JAVA_BINDINGS)
$(cmake-utils_use python PYTHON_BINDINGS)
1.11 net-libs/libkolabxml/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 29 Jan 2013 07:54:11 -0000 1.10
+++ ChangeLog 29 Jan 2013 08:08:11 -0000 1.11
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/libkolabxml
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/ChangeLog,v 1.10 2013/01/29 07:54:11 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/ChangeLog,v 1.11 2013/01/29 08:08:11 kensington Exp $
+
+ 29 Jan 2013; Michael Palimaka <kensington@gentoo.org>
+ libkolabxml-0.8.1.ebuild:
+ Revert previous commit that introduces breakage.
29 Jan 2013; Michael Palimaka <kensington@gentoo.org>
libkolabxml-0.8.1.ebuild:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/libkolabxml: libkolabxml-0.8.1.ebuild ChangeLog
@ 2013-02-23 17:27 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-23 17:27 UTC (permalink / raw
To: gentoo-commits
ago 13/02/23 17:27:08
Modified: libkolabxml-0.8.1.ebuild ChangeLog
Log:
Add ~ppc64, wrt bug #455960
(Portage version: 2.1.11.50/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.10 net-libs/libkolabxml/libkolabxml-0.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild?r1=1.9&r2=1.10
Index: libkolabxml-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libkolabxml-0.8.1.ebuild 29 Jan 2013 10:44:39 -0000 1.9
+++ libkolabxml-0.8.1.ebuild 23 Feb 2013 17:27:08 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild,v 1.9 2013/01/29 10:44:39 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild,v 1.10 2013/02/23 17:27:08 ago Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="Apache-2.0 ZLIB LGPL-3+ public-domain"
SLOT="4"
-KEYWORDS="amd64 ~arm ppc x86"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
IUSE="csharp java python php test"
RDEPEND="
1.13 net-libs/libkolabxml/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 29 Jan 2013 10:44:39 -0000 1.12
+++ ChangeLog 23 Feb 2013 17:27:08 -0000 1.13
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libkolabxml
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/ChangeLog,v 1.12 2013/01/29 10:44:39 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/ChangeLog,v 1.13 2013/02/23 17:27:08 ago Exp $
+
+ 23 Feb 2013; Agostino Sarubbo <ago@gentoo.org> libkolabxml-0.8.1.ebuild:
+ Add ~ppc64, wrt bug #455960
29 Jan 2013; Michael Palimaka <kensington@gentoo.org>
libkolabxml-0.8.1.ebuild:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/libkolabxml: libkolabxml-0.8.1.ebuild ChangeLog
@ 2013-03-02 22:57 Markos Chandras (hwoarang)
0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2013-03-02 22:57 UTC (permalink / raw
To: gentoo-commits
hwoarang 13/03/02 22:57:01
Modified: libkolabxml-0.8.1.ebuild ChangeLog
Log:
Move Qt dependencies to the new category
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Revision Changes Path
1.11 net-libs/libkolabxml/libkolabxml-0.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild?r1=1.10&r2=1.11
Index: libkolabxml-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libkolabxml-0.8.1.ebuild 23 Feb 2013 17:27:08 -0000 1.10
+++ libkolabxml-0.8.1.ebuild 2 Mar 2013 22:57:01 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild,v 1.10 2013/02/23 17:27:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild,v 1.11 2013/03/02 22:57:01 hwoarang Exp $
EAPI=4
@@ -27,7 +27,7 @@
java? ( >=dev-lang/swig-2.0.7 virtual/jre )
php? ( >=dev-lang/swig-2.0.7 dev-lang/php )
python? ( >=dev-lang/swig-2.0.7 dev-lang/python )
- test? ( x11-libs/qt-test:4 )
+ test? ( dev-qt/qttest:4 )
"
src_configure() {
1.14 net-libs/libkolabxml/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 23 Feb 2013 17:27:08 -0000 1.13
+++ ChangeLog 2 Mar 2013 22:57:01 -0000 1.14
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libkolabxml
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/ChangeLog,v 1.13 2013/02/23 17:27:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/ChangeLog,v 1.14 2013/03/02 22:57:01 hwoarang Exp $
+
+ 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> libkolabxml-0.8.1.ebuild:
+ Move Qt dependencies to the new category
23 Feb 2013; Agostino Sarubbo <ago@gentoo.org> libkolabxml-0.8.1.ebuild:
Add ~ppc64, wrt bug #455960
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/libkolabxml: libkolabxml-0.8.1.ebuild ChangeLog
@ 2013-04-02 20:56 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-02 20:56 UTC (permalink / raw
To: gentoo-commits
ago 13/04/02 20:56:48
Modified: libkolabxml-0.8.1.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #462890
(Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.12 net-libs/libkolabxml/libkolabxml-0.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild?r1=1.11&r2=1.12
Index: libkolabxml-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libkolabxml-0.8.1.ebuild 2 Mar 2013 22:57:01 -0000 1.11
+++ libkolabxml-0.8.1.ebuild 2 Apr 2013 20:56:48 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild,v 1.11 2013/03/02 22:57:01 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.1.ebuild,v 1.12 2013/04/02 20:56:48 ago Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="Apache-2.0 ZLIB LGPL-3+ public-domain"
SLOT="4"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ppc64 x86"
IUSE="csharp java python php test"
RDEPEND="
1.16 net-libs/libkolabxml/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 18 Mar 2013 17:07:57 -0000 1.15
+++ ChangeLog 2 Apr 2013 20:56:48 -0000 1.16
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libkolabxml
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/ChangeLog,v 1.15 2013/03/18 17:07:57 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/ChangeLog,v 1.16 2013/04/02 20:56:48 ago Exp $
+
+ 02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> libkolabxml-0.8.1.ebuild:
+ Stable for ppc64, wrt bug #462890
*libkolabxml-0.8.3 (18 Mar 2013)
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-04-02 21:02 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-26 3:57 [gentoo-commits] gentoo-x86 commit in net-libs/libkolabxml: libkolabxml-0.8.1.ebuild ChangeLog Chris Reffett (creffett)
-- strict thread matches above, loose matches on Subject: below --
2013-01-29 7:54 Michael Palimaka (kensington)
2013-01-29 8:08 Michael Palimaka (kensington)
2013-02-23 17:27 Agostino Sarubbo (ago)
2013-03-02 22:57 Markos Chandras (hwoarang)
2013-04-02 20:56 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox