diff options
author | 2010-03-02 17:20:14 +0000 | |
---|---|---|
committer | 2010-03-02 17:20:14 +0000 | |
commit | 34cef150911bda313989da7c0b85b3c327c35f0e (patch) | |
tree | 2b6afad8cc476675936b2a344e87fbafbacd8905 /kde-base/kfilereplace | |
parent | Version bump KDE 4.4.1 (diff) | |
download | gentoo-2-34cef150911bda313989da7c0b85b3c327c35f0e.tar.gz gentoo-2-34cef150911bda313989da7c0b85b3c327c35f0e.tar.bz2 gentoo-2-34cef150911bda313989da7c0b85b3c327c35f0e.zip |
Version bump KDE 4.4.1
(Portage version: 2.2_rc63/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.1.ebuild | 11 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kfilereplace/ChangeLog b/kde-base/kfilereplace/ChangeLog index 5bca7207dbc7..cc6f52a3ce7d 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.138 2010/02/20 10:53:34 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfilereplace/ChangeLog,v 1.139 2010/03/02 17:20:14 tampakrap Exp $ + +*kfilereplace-4.4.1 (02 Mar 2010) + + 02 Mar 2010; Theo Chatzimichos <tampakrap@gentoo.org> + +kfilereplace-4.4.1.ebuild: + Version bump 20 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> kfilereplace-4.3.5.ebuild: diff --git a/kde-base/kfilereplace/kfilereplace-4.4.1.ebuild b/kde-base/kfilereplace/kfilereplace-4.4.1.ebuild new file mode 100644 index 000000000000..3290acf23114 --- /dev/null +++ b/kde-base/kfilereplace/kfilereplace-4.4.1.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.1.ebuild,v 1.1 2010/03/02 17:20:14 tampakrap Exp $ + +EAPI="3" +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" |