diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 23:34:51 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 23:34:51 +0000 |
commit | 604723309c151921689ee7792a998972ebf9e46b (patch) | |
tree | 5b77ef0a9b8860f1de69b93c6997f15d9af377be /kde-base/kfloppy | |
parent | Added KDE 4.0.4 version of kfind. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | gentoo-2-604723309c151921689ee7792a998972ebf9e46b.tar.gz gentoo-2-604723309c151921689ee7792a998972ebf9e46b.tar.bz2 gentoo-2-604723309c151921689ee7792a998972ebf9e46b.zip |
Added KDE 4.0.4 version of kfloppy. Thanks to Jorge Manuel B. S. Vicetto.
(Portage version: 2.1.5)
Diffstat (limited to 'kde-base/kfloppy')
-rw-r--r-- | kde-base/kfloppy/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kfloppy/kfloppy-4.0.4.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kfloppy/ChangeLog b/kde-base/kfloppy/ChangeLog index ef125e4a9933..afd93646a8e6 100644 --- a/kde-base/kfloppy/ChangeLog +++ b/kde-base/kfloppy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kfloppy # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfloppy/ChangeLog,v 1.80 2008/05/14 12:23:24 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfloppy/ChangeLog,v 1.81 2008/05/15 23:34:51 ingmar Exp $ + +*kfloppy-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +kfloppy-4.0.4.ebuild: + Added KDE 4.0.4 version of kfloppy. Thanks to Jorge Manuel B. S. Vicetto. 14 May 2008; Markus Rothe <corsair@gentoo.org> kfloppy-3.5.9.ebuild: Stable on ppc64; bug #221063 diff --git a/kde-base/kfloppy/kfloppy-4.0.4.ebuild b/kde-base/kfloppy/kfloppy-4.0.4.ebuild new file mode 100644 index 000000000000..3f86342c85ab --- /dev/null +++ b/kde-base/kfloppy/kfloppy-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/kfloppy/kfloppy-4.0.4.ebuild,v 1.1 2008/05/15 23:34:51 ingmar Exp $ + +EAPI="1" + +KMNAME=kdeutils +inherit kde4-meta + +DESCRIPTION="KFloppy - formats disks and puts a DOS or ext2fs filesystem on them." +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |