aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Mrozowski (reavertm) <reavertm@poczta.fm>2009-03-18 02:25:51 +0100
committerMaciej Mrozowski (reavertm) <reavertm@poczta.fm>2009-03-18 02:25:51 +0100
commitc36c5ecde82bf3ced54a2f396bbc0ba11e6a26c9 (patch)
tree2ed72c538d16efd8c7f96f20685828a78b496488 /app-crypt
parent- removed redundant semantic-desktop USE desc frmo metadata.xml (it's global ... (diff)
downloadkde-c36c5ecde82bf3ced54a2f396bbc0ba11e6a26c9.tar.gz
kde-c36c5ecde82bf3ced54a2f396bbc0ba11e6a26c9.tar.bz2
kde-c36c5ecde82bf3ced54a2f396bbc0ba11e6a26c9.zip
Fixed live pinentry-qt4 (still using kde4-base - hell, why not?)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/pinentry-qt4/ChangeLog6
-rw-r--r--app-crypt/pinentry-qt4/Manifest4
-rw-r--r--app-crypt/pinentry-qt4/pinentry-qt4-9999.ebuild15
3 files changed, 17 insertions, 8 deletions
diff --git a/app-crypt/pinentry-qt4/ChangeLog b/app-crypt/pinentry-qt4/ChangeLog
index 11151b2c5f..672b1747b0 100644
--- a/app-crypt/pinentry-qt4/ChangeLog
+++ b/app-crypt/pinentry-qt4/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for app-crypt/pinentry-qt4
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 18 Mar 2009; Maciej Mrozowski (reavertm) <reavertm@poczta.fm>
+ pinentry-qt4-9999.ebuild:
+ Slot pdated, deps fixed
+
*pinentry-qt4-9999 (27 Nov 2008)
27 Nov 2008; Tomas Chvatal <scarabeus@gentoo.org> +metadata.xml,
diff --git a/app-crypt/pinentry-qt4/Manifest b/app-crypt/pinentry-qt4/Manifest
index e780b42752..b3b43e0597 100644
--- a/app-crypt/pinentry-qt4/Manifest
+++ b/app-crypt/pinentry-qt4/Manifest
@@ -1,3 +1,3 @@
-EBUILD pinentry-qt4-9999.ebuild 411 RMD160 9220229cdaaaa4633ebc1a1ef6c217fc595ebea6 SHA1 b0d98212695053a2c6671657100d8d8331e9a104 SHA256 6c56965f65c6d18e09fe9a8c6b8c113d84568eabaf51ec45720e977c1ad1df67
-MISC ChangeLog 290 RMD160 b28e24c297423b10c1cd2645e05d0c633ec0881f SHA1 e046c3575ed30943d614d381cc74454bbf44cfde SHA256 7ad78cb55a6e02a321a7384cb1718dfd1f3db324301bb05895722bc1d1582a96
+EBUILD pinentry-qt4-9999.ebuild 454 RMD160 94441b29e575c13d2d251527dea88b4b77a3d503 SHA1 19bfaef0ed59673b7ac1fd9af4aa7b4a611adc92 SHA256 4e32e0b73ac66f45295a13a58cbcb5df74b44fdff8590a5d2a27123d4166376e
+MISC ChangeLog 409 RMD160 07b11a5d6f1b4b55b0fd03fb8bac323e1fa15e78 SHA1 2ff5b282b319d5cd728140d6db7e102092befa5b SHA256 92befd6101c2ec0c025f398d598b895fbc4c1733488df687f3b2ea74bc387b74
MISC metadata.xml 156 RMD160 ecce3b981f150c45ae1e84e2d208e678d6124259 SHA1 b64f7c0b4e5db816d82ad19848f72118af129d35 SHA256 2f4da28506b9d4185f320f67a6191d30c7a921217ed4447ed46ea0bc4aefc79a
diff --git a/app-crypt/pinentry-qt4/pinentry-qt4-9999.ebuild b/app-crypt/pinentry-qt4/pinentry-qt4-9999.ebuild
index 92e11e1ec4..80b6f33334 100644
--- a/app-crypt/pinentry-qt4/pinentry-qt4-9999.ebuild
+++ b/app-crypt/pinentry-qt4/pinentry-qt4-9999.ebuild
@@ -5,15 +5,20 @@
EAPI="2"
KMNAME="playground/pim"
-KMMODULE="pinentry-qt4"
+NEED_KDE="none"
inherit kde4-base
DESCRIPTION="Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol"
HOMEPAGE="http://kde.org/"
-LICENSE="GPL-2 LGPL-2"
+LICENSE="GPL-2 LGPL-2"
KEYWORDS=""
-IUSE=""
-SLOT="live"
+SLOT="0"
+IUSE="debug"
-DEPEND="app-crypt/pinentry"
+DEPEND="
+ >=x11-libs/qt-gui-4.4:4
+"
+RDEPEND="${DEPEND}
+ app-crypt/pinentry
+"