summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-07 13:54:26 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-07 13:54:26 +0000
commit90eac35f234b996f3c359b353d8ad91ec64fdecb (patch)
treec9c13d96262af65114de0578e1f26e69a4e35d9e /kde-base/knotes
parentStable on sparc (diff)
downloadhistorical-90eac35f234b996f3c359b353d8ad91ec64fdecb.tar.gz
historical-90eac35f234b996f3c359b353d8ad91ec64fdecb.tar.bz2
historical-90eac35f234b996f3c359b353d8ad91ec64fdecb.zip
Added 3.5_alpha1 split ebuild.
Package-Manager: portage-2.0.51.22
Diffstat (limited to 'kde-base/knotes')
-rw-r--r--kde-base/knotes/ChangeLog8
-rw-r--r--kde-base/knotes/Manifest14
-rw-r--r--kde-base/knotes/files/digest-knotes-3.5_alpha11
-rw-r--r--kde-base/knotes/knotes-3.5_alpha1.ebuild24
4 files changed, 35 insertions, 12 deletions
diff --git a/kde-base/knotes/ChangeLog b/kde-base/knotes/ChangeLog
index eb0926e7cc1c..990e7b03772b 100644
--- a/kde-base/knotes/ChangeLog
+++ b/kde-base/knotes/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/knotes
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.14 2005/08/08 21:29:36 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.15 2005/09/07 12:18:06 flameeyes Exp $
+
+*knotes-3.5_alpha1 (07 Sep 2005)
+
+ 07 Sep 2005; Diego Pettenò <flameeyes@gentoo.org>
+ +knotes-3.5_alpha1.ebuild:
+ Added 3.5_alpha1 split ebuild.
08 Aug 2005; Bryan Østergaard <kloeri@gentoo.org> knotes-3.4.1.ebuild:
~alpha keyword.
diff --git a/kde-base/knotes/Manifest b/kde-base/knotes/Manifest
index f7ecdd91a9fb..ee2134af19c9 100644
--- a/kde-base/knotes/Manifest
+++ b/kde-base/knotes/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 61c124a5514451e6da8c3f72e34c12af ChangeLog 2000
MD5 ed7b715fce1569d120bcc3e0a75684b3 knotes-3.4.1.ebuild 802
+MD5 61c124a5514451e6da8c3f72e34c12af ChangeLog 2000
+MD5 f9234fc9d0b140c954d6eaaba380be3b knotes-3.5_alpha1.ebuild 789
MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156
MD5 e8e3fc943d40a2fa3260a042e8f0dcf6 files/digest-knotes-3.4.1 208
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFC987NKf2g/qXtneoRAhtSAJ0SgKw7IZGgkNuZcVrNZnG3IuiVWACggDNu
-yTtWOS79/0ZBZWv6x2siBSg=
-=kUIz
------END PGP SIGNATURE-----
+MD5 2943bf542accb5d027810434e6cebe1d files/digest-knotes-3.5_alpha1 68
diff --git a/kde-base/knotes/files/digest-knotes-3.5_alpha1 b/kde-base/knotes/files/digest-knotes-3.5_alpha1
new file mode 100644
index 000000000000..9556003c6862
--- /dev/null
+++ b/kde-base/knotes/files/digest-knotes-3.5_alpha1
@@ -0,0 +1 @@
+MD5 4fd257feb48007b674daaddb4d38fdef kdepim-3.4.90.tar.bz2 12617308
diff --git a/kde-base/knotes/knotes-3.5_alpha1.ebuild b/kde-base/knotes/knotes-3.5_alpha1.ebuild
new file mode 100644
index 000000000000..86a793e99442
--- /dev/null
+++ b/kde-base/knotes/knotes-3.5_alpha1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/knotes-3.5_alpha1.ebuild,v 1.1 2005/09/07 12:18:06 flameeyes Exp $
+
+KMNAME=kdepim
+MAXKDEVER=$PV
+KM_DEPRANGE="$PV $MAXKDEVER"
+inherit kde-meta eutils
+
+DESCRIPTION="KDE Notes"
+KEYWORDS="~amd64"
+IUSE=""
+DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkcal)
+$(deprange $PV $MAXKDEVER kde-base/libkdepim)
+$(deprange $PV $MAXKDEVER kde-base/kontact)"
+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. \ No newline at end of file