public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libkolabxml: libkolabxml-0.8.0.ebuild libkolabxml-0.6.0.ebuild ChangeLog
@ 2012-08-10 16:35 Chris Reffett (creffett)
  0 siblings, 0 replies; only message in thread
From: Chris Reffett (creffett) @ 2012-08-10 16:35 UTC (permalink / raw
  To: gentoo-commits

creffett    12/08/10 16:35:18

  Modified:             libkolabxml-0.6.0.ebuild ChangeLog
  Added:                libkolabxml-0.8.0.ebuild
  Log:
  Increase swig dependency to 2.0.7 wrt bug 430314, thanks to alexander haensch <alexander.haensch@gmail.com> for the catch. Add language dependencies. Add version bump to 0.8.0.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-libs/libkolabxml/libkolabxml-0.6.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.6.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.6.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.6.0.ebuild?r1=1.1&r2=1.2

Index: libkolabxml-0.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libkolabxml-0.6.0.ebuild	1 Aug 2012 20:00:09 -0000	1.1
+++ libkolabxml-0.6.0.ebuild	10 Aug 2012 16:35:18 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.6.0.ebuild,v 1.1 2012/08/01 20:00:09 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.6.0.ebuild,v 1.2 2012/08/10 16:35:18 creffett Exp $
 
 EAPI=4
 
@@ -22,10 +22,10 @@
 "
 DEPEND="
 	${RDEPEND}
-	csharp? ( dev-lang/swig )
-	java? ( dev-lang/swig )
-	php? ( dev-lang/swig )
-	python? ( dev-lang/swig )
+	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 )
 "
 



1.2                  net-libs/libkolabxml/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	1 Aug 2012 20:00:09 -0000	1.1
+++ ChangeLog	10 Aug 2012 16:35:18 -0000	1.2
@@ -1,10 +1,17 @@
 # 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.1 2012/08/01 20:00:09 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/ChangeLog,v 1.2 2012/08/10 16:35:18 creffett Exp $
+
+*libkolabxml-0.8.0 (10 Aug 2012)
+
+  10 Aug 2012; Chris Reffett <creffett@gentoo.org> +libkolabxml-0.8.0.ebuild,
+  libkolabxml-0.6.0.ebuild:
+  Increase swig dependency to 2.0.7 wrt bug 430314, thanks to alexander haensch
+  <alexander.haensch@gmail.com> for the catch. Add language dependencies. Add
+  version bump to 0.8.0.
 
 *libkolabxml-0.6.0 (01 Aug 2012)
 
   01 Aug 2012; Johannes Huber <johu@gentoo.org> +libkolabxml-0.6.0.ebuild,
   +metadata.xml:
   Initial commit. Import from kde overlay. Needed for KDE SC 4.9.0.
-



1.1                  net-libs/libkolabxml/libkolabxml-0.8.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.8.0.ebuild?rev=1.1&content-type=text/plain

Index: libkolabxml-0.8.0.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.0.ebuild,v 1.1 2012/08/10 16:35:18 creffett Exp $

EAPI=4

inherit cmake-utils

DESCRIPTION="Kolab XML format schema definitions library"
HOMEPAGE="http://www.kolab.org"
SRC_URI="http://dev.gentoo.org/~creffett/distfiles/${P}.tar.gz"

LICENSE="LGPL-3"
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] only message in thread

only message in thread, other threads:[~2012-08-10 16:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-10 16:35 [gentoo-commits] gentoo-x86 commit in net-libs/libkolabxml: libkolabxml-0.8.0.ebuild libkolabxml-0.6.0.ebuild ChangeLog Chris Reffett (creffett)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox