diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 07:08:15 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 07:08:15 +0000 |
commit | eb45011cdb73bf892b5f3eb1d3ce5a289c811f51 (patch) | |
tree | 63cc1c70d615e52e6ebfc043a04daf916c3f2c31 /kde-base/kdeaccounts-plugin | |
parent | Add kde-4.1.2 into the tree from the kde-testing overlay. (diff) | |
download | gentoo-2-eb45011cdb73bf892b5f3eb1d3ce5a289c811f51.tar.gz gentoo-2-eb45011cdb73bf892b5f3eb1d3ce5a289c811f51.tar.bz2 gentoo-2-eb45011cdb73bf892b5f3eb1d3ce5a289c811f51.zip |
Add kde-4.1.2 into the tree from the kde-testing overlay.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'kde-base/kdeaccounts-plugin')
-rw-r--r-- | kde-base/kdeaccounts-plugin/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.1.2.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/kdeaccounts-plugin/ChangeLog b/kde-base/kdeaccounts-plugin/ChangeLog index 047f15454f4b..81fe3267680c 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.9 2008/06/09 15:21:18 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaccounts-plugin/ChangeLog,v 1.10 2008/10/02 07:08:15 jmbsvicetto Exp $ + +*kdeaccounts-plugin-4.1.2 (02 Oct 2008) + + 02 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + +kdeaccounts-plugin-4.1.2.ebuild: + Add kde-4.1.2 into the tree from the kde-testing overlay. 09 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> -kdeaccounts-plugin-4.0.2.ebuild, -kdeaccounts-plugin-4.0.3.ebuild: diff --git a/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.1.2.ebuild b/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.1.2.ebuild new file mode 100644 index 000000000000..222197c39c5a --- /dev/null +++ b/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.1.2.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 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.2.ebuild,v 1.1 2008/10/02 07:08:15 jmbsvicetto 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 ~x86" +IUSE="debug" |