add multibootusb
This commit is contained in:
parent
64fdee9aea
commit
752f319faa
5
TODO.md
5
TODO.md
@ -1,3 +1,6 @@
|
|||||||
# TODO
|
# TODO
|
||||||
## People are asking for those ebuilds:
|
## People are asking for those ebuilds:
|
||||||
* www-client/icecat
|
* www-client/icecat
|
||||||
|
|
||||||
|
## Fix those:
|
||||||
|
* sys-boot/multibootusb (writable and executable sections)
|
1
sys-boot/multibootusb/Manifest
Normal file
1
sys-boot/multibootusb/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST multibootusb-9.2.0.tar.gz 14971284 BLAKE2B 5d90e45014a06da78eead98f44897077caff950956aad35ef2708963c32dba3b8fe44ff268b69ca4f39d65a7a7b152397dbf05364c948edef0d8abca9928d8c1 SHA512 461ce6edd835b2a017d96c3987338cd9004894949ac0b121fc289d100b7945dd89970f966e48310b97f312221a2f5a047190c55802d3a07a9eec0bf6ec22356d
|
7
sys-boot/multibootusb/metadata.xml
Normal file
7
sys-boot/multibootusb/metadata.xml
Normal 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>
|
38
sys-boot/multibootusb/multibootusb-9.2.0.ebuild
Normal file
38
sys-boot/multibootusb/multibootusb-9.2.0.ebuild
Normal 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
|
||||||
|
"
|
38
sys-boot/multibootusb/multibootusb-9999.ebuild
Normal file
38
sys-boot/multibootusb/multibootusb-9999.ebuild
Normal 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
|
||||||
|
"
|
Loading…
Reference in New Issue
Block a user