summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2007-05-23 02:12:46 +0000
committerCarsten Lohrke <carlo@gentoo.org>2007-05-23 02:12:46 +0000
commitc00128afd5da757548bd6a020b531d7df3c69cc3 (patch)
tree5080e2fbb22c75433cbeebf0a2a4069089532397 /kde-base
parentrm old revision (diff)
downloadgentoo-2-c00128afd5da757548bd6a020b531d7df3c69cc3.tar.gz
gentoo-2-c00128afd5da757548bd6a020b531d7df3c69cc3.tar.bz2
gentoo-2-c00128afd5da757548bd6a020b531d7df3c69cc3.zip
Version bump.
(Portage version: 2.1.2.7)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/libkcal/ChangeLog7
-rw-r--r--kde-base/libkcal/files/digest-libkcal-3.5.73
-rw-r--r--kde-base/libkcal/libkcal-3.5.7.ebuild24
3 files changed, 33 insertions, 1 deletions
diff --git a/kde-base/libkcal/ChangeLog b/kde-base/libkcal/ChangeLog
index 5749db34cf19..707c226cee82 100644
--- a/kde-base/libkcal/ChangeLog
+++ b/kde-base/libkcal/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/libkcal
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcal/ChangeLog,v 1.77 2007/04/24 10:59:32 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcal/ChangeLog,v 1.78 2007/05/23 02:12:46 carlo Exp $
+
+*libkcal-3.5.7 (23 May 2007)
+
+ 23 May 2007; Carsten Lohrke <carlo@gentoo.org> +libkcal-3.5.7.ebuild:
+ Version bump.
24 Apr 2007; Bryan Østergaard <kloeri@gentoo.org>
libkcal-3.5.5-r1.ebuild:
diff --git a/kde-base/libkcal/files/digest-libkcal-3.5.7 b/kde-base/libkcal/files/digest-libkcal-3.5.7
new file mode 100644
index 000000000000..01737c61da89
--- /dev/null
+++ b/kde-base/libkcal/files/digest-libkcal-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/libkcal/libkcal-3.5.7.ebuild b/kde-base/libkcal/libkcal-3.5.7.ebuild
new file mode 100644
index 000000000000..8d7915336947
--- /dev/null
+++ b/kde-base/libkcal/libkcal-3.5.7.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcal/libkcal-3.5.7.ebuild,v 1.1 2007/05/23 02:12:46 carlo Exp $
+
+KMNAME=kdepim
+MAXKDEVER=$PV
+KM_DEPRANGE="$PV $MAXKDEVER"
+inherit kde-meta eutils
+
+DESCRIPTION="KDE kcal library for KOrganizer etc"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="$(deprange $PV $MAXKDEVER kde-base/ktnef)"
+RDEPEND="${DEPEND}"
+
+KMCOPYLIB="libktnef ktnef/lib"
+KMEXTRACTONLY="libkdepim/email.h"
+KMCOMPILEONLY="libemailfunctions/"
+
+src_unpack() {
+ kde-meta_src_unpack
+ sed -e "s:SUBDIRS = libical versit tests:SUBDIRS = libical versit:" -i libkcal/Makefile.am
+}