diff options
author | Chris Reffett <creffett@gentoo.org> | 2013-01-01 20:27:38 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2013-01-01 20:27:38 +0000 |
commit | 8f3dea5b3bab847184f6546cd3d1adcbe8cdc019 (patch) | |
tree | 3d61c495f8dcded70f3cb5d42bbe0b6e6b6eb46b /net-libs/libkgapi | |
parent | Add all-rights-reserved non-license, bug 444424. (diff) | |
download | gentoo-2-8f3dea5b3bab847184f6546cd3d1adcbe8cdc019.tar.gz gentoo-2-8f3dea5b3bab847184f6546cd3d1adcbe8cdc019.tar.bz2 gentoo-2-8f3dea5b3bab847184f6546cd3d1adcbe8cdc019.zip |
Version bump.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Diffstat (limited to 'net-libs/libkgapi')
-rw-r--r-- | net-libs/libkgapi/ChangeLog | 9 | ||||
-rw-r--r-- | net-libs/libkgapi/libkgapi-0.4.4.ebuild | 33 |
2 files changed, 40 insertions, 2 deletions
diff --git a/net-libs/libkgapi/ChangeLog b/net-libs/libkgapi/ChangeLog index 0d423f77465f..43987916aa67 100644 --- a/net-libs/libkgapi/ChangeLog +++ b/net-libs/libkgapi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-libs/libkgapi -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libkgapi/ChangeLog,v 1.7 2012/11/30 15:10:36 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libkgapi/ChangeLog,v 1.8 2013/01/01 20:27:38 creffett Exp $ + +*libkgapi-0.4.4 (01 Jan 2013) + + 01 Jan 2013; Chris Reffett <creffett@gentoo.org> +libkgapi-0.4.4.ebuild: + Version bump. 30 Nov 2012; <ago@gentoo.org> libkgapi-0.4.3.ebuild: Stable for ppc, wrt bug #442394 diff --git a/net-libs/libkgapi/libkgapi-0.4.4.ebuild b/net-libs/libkgapi/libkgapi-0.4.4.ebuild new file mode 100644 index 000000000000..1b52575f344e --- /dev/null +++ b/net-libs/libkgapi/libkgapi-0.4.4.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libkgapi/libkgapi-0.4.4.ebuild,v 1.1 2013/01/01 20:27:38 creffett Exp $ + +EAPI=4 + +KDE_LINGUAS="" + +inherit kde4-base + +SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2" +DESCRIPTION="Library for accessing Google calendar and contact resources" +HOMEPAGE="http://www.kde.org/" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="oldpim" +SLOT=4 + +DEPEND=" + $(add_kdebase_dep kdepimlibs semantic-desktop) + dev-libs/qjson + oldpim? ( dev-libs/boost ) + !oldpim? ( $(add_kdebase_dep kdepimlibs semantic-desktop 4.6.0) ) +" +RDEPEND=${DEPEND} + +src_configure() { + mycmakeargs=( + $(cmake-utils_use oldpim KCAL) + ) + kde4-base_src_configure +} |