diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-25 15:22:22 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-25 15:22:22 +0000 |
commit | 708246ff0785e44b7fa3fbf00e74212faceaa923 (patch) | |
tree | 81fb701d6945547f3b6202396f2f64fbd2231161 /kde-base/kdenetwork-filesharing | |
parent | Version bump KDE 4.3.5 (diff) | |
download | gentoo-2-708246ff0785e44b7fa3fbf00e74212faceaa923.tar.gz gentoo-2-708246ff0785e44b7fa3fbf00e74212faceaa923.tar.bz2 gentoo-2-708246ff0785e44b7fa3fbf00e74212faceaa923.zip |
Version bump KDE 4.3.5
(Portage version: 2.2_rc61/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.5.ebuild | 13 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/kdenetwork-filesharing/ChangeLog b/kde-base/kdenetwork-filesharing/ChangeLog index 73df6c7d3e5c..342f6e4d58d5 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.137 2010/01/22 04:41:48 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdenetwork-filesharing/ChangeLog,v 1.138 2010/01/25 15:22:22 scarabeus Exp $ + +*kdenetwork-filesharing-4.3.5 (25 Jan 2010) + + 25 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> + +kdenetwork-filesharing-4.3.5.ebuild: + Version bump 22 Jan 2010; Jonathan Callen <abcd@gentoo.org> kdenetwork-filesharing-4.3.4.ebuild: diff --git a/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-4.3.5.ebuild b/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-4.3.5.ebuild new file mode 100644 index 000000000000..108263e54eb0 --- /dev/null +++ b/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-4.3.5.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.3.5.ebuild,v 1.1 2010/01/25 15:22:22 scarabeus 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" |