diff options
Diffstat (limited to 'kde-base/kfile')
-rw-r--r-- | kde-base/kfile/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kfile/kfile-4.8.5.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kfile/ChangeLog b/kde-base/kfile/ChangeLog index 2030c129535e..ebb080db4115 100644 --- a/kde-base/kfile/ChangeLog +++ b/kde-base/kfile/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kfile # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/ChangeLog,v 1.125 2012/08/01 22:16:48 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/ChangeLog,v 1.126 2012/08/07 11:04:39 johu Exp $ + +*kfile-4.8.5 (07 Aug 2012) + + 07 Aug 2012; Johannes Huber <johu@gentoo.org> +kfile-4.8.5.ebuild: + Version bump KDE SC 4.8.5 *kfile-4.9.0 (01 Aug 2012) diff --git a/kde-base/kfile/kfile-4.8.5.ebuild b/kde-base/kfile/kfile-4.8.5.ebuild new file mode 100644 index 000000000000..85a554fb3cec --- /dev/null +++ b/kde-base/kfile/kfile-4.8.5.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/kfile-4.8.5.ebuild,v 1.1 2012/08/07 11:04:39 johu 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" |