diff options
author | 2007-10-19 23:17:47 +0000 | |
---|---|---|
committer | 2007-10-19 23:17:47 +0000 | |
commit | 5d9ef74a9a46161bd9a81a74e4239582b7a22741 (patch) | |
tree | 889bf650a0a543828f2b48283d4900455b543431 /kde-base/konsolekalendar | |
parent | Bump to KDE 3.5.8. (diff) | |
download | gentoo-2-5d9ef74a9a46161bd9a81a74e4239582b7a22741.tar.gz gentoo-2-5d9ef74a9a46161bd9a81a74e4239582b7a22741.tar.bz2 gentoo-2-5d9ef74a9a46161bd9a81a74e4239582b7a22741.zip |
Bump to KDE 3.5.8.
(Portage version: 2.1.3.15)
Diffstat (limited to 'kde-base/konsolekalendar')
-rw-r--r-- | kde-base/konsolekalendar/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/konsolekalendar/files/digest-konsolekalendar-3.5.8 | 3 | ||||
-rw-r--r-- | kde-base/konsolekalendar/konsolekalendar-3.5.8.ebuild | 28 |
3 files changed, 38 insertions, 1 deletions
diff --git a/kde-base/konsolekalendar/ChangeLog b/kde-base/konsolekalendar/ChangeLog index 044d5f5efde9..4ded3c1e1c83 100644 --- a/kde-base/konsolekalendar/ChangeLog +++ b/kde-base/konsolekalendar/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/konsolekalendar # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/konsolekalendar/ChangeLog,v 1.74 2007/08/11 15:28:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/konsolekalendar/ChangeLog,v 1.75 2007/10/19 23:17:46 philantrop Exp $ + +*konsolekalendar-3.5.8 (19 Oct 2007) + + 19 Oct 2007; Wulf C. Krueger <philantrop@gentoo.org> + +konsolekalendar-3.5.8.ebuild: + Bump to KDE 3.5.8. 11 Aug 2007; Raúl Porcel <armin76@gentoo.org> konsolekalendar-3.5.7.ebuild: diff --git a/kde-base/konsolekalendar/files/digest-konsolekalendar-3.5.8 b/kde-base/konsolekalendar/files/digest-konsolekalendar-3.5.8 new file mode 100644 index 000000000000..829a0a174fc3 --- /dev/null +++ b/kde-base/konsolekalendar/files/digest-konsolekalendar-3.5.8 @@ -0,0 +1,3 @@ +MD5 a1ffff553f1d6739c7791891028b176b kdepim-3.5.8.tar.bz2 14107449 +RMD160 bb34c7e88227a1ebdd8ff38ee41445f85969175e kdepim-3.5.8.tar.bz2 14107449 +SHA256 433f8541af0a05e0a7e15df5ecca8463a29b6574871b941a8312b04b2233fef1 kdepim-3.5.8.tar.bz2 14107449 diff --git a/kde-base/konsolekalendar/konsolekalendar-3.5.8.ebuild b/kde-base/konsolekalendar/konsolekalendar-3.5.8.ebuild new file mode 100644 index 000000000000..e473a8556ecf --- /dev/null +++ b/kde-base/konsolekalendar/konsolekalendar-3.5.8.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/konsolekalendar/konsolekalendar-3.5.8.ebuild,v 1.1 2007/10/19 23:17:46 philantrop Exp $ + +KMNAME=kdepim +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="A command line interface to KDE calendars" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkcal) +$(deprange $PV $MAXKDEVER kde-base/libkdepim)" + +RDEPEND="${DEPEND}" + +KMCOPYLIB="libkcal libkcal + libkdepim libkdepim" +KMEXTRACTONLY=" libkdepim/" +KMCOMPILEONLY="libkcal" + +src_compile() { + export DO_NOT_COMPILE="libkcal" + kde-meta_src_compile myconf configure + cd $S/libkcal; make htmlexportsettings.h + kde-meta_src_compile make +} |