diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2007-05-23 02:24:52 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2007-05-23 02:24:52 +0000 |
commit | df478e53d03caf8948775e924873345a9eec2492 (patch) | |
tree | 6b5ed8f0ea150bc4285ae603ed02993427912e4d /kde-base/libkpimexchange | |
parent | Add ~x86 keyword (diff) | |
download | gentoo-2-df478e53d03caf8948775e924873345a9eec2492.tar.gz gentoo-2-df478e53d03caf8948775e924873345a9eec2492.tar.bz2 gentoo-2-df478e53d03caf8948775e924873345a9eec2492.zip |
Version bump.
(Portage version: 2.1.2.7)
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.7 | 3 | ||||
-rw-r--r-- | kde-base/libkpimexchange/libkpimexchange-3.5.7.ebuild | 34 |
3 files changed, 44 insertions, 1 deletions
diff --git a/kde-base/libkpimexchange/ChangeLog b/kde-base/libkpimexchange/ChangeLog index bbc6b875b42c..04202b43279d 100644 --- a/kde-base/libkpimexchange/ChangeLog +++ b/kde-base/libkpimexchange/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/libkpimexchange # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpimexchange/ChangeLog,v 1.67 2007/02/04 03:13:30 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpimexchange/ChangeLog,v 1.68 2007/05/23 02:24:52 carlo Exp $ + +*libkpimexchange-3.5.7 (23 May 2007) + + 23 May 2007; Carsten Lohrke <carlo@gentoo.org> + +libkpimexchange-3.5.7.ebuild: + Version bump. 04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> -libkpimexchange-3.5.2.ebuild: diff --git a/kde-base/libkpimexchange/files/digest-libkpimexchange-3.5.7 b/kde-base/libkpimexchange/files/digest-libkpimexchange-3.5.7 new file mode 100644 index 000000000000..01737c61da89 --- /dev/null +++ b/kde-base/libkpimexchange/files/digest-libkpimexchange-3.5.7 @@ -0,0 +1,3 @@ +MD5 8571db6dcf4168614c96bb72c493f931 kdepim-3.5.7.tar.bz2 14166061 +RMD160 14c05d4620abf1eb5421ad434dc63f037069e930 kdepim-3.5.7.tar.bz2 14166061 +SHA256 9d981d372f1822662e102b6f84f046e4df771641fc4d041aae81b8fafd47b32e kdepim-3.5.7.tar.bz2 14166061 diff --git a/kde-base/libkpimexchange/libkpimexchange-3.5.7.ebuild b/kde-base/libkpimexchange/libkpimexchange-3.5.7.ebuild new file mode 100644 index 000000000000..d08049038e63 --- /dev/null +++ b/kde-base/libkpimexchange/libkpimexchange-3.5.7.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.7.ebuild,v 1.1 2007/05/23 02:24:52 carlo 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 +} |