diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-10-15 16:56:34 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-10-15 16:56:34 +0100 |
commit | 3c49f16642f4c0517e7e78dfb000cf509ff27eb3 (patch) | |
tree | a9b04756f5f7820335fccd189bba7f03b65514fc | |
parent | b9436e4d660acc1151111ab79be9bbf6eb044323 (diff) |
skeleton ebuild for unetbootin-static
-rw-r--r-- | sys-boot/unetbootin-static/unetbootin-static-625.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-boot/unetbootin-static/unetbootin-static-625.ebuild b/sys-boot/unetbootin-static/unetbootin-static-625.ebuild new file mode 100644 index 00000000..8c772185 --- /dev/null +++ b/sys-boot/unetbootin-static/unetbootin-static-625.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" |