summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2010-02-09 00:14:58 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2010-02-09 00:14:58 +0000
commit4d83446364458dbdc712fdda8eb5095642d7b9db (patch)
treebd6c88f6f0ff0b72ad01f40f00cb1670e519dedc /kde-base/kgpg
parent[kde-base/kcron] Version bump to KDE SC 4.4.0 (diff)
downloadhistorical-4d83446364458dbdc712fdda8eb5095642d7b9db.tar.gz
historical-4d83446364458dbdc712fdda8eb5095642d7b9db.tar.bz2
historical-4d83446364458dbdc712fdda8eb5095642d7b9db.zip
[kde-base/kgpg] Version bump to KDE SC 4.4.0
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64 RepoMan-Options: --force
Diffstat (limited to 'kde-base/kgpg')
-rw-r--r--kde-base/kgpg/ChangeLog7
-rw-r--r--kde-base/kgpg/kgpg-4.4.0.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/kde-base/kgpg/ChangeLog b/kde-base/kgpg/ChangeLog
index 6491cfe69b3f..cdf12c0eec21 100644
--- a/kde-base/kgpg/ChangeLog
+++ b/kde-base/kgpg/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kgpg
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kgpg/ChangeLog,v 1.147 2010/01/25 15:56:27 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kgpg/ChangeLog,v 1.148 2010/02/09 00:14:58 alexxy Exp $
+
+*kgpg-4.4.0 (08 Feb 2010)
+
+ 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +kgpg-4.4.0.ebuild:
+ Version bump to KDE SC 4.4.0
*kgpg-4.3.5 (25 Jan 2010)
diff --git a/kde-base/kgpg/kgpg-4.4.0.ebuild b/kde-base/kgpg/kgpg-4.4.0.ebuild
new file mode 100644
index 000000000000..ffba6d2e2b1a
--- /dev/null
+++ b/kde-base/kgpg/kgpg-4.4.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kgpg/kgpg-4.4.0.ebuild,v 1.1 2010/02/09 00:14:58 alexxy Exp $
+
+EAPI="2"
+
+KMNAME="kdeutils"
+inherit kde4-meta
+
+DESCRIPTION="KDE gpg keyring manager"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug +handbook"
+
+DEPEND="
+ $(add_kdebase_dep kdepimlibs)
+"
+RDEPEND="${DEPEND}
+ app-crypt/gnupg
+"