app-portage/portconf: new package

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2020-02-23 03:20:34 +01:00
parent c0d7f1955c
commit 87ac9e259b
4 changed files with 80 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST portconf-1.6.8.tar.gz 15668 BLAKE2B 92e77bdd03de904dd6f9a1292070fe356b3f2f4fd3ab082889201943ada7773e9e84650adf656e597d18fefaed2702e436dd655d209914404699d5bff1cd93eb SHA512 1c3f64198b72f0eb08771285cec2b89348eb6c71feaf0607f9029c563fc3b549b7c7ea48d4ce739ed659881682525902b6a9dd9dc649079e0ed462ffa584df4b

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<upstream>
<maintainer>
<email>megagreener@gmail.com</email>
<name>megabaks</name>
</maintainer>
<remote-id type="github">megabaks/portconf</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,32 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit eutils
DESCRIPTION="/etc/portage cleaner"
HOMEPAGE="https://github.com/megabaks/portconf"
SRC_URI="https://github.com/megabaks/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
DEPEND=" app-shells/bash:=
sys-apps/portage
"
RDEPEND="${DEPEND}
app-portage/eix
app-portage/portage-utils
sys-apps/gawk
|| ( app-text/agrep dev-libs/tre )
"
src_install() {
dobin portconf
dodoc README.md
insinto /etc
newins portconf.conf portconf.conf
}

View File

@@ -0,0 +1,32 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit eutils git-r3
DESCRIPTION="/etc/portage cleaner"
HOMEPAGE="https://github.com/megabaks/portconf"
EGIT_REPO_URI="https://github.com/megabaks/${PN}.git"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND=" app-shells/bash:=
sys-apps/portage
"
RDEPEND="${DEPEND}
app-portage/eix
app-portage/portage-utils
sys-apps/gawk
|| ( app-text/agrep dev-libs/tre )
"
src_install() {
dobin portconf
dodoc README.md
insinto /etc
newins portconf.conf portconf.conf
}