diff options
author | 2009-01-13 21:28:50 +0000 | |
---|---|---|
committer | 2009-01-13 21:28:50 +0000 | |
commit | c4fbaf46313fb07de2be411687bb2ad23adf1944 (patch) | |
tree | 1e6f2e5dc79eee071f5344277d6e04c5111849a5 /kde-base/kdeaccounts-plugin | |
parent | Bump kde to 4.1.4 (diff) | |
download | gentoo-2-c4fbaf46313fb07de2be411687bb2ad23adf1944.tar.gz gentoo-2-c4fbaf46313fb07de2be411687bb2ad23adf1944.tar.bz2 gentoo-2-c4fbaf46313fb07de2be411687bb2ad23adf1944.zip |
Bump kde to 4.1.4
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base/kdeaccounts-plugin')
-rw-r--r-- | kde-base/kdeaccounts-plugin/ChangeLog | 10 | ||||
-rw-r--r-- | kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.1.4.ebuild | 12 |
2 files changed, 20 insertions, 2 deletions
diff --git a/kde-base/kdeaccounts-plugin/ChangeLog b/kde-base/kdeaccounts-plugin/ChangeLog index 19fee2e285f5..bf4cd62c8e0d 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaccounts-plugin/ChangeLog,v 1.13 2008/11/16 04:54:51 vapier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaccounts-plugin/ChangeLog,v 1.14 2009/01/13 21:28:50 alexxy Exp $ + +*kdeaccounts-plugin-4.1.4 (13 Jan 2009) + + 13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> + +kdeaccounts-plugin-4.1.4.ebuild: + Bump to 4.1.4 15 Nov 2008; Mike Frysinger <vapier@gentoo.org> kdeaccounts-plugin-4.1.3.ebuild: diff --git a/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.1.4.ebuild b/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.1.4.ebuild new file mode 100644 index 000000000000..df3d3316d73b --- /dev/null +++ b/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.1.4.ebuild @@ -0,0 +1,12 @@ +# 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.1.4.ebuild,v 1.1 2009/01/13 21:28:50 alexxy 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="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug" |