diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-03-13 21:19:13 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-03-13 21:19:13 +0000 |
commit | e61c40840bb5a94186cd0a23cdf0a8b2712d5006 (patch) | |
tree | b055d11e3fef27e53d1e039ce9697e059471a51c /kde-base/knotes | |
parent | add alpha keyword (diff) | |
download | gentoo-2-e61c40840bb5a94186cd0a23cdf0a8b2712d5006.tar.gz gentoo-2-e61c40840bb5a94186cd0a23cdf0a8b2712d5006.tar.bz2 gentoo-2-e61c40840bb5a94186cd0a23cdf0a8b2712d5006.zip |
kde 3.4.0 ebuilds. the tarballs will be available from upstream Wednesday.
as per cryos' request, keeping the ~amd64 keywords where present, even though i'm not an amd64 dev.
(Portage version: 2.0.51.19)
Diffstat (limited to 'kde-base/knotes')
-rw-r--r-- | kde-base/knotes/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/knotes/Manifest | 12 | ||||
-rw-r--r-- | kde-base/knotes/files/digest-knotes-3.4.0 | 1 | ||||
-rw-r--r-- | kde-base/knotes/knotes-3.4.0.ebuild | 24 |
4 files changed, 32 insertions, 11 deletions
diff --git a/kde-base/knotes/ChangeLog b/kde-base/knotes/ChangeLog index 7a9742a14405..c354537aae0e 100644 --- a/kde-base/knotes/ChangeLog +++ b/kde-base/knotes/ChangeLog @@ -1,6 +1,10 @@ # 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.4 2005/03/03 12:19:22 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.5 2005/03/13 21:19:07 danarmak Exp $ + + 13 Mar 2005; Dan Armak <danarmak@gentoo.org> knotes-3.4.0.ebuild: + KDE 3.4.0 ebuilds. Note that the tarballs won't be officially released for a + few more days. *knotes-3.4.0_rc1 (03 Mar 2005) diff --git a/kde-base/knotes/Manifest b/kde-base/knotes/Manifest index cc337ddd8d01..934e9c9c5676 100644 --- a/kde-base/knotes/Manifest +++ b/kde-base/knotes/Manifest @@ -1,18 +1,10 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 b8067cc7549c8592a6b222918ab242ad knotes-3.4.0_beta2.ebuild 795 +MD5 b13cacc5a11b8cde83ef2ddb2c610064 knotes-3.4.0.ebuild 790 MD5 f3e6d4a9ef323cdd9453b457b8c2c643 knotes-3.4.0_beta1.ebuild 810 MD5 d0ffcc16a72ba196a32304cd79a8e3f5 ChangeLog 960 MD5 a958ec4967908b8a320c0c58667001cb knotes-3.4.0_rc1.ebuild 797 MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161 MD5 35ccfa3433a499de2fd98af78d32b7db files/digest-knotes-3.4.0_rc1 373 +MD5 8c0ffea7b75b42449f4acada755ff36a files/digest-knotes-3.4.0 67 MD5 91d4f5b007e372c77780c153cb54c612 files/digest-knotes-3.4.0_beta1 213 MD5 47c329442cef798bbff590c1c0c9e5f3 files/digest-knotes-3.4.0_beta2 290 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFCJwDintT9W3vfTuoRAluIAJ9beQVHyOv58UTT/CbV/ZES7jo9DQCeL7g8 -IaGPWg380L7tmXq7ZnMpJnM= -=Llh1 ------END PGP SIGNATURE----- diff --git a/kde-base/knotes/files/digest-knotes-3.4.0 b/kde-base/knotes/files/digest-knotes-3.4.0 new file mode 100644 index 000000000000..742a79736b66 --- /dev/null +++ b/kde-base/knotes/files/digest-knotes-3.4.0 @@ -0,0 +1 @@ +MD5 7f8cc9a40c0190c5a6723f6325bcba06 kdepim-3.4.0.tar.bz2 11441545 diff --git a/kde-base/knotes/knotes-3.4.0.ebuild b/kde-base/knotes/knotes-3.4.0.ebuild new file mode 100644 index 000000000000..97e5a0c47722 --- /dev/null +++ b/kde-base/knotes/knotes-3.4.0.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.ebuild,v 1.1 2005/03/13 21:19:07 danarmak Exp $ + +KMNAME=kdepim +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="KDE Notes" +KEYWORDS="~x86 ~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 |