2020-02-12 18:19:49 +03:00
|
|
|
# Copyright 1999-2020 Gentoo Authors
|
2012-02-06 16:39:49 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2019-10-21 08:45:33 +03:00
|
|
|
EAPI=7
|
2018-05-02 16:04:02 +03:00
|
|
|
|
2012-02-06 16:39:49 +04:00
|
|
|
DESCRIPTION="generate ext2 file systems"
|
2016-07-27 12:26:48 +03:00
|
|
|
HOMEPAGE="https://sourceforge.net/projects/genext2fs"
|
2012-02-06 16:39:49 +04:00
|
|
|
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
2020-01-26 23:15:23 +03:00
|
|
|
KEYWORDS="~alpha amd64 arm hppa ~mips ppc sparc x86"
|