diff options
author | Alex Alexander <wired@gentoo.org> | 2009-12-01 10:24:40 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-12-01 10:24:40 +0000 |
commit | 6f5c83d04ce3d340f5c4488d11041edff346a63e (patch) | |
tree | bd154adf1d92a34167c3aa396de7fafc869572dc /kde-base/kdenetwork-filesharing | |
parent | Version bump KDE 4.3.4 (diff) | |
download | gentoo-2-6f5c83d04ce3d340f5c4488d11041edff346a63e.tar.gz gentoo-2-6f5c83d04ce3d340f5c4488d11041edff346a63e.tar.bz2 gentoo-2-6f5c83d04ce3d340f5c4488d11041edff346a63e.zip |
Version bump KDE 4.3.4
(Portage version: 2.2_rc54/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kdenetwork-filesharing')
-rw-r--r-- | kde-base/kdenetwork-filesharing/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kdenetwork-filesharing/kdenetwork-filesharing-4.3.4.ebuild | 13 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/kdenetwork-filesharing/ChangeLog b/kde-base/kdenetwork-filesharing/ChangeLog index e75c8a2fe2fa..f5d300ac345d 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork-filesharing/ChangeLog,v 1.132 2009/11/30 06:54:16 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork-filesharing/ChangeLog,v 1.133 2009/12/01 10:24:40 wired Exp $ + +*kdenetwork-filesharing-4.3.4 (01 Dec 2009) + + 01 Dec 2009; Alex Alexander <wired@gentoo.org> + +kdenetwork-filesharing-4.3.4.ebuild: + Version bump 30 Nov 2009; Joseph Jezak <josejx@gentoo.org> kdenetwork-filesharing-4.3.3.ebuild: diff --git a/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-4.3.4.ebuild b/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-4.3.4.ebuild new file mode 100644 index 000000000000..0a889f821192 --- /dev/null +++ b/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-4.3.4.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2009 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.3.4.ebuild,v 1.1 2009/12/01 10:24:40 wired 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" +IUSE="debug" |