diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2009-09-01 15:13:04 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2009-09-01 15:13:04 +0000 |
commit | 071bc581dfb98797e21297988670f55a66010925 (patch) | |
tree | b08144da8a67cffa084d28e36bcad7b5fb0a3f39 /kde-base/kdenetwork-filesharing | |
parent | Version bump KDE 4.3.1 (diff) | |
download | gentoo-2-071bc581dfb98797e21297988670f55a66010925.tar.gz gentoo-2-071bc581dfb98797e21297988670f55a66010925.tar.bz2 gentoo-2-071bc581dfb98797e21297988670f55a66010925.zip |
Version bump KDE 4.3.1
(Portage version: 2.2_rc38/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.1.ebuild | 13 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/kdenetwork-filesharing/ChangeLog b/kde-base/kdenetwork-filesharing/ChangeLog index 5732d442e1ea..1be3653b275f 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.119 2009/08/04 00:18:59 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork-filesharing/ChangeLog,v 1.120 2009/09/01 15:13:04 tampakrap Exp $ + +*kdenetwork-filesharing-4.3.1 (01 Sep 2009) + + 01 Sep 2009; Theo Chatzimichos <tampakrap@gentoo.org> + +kdenetwork-filesharing-4.3.1.ebuild: + Version bump *kdenetwork-filesharing-4.3.0 (04 Aug 2009) diff --git a/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-4.3.1.ebuild b/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-4.3.1.ebuild new file mode 100644 index 000000000000..aee40e0a39d5 --- /dev/null +++ b/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-4.3.1.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.1.ebuild,v 1.1 2009/09/01 15:13:04 tampakrap 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 ~x86" +IUSE="debug" |