diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 23:32:55 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 23:32:55 +0000 |
commit | a6f492800782fc9433cda636da0c36662a98aa64 (patch) | |
tree | 9607bfb4c9e68242820d41909432944e07321b0d /kde-base/kfile | |
parent | Added KDE 4.0.4 version of kfax. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | historical-a6f492800782fc9433cda636da0c36662a98aa64.tar.gz historical-a6f492800782fc9433cda636da0c36662a98aa64.tar.bz2 historical-a6f492800782fc9433cda636da0c36662a98aa64.zip |
Added KDE 4.0.4 version of kfile. Thanks to Jorge Manuel B. S. Vicetto.
Package-Manager: portage-2.1.5
Diffstat (limited to 'kde-base/kfile')
-rw-r--r-- | kde-base/kfile/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kfile/kfile-4.0.4.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kfile/ChangeLog b/kde-base/kfile/ChangeLog index ad5581b60ce0..20c5fa672a15 100644 --- a/kde-base/kfile/ChangeLog +++ b/kde-base/kfile/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kfile # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/ChangeLog,v 1.6 2008/04/03 21:04:41 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/ChangeLog,v 1.7 2008/05/15 23:32:55 ingmar Exp $ + +*kfile-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +kfile-4.0.4.ebuild: + Added KDE 4.0.4 version of kfile. Thanks to Jorge Manuel B. S. Vicetto. *kfile-4.0.3 (03 Apr 2008) diff --git a/kde-base/kfile/kfile-4.0.4.ebuild b/kde-base/kfile/kfile-4.0.4.ebuild new file mode 100644 index 000000000000..216473ee6dd6 --- /dev/null +++ b/kde-base/kfile/kfile-4.0.4.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfile/kfile-4.0.4.ebuild,v 1.1 2008/05/15 23:32:55 ingmar Exp $ + +EAPI="1" + +KMNAME=kdebase-runtime +inherit kde4-meta + +DESCRIPTION="A commandline frontend to KFileMetaInfo" +KEYWORDS="~amd64 ~x86" +IUSE="debug" |