diff options
author | Alex Alexander <wired@gentoo.org> | 2009-11-02 21:10:29 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-11-02 21:10:29 +0000 |
commit | dd76bd888506e6f685bba332322a1a30b4535c0b (patch) | |
tree | 21d085117a9bb46c2ee945838c89c9449f1b86ab /kde-base/kfile | |
parent | Version bump KDE 4.3.3 (diff) | |
download | gentoo-2-dd76bd888506e6f685bba332322a1a30b4535c0b.tar.gz gentoo-2-dd76bd888506e6f685bba332322a1a30b4535c0b.tar.bz2 gentoo-2-dd76bd888506e6f685bba332322a1a30b4535c0b.zip |
Version bump KDE 4.3.3
(Portage version: 2.2_rc48/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.3.3.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kfile/ChangeLog b/kde-base/kfile/ChangeLog index f131895b2232..06eaea6039dc 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.37 2009/10/18 15:08:59 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/ChangeLog,v 1.38 2009/11/02 21:10:29 wired Exp $ + +*kfile-4.3.3 (02 Nov 2009) + + 02 Nov 2009; Alex Alexander <wired@gentoo.org> +kfile-4.3.3.ebuild: + Version bump 18 Oct 2009; Markus Meier <maekke@gentoo.org> kfile-4.3.1.ebuild: x86 stable, bug #287697 diff --git a/kde-base/kfile/kfile-4.3.3.ebuild b/kde-base/kfile/kfile-4.3.3.ebuild new file mode 100644 index 000000000000..07482cc20740 --- /dev/null +++ b/kde-base/kfile/kfile-4.3.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.3.3.ebuild,v 1.1 2009/11/02 21:10:29 wired 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" |