diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-05-25 21:23:15 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-05-25 21:23:15 +0000 |
commit | 2c22cfa8ffcfc73043bf37aeee39170605f0eb4d (patch) | |
tree | d056634258bce285b9c3837f09ef42145572f845 /kde-base/knotes | |
parent | Add the missing HOMEPAGE variable so repoman doesn't complain. (diff) | |
download | gentoo-2-2c22cfa8ffcfc73043bf37aeee39170605f0eb4d.tar.gz gentoo-2-2c22cfa8ffcfc73043bf37aeee39170605f0eb4d.tar.bz2 gentoo-2-2c22cfa8ffcfc73043bf37aeee39170605f0eb4d.zip |
KDE 3.4.1 ebuilds; package.masked as they aren't released yet
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'kde-base/knotes')
-rw-r--r-- | kde-base/knotes/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/knotes/Manifest | 4 | ||||
-rw-r--r-- | kde-base/knotes/files/digest-knotes-3.4.1 | 2 | ||||
-rw-r--r-- | kde-base/knotes/knotes-3.4.1.ebuild | 24 |
4 files changed, 36 insertions, 2 deletions
diff --git a/kde-base/knotes/ChangeLog b/kde-base/knotes/ChangeLog index 4f98cdfb5f5f..2837e94e51c0 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.8 2005/04/27 18:57:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.9 2005/05/25 21:23:08 danarmak Exp $ + +*knotes-3.4.1 (25 May 2005) + + 25 May 2005; Dan Armak <danarmak@gentoo.org> +knotes-3.4.1.ebuild: + Ebuilds for KDE 3.4.1. These are package.masked until 3.4.1 is actually + released. You can't get the tarballs yet. 27 Apr 2005; Markus Rothe <corsair@gentoo.org> knotes-3.4.0.ebuild: Added ~ppc64 to KEYWORDS diff --git a/kde-base/knotes/Manifest b/kde-base/knotes/Manifest index ff536eccd065..03e3b6f9ffb4 100644 --- a/kde-base/knotes/Manifest +++ b/kde-base/knotes/Manifest @@ -1,4 +1,6 @@ -MD5 29065a5dcf66082499fa65c1636ff7a4 ChangeLog 1404 +MD5 a2751f3c8ac7c6612de9935dde199ce7 knotes-3.4.1.ebuild 795 MD5 004b8a83bbd0cf6424409b14da4e34d7 knotes-3.4.0.ebuild 814 +MD5 29065a5dcf66082499fa65c1636ff7a4 ChangeLog 1404 MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 MD5 8c0ffea7b75b42449f4acada755ff36a files/digest-knotes-3.4.0 67 +MD5 7e3e5fdc63982b39b9df921e916f246a files/digest-knotes-3.4.1 134 diff --git a/kde-base/knotes/files/digest-knotes-3.4.1 b/kde-base/knotes/files/digest-knotes-3.4.1 new file mode 100644 index 000000000000..50c8351c10a7 --- /dev/null +++ b/kde-base/knotes/files/digest-knotes-3.4.1 @@ -0,0 +1,2 @@ +MD5 7f8cc9a40c0190c5a6723f6325bcba06 kdepim-3.4.0.tar.bz2 11441545 +MD5 e5515aa230558bac8651e9cd9f8f9673 kdepim-3.4.1.tar.bz2 11345538 diff --git a/kde-base/knotes/knotes-3.4.1.ebuild b/kde-base/knotes/knotes-3.4.1.ebuild new file mode 100644 index 000000000000..3e954d12283b --- /dev/null +++ b/kde-base/knotes/knotes-3.4.1.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.1.ebuild,v 1.1 2005/05/25 21:23:08 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 |