diff options
Diffstat (limited to 'kde-base/knetworkconf')
-rw-r--r-- | kde-base/knetworkconf/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/knetworkconf/knetworkconf-3.5.9.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/kde-base/knetworkconf/ChangeLog b/kde-base/knetworkconf/ChangeLog index e051413f37d9..1e59881b3fca 100644 --- a/kde-base/knetworkconf/ChangeLog +++ b/kde-base/knetworkconf/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/knetworkconf # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knetworkconf/ChangeLog,v 1.4 2008/02/17 03:28:11 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knetworkconf/ChangeLog,v 1.5 2008/02/20 23:09:45 philantrop Exp $ + +*knetworkconf-3.5.9 (20 Feb 2008) + + 20 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org> + +knetworkconf-3.5.9.ebuild: + Version bump to KDE 3.5.9. 17 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -knetworkconf-4.0.0.ebuild: diff --git a/kde-base/knetworkconf/knetworkconf-3.5.9.ebuild b/kde-base/knetworkconf/knetworkconf-3.5.9.ebuild new file mode 100644 index 000000000000..a7af70549935 --- /dev/null +++ b/kde-base/knetworkconf/knetworkconf-3.5.9.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/knetworkconf/knetworkconf-3.5.9.ebuild,v 1.1 2008/02/20 23:09:45 philantrop Exp $ + +KMNAME=kdeadmin + +EAPI="1" +inherit kde-meta eutils + +DESCRIPTION="KDE network configuration manager" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="kdehiddenvisibility" +DEPEND="" + +src_unpack() { + kde-meta_src_unpack + + sed -i -e "/Categories/s:Configuration-KDE-Network-mdk:X-\&:" \ + knetworkconf/knetworkconf/kcm_knetworkconfmodule.desktop || die "sed failed" +} |