app-portage/eprl: new package edit portage resume list * list, add, remove portage resume items * clear, export, import portage resume list base for ebuild: https://github.com/borysn/oxenfree base for src: https://github.com/borysn/eprl (tar hosted on pypi) portage v 2.3.5
Here's a simplified version of the ebuild: # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python3_4 ) inherit distutils-r1 DESCRIPTION="Edit portage resume list" HOMEPAGE="https://github.com/borysn/eprl" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86"
(In reply to Brian Evans from comment #1) > Here's a simplified version of the ebuild: > > # Copyright 1999-2017 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > > EAPI=6 > > PYTHON_COMPAT=( python3_4 ) > > inherit distutils-r1 > > DESCRIPTION="Edit portage resume list" > HOMEPAGE="https://github.com/borysn/eprl" > SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" > > LICENSE="MIT" > SLOT="0" > KEYWORDS="~amd64 ~x86" thank you, that is much simpler! and thank you for the pypi uri, i appreciate that lol. i updated the ebuild base, and also made sure to update my manifest, which apparently forgot to do yesterday