diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 21:02:37 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 21:02:37 +0000 |
commit | 3519709fc81599853cdead498b122f7b2c9ba644 (patch) | |
tree | 0b3a3357c17b479f1f9e6f4d3414446a70ad03dd /kde-base/knetattach | |
parent | Version bump KDE 4.4.3 (diff) | |
download | gentoo-2-3519709fc81599853cdead498b122f7b2c9ba644.tar.gz gentoo-2-3519709fc81599853cdead498b122f7b2c9ba644.tar.bz2 gentoo-2-3519709fc81599853cdead498b122f7b2c9ba644.zip |
Version bump KDE 4.4.3
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/knetattach')
-rw-r--r-- | kde-base/knetattach/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/knetattach/knetattach-4.4.3.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/knetattach/ChangeLog b/kde-base/knetattach/ChangeLog index e736ea9808a8..9cf1f7d8802c 100644 --- a/kde-base/knetattach/ChangeLog +++ b/kde-base/knetattach/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/knetattach # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knetattach/ChangeLog,v 1.150 2010/05/03 06:51:10 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knetattach/ChangeLog,v 1.151 2010/05/03 21:02:37 alexxy Exp $ + +*knetattach-4.4.3 (03 May 2010) + + 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org> +knetattach-4.4.3.ebuild: + Version bump 03 May 2010; Alexis Ballier <aballier@gentoo.org> knetattach-4.4.2.ebuild: keyword ~x86-fbsd diff --git a/kde-base/knetattach/knetattach-4.4.3.ebuild b/kde-base/knetattach/knetattach-4.4.3.ebuild new file mode 100644 index 000000000000..6d997a90f5a8 --- /dev/null +++ b/kde-base/knetattach/knetattach-4.4.3.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/knetattach/knetattach-4.4.3.ebuild,v 1.1 2010/05/03 21:02:37 alexxy Exp $ + +EAPI="3" + +KMNAME="kdebase-runtime" +inherit kde4-meta + +DESCRIPTION="KDE network wizard" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" |