diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:15:01 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:15:01 +0000 |
commit | 156bbb2dfe809e6ea5e576332807a18343c65cc6 (patch) | |
tree | 3dc41ab32108cade0c09de2d5d9bd25bbe3a9dc9 | |
parent | [kde-base/ksysguard] Version bump to KDE SC 4.4.0 (diff) | |
download | gentoo-2-156bbb2dfe809e6ea5e576332807a18343c65cc6.tar.gz gentoo-2-156bbb2dfe809e6ea5e576332807a18343c65cc6.tar.bz2 gentoo-2-156bbb2dfe809e6ea5e576332807a18343c65cc6.zip |
[kde-base/kdenetwork-filesharing] Version bump to KDE SC 4.4.0
(Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)
-rw-r--r-- | kde-base/kdenetwork-filesharing/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kdenetwork-filesharing/kdenetwork-filesharing-4.4.0.ebuild | 13 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/kdenetwork-filesharing/ChangeLog b/kde-base/kdenetwork-filesharing/ChangeLog index 342f6e4d58d5..e4a24192d457 100644 --- a/kde-base/kdenetwork-filesharing/ChangeLog +++ b/kde-base/kdenetwork-filesharing/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kdenetwork-filesharing # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork-filesharing/ChangeLog,v 1.138 2010/01/25 15:22:22 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork-filesharing/ChangeLog,v 1.139 2010/02/09 00:15:01 alexxy Exp $ + +*kdenetwork-filesharing-4.4.0 (08 Feb 2010) + + 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> + +kdenetwork-filesharing-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *kdenetwork-filesharing-4.3.5 (25 Jan 2010) diff --git a/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-4.4.0.ebuild b/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-4.4.0.ebuild new file mode 100644 index 000000000000..850ec35733de --- /dev/null +++ b/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-4.4.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-4.4.0.ebuild,v 1.1 2010/02/09 00:15:01 alexxy Exp $ + +EAPI="2" + +KMNAME="kdenetwork" +KMMODULE="filesharing" +inherit kde4-meta + +DESCRIPTION="kcontrol filesharing config module for NFS, SMB etc" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" |