/[gentoo-x86]/net-libs/libkgapi/libkgapi-0.4.1.ebuild
Gentoo

Contents of /net-libs/libkgapi/libkgapi-0.4.1.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Mon Oct 22 18:31:56 2012 UTC (6 months, 3 weeks ago) by johu
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
FILE REMOVED
Version bump, remove old.

(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/net-libs/libkgapi/libkgapi-0.4.1.ebuild,v 1.1 2012/06/19 19:16:28 dilfridge Exp $
4
5 EAPI=4
6
7 KDE_LINGUAS=""
8
9 inherit kde4-base
10
11 SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
12 DESCRIPTION="Library for accessing Google calendar and contact resources"
13 HOMEPAGE="http://www.kde.org/"
14
15 LICENSE="GPL-2"
16 KEYWORDS="~amd64 ~x86"
17 IUSE="oldpim"
18 SLOT=4
19
20 DEPEND="
21 $(add_kdebase_dep kdepimlibs semantic-desktop)
22 dev-libs/qjson
23 oldpim? ( dev-libs/boost )
24 !oldpim? ( $(add_kdebase_dep kdepimlibs semantic-desktop 4.6.0) )
25 "
26 RDEPEND=${DEPEND}
27
28 src_configure() {
29 mycmakeargs=(
30 $(cmake-utils_use oldpim KCAL)
31 )
32 kde4-base_src_configure
33 }

  ViewVC Help
Powered by ViewVC 1.1.13