diff options
Diffstat (limited to 'kde-base/kfloppy/kfloppy-4.12.4.ebuild')
-rw-r--r-- | kde-base/kfloppy/kfloppy-4.12.4.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kde-base/kfloppy/kfloppy-4.12.4.ebuild b/kde-base/kfloppy/kfloppy-4.12.4.ebuild new file mode 100644 index 000000000000..d9fb85c9737d --- /dev/null +++ b/kde-base/kfloppy/kfloppy-4.12.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfloppy/kfloppy-4.12.4.ebuild,v 1.1 2014/04/01 18:10:04 johu Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KFloppy - formats disks and puts a DOS or ext2fs filesystem on them." +HOMEPAGE=" + http://www.kde.org/applications/utilities/kfloppy/ + http://utils.kde.org/projects/kfloppy/ +" +KEYWORDS=" ~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" |