summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2005-02-27 20:21:43 +0000
committerDan Armak <danarmak@gentoo.org>2005-02-27 20:21:43 +0000
commiteb00931a65b01c6559e9cf4565d5263b8e4d2a4e (patch)
tree26e99fc434b21328d349949a5cf9a31a1c232c6a /kde-base/knotes
parentAdded ~sparc keyword. (diff)
downloadgentoo-2-eb00931a65b01c6559e9cf4565d5263b8e4d2a4e.tar.gz
gentoo-2-eb00931a65b01c6559e9cf4565d5263b8e4d2a4e.tar.bz2
gentoo-2-eb00931a65b01c6559e9cf4565d5263b8e4d2a4e.zip
3.4.0 RC1 split ebuilds
(Portage version: 2.0.51-r15)
Diffstat (limited to 'kde-base/knotes')
-rw-r--r--kde-base/knotes/ChangeLog5
-rw-r--r--kde-base/knotes/Manifest2
-rw-r--r--kde-base/knotes/files/digest-knotes-3.4.0_rc15
-rw-r--r--kde-base/knotes/knotes-3.4.0_rc1.ebuild24
4 files changed, 35 insertions, 1 deletions
diff --git a/kde-base/knotes/ChangeLog b/kde-base/knotes/ChangeLog
index 0a193577f854..f98cf3eb2836 100644
--- a/kde-base/knotes/ChangeLog
+++ b/kde-base/knotes/ChangeLog
@@ -1,6 +1,9 @@
# 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.2 2005/02/05 11:39:20 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.3 2005/02/27 20:21:38 danarmak Exp $
+
+ 27 Feb 2005; Dan Armak <danarmak@gentoo.org> :
+ Ebuild for 3.4.0 RC1.
*knotes-3.4.0_beta2 (05 Feb 2005)
diff --git a/kde-base/knotes/Manifest b/kde-base/knotes/Manifest
index 2ad64226d25b..a5b4cd9df5e2 100644
--- a/kde-base/knotes/Manifest
+++ b/kde-base/knotes/Manifest
@@ -1,6 +1,8 @@
MD5 b8067cc7549c8592a6b222918ab242ad knotes-3.4.0_beta2.ebuild 795
MD5 f3e6d4a9ef323cdd9453b457b8c2c643 knotes-3.4.0_beta1.ebuild 810
MD5 30ab6cb89af354d6e6161bcfd9848a37 ChangeLog 720
+MD5 b8067cc7549c8592a6b222918ab242ad knotes-3.4.0_rc1.ebuild 795
MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161
+MD5 35ccfa3433a499de2fd98af78d32b7db files/digest-knotes-3.4.0_rc1 373
MD5 91d4f5b007e372c77780c153cb54c612 files/digest-knotes-3.4.0_beta1 213
MD5 47c329442cef798bbff590c1c0c9e5f3 files/digest-knotes-3.4.0_beta2 290
diff --git a/kde-base/knotes/files/digest-knotes-3.4.0_rc1 b/kde-base/knotes/files/digest-knotes-3.4.0_rc1
new file mode 100644
index 000000000000..dd13a38183bd
--- /dev/null
+++ b/kde-base/knotes/files/digest-knotes-3.4.0_rc1
@@ -0,0 +1,5 @@
+MD5 34648142149b729874b85a5eb8841a98 kdepim-3.3.90.tar.bz2 10972445
+MD5 cb6ca0130ceea840d4766a395fcc1dd6 kdepim-3.3.90-3.3.91.tar.xdelta 1307949
+MD5 7a8548002969c1be86ac8ad0dea2a917 kdepim-3.3.91-3.3.92.tar.xdelta 1225057
+MD5 b9f1081e21e50102bde489d28439a1ca kdepim-3.3.92-3.4.0-rc1.tar.xdelta 1608262
+MD5 8077a37f0f0bc18db41ed08df8e51e26 kdepim-3.4.0-rc1.tar.bz2 11421066
diff --git a/kde-base/knotes/knotes-3.4.0_rc1.ebuild b/kde-base/knotes/knotes-3.4.0_rc1.ebuild
new file mode 100644
index 000000000000..b04db4b8aeee
--- /dev/null
+++ b/kde-base/knotes/knotes-3.4.0_rc1.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.4.0_rc1.ebuild,v 1.1 2005/02/27 20:21:38 danarmak Exp $
+
+KMNAME=kdepim
+MAXKDEVER=$PV
+KM_DEPRANGE="$PV $MAXKDEVER"
+inherit kde-meta eutils
+
+DESCRIPTION="KDE Notes"
+KEYWORDS="~x86"
+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