diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-11 23:53:40 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-11 23:53:40 +0000 |
commit | bc49390a73183e3f05b621ebf6cb318fd1492597 (patch) | |
tree | f2894f4238d146ff7ac7a9f9907d39a2ddc990c1 /kde-base/kdeaccounts-plugin | |
parent | Add KDE 4.2.2 (diff) | |
download | historical-bc49390a73183e3f05b621ebf6cb318fd1492597.tar.gz historical-bc49390a73183e3f05b621ebf6cb318fd1492597.tar.bz2 historical-bc49390a73183e3f05b621ebf6cb318fd1492597.zip |
Add KDE 4.2.2
Package-Manager: portage-2.2_rc29/cvs/Linux 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.2.2.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/kde-base/kdeaccounts-plugin/ChangeLog b/kde-base/kdeaccounts-plugin/ChangeLog index d319d8fc20b4..d6d869f4791d 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.21 2009/03/15 14:22:09 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaccounts-plugin/ChangeLog,v 1.22 2009/04/11 22:22:22 alexxy Exp $ + +*kdeaccounts-plugin-4.2.2 (11 Apr 2009) + + 11 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> + +kdeaccounts-plugin-4.2.2.ebuild: + Add KDE 4.2.2 15 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> kdeaccounts-plugin-4.2.1.ebuild: diff --git a/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.2.2.ebuild b/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.2.2.ebuild new file mode 100644 index 000000000000..a183d7fd753e --- /dev/null +++ b/kde-base/kdeaccounts-plugin/kdeaccounts-plugin-4.2.2.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.2.ebuild,v 1.1 2009/04/11 22:22:22 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="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug" + +DEPEND=" + >=kde-base/kdepimlibs-${PV}:${SLOT}[kdeprefix=] +" +RDEPEND="${DEPEND}" |