summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-05-06 23:01:36 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-05-06 23:01:36 +0000
commitf223ef6e9e2c0cb443e42e4b9aa3debae01c8ffd (patch)
treeb486f1cf60acc224bdf7693ab741b236da442bf7 /kde-base/kdeaccounts-plugin
parentVersion bump KDE 4.2.3 (diff)
downloadgentoo-2-f223ef6e9e2c0cb443e42e4b9aa3debae01c8ffd.tar.gz
gentoo-2-f223ef6e9e2c0cb443e42e4b9aa3debae01c8ffd.tar.bz2
gentoo-2-f223ef6e9e2c0cb443e42e4b9aa3debae01c8ffd.zip
Version bump KDE 4.2.3
(Portage version: 2.2_rc31/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kdeaccounts-plugin')
-rw-r--r--kde-base/kdeaccounts-plugin/ChangeLog8
-rw-r--r--kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.2.3.ebuild17
2 files changed, 24 insertions, 1 deletions
diff --git a/kde-base/kdeaccounts-plugin/ChangeLog b/kde-base/kdeaccounts-plugin/ChangeLog
index 276eace5f868..3c8899b8c099 100644
--- a/kde-base/kdeaccounts-plugin/ChangeLog
+++ b/kde-base/kdeaccounts-plugin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kdeaccounts-plugin
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaccounts-plugin/ChangeLog,v 1.24 2009/04/17 06:39:38 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaccounts-plugin/ChangeLog,v 1.25 2009/05/06 23:01:36 scarabeus Exp $
+
+*kdeaccounts-plugin-4.2.3 (06 May 2009)
+
+ 06 May 2009; Tomas Chvatal <scarabeus@gentoo.org>
+ +kdeaccounts-plugin-4.2.3.ebuild:
+ Version bump
17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> kdeaccounts-plugin-4.2.2:
Restore ~hppa keywords
diff --git a/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.2.3.ebuild b/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.2.3.ebuild
new file mode 100644
index 000000000000..30552426ca83
--- /dev/null
+++ b/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.2.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.2.3.ebuild,v 1.1 2009/05/06 23:01:36 scarabeus Exp $
+
+EAPI="2"
+
+KMNAME="kdesdk"
+inherit kde4-meta
+
+DESCRIPTION="Addressbook Plugin that puts names/email addresses of all KDE SVN accounts into an addressbook"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="debug"
+
+DEPEND="
+ >=kde-base/kdepimlibs-${PV}:${SLOT}[kdeprefix=]
+"
+RDEPEND="${DEPEND}"