* [gentoo-commits] gentoo-x86 commit in net-libs/libkolabxml: metadata.xml ChangeLog libkolabxml-0.6.0.ebuild
@ 2012-08-01 20:00 99% Johannes Huber (johu)
0 siblings, 0 replies; 1+ results
From: Johannes Huber (johu) @ 2012-08-01 20:00 UTC (permalink / raw
To: gentoo-commits
johu 12/08/01 20:00:09
Added: metadata.xml ChangeLog libkolabxml-0.6.0.ebuild
Log:
Initial commit. Import from kde overlay. Needed for KDE SC 4.9.0.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Revision Changes Path
1.1 net-libs/libkolabxml/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>kde</herd>
<use>
<flag name="csharp">Enable C# language bindings</flag>
</use>
</pkgmetadata>
1.1 net-libs/libkolabxml/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# 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 $
*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.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.6.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libkolabxml/libkolabxml-0.6.0.ebuild?rev=1.1&content-type=text/plain
Index: libkolabxml-0.6.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.6.0.ebuild,v 1.1 2012/08/01 20:00:09 johu 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 )
java? ( dev-lang/swig )
php? ( dev-lang/swig )
python? ( dev-lang/swig )
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 [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2012-08-01 20:00 99% [gentoo-commits] gentoo-x86 commit in net-libs/libkolabxml: metadata.xml ChangeLog libkolabxml-0.6.0.ebuild Johannes Huber (johu)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox