add multibootusb

This commit is contained in:
XGQT 2019-12-29 18:55:47 +01:00
parent 64fdee9aea
commit 752f319faa
5 changed files with 88 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# TODO
## People are asking for those ebuilds:
* www-client/icecat
* www-client/icecat
## Fix those:
* sys-boot/multibootusb (writable and executable sections)

View File

@ -0,0 +1 @@
DIST multibootusb-9.2.0.tar.gz 14971284 BLAKE2B 5d90e45014a06da78eead98f44897077caff950956aad35ef2708963c32dba3b8fe44ff268b69ca4f39d65a7a7b152397dbf05364c948edef0d8abca9928d8c1 SHA512 461ce6edd835b2a017d96c3987338cd9004894949ac0b121fc289d100b7945dd89970f966e48310b97f312221a2f5a047190c55802d3a07a9eec0bf6ec22356d

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<remote-id type="gitlab">mbusb/multibootusb</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,38 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{5,6,7,8} )
inherit distutils-r1
DESCRIPTION="Create multiboot live Linux on a USB disk"
HOMEPAGE="http://multibootusb.org"
if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/mbusb/multibootusb.git"
else
SRC_URI="https://github.com/mbusb/multibootusb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
RESTRICT="mirror"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
DEPEND="
dev-python/PyQt5[${PYTHON_USEDEP}]
sys-fs/mtools
dev-python/pyudev
sys-apps/util-linux
dev-python/six[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}
dev-python/dbus-python[${PYTHON_USEDEP}]
sys-block/parted
app-arch/p7zip
sys-fs/udisks:2
"

View File

@ -0,0 +1,38 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{5,6,7,8} )
inherit distutils-r1
DESCRIPTION="Create multiboot live Linux on a USB disk"
HOMEPAGE="http://multibootusb.org"
if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/mbusb/multibootusb.git"
else
SRC_URI="https://github.com/mbusb/multibootusb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
RESTRICT="mirror"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
DEPEND="
dev-python/PyQt5[${PYTHON_USEDEP}]
sys-fs/mtools
dev-python/pyudev
sys-apps/util-linux
dev-python/six[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}
dev-python/dbus-python[${PYTHON_USEDEP}]
sys-block/parted
app-arch/p7zip
sys-fs/udisks:2
"