diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-01 21:18:47 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-01 21:18:47 +0000 |
commit | c502c62caf785139129f8ef3d914b513c1a91a1f (patch) | |
tree | 0486edbe2b864f63c290015d19a11bedb742836e /kde-base/libkpimexchange | |
parent | Adjusting conf.d file, thanks to Ricardo Cordeiro in bug #135085 (diff) | |
download | historical-c502c62caf785139129f8ef3d914b513c1a91a1f.tar.gz historical-c502c62caf785139129f8ef3d914b513c1a91a1f.tar.bz2 historical-c502c62caf785139129f8ef3d914b513c1a91a1f.zip |
Update to new release.
Package-Manager: portage-2.1_rc3-r3
Diffstat (limited to 'kde-base/libkpimexchange')
-rw-r--r-- | kde-base/libkpimexchange/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/libkpimexchange/files/digest-libkpimexchange-3.5.3 | 3 | ||||
-rw-r--r-- | kde-base/libkpimexchange/libkpimexchange-3.5.3.ebuild | 33 |
3 files changed, 43 insertions, 1 deletions
diff --git a/kde-base/libkpimexchange/ChangeLog b/kde-base/libkpimexchange/ChangeLog index ba48dd473e98..fe5025d2a682 100644 --- a/kde-base/libkpimexchange/ChangeLog +++ b/kde-base/libkpimexchange/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/libkpimexchange # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpimexchange/ChangeLog,v 1.49 2006/06/01 04:57:43 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpimexchange/ChangeLog,v 1.50 2006/06/01 20:56:19 flameeyes Exp $ + +*libkpimexchange-3.5.3 (01 Jun 2006) + + 01 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> + +libkpimexchange-3.5.3.ebuild: + Update to new release. 01 Jun 2006; Thomas Cort <tcort@gentoo.org> libkpimexchange-3.5.2.ebuild: Stable on alpha wrt Bug #132213. diff --git a/kde-base/libkpimexchange/files/digest-libkpimexchange-3.5.3 b/kde-base/libkpimexchange/files/digest-libkpimexchange-3.5.3 new file mode 100644 index 000000000000..c275327d50af --- /dev/null +++ b/kde-base/libkpimexchange/files/digest-libkpimexchange-3.5.3 @@ -0,0 +1,3 @@ +MD5 2b83885854a5953bca59508d9a7cf5ef kdepim-3.5.3.tar.bz2 12912017 +RMD160 fdd951d6c117246f170986d944d3d61c094e9a00 kdepim-3.5.3.tar.bz2 12912017 +SHA256 460f9104c63c8a57801f5405be7c709e8604abf93c7f35ee9d60d20e0e0e5adb kdepim-3.5.3.tar.bz2 12912017 diff --git a/kde-base/libkpimexchange/libkpimexchange-3.5.3.ebuild b/kde-base/libkpimexchange/libkpimexchange-3.5.3.ebuild new file mode 100644 index 000000000000..3f130d0d829f --- /dev/null +++ b/kde-base/libkpimexchange/libkpimexchange-3.5.3.ebuild @@ -0,0 +1,33 @@ +# 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.3.ebuild,v 1.1 2006/06/01 20:56:19 flameeyes 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" +IUSE="" + +DEPEND=" +$(deprange $PV $MAXKDEVER kde-base/libkcal)" + +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 +} |