diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2007-04-11 20:54:27 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2007-04-11 20:54:27 +0000 |
commit | 8cd3eb84380e964d40c53c91a7be2fe83f0b741b (patch) | |
tree | c3b540a1a7aa3a8c5c08ec77557d463f6451cb54 /kde-base/libkcal/libkcal-3.5.5-r1.ebuild | |
parent | fix build with recent ffmpeg snapshots, bug #173772 (diff) | |
download | gentoo-2-8cd3eb84380e964d40c53c91a7be2fe83f0b741b.tar.gz gentoo-2-8cd3eb84380e964d40c53c91a7be2fe83f0b741b.tar.bz2 gentoo-2-8cd3eb84380e964d40c53c91a7be2fe83f0b741b.zip |
Timezone updates. Fixes for the KDE bugs #140624, #140650, #140688 and #143511.
(Portage version: 2.1.2.3)
Diffstat (limited to 'kde-base/libkcal/libkcal-3.5.5-r1.ebuild')
-rw-r--r-- | kde-base/libkcal/libkcal-3.5.5-r1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/kde-base/libkcal/libkcal-3.5.5-r1.ebuild b/kde-base/libkcal/libkcal-3.5.5-r1.ebuild new file mode 100644 index 000000000000..b1d29beaa0e6 --- /dev/null +++ b/kde-base/libkcal/libkcal-3.5.5-r1.ebuild @@ -0,0 +1,27 @@ +# 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.5-r1.ebuild,v 1.1 2007/04/11 20:54:27 carlo Exp $ + +KMNAME=kdepim +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +SRC_URI="${SRC_URI} + mirror://gentoo/kdepim-3.5-patchset-03.tar.bz2" + +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 +}
\ No newline at end of file |