diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2007-05-23 00:48:46 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2007-05-23 00:48:46 +0000 |
commit | 3001359aae774b70837ac480d0c69828fe31c78c (patch) | |
tree | 2d205a44d3a6f995fc9bad71817536c241be0881 /kde-base/konsolekalendar | |
parent | Version bump. (diff) | |
download | gentoo-2-3001359aae774b70837ac480d0c69828fe31c78c.tar.gz gentoo-2-3001359aae774b70837ac480d0c69828fe31c78c.tar.bz2 gentoo-2-3001359aae774b70837ac480d0c69828fe31c78c.zip |
Version bump.
(Portage version: 2.1.2.7)
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.7 | 3 | ||||
-rw-r--r-- | kde-base/konsolekalendar/konsolekalendar-3.5.7.ebuild | 28 |
3 files changed, 38 insertions, 1 deletions
diff --git a/kde-base/konsolekalendar/ChangeLog b/kde-base/konsolekalendar/ChangeLog index 1aa503aadaf9..40d590667299 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.67 2007/02/04 02:44:58 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/konsolekalendar/ChangeLog,v 1.68 2007/05/23 00:48:46 carlo Exp $ + +*konsolekalendar-3.5.7 (23 May 2007) + + 23 May 2007; Carsten Lohrke <carlo@gentoo.org> + +konsolekalendar-3.5.7.ebuild: + Version bump. 04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> -konsolekalendar-3.5.2.ebuild: diff --git a/kde-base/konsolekalendar/files/digest-konsolekalendar-3.5.7 b/kde-base/konsolekalendar/files/digest-konsolekalendar-3.5.7 new file mode 100644 index 000000000000..01737c61da89 --- /dev/null +++ b/kde-base/konsolekalendar/files/digest-konsolekalendar-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/konsolekalendar/konsolekalendar-3.5.7.ebuild b/kde-base/konsolekalendar/konsolekalendar-3.5.7.ebuild new file mode 100644 index 000000000000..b71670498cfd --- /dev/null +++ b/kde-base/konsolekalendar/konsolekalendar-3.5.7.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.7.ebuild,v 1.1 2007/05/23 00:48:46 carlo 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 +} |