diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-06-19 20:17:18 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-06-19 20:17:18 +0000 |
commit | b068cfd9a705ba252dbbfa1d731406be91af0af4 (patch) | |
tree | e9e9099abac778b5fa7016ccd2bbdfc66f6e15a2 /kde-misc/akonadi-google | |
parent | Version bump. (diff) | |
download | gentoo-2-b068cfd9a705ba252dbbfa1d731406be91af0af4.tar.gz gentoo-2-b068cfd9a705ba252dbbfa1d731406be91af0af4.tar.bz2 gentoo-2-b068cfd9a705ba252dbbfa1d731406be91af0af4.zip |
Add snapshot as there will be no releases anymore, merged into kdepim-runtime-4.9
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/akonadi-google')
-rw-r--r-- | kde-misc/akonadi-google/ChangeLog | 9 | ||||
-rw-r--r-- | kde-misc/akonadi-google/akonadi-google-20120619.ebuild | 36 |
2 files changed, 44 insertions, 1 deletions
diff --git a/kde-misc/akonadi-google/ChangeLog b/kde-misc/akonadi-google/ChangeLog index 049f52247e98..a369fddf9ef8 100644 --- a/kde-misc/akonadi-google/ChangeLog +++ b/kde-misc/akonadi-google/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-misc/akonadi-google # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/ChangeLog,v 1.12 2012/06/19 20:00:57 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/ChangeLog,v 1.13 2012/06/19 20:17:18 dilfridge Exp $ + +*akonadi-google-20120619 (19 Jun 2012) + + 19 Jun 2012; Andreas K. Huettel <dilfridge@gentoo.org> + +akonadi-google-20120619.ebuild: + Add snapshot as there will be no releases anymore, merged into + kdepim-runtime-4.9 19 Jun 2012; Andreas K. Huettel <dilfridge@gentoo.org> akonadi-google-0.3.1.ebuild: diff --git a/kde-misc/akonadi-google/akonadi-google-20120619.ebuild b/kde-misc/akonadi-google/akonadi-google-20120619.ebuild new file mode 100644 index 000000000000..8298c78d6dc7 --- /dev/null +++ b/kde-misc/akonadi-google/akonadi-google-20120619.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/akonadi-google/akonadi-google-20120619.ebuild,v 1.1 2012/06/19 20:17:18 dilfridge Exp $ + +EAPI=4 + +KDE_SCM="git" +inherit kde4-base + +EGIT_REPO_URI="git://anongit.kde.org/scratch/dvratil/akonadi-google-resources" +DESCRIPTION="Google services integration in Akonadi" +HOMEPAGE="https://projects.kde.org/projects/scratch/dvratil/akonadi-google" +SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz" +LICENSE="GPL-2" + +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="oldpim" + +DEPEND=" + $(add_kdebase_dep kdepimlibs semantic-desktop) + dev-libs/libxslt + dev-libs/qjson + net-libs/libkgapi + oldpim? ( dev-libs/boost ) + !oldpim? ( $(add_kdebase_dep kdepimlibs semantic-desktop 4.6.0) ) + !>=kde-base/kdepim-runtime-4.8.50 +" +RDEPEND=${DEPEND} + +src_configure() { + mycmakeargs=( + $(cmake-utils_use oldpim KCAL) + ) + kde4-base_src_configure +} |