diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-04 21:52:42 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-04 21:52:42 +0000 |
commit | 470857ba558a906570650f664907778ce186db24 (patch) | |
tree | eed5723adba86ed3b84c63c25aea7b13e4119606 /kde-base/knetattach | |
parent | Bump KDE 4.2.1 (diff) | |
download | gentoo-2-470857ba558a906570650f664907778ce186db24.tar.gz gentoo-2-470857ba558a906570650f664907778ce186db24.tar.bz2 gentoo-2-470857ba558a906570650f664907778ce186db24.zip |
Bump KDE 4.2.1
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/knetattach')
-rw-r--r-- | kde-base/knetattach/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/knetattach/knetattach-4.2.1.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/knetattach/ChangeLog b/kde-base/knetattach/ChangeLog index e18f6cd9bc89..407f962f229f 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.103 2009/02/19 23:23:50 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knetattach/ChangeLog,v 1.104 2009/03/04 21:52:42 alexxy Exp $ + +*knetattach-4.2.1 (04 Mar 2009) + + 04 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> +knetattach-4.2.1.ebuild: + Bump KDE 4.2.1 19 Feb 2009; Alexey Shvetsov <alexxy@gentoo.org> -knetattach-4.1.4.ebuild: Drop stale kde 4.1.4 diff --git a/kde-base/knetattach/knetattach-4.2.1.ebuild b/kde-base/knetattach/knetattach-4.2.1.ebuild new file mode 100644 index 000000000000..9c94dfe71caf --- /dev/null +++ b/kde-base/knetattach/knetattach-4.2.1.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.2.1.ebuild,v 1.1 2009/03/04 21:52:42 alexxy Exp $ + +EAPI="2" + +KMNAME="kdebase-runtime" +inherit kde4-meta + +DESCRIPTION="KDE network wizard" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug" |