diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-25 15:49:53 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-25 15:49:53 +0000 |
commit | f593b3d34321e59e849dbf8158a3de2c9e4ffa04 (patch) | |
tree | 17dfc1d4c90a69b201efb32d4a46b3b298117c16 /kde-base/kfilereplace | |
parent | Version bump KDE 4.3.5 (diff) | |
download | gentoo-2-f593b3d34321e59e849dbf8158a3de2c9e4ffa04.tar.gz gentoo-2-f593b3d34321e59e849dbf8158a3de2c9e4ffa04.tar.bz2 gentoo-2-f593b3d34321e59e849dbf8158a3de2c9e4ffa04.zip |
Version bump KDE 4.3.5
(Portage version: 2.2_rc61/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.3.5.ebuild | 11 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kfilereplace/ChangeLog b/kde-base/kfilereplace/ChangeLog index 44154da2854d..1698df4337b0 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.135 2010/01/23 20:59:18 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfilereplace/ChangeLog,v 1.136 2010/01/25 15:49:53 scarabeus Exp $ + +*kfilereplace-4.3.5 (25 Jan 2010) + + 25 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> + +kfilereplace-4.3.5.ebuild: + Version bump 23 Jan 2010; Jonathan Callen <abcd@gentoo.org> kfilereplace-4.3.4.ebuild: Keyword ~amd64-linux/~x86-linux diff --git a/kde-base/kfilereplace/kfilereplace-4.3.5.ebuild b/kde-base/kfilereplace/kfilereplace-4.3.5.ebuild new file mode 100644 index 000000000000..66c5413176dc --- /dev/null +++ b/kde-base/kfilereplace/kfilereplace-4.3.5.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.3.5.ebuild,v 1.1 2010/01/25 15:49:53 scarabeus 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" |