commit:     87ac9e259bd2175918ffc957788838e98561827d
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Feb 23 02:20:34 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Feb 23 02:20:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=87ac9e25

app-portage/portconf: new package

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 app-portage/portconf/Manifest                 |  1 +
 app-portage/portconf/metadata.xml             | 15 +++++++++++++
 app-portage/portconf/portconf-1.6.8-r1.ebuild | 32 +++++++++++++++++++++++++++
 app-portage/portconf/portconf-9999.ebuild     | 32 +++++++++++++++++++++++++++
 4 files changed, 80 insertions(+)

diff --git a/app-portage/portconf/Manifest b/app-portage/portconf/Manifest
new file mode 100644
index 0000000..5bd009a
--- /dev/null
+++ b/app-portage/portconf/Manifest
@@ -0,0 +1 @@
+DIST portconf-1.6.8.tar.gz 15668 BLAKE2B 
92e77bdd03de904dd6f9a1292070fe356b3f2f4fd3ab082889201943ada7773e9e84650adf656e597d18fefaed2702e436dd655d209914404699d5bff1cd93eb
 SHA512 
1c3f64198b72f0eb08771285cec2b89348eb6c71feaf0607f9029c563fc3b549b7c7ea48d4ce739ed659881682525902b6a9dd9dc649079e0ed462ffa584df4b

diff --git a/app-portage/portconf/metadata.xml 
b/app-portage/portconf/metadata.xml
new file mode 100644
index 0000000..cac651a
--- /dev/null
+++ b/app-portage/portconf/metadata.xml
@@ -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>lssndrbarbi...@gmail.com</email>
+               <name>Alessandro Barbieri</name>
+       </maintainer>
+       <upstream>
+               <maintainer>
+                       <email>megagree...@gmail.com</email>
+                       <name>megabaks</name>
+               </maintainer>
+               <remote-id type="github">megabaks/portconf</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/app-portage/portconf/portconf-1.6.8-r1.ebuild 
b/app-portage/portconf/portconf-1.6.8-r1.ebuild
new file mode 100644
index 0000000..e96731d
--- /dev/null
+++ b/app-portage/portconf/portconf-1.6.8-r1.ebuild
@@ -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
+}

diff --git a/app-portage/portconf/portconf-9999.ebuild 
b/app-portage/portconf/portconf-9999.ebuild
new file mode 100644
index 0000000..7f0ed5d
--- /dev/null
+++ b/app-portage/portconf/portconf-9999.ebuild
@@ -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
+}

Reply via email to