diff options
author | 2008-04-03 21:17:39 +0000 | |
---|---|---|
committer | 2008-04-03 21:17:39 +0000 | |
commit | 7736add9f51740f5dfc9d9ae4ad399ba20b96554 (patch) | |
tree | b2f0d1a5988a27fd70eb272bd7d074f59dd20e03 /kde-base/knetattach | |
parent | Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NO... (diff) | |
download | gentoo-2-7736add9f51740f5dfc9d9ae4ad399ba20b96554.tar.gz gentoo-2-7736add9f51740f5dfc9d9ae4ad399ba20b96554.tar.bz2 gentoo-2-7736add9f51740f5dfc9d9ae4ad399ba20b96554.zip |
Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NOT KEYWORD IT without talking to the KDE herd first.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/knetattach')
-rw-r--r-- | kde-base/knetattach/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/knetattach/knetattach-4.0.3.ebuild | 12 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/knetattach/ChangeLog b/kde-base/knetattach/ChangeLog index 823a4f9cf06f..cb08121f9be9 100644 --- a/kde-base/knetattach/ChangeLog +++ b/kde-base/knetattach/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-base/knetattach # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knetattach/ChangeLog,v 1.84 2008/03/20 17:38:45 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knetattach/ChangeLog,v 1.85 2008/04/03 21:17:39 philantrop Exp $ + +*knetattach-4.0.3 (03 Apr 2008) + + 03 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org> + +knetattach-4.0.3.ebuild: + Version bump to KDE 4.0.3. This is still not intended for mainstream so DO + NOT KEYWORD IT without talking to the KDE herd first. 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -knetattach-4.0.1.ebuild: diff --git a/kde-base/knetattach/knetattach-4.0.3.ebuild b/kde-base/knetattach/knetattach-4.0.3.ebuild new file mode 100644 index 000000000000..f374e2f33826 --- /dev/null +++ b/kde-base/knetattach/knetattach-4.0.3.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/knetattach/knetattach-4.0.3.ebuild,v 1.1 2008/04/03 21:17:39 philantrop Exp $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4-meta + +DESCRIPTION="KDE network wizard" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |