diff options
Diffstat (limited to 'kde-base/knotes')
-rw-r--r-- | kde-base/knotes/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/knotes/files/digest-knotes-3.5.7 | 3 | ||||
-rw-r--r-- | kde-base/knotes/knotes-3.5.7.ebuild | 27 |
3 files changed, 36 insertions, 1 deletions
diff --git a/kde-base/knotes/ChangeLog b/kde-base/knotes/ChangeLog index 8ae7cab3e9b3..3c13706fd0d6 100644 --- a/kde-base/knotes/ChangeLog +++ b/kde-base/knotes/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/knotes # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.66 2007/02/04 02:41:15 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.67 2007/05/23 00:36:20 carlo Exp $ + +*knotes-3.5.7 (23 May 2007) + + 23 May 2007; Carsten Lohrke <carlo@gentoo.org> +knotes-3.5.7.ebuild: + Version bump. 04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> -knotes-3.5.2.ebuild: Remove old versions. diff --git a/kde-base/knotes/files/digest-knotes-3.5.7 b/kde-base/knotes/files/digest-knotes-3.5.7 new file mode 100644 index 000000000000..01737c61da89 --- /dev/null +++ b/kde-base/knotes/files/digest-knotes-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/knotes/knotes-3.5.7.ebuild b/kde-base/knotes/knotes-3.5.7.ebuild new file mode 100644 index 000000000000..444a64426978 --- /dev/null +++ b/kde-base/knotes/knotes-3.5.7.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/knotes/knotes-3.5.7.ebuild,v 1.1 2007/05/23 00:36:20 carlo Exp $ + +KMNAME=kdepim +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="KDE Notes" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkcal) +$(deprange $PV $MAXKDEVER kde-base/libkdepim) +$(deprange $PV $MAXKDEVER kde-base/kontact)" + +RDEPEND="${DEPEND}" + +KMCOPYLIB=" + libkcal libkcal + libkdepim libkdepim + libkpinterfaces kontact/interfaces" +KMEXTRACTONLY=" + libkcal/ + libkdepim/ + kontact/interfaces" +KMEXTRA="kontact/plugins/knotes" # We add here the kontact's plugin instead of compiling it with kontact because it needs a lot of this programs deps. |