mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
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:
1
app-portage/portconf/Manifest
Normal file
1
app-portage/portconf/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST portconf-1.6.8.tar.gz 15668 BLAKE2B 92e77bdd03de904dd6f9a1292070fe356b3f2f4fd3ab082889201943ada7773e9e84650adf656e597d18fefaed2702e436dd655d209914404699d5bff1cd93eb SHA512 1c3f64198b72f0eb08771285cec2b89348eb6c71feaf0607f9029c563fc3b549b7c7ea48d4ce739ed659881682525902b6a9dd9dc649079e0ed462ffa584df4b
|
||||
15
app-portage/portconf/metadata.xml
Normal file
15
app-portage/portconf/metadata.xml
Normal 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>
|
||||
32
app-portage/portconf/portconf-1.6.8-r1.ebuild
Normal file
32
app-portage/portconf/portconf-1.6.8-r1.ebuild
Normal 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
|
||||
}
|
||||
32
app-portage/portconf/portconf-9999.ebuild
Normal file
32
app-portage/portconf/portconf-9999.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user