diff options
author | 2010-02-09 00:22:18 +0000 | |
---|---|---|
committer | 2010-02-09 00:22:18 +0000 | |
commit | e911135548c4b4bd93680e71832b75032a77153d (patch) | |
tree | 86768a6e8c665f70c94eef77ce3da7d51bb54c90 /kde-base/kfilereplace | |
parent | [kde-base/libkdcraw] Version bump to KDE SC 4.4.0 (diff) | |
download | gentoo-2-e911135548c4b4bd93680e71832b75032a77153d.tar.gz gentoo-2-e911135548c4b4bd93680e71832b75032a77153d.tar.bz2 gentoo-2-e911135548c4b4bd93680e71832b75032a77153d.zip |
[kde-base/kfilereplace] Version bump to KDE SC 4.4.0
(Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kfilereplace')
-rw-r--r-- | kde-base/kfilereplace/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kfilereplace/kfilereplace-4.4.0.ebuild | 11 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kfilereplace/ChangeLog b/kde-base/kfilereplace/ChangeLog index 1698df4337b0..5c6fa6261d27 100644 --- a/kde-base/kfilereplace/ChangeLog +++ b/kde-base/kfilereplace/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kfilereplace # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfilereplace/ChangeLog,v 1.136 2010/01/25 15:49:53 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfilereplace/ChangeLog,v 1.137 2010/02/09 00:22:18 alexxy Exp $ + +*kfilereplace-4.4.0 (08 Feb 2010) + + 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> + +kfilereplace-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *kfilereplace-4.3.5 (25 Jan 2010) diff --git a/kde-base/kfilereplace/kfilereplace-4.4.0.ebuild b/kde-base/kfilereplace/kfilereplace-4.4.0.ebuild new file mode 100644 index 000000000000..6302aad57654 --- /dev/null +++ b/kde-base/kfilereplace/kfilereplace-4.4.0.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfilereplace/kfilereplace-4.4.0.ebuild,v 1.1 2010/02/09 00:22:18 alexxy Exp $ + +EAPI="2" +KMNAME="kdewebdev" +inherit kde4-meta + +DESCRIPTION="KDE web development - powerful search and replace in multiple files" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" |