summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2010-03-02 16:28:57 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2010-03-02 16:28:57 +0000
commit9bd03a1d46c998b6c6468a437ec6ac6564094136 (patch)
tree3c5086e459a60d690d2a7f5e644fa516f8feebf4 /kde-base/kdeaccounts-plugin
parentInitial commit of screengrab application. Fixes bug #307093 (diff)
downloadhistorical-9bd03a1d46c998b6c6468a437ec6ac6564094136.tar.gz
historical-9bd03a1d46c998b6c6468a437ec6ac6564094136.tar.bz2
historical-9bd03a1d46c998b6c6468a437ec6ac6564094136.zip
Version bump KDE 4.4.1
Package-Manager: portage-2.2_rc63/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.4.1.ebuild17
2 files changed, 24 insertions, 1 deletions
diff --git a/kde-base/kdeaccounts-plugin/ChangeLog b/kde-base/kdeaccounts-plugin/ChangeLog
index a1e6c702174d..dcbacb57aec4 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaccounts-plugin/ChangeLog,v 1.47 2010/02/20 10:16:16 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaccounts-plugin/ChangeLog,v 1.48 2010/03/02 16:03:26 tampakrap Exp $
+
+*kdeaccounts-plugin-4.4.1 (02 Mar 2010)
+
+ 02 Mar 2010; Theo Chatzimichos <tampakrap@gentoo.org>
+ +kdeaccounts-plugin-4.4.1.ebuild:
+ Version bump
20 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
kdeaccounts-plugin-4.3.5.ebuild:
diff --git a/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.4.1.ebuild b/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.4.1.ebuild
new file mode 100644
index 000000000000..1a7e844bfe96
--- /dev/null
+++ b/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.4.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2010 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.4.1.ebuild,v 1.1 2010/03/02 16:03:26 tampakrap Exp $
+
+EAPI="3"
+
+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 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+ $(add_kdebase_dep kdepimlibs)
+"
+RDEPEND="${DEPEND}"