mrueg       15/01/02 14:31:14

  Modified:             ChangeLog
  Added:                libkolabxml-1.1.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.35                 net-libs/libkolabxml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   28 Nov 2014 15:57:18 -0000      1.34
+++ ChangeLog   2 Jan 2015 14:31:14 -0000       1.35
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/libkolabxml
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/ChangeLog,v 1.34 
2014/11/28 15:57:18 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libkolabxml/ChangeLog,v 1.35 
2015/01/02 14:31:14 mrueg Exp $
+
+*libkolabxml-1.1.0 (02 Jan 2015)
+
+  02 Jan 2015; Manuel Rüger <[email protected]> +libkolabxml-1.1.0.ebuild:
+  Version bump.
 
   28 Nov 2014; Manuel Rüger <[email protected]> -libkolabxml-0.8.4.ebuild:
   Cleanup old.



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

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

Index: libkolabxml-1.1.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libkolabxml/libkolabxml-1.1.0.ebuild,v 1.1 
2015/01/02 14:31:14 mrueg Exp $

EAPI=5

inherit cmake-utils multilib

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 ZLIB LGPL-3+ public-domain"
SLOT="4"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="csharp java python php test"

RDEPEND="
        >=dev-libs/boost-1.42.0:=
        dev-libs/xerces-c
        net-misc/curl
"
DEPEND="${RDEPEND}
        dev-cpp/xsd
        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? ( dev-qt/qttest:4 )
"

src_configure() {
        local mycmakeargs=(
                -DLIB_INSTALL_DIR=$(get_libdir)
                $(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
}




Reply via email to