diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-16 21:53:12 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-16 21:53:12 +0000 |
commit | e9f9a75b1fd8c6883466bcd08342e7ce34192750 (patch) | |
tree | 31f5431abfc2e947632acd22a1280f3fd826852e /kde-base/libkpimexchange | |
parent | Bump to 3.5.6 (prerelease). (diff) | |
download | gentoo-2-e9f9a75b1fd8c6883466bcd08342e7ce34192750.tar.gz gentoo-2-e9f9a75b1fd8c6883466bcd08342e7ce34192750.tar.bz2 gentoo-2-e9f9a75b1fd8c6883466bcd08342e7ce34192750.zip |
Bump to 3.5.6 (prerelease).
(Portage version: 2.1.2)
Diffstat (limited to 'kde-base/libkpimexchange')
-rw-r--r-- | kde-base/libkpimexchange/ChangeLog | 10 | ||||
-rw-r--r-- | kde-base/libkpimexchange/files/digest-libkpimexchange-3.5.6 | 3 | ||||
-rw-r--r-- | kde-base/libkpimexchange/libkpimexchange-3.5.6.ebuild | 34 |
3 files changed, 45 insertions, 2 deletions
diff --git a/kde-base/libkpimexchange/ChangeLog b/kde-base/libkpimexchange/ChangeLog index a694cbc0d71a..02886c74c9ad 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.64 2006/12/11 19:12:44 kloeri Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpimexchange/ChangeLog,v 1.65 2007/01/16 21:53:12 flameeyes Exp $ + +*libkpimexchange-3.5.6 (16 Jan 2007) + + 16 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + +libkpimexchange-3.5.6.ebuild: + Bump to 3.5.6 (prerelease). 11 Dec 2006; Bryan Østergaard <kloeri@gentoo.org> libkpimexchange-3.5.5.ebuild: diff --git a/kde-base/libkpimexchange/files/digest-libkpimexchange-3.5.6 b/kde-base/libkpimexchange/files/digest-libkpimexchange-3.5.6 new file mode 100644 index 000000000000..48727dabc040 --- /dev/null +++ b/kde-base/libkpimexchange/files/digest-libkpimexchange-3.5.6 @@ -0,0 +1,3 @@ +MD5 06744c36252414c809d6df46058f1bfd kdepim-3.5.6.tar.bz2 13645180 +RMD160 c68a01d9ce29d3ad41e18a79f39a961d2ef2383a kdepim-3.5.6.tar.bz2 13645180 +SHA256 018027c75944ef9ea471c1422269832fc890f004c2684144859c301c6d7d5bf6 kdepim-3.5.6.tar.bz2 13645180 diff --git a/kde-base/libkpimexchange/libkpimexchange-3.5.6.ebuild b/kde-base/libkpimexchange/libkpimexchange-3.5.6.ebuild new file mode 100644 index 000000000000..a3e8f3b091d2 --- /dev/null +++ b/kde-base/libkpimexchange/libkpimexchange-3.5.6.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpimexchange/libkpimexchange-3.5.6.ebuild,v 1.1 2007/01/16 21:53:12 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 ~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 +} |