diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 19:46:03 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 19:46:03 +0000 |
commit | e4235d95146cd87283dc560d90344d91b2cb8849 (patch) | |
tree | 779e295bbd4f763cbbd4c719e183781ea71429b5 /kde-base/knetworkconf | |
parent | Version bump KDE 4.3.2 (diff) | |
download | gentoo-2-e4235d95146cd87283dc560d90344d91b2cb8849.tar.gz gentoo-2-e4235d95146cd87283dc560d90344d91b2cb8849.tar.bz2 gentoo-2-e4235d95146cd87283dc560d90344d91b2cb8849.zip |
Version bump KDE 4.3.2
(Portage version: 2.2_rc44/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/knetworkconf')
-rw-r--r-- | kde-base/knetworkconf/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/knetworkconf/knetworkconf-4.3.2.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/knetworkconf/ChangeLog b/kde-base/knetworkconf/ChangeLog index 96c5b0cad3a0..315cfa518a89 100644 --- a/kde-base/knetworkconf/ChangeLog +++ b/kde-base/knetworkconf/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/knetworkconf # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knetworkconf/ChangeLog,v 1.46 2009/09/01 15:41:20 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knetworkconf/ChangeLog,v 1.47 2009/10/06 19:46:03 alexxy Exp $ + +*knetworkconf-4.3.2 (06 Oct 2009) + + 06 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> + +knetworkconf-4.3.2.ebuild: + Version bump *knetworkconf-4.3.1 (01 Sep 2009) diff --git a/kde-base/knetworkconf/knetworkconf-4.3.2.ebuild b/kde-base/knetworkconf/knetworkconf-4.3.2.ebuild new file mode 100644 index 000000000000..5ffa5bf3050d --- /dev/null +++ b/kde-base/knetworkconf/knetworkconf-4.3.2.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/knetworkconf/knetworkconf-4.3.2.ebuild,v 1.1 2009/10/06 19:46:03 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeadmin" +inherit kde4-meta + +DESCRIPTION="KDE control Center Module to confiure Network settings" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug" |