diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-03 11:22:55 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-03 11:22:55 +0000 |
commit | 5cd326261cf76ebf2932d0b6068b041532c99262 (patch) | |
tree | 5ea5795e112b8826f344aafe9ab51b5915a4445c /kde-base/knotes | |
parent | Bump to 3.5.5 (pre-release). (diff) | |
download | gentoo-2-5cd326261cf76ebf2932d0b6068b041532c99262.tar.gz gentoo-2-5cd326261cf76ebf2932d0b6068b041532c99262.tar.bz2 gentoo-2-5cd326261cf76ebf2932d0b6068b041532c99262.zip |
Bump to 3.5.5 (pre-release).
(Portage version: 2.1.2_pre2-r1)
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.5 | 3 | ||||
-rw-r--r-- | kde-base/knotes/knotes-3.5.5.ebuild | 27 |
3 files changed, 36 insertions, 1 deletions
diff --git a/kde-base/knotes/ChangeLog b/kde-base/knotes/ChangeLog index 5b63bd8af0c5..3d80e88b66aa 100644 --- a/kde-base/knotes/ChangeLog +++ b/kde-base/knotes/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/knotes # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.54 2006/09/26 19:35:02 deathwing00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.55 2006/10/03 11:22:55 flameeyes Exp $ + +*knotes-3.5.5 (03 Oct 2006) + + 03 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> +knotes-3.5.5.ebuild: + Bump to 3.5.5 (pre-release). 26 Sep 2006; Ioannis Aslanidis <deathwing00@gentoo.org> knotes-3.5.2.ebuild, knotes-3.5.3.ebuild, knotes-3.5.4.ebuild: diff --git a/kde-base/knotes/files/digest-knotes-3.5.5 b/kde-base/knotes/files/digest-knotes-3.5.5 new file mode 100644 index 000000000000..a119724eb257 --- /dev/null +++ b/kde-base/knotes/files/digest-knotes-3.5.5 @@ -0,0 +1,3 @@ +MD5 3f2127f74cb496899bb3f1f6f702353b kdepim-3.5.5.tar.bz2 12908968 +RMD160 5bdcf98909f450ce3839fa72a404571f6cde22f6 kdepim-3.5.5.tar.bz2 12908968 +SHA256 82887df2c2ff00cb60dcfb8aa04527988123b9a4ed70f4c9082a7a0eb9f1f047 kdepim-3.5.5.tar.bz2 12908968 diff --git a/kde-base/knotes/knotes-3.5.5.ebuild b/kde-base/knotes/knotes-3.5.5.ebuild new file mode 100644 index 000000000000..1c4d4e1fe714 --- /dev/null +++ b/kde-base/knotes/knotes-3.5.5.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/knotes-3.5.5.ebuild,v 1.1 2006/10/03 11:22:55 flameeyes 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. |