diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-07-28 21:16:26 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-07-28 21:16:26 +0000 |
commit | 80ceeb9343ee15917cb727fa4e9f34cfcf2e09d4 (patch) | |
tree | 10350f32a739306558a2f194fa917fdb13a0e42c /kde-base/kalarm/kalarm-3.4.2.ebuild | |
parent | Marked ~ppc. (diff) | |
download | gentoo-2-80ceeb9343ee15917cb727fa4e9f34cfcf2e09d4.tar.gz gentoo-2-80ceeb9343ee15917cb727fa4e9f34cfcf2e09d4.tar.bz2 gentoo-2-80ceeb9343ee15917cb727fa4e9f34cfcf2e09d4.zip |
KDE 3.4.2 split ebuilds. p.masked, to be unmasked shortly.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'kde-base/kalarm/kalarm-3.4.2.ebuild')
-rw-r--r-- | kde-base/kalarm/kalarm-3.4.2.ebuild | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/kde-base/kalarm/kalarm-3.4.2.ebuild b/kde-base/kalarm/kalarm-3.4.2.ebuild new file mode 100644 index 000000000000..9d92be209c92 --- /dev/null +++ b/kde-base/kalarm/kalarm-3.4.2.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/kalarm-3.4.2.ebuild,v 1.1 2005/07/28 21:16:10 danarmak Exp $ + +KMNAME=kdepim +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="Personal alarm message, command and email scheduler for KDE" +KEYWORDS=" ~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +OLDDEPEND="~kde-base/libkdepim-$PV + ~kde-base/libkdenetwork-$PV + ~kde-base/libkcal-$PV" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdepim) +$(deprange 3.4.1 $MAXKDEVER kde-base/libkdenetwork) +$(deprange 3.4.1 $MAXKDEVER kde-base/libkmime) +$(deprange 3.4.1 $MAXKDEVER kde-base/libkpimidentities) +$(deprange $PV $MAXKDEVER kde-base/libkcal)" + +KMCOPYLIB=" + libkcal libkcal + libkdepim libkdepim + libkmime libkmime + libkpimidentities libkpimidentities" +KMEXTRACTONLY=" + libkcal/libical + libkdepim/ + libkdenetwork/ + libkpimidentities/ + libkmime/" +KMCOMPILEONLY=" + libkcal/libical/src/libical/ + libkcal/libical/src/libicalss/" + +src_compile() { + export DO_NOT_COMPILE="libkcal" && kde-meta_src_compile myconf configure + # generate "ical.h" + cd ${S}/libkcal/libical/src/libical && make ical.h + # generate "icalss.h" + cd ${S}/libkcal/libical/src/libicalss && make icalss.h + + kde-meta_src_compile make +}
\ No newline at end of file |