summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-06-04 12:32:33 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-06-04 12:32:33 +0000
commit28c4d9c4067ca1bacfb467aa174363c810c59361 (patch)
treeaa9eeee8629d4b82a1ff0fcce74c0899b73a5c69
parentcleanup old versions (diff)
downloadgentoo-2-28c4d9c4067ca1bacfb467aa174363c810c59361.tar.gz
gentoo-2-28c4d9c4067ca1bacfb467aa174363c810c59361.tar.bz2
gentoo-2-28c4d9c4067ca1bacfb467aa174363c810c59361.zip
Version bump KDE 4.2.4
(Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
-rw-r--r--kde-base/kgpg/ChangeLog7
-rw-r--r--kde-base/kgpg/kgpg-4.2.4.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/kde-base/kgpg/ChangeLog b/kde-base/kgpg/ChangeLog
index ebd2ced19cee..fd22d55dbf8a 100644
--- a/kde-base/kgpg/ChangeLog
+++ b/kde-base/kgpg/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kgpg
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kgpg/ChangeLog,v 1.118 2009/06/03 15:46:32 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kgpg/ChangeLog,v 1.119 2009/06/04 12:32:33 alexxy Exp $
+
+*kgpg-4.2.4 (04 Jun 2009)
+
+ 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> +kgpg-4.2.4.ebuild:
+ Version bump
03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -kgpg-4.2.2.ebuild:
Drop KDE 4.2.2
diff --git a/kde-base/kgpg/kgpg-4.2.4.ebuild b/kde-base/kgpg/kgpg-4.2.4.ebuild
new file mode 100644
index 000000000000..e714f5e64890
--- /dev/null
+++ b/kde-base/kgpg/kgpg-4.2.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kgpg/kgpg-4.2.4.ebuild,v 1.1 2009/06/04 12:32:33 alexxy Exp $
+
+EAPI="2"
+
+KMNAME="kdeutils"
+inherit kde4-meta
+
+DESCRIPTION="KDE gpg keyring manager"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="debug +handbook"
+
+DEPEND="
+ >=kde-base/kdepimlibs-${PV}:${SLOT}[kdeprefix=]
+"
+RDEPEND="${DEPEND}
+ app-crypt/gnupg
+"