diff options
Diffstat (limited to 'kde-base/libkpimexchange/libkpimexchange-3.5.5.ebuild')
-rw-r--r-- | kde-base/libkpimexchange/libkpimexchange-3.5.5.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/kde-base/libkpimexchange/libkpimexchange-3.5.5.ebuild b/kde-base/libkpimexchange/libkpimexchange-3.5.5.ebuild deleted file mode 100644 index 32a9b83350fa..000000000000 --- a/kde-base/libkpimexchange/libkpimexchange-3.5.5.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpimexchange/libkpimexchange-3.5.5.ebuild,v 1.8 2006/12/11 19:12:44 kloeri Exp $ - -KMNAME=kdepim -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="KDE PIM exchange library" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkcal)" - -RDEPEND="${DEPEND}" - -KMCOPYLIB="libkcal libkcal" -# libkcal is installed because a lot of headers are needed, but it don't have to be compiled -KMEXTRACTONLY=" - libkcal/" -KMCOMPILEONLY=" - libkcal/libical/src/libical/ - libkcal/libical/src/libicalss/" - -src_compile() { - 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 -} |