diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-06 23:23:18 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-06 23:23:18 +0000 |
commit | 67504cdd0e684cb1e421577e2673e984e79ba0fe (patch) | |
tree | 24d8033e01662ffd23b9f26eaa73455ff0a55c2c /kde-base/kfile | |
parent | Version bump KDE 4.2.3 (diff) | |
download | gentoo-2-67504cdd0e684cb1e421577e2673e984e79ba0fe.tar.gz gentoo-2-67504cdd0e684cb1e421577e2673e984e79ba0fe.tar.bz2 gentoo-2-67504cdd0e684cb1e421577e2673e984e79ba0fe.zip |
Version bump KDE 4.2.3
(Portage version: 2.2_rc31/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kfile')
-rw-r--r-- | kde-base/kfile/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kfile/kfile-4.2.3.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kfile/ChangeLog b/kde-base/kfile/ChangeLog index e0d82b99023f..9168695641d8 100644 --- a/kde-base/kfile/ChangeLog +++ b/kde-base/kfile/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kfile # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/ChangeLog,v 1.25 2009/04/17 06:06:33 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/ChangeLog,v 1.26 2009/05/06 23:23:18 scarabeus Exp $ + +*kfile-4.2.3 (06 May 2009) + + 06 May 2009; Tomas Chvatal <scarabeus@gentoo.org> +kfile-4.2.3.ebuild: + Version bump 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> kfile-4.2.2: Restore ~hppa keywords diff --git a/kde-base/kfile/kfile-4.2.3.ebuild b/kde-base/kfile/kfile-4.2.3.ebuild new file mode 100644 index 000000000000..98fda98a70a2 --- /dev/null +++ b/kde-base/kfile/kfile-4.2.3.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/kfile/kfile-4.2.3.ebuild,v 1.1 2009/05/06 23:23:18 scarabeus Exp $ + +EAPI="2" + +KMNAME="kdebase-runtime" +inherit kde4-meta + +DESCRIPTION="A commandline frontend to KFileMetaInfo" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug" |