summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2006-06-11 13:09:49 +0000
committerCarsten Lohrke <carlo@gentoo.org>2006-06-11 13:09:49 +0000
commit94af6042ff4aaa0444c7925bec1ad9da98e1439f (patch)
tree6b3cf089f2c352a7f0fbd0d96619c32c645680c5 /kde-base
parentFixed install of icon, see bug #136290. (diff)
downloadgentoo-2-94af6042ff4aaa0444c7925bec1ad9da98e1439f.tar.gz
gentoo-2-94af6042ff4aaa0444c7925bec1ad9da98e1439f.tar.bz2
gentoo-2-94af6042ff4aaa0444c7925bec1ad9da98e1439f.zip
Adjust ebuilds to kde_src_unpack() patch handling changes.
(Portage version: 2.1)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kcheckpass/ChangeLog5
-rw-r--r--kde-base/kcheckpass/files/digest-kcheckpass-3.5.06
-rw-r--r--kde-base/kcheckpass/kcheckpass-3.5.0.ebuild13
3 files changed, 10 insertions, 14 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog
index 6a96c524eae2..a32d3f4d56bf 100644
--- a/kde-base/kcheckpass/ChangeLog
+++ b/kde-base/kcheckpass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kcheckpass
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.50 2006/06/01 17:08:57 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.51 2006/06/11 13:09:49 carlo Exp $
+
+ 11 Jun 2006; Carsten Lohrke <carlo@gentoo.org> kcheckpass-3.5.0.ebuild:
+ Adjust ebuilds to kde_src_unpack() patch handling changes.
01 Jun 2006; Diego Pettenò <flameeyes@gentoo.org>
kcheckpass-3.5.0.ebuild:
diff --git a/kde-base/kcheckpass/files/digest-kcheckpass-3.5.0 b/kde-base/kcheckpass/files/digest-kcheckpass-3.5.0
index 7779b2adb8d5..5fba7d69229a 100644
--- a/kde-base/kcheckpass/files/digest-kcheckpass-3.5.0
+++ b/kde-base/kcheckpass/files/digest-kcheckpass-3.5.0
@@ -1,6 +1,6 @@
-MD5 d964df13021d0ffe3045b6b143c3247f kdebase-3.5.0-patches-1.tar.bz2 4654
-RMD160 c7e8356d2f46d2fd3a0e7e25f661843f09ff1296 kdebase-3.5.0-patches-1.tar.bz2 4654
-SHA256 599e92f2c488fef6fcd6f337b952e6ce72b27576df37dcb4b86f0961eb26e617 kdebase-3.5.0-patches-1.tar.bz2 4654
+MD5 3e2318954d6f810815147acf0377e1e9 kdebase-3.5-patchset-01.tar.bz2 5552
+RMD160 196f2f57924ccab4109061794d09f579917f4ed1 kdebase-3.5-patchset-01.tar.bz2 5552
+SHA256 10b635594c7936f618abf3a9b41785fb1cb2c2d2a4be5bb889abff518b8e5ee0 kdebase-3.5-patchset-01.tar.bz2 5552
MD5 b86622c029ee8ab656a67c6467fff887 kdebase-3.5.0.tar.bz2 23233185
RMD160 5f8d5735a468f1c4e42cccfc0f006e63e3c3c762 kdebase-3.5.0.tar.bz2 23233185
SHA256 383aa9e02e375b959cf0885e48b38dd7e6c7a5adafb316f37cff1cca99360f63 kdebase-3.5.0.tar.bz2 23233185
diff --git a/kde-base/kcheckpass/kcheckpass-3.5.0.ebuild b/kde-base/kcheckpass/kcheckpass-3.5.0.ebuild
index 67a4c5afb2b6..d40e079c3419 100644
--- a/kde-base/kcheckpass/kcheckpass-3.5.0.ebuild
+++ b/kde-base/kcheckpass/kcheckpass-3.5.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-3.5.0.ebuild,v 1.19 2006/06/01 17:08:57 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-3.5.0.ebuild,v 1.20 2006/06/11 13:09:49 carlo Exp $
KMNAME=kdebase
MAXKDEVER=3.5.3
@@ -8,20 +8,13 @@ KM_DEPRANGE="$PV $MAXKDEVER"
inherit kde-meta eutils flag-o-matic
SRC_URI="${SRC_URI}
- mirror://gentoo/kdebase-${PV}-patches-1.tar.bz2"
+ mirror://gentoo/kdebase-3.5-patchset-01.tar.bz2"
DESCRIPTION="A simple password checker, used by any software in need of user authentication."
-KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="pam"
DEPEND="pam? ( kde-base/kdebase-pam )"
-src_unpack() {
- unpack "kdebase-${PV}-patches-1.tar.bz2"
- kde-meta_src_unpack
-
- epatch "${WORKDIR}/patches/${P}-bindnow.patch"
-}
-
src_compile() {
myconf="$(use_with pam)"