diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-10-20 00:00:37 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-10-20 00:00:37 +0000 |
commit | 6956f78ffe03ad38ca9fc672ab1b983dd8071ee5 (patch) | |
tree | c8c8fdb5e0506fadb5ceae32d57ead0b07c77f6f /kde-base/kontact-specialdates | |
parent | Version bump, bug #195981 (diff) | |
download | historical-6956f78ffe03ad38ca9fc672ab1b983dd8071ee5.tar.gz historical-6956f78ffe03ad38ca9fc672ab1b983dd8071ee5.tar.bz2 historical-6956f78ffe03ad38ca9fc672ab1b983dd8071ee5.zip |
Bump to KDE 3.5.8.
Package-Manager: portage-2.1.3.15
Diffstat (limited to 'kde-base/kontact-specialdates')
3 files changed, 43 insertions, 1 deletions
diff --git a/kde-base/kontact-specialdates/ChangeLog b/kde-base/kontact-specialdates/ChangeLog index da92768acd1d..85f866e4062a 100644 --- a/kde-base/kontact-specialdates/ChangeLog +++ b/kde-base/kontact-specialdates/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kontact-specialdates # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact-specialdates/ChangeLog,v 1.74 2007/08/11 15:27:40 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact-specialdates/ChangeLog,v 1.75 2007/10/19 23:18:31 philantrop Exp $ + +*kontact-specialdates-3.5.8 (19 Oct 2007) + + 19 Oct 2007; Wulf C. Krueger <philantrop@gentoo.org> + +kontact-specialdates-3.5.8.ebuild: + Bump to KDE 3.5.8. 11 Aug 2007; Raúl Porcel <armin76@gentoo.org> kontact-specialdates-3.5.7.ebuild: diff --git a/kde-base/kontact-specialdates/files/digest-kontact-specialdates-3.5.8 b/kde-base/kontact-specialdates/files/digest-kontact-specialdates-3.5.8 new file mode 100644 index 000000000000..829a0a174fc3 --- /dev/null +++ b/kde-base/kontact-specialdates/files/digest-kontact-specialdates-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/kontact-specialdates/kontact-specialdates-3.5.8.ebuild b/kde-base/kontact-specialdates/kontact-specialdates-3.5.8.ebuild new file mode 100644 index 000000000000..90af4d945c64 --- /dev/null +++ b/kde-base/kontact-specialdates/kontact-specialdates-3.5.8.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact-specialdates/kontact-specialdates-3.5.8.ebuild,v 1.1 2007/10/19 23:18:31 philantrop Exp $ + +KMNAME=kdepim +KMNOMODULE=true +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="Special Dates plugin for Kontact: displays a summary of important holidays and calendar events" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdepim) + $(deprange $PV $MAXKDEVER kde-base/kontact) + $(deprange $PV $MAXKDEVER kde-base/kaddressbook) + $(deprange $PV $MAXKDEVER kde-base/korganizer) + $(deprange $PV $MAXKDEVER kde-base/libkholidays)" +RDEPEND="${DEPEND} + >=kde-base/libkdepim-3.5.6-r1" # Force this version temporarily, #136810. + +KMCOPYLIB="libkdepim libkdepim/ + libkpinterfaces kontact/interfaces + libkaddressbook kaddressbook + libkorganizer_calendar korganizer + libkholidays libkholidays" +KMEXTRACTONLY="libkholidays + kontact/interfaces/ + kaddressbook + korganizer + libkdepim" +KMEXTRA="kontact/plugins/specialdates" |