diff options
author | Alex Alexander <wired@gentoo.org> | 2009-08-04 00:46:10 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-08-04 00:46:10 +0000 |
commit | cb0195230632840e5bf2883a892639005118f83b (patch) | |
tree | 9fab06265f68669337e717d857410a68f9718597 /kde-base | |
parent | Version bump KDE 4.3.0 (diff) | |
download | gentoo-2-cb0195230632840e5bf2883a892639005118f83b.tar.gz gentoo-2-cb0195230632840e5bf2883a892639005118f83b.tar.bz2 gentoo-2-cb0195230632840e5bf2883a892639005118f83b.zip |
Version bump KDE 4.3.0
(Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/knetattach/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/knetattach/knetattach-4.3.0.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/knetattach/ChangeLog b/kde-base/knetattach/ChangeLog index c6185b2ebffe..dba640de29f0 100644 --- a/kde-base/knetattach/ChangeLog +++ b/kde-base/knetattach/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/knetattach # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knetattach/ChangeLog,v 1.121 2009/07/12 10:43:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knetattach/ChangeLog,v 1.122 2009/08/04 00:46:10 wired Exp $ + +*knetattach-4.3.0 (04 Aug 2009) + + 04 Aug 2009; Alex Alexander <wired@gentoo.org> +knetattach-4.3.0.ebuild: + Version bump 12 Jul 2009; Raúl Porcel <armin76@gentoo.org> knetattach-3.5.10.ebuild: alpha/ia64/sparc stable wrt #271889 diff --git a/kde-base/knetattach/knetattach-4.3.0.ebuild b/kde-base/knetattach/knetattach-4.3.0.ebuild new file mode 100644 index 000000000000..5b84d4e6958e --- /dev/null +++ b/kde-base/knetattach/knetattach-4.3.0.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/knetattach/knetattach-4.3.0.ebuild,v 1.1 2009/08/04 00:46:10 wired Exp $ + +EAPI="2" + +KMNAME="kdebase-runtime" +inherit kde4-meta + +DESCRIPTION="KDE network wizard" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug +handbook" |