summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2005-03-13 21:19:13 +0000
committerDan Armak <danarmak@gentoo.org>2005-03-13 21:19:13 +0000
commite61c40840bb5a94186cd0a23cdf0a8b2712d5006 (patch)
treeb055d11e3fef27e53d1e039ce9697e059471a51c /kde-base/kfind
parentadd alpha keyword (diff)
downloadgentoo-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/kfind')
-rw-r--r--kde-base/kfind/ChangeLog6
-rw-r--r--kde-base/kfind/Manifest12
-rw-r--r--kde-base/kfind/files/digest-kfind-3.4.01
-rw-r--r--kde-base/kfind/kfind-3.4.0.ebuild17
4 files changed, 25 insertions, 11 deletions
diff --git a/kde-base/kfind/ChangeLog b/kde-base/kfind/ChangeLog
index c7401bb98482..1febae1a87b7 100644
--- a/kde-base/kfind/ChangeLog
+++ b/kde-base/kfind/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kfind
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/ChangeLog,v 1.4 2005/03/02 01:18:51 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/ChangeLog,v 1.5 2005/03/13 21:19:04 danarmak Exp $
+
+ 13 Mar 2005; Dan Armak <danarmak@gentoo.org> kfind-3.4.0.ebuild:
+ KDE 3.4.0 ebuilds. Note that the tarballs won't be officially released for a
+ few more days.
02 Mar 2005; Marcus D. Hanwell <cryos@gentoo.org> kfind-3.4.0_rc1.ebuild:
Marked ~amd64, keywording KDE split ebuilds, bug 80944.
diff --git a/kde-base/kfind/Manifest b/kde-base/kfind/Manifest
index 2f3c9beed6b1..511c347695b7 100644
--- a/kde-base/kfind/Manifest
+++ b/kde-base/kfind/Manifest
@@ -1,18 +1,10 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 116dcddcb26bfee3f413f4cbac2b0d77 kfind-3.4.0_beta2.ebuild 484
MD5 137be1c558bb24f61bdfaf8b043f303b kfind-3.4.0_rc1.ebuild 486
MD5 4e70633d00a5a206c37665fb43a87111 kfind-3.4.0_beta1.ebuild 489
+MD5 51d171434e070055d0ad98aded5bd8f9 kfind-3.4.0.ebuild 479
MD5 7356cd259ea7565969d816e0a27a93b5 ChangeLog 975
MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161
+MD5 54e17e8f38d377972c220f10357c9b2f files/digest-kfind-3.4.0 68
MD5 bf55cbe0244386a3b46be4ca7fe7bc8a files/digest-kfind-3.4.0_rc1 378
MD5 ec8a5f0c1ed08c8b554530920490e63e files/digest-kfind-3.4.0_beta1 216
MD5 2e2e2d2d81cc101225b07b5032f29cca files/digest-kfind-3.4.0_beta2 294
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFCJRSNntT9W3vfTuoRAo1DAKCGWz9i3U0LlhmTiI7vjqF00XCTaQCfckNq
-wTNEl75yEBwncMmG1mKwbTE=
-=t0H0
------END PGP SIGNATURE-----
diff --git a/kde-base/kfind/files/digest-kfind-3.4.0 b/kde-base/kfind/files/digest-kfind-3.4.0
new file mode 100644
index 000000000000..4614ded65270
--- /dev/null
+++ b/kde-base/kfind/files/digest-kfind-3.4.0
@@ -0,0 +1 @@
+MD5 c88659e558ca98dc45377bf8ddfc26c9 kdebase-3.4.0.tar.bz2 22670772
diff --git a/kde-base/kfind/kfind-3.4.0.ebuild b/kde-base/kfind/kfind-3.4.0.ebuild
new file mode 100644
index 000000000000..08157202d624
--- /dev/null
+++ b/kde-base/kfind/kfind-3.4.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kfind/kfind-3.4.0.ebuild,v 1.1 2005/03/13 21:19:04 danarmak Exp $
+
+KMNAME=kdebase
+MAXKDEVER=$PV
+KM_DEPRANGE="$PV $MAXKDEVER"
+inherit kde-meta eutils
+
+DESCRIPTION="KDE file find utility"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkonq)"
+OLDDEPEND="~kde-base/libkonq-$PV"
+
+KMCOPYLIB="libkonq libkonq"