diff options
author | 2009-08-04 00:37:40 +0000 | |
---|---|---|
committer | 2009-08-04 00:37:40 +0000 | |
commit | 255605d4d35a01de167248f85bf0a298f83caa3f (patch) | |
tree | ae357403c35ee293704c5a89211f180525914264 /kde-base/kioclient | |
parent | Version bump KDE 4.3.0 (diff) | |
download | gentoo-2-255605d4d35a01de167248f85bf0a298f83caa3f.tar.gz gentoo-2-255605d4d35a01de167248f85bf0a298f83caa3f.tar.bz2 gentoo-2-255605d4d35a01de167248f85bf0a298f83caa3f.zip |
Version bump KDE 4.3.0
(Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kioclient')
-rw-r--r-- | kde-base/kioclient/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kioclient/kioclient-4.3.0.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kioclient/ChangeLog b/kde-base/kioclient/ChangeLog index 5b907464d0dd..bcd18007be97 100644 --- a/kde-base/kioclient/ChangeLog +++ b/kde-base/kioclient/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kioclient # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kioclient/ChangeLog,v 1.30 2009/06/14 11:05:44 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kioclient/ChangeLog,v 1.31 2009/08/04 00:37:40 wired Exp $ + +*kioclient-4.3.0 (04 Aug 2009) + + 04 Aug 2009; Alex Alexander <wired@gentoo.org> +kioclient-4.3.0.ebuild: + Version bump 14 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -kioclient-4.2.3.ebuild: Drop KDE 4.2.3 diff --git a/kde-base/kioclient/kioclient-4.3.0.ebuild b/kde-base/kioclient/kioclient-4.3.0.ebuild new file mode 100644 index 000000000000..9e4edc342af3 --- /dev/null +++ b/kde-base/kioclient/kioclient-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/kioclient/kioclient-4.3.0.ebuild,v 1.1 2009/08/04 00:37:40 wired Exp $ + +EAPI="2" + +KMNAME="kdebase-runtime" +inherit kde4-meta + +DESCRIPTION="Command-line tool for network-transparent operations" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug" |