diff options
Diffstat (limited to 'kde-base/kfile')
-rw-r--r-- | kde-base/kfile/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kfile/kfile-4.7.1.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kfile/ChangeLog b/kde-base/kfile/ChangeLog index 97f404449cfa..248a1a2fa693 100644 --- a/kde-base/kfile/ChangeLog +++ b/kde-base/kfile/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kfile # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/ChangeLog,v 1.94 2011/08/15 19:49:39 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/ChangeLog,v 1.95 2011/09/07 20:13:51 alexxy Exp $ + +*kfile-4.7.1 (07 Sep 2011) + + 07 Sep 2011; Alexey Shvetsov <alexxy@gentoo.org> +kfile-4.7.1.ebuild: + Version bump KDE SC 4.7.1 15 Aug 2011; Markus Meier <maekke@gentoo.org> kfile-4.6.5.ebuild: x86 stable, bug #377465 diff --git a/kde-base/kfile/kfile-4.7.1.ebuild b/kde-base/kfile/kfile-4.7.1.ebuild new file mode 100644 index 000000000000..e9b9b567f03a --- /dev/null +++ b/kde-base/kfile/kfile-4.7.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/kfile-4.7.1.ebuild,v 1.1 2011/09/07 20:13:51 alexxy Exp $ + +EAPI=4 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="A commandline frontend to KFileMetaInfo" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="debug" |