sys-boot/multibootusb: treeclean
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
bb3d6b3aa9
commit
d5d922279c
@ -1 +0,0 @@
|
||||
DIST multibootusb-9.2.0.tar.gz 14971284 BLAKE2B 5d90e45014a06da78eead98f44897077caff950956aad35ef2708963c32dba3b8fe44ff268b69ca4f39d65a7a7b152397dbf05364c948edef0d8abca9928d8c1 SHA512 461ce6edd835b2a017d96c3987338cd9004894949ac0b121fc289d100b7945dd89970f966e48310b97f312221a2f5a047190c55802d3a07a9eec0bf6ec22356d
|
@ -1,7 +0,0 @@
|
||||
<?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>
|
@ -1,37 +0,0 @@
|
||||
# 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"
|
||||
|
||||
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
|
||||
"
|
@ -1,37 +0,0 @@
|
||||
# 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"
|
||||
|
||||
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