summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-22 18:06:58 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-22 18:06:58 +0000
commit3068c501a4b154354b5b4b85d4c60182e96fb9e8 (patch)
tree85481c3374feee0c551d0a25b5c56b578064bd31 /kde-base/kcheckpass
parentBump to 3.5 beta1. (diff)
downloadgentoo-2-3068c501a4b154354b5b4b85d4c60182e96fb9e8.tar.gz
gentoo-2-3068c501a4b154354b5b4b85d4c60182e96fb9e8.tar.bz2
gentoo-2-3068c501a4b154354b5b4b85d4c60182e96fb9e8.zip
Bump to 3.5 beta1.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'kde-base/kcheckpass')
-rw-r--r--kde-base/kcheckpass/ChangeLog8
-rw-r--r--kde-base/kcheckpass/Manifest12
-rw-r--r--kde-base/kcheckpass/files/digest-kcheckpass-3.5_beta11
-rw-r--r--kde-base/kcheckpass/kcheckpass-3.5_beta1.ebuild14
4 files changed, 24 insertions, 11 deletions
diff --git a/kde-base/kcheckpass/ChangeLog b/kde-base/kcheckpass/ChangeLog
index e0077e84acbf..fa74d693678d 100644
--- a/kde-base/kcheckpass/ChangeLog
+++ b/kde-base/kcheckpass/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kcheckpass
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.14 2005/09/07 11:02:14 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/ChangeLog,v 1.15 2005/09/22 18:03:11 flameeyes Exp $
+
+*kcheckpass-3.5_beta1 (22 Sep 2005)
+
+ 22 Sep 2005; Diego Pettenò <flameeyes@gentoo.org>
+ +kcheckpass-3.5_beta1.ebuild:
+ Bump to 3.5 beta1.
*kcheckpass-3.5_alpha1 (07 Sep 2005)
diff --git a/kde-base/kcheckpass/Manifest b/kde-base/kcheckpass/Manifest
index 92e0a9a6c218..2b695db07c03 100644
--- a/kde-base/kcheckpass/Manifest
+++ b/kde-base/kcheckpass/Manifest
@@ -1,18 +1,10 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 18717b648f6dafc8455a5051babc46f6 ChangeLog 2262
MD5 140deb08fbd6248485ed55fa865c25ba kcheckpass-3.4.1.ebuild 540
+MD5 0360d476b3146a7ad108e36025bd3380 kcheckpass-3.5_beta1.ebuild 530
MD5 a8eeb96928c6330e1a0e40b9095a8c28 kcheckpass-3.4.2.ebuild 553
MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156
MD5 0360d476b3146a7ad108e36025bd3380 kcheckpass-3.5_alpha1.ebuild 530
MD5 4c82da1fa6a4aec326b681a8878c686d files/digest-kcheckpass-3.5_alpha1 69
MD5 7deca5e51240260b2976fbbe9326ed6d files/digest-kcheckpass-3.4.2 287
MD5 b22a687fe2e8cf06cd5147f1ec68efb7 files/digest-kcheckpass-3.4.1 212
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDHsjQj5H05b2HAEkRAuwwAJ9IoJj/RksGokappeWsWqqEV2zIswCdGRu0
-br31fV6AQiruYli3kQ0pTM0=
-=PGqm
------END PGP SIGNATURE-----
+MD5 b50fc512a289fe7a1ef658080cb0a0b3 files/digest-kcheckpass-3.5_beta1 69
diff --git a/kde-base/kcheckpass/files/digest-kcheckpass-3.5_beta1 b/kde-base/kcheckpass/files/digest-kcheckpass-3.5_beta1
new file mode 100644
index 000000000000..0cf3430259a9
--- /dev/null
+++ b/kde-base/kcheckpass/files/digest-kcheckpass-3.5_beta1
@@ -0,0 +1 @@
+MD5 50674508355d37a0fddb71af540f085d kdebase-3.4.91.tar.bz2 23351343
diff --git a/kde-base/kcheckpass/kcheckpass-3.5_beta1.ebuild b/kde-base/kcheckpass/kcheckpass-3.5_beta1.ebuild
new file mode 100644
index 000000000000..be202d4623e1
--- /dev/null
+++ b/kde-base/kcheckpass/kcheckpass-3.5_beta1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-3.5_beta1.ebuild,v 1.1 2005/09/22 18:03:11 flameeyes Exp $
+
+KMNAME=kdebase
+MAXKDEVER=$PV
+KM_DEPRANGE="$PV $MAXKDEVER"
+inherit kde-meta eutils
+
+DESCRIPTION="KDE pam client that allows you to auth as a specified user without actually doing anything as that user"
+KEYWORDS="~amd64"
+IUSE="pam"
+DEPEND="pam? ( kde-base/kdebase-pam ) !pam? ( sys-apps/shadow )"
+