Install this version:
emerge -a =dev-util/quilttools-0.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/quilttools-0.3
Or alternatively:
emerge --autounmask-write -a =dev-util/quilttools-0.3
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{12..13} )
inherit python-single-r1
DESCRIPTION="Mailbox to quilt series converter"
HOMEPAGE="https://git.kernel.org/pub/scm/linux/kernel/git/tglx/quilttools.git/about/"
SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/tglx/quilttools.git/snapshot/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
BDEPEND="dev-python/sphinx"
RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep '
dev-python/pyyaml[${PYTHON_USEDEP}]
net-mail/notmuch[python,${PYTHON_USEDEP}]
')"
PATCHES=( "${FILESDIR}/${P}-tags.patch" )
src_compile() {
emake -C Documentation man
use doc && emake -C Documentation html
}
src_install() {
dobin mb2q
doman Documentation/output/man/mb2q.1
python_fix_shebang "${ED}"
local DOCS=( README.md )
use doc && local HTML_DOCS=( Documentation/output/html/. )
einstalldocs
use examples && dodoc -r Documentation/examples
}
Manage flags for this package:
euse -i <flag> -p dev-util/quilttools |
euse -E <flag> -p dev-util/quilttools |
euse -D <flag> -p dev-util/quilttools
${PYTHON_DEPS}
$(python_gen_cond_dep '
dev-python/pyyaml[${PYTHON_USEDEP}]
net-mail/notmuch[python,${PYTHON_USEDEP}]
')
dev-python/sphinx
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | quilttools-0.3.tar.gz | 20525 bytes | https://git.kernel.org/pub/scm/linux/kernel/git/tglx/quilttools.git/snapshot/quilttools-0.3.tar.gz |