* [gentoo-commits] repo/proj/guru:dev commit in: app-portage/portconf/
@ 2020-02-23 2:20 Alessandro Barbieri
0 siblings, 0 replies; 8+ messages in thread
From: Alessandro Barbieri @ 2020-02-23 2:20 UTC (permalink / raw
To: gentoo-commits
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>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>
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
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-portage/portconf/
@ 2020-03-03 5:11 Alessandro Barbieri
0 siblings, 0 replies; 8+ messages in thread
From: Alessandro Barbieri @ 2020-03-03 5:11 UTC (permalink / raw
To: gentoo-commits
commit: 638d4809719520631f61ce669e6b174f7d3c4b81
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Mar 3 04:34:44 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Mar 3 04:34:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=638d4809
app-portage/portconf: use DOCS array
Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
app-portage/portconf/portconf-1.6.8-r1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/app-portage/portconf/portconf-1.6.8-r1.ebuild b/app-portage/portconf/portconf-1.6.8-r1.ebuild
index e96731d..9e05d2e 100644
--- a/app-portage/portconf/portconf-1.6.8-r1.ebuild
+++ b/app-portage/portconf/portconf-1.6.8-r1.ebuild
@@ -21,12 +21,14 @@ RDEPEND="${DEPEND}
app-portage/eix
app-portage/portage-utils
sys-apps/gawk
+
|| ( app-text/agrep dev-libs/tre )
"
+DOCS=( README.md )
+
src_install() {
dobin portconf
- dodoc README.md
insinto /etc
newins portconf.conf portconf.conf
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-portage/portconf/
@ 2020-03-03 5:11 Alessandro Barbieri
0 siblings, 0 replies; 8+ messages in thread
From: Alessandro Barbieri @ 2020-03-03 5:11 UTC (permalink / raw
To: gentoo-commits
commit: 8569aee888b98c1f873aabbcd2f41bab657a42c0
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Mar 3 04:36:56 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Mar 3 04:36:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8569aee8
app-portage/portconf: use DOCS array
Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
app-portage/portconf/portconf-9999.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/app-portage/portconf/portconf-9999.ebuild b/app-portage/portconf/portconf-9999.ebuild
index 7f0ed5d..b2fc37b 100644
--- a/app-portage/portconf/portconf-9999.ebuild
+++ b/app-portage/portconf/portconf-9999.ebuild
@@ -21,12 +21,14 @@ RDEPEND="${DEPEND}
app-portage/eix
app-portage/portage-utils
sys-apps/gawk
+
|| ( app-text/agrep dev-libs/tre )
"
+DOCS=( README.md )
+
src_install() {
dobin portconf
- dodoc README.md
insinto /etc
newins portconf.conf portconf.conf
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-portage/portconf/
@ 2020-03-03 7:06 Alessandro Barbieri
0 siblings, 0 replies; 8+ messages in thread
From: Alessandro Barbieri @ 2020-03-03 7:06 UTC (permalink / raw
To: gentoo-commits
commit: c13d5300f271b27862ada256f8df300e937c5de0
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Mar 3 07:01:49 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Mar 3 07:01:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c13d5300
app-portage/portconf: einstalldocs
Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
app-portage/portconf/portconf-1.6.8-r1.ebuild | 1 +
app-portage/portconf/portconf-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/app-portage/portconf/portconf-1.6.8-r1.ebuild b/app-portage/portconf/portconf-1.6.8-r1.ebuild
index 9e05d2e..59b4014 100644
--- a/app-portage/portconf/portconf-1.6.8-r1.ebuild
+++ b/app-portage/portconf/portconf-1.6.8-r1.ebuild
@@ -31,4 +31,5 @@ src_install() {
dobin portconf
insinto /etc
newins portconf.conf portconf.conf
+ einstalldocs
}
diff --git a/app-portage/portconf/portconf-9999.ebuild b/app-portage/portconf/portconf-9999.ebuild
index b2fc37b..074a56a 100644
--- a/app-portage/portconf/portconf-9999.ebuild
+++ b/app-portage/portconf/portconf-9999.ebuild
@@ -31,4 +31,5 @@ src_install() {
dobin portconf
insinto /etc
newins portconf.conf portconf.conf
+ einstalldocs
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-portage/portconf/
@ 2020-03-03 14:55 Andrew Ammerlaan
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2020-03-03 14:55 UTC (permalink / raw
To: gentoo-commits
commit: 405eb43c6ec28148ac588d2de28a0ded6becba65
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Mar 3 14:54:53 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Mar 3 14:54:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=405eb43c
app-portage/portconf: Styling fix
there is no need to specify DOCS
if it is just README, because this is already
in the default DOCS
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
app-portage/portconf/portconf-1.6.8-r1.ebuild | 22 ++++++++++------------
app-portage/portconf/portconf-9999.ebuild | 22 +++++++++++-----------
2 files changed, 21 insertions(+), 23 deletions(-)
diff --git a/app-portage/portconf/portconf-1.6.8-r1.ebuild b/app-portage/portconf/portconf-1.6.8-r1.ebuild
index 59b4014..afabf39 100644
--- a/app-portage/portconf/portconf-1.6.8-r1.ebuild
+++ b/app-portage/portconf/portconf-1.6.8-r1.ebuild
@@ -3,8 +3,6 @@
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"
@@ -12,24 +10,24 @@ 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
+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 )
+ app-portage/eix
+ app-portage/portage-utils
+ sys-apps/gawk
+ || ( app-text/agrep dev-libs/tre )
"
-DOCS=( README.md )
-
src_install() {
+ default
+
dobin portconf
insinto /etc
newins portconf.conf portconf.conf
- einstalldocs
}
diff --git a/app-portage/portconf/portconf-9999.ebuild b/app-portage/portconf/portconf-9999.ebuild
index 074a56a..e9ab128 100644
--- a/app-portage/portconf/portconf-9999.ebuild
+++ b/app-portage/portconf/portconf-9999.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-inherit eutils git-r3
+inherit git-r3
DESCRIPTION="/etc/portage cleaner"
HOMEPAGE="https://github.com/megabaks/portconf"
@@ -12,24 +12,24 @@ EGIT_REPO_URI="https://github.com/megabaks/${PN}.git"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS=""
+
IUSE=""
-DEPEND=" app-shells/bash:=
- sys-apps/portage
+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 )
+ app-portage/eix
+ app-portage/portage-utils
+ sys-apps/gawk
+ || ( app-text/agrep dev-libs/tre )
"
-DOCS=( README.md )
-
src_install() {
+ default
+
dobin portconf
insinto /etc
newins portconf.conf portconf.conf
- einstalldocs
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-portage/portconf/
@ 2021-05-05 7:32 Alessandro Barbieri
0 siblings, 0 replies; 8+ messages in thread
From: Alessandro Barbieri @ 2021-05-05 7:32 UTC (permalink / raw
To: gentoo-commits
commit: 9220dd73f9c06a041d85513c0cfbc517941276e2
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed May 5 07:24:54 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed May 5 07:32:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9220dd73
app-portage/portconf: comaintainers welcome
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
app-portage/portconf/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-portage/portconf/metadata.xml b/app-portage/portconf/metadata.xml
index cac651ac3..39a7e6188 100644
--- a/app-portage/portconf/metadata.xml
+++ b/app-portage/portconf/metadata.xml
@@ -2,6 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
+ <description>co-maintainers welcome</description>
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-portage/portconf/
@ 2021-05-16 15:30 Alessandro Barbieri
0 siblings, 0 replies; 8+ messages in thread
From: Alessandro Barbieri @ 2021-05-16 15:30 UTC (permalink / raw
To: gentoo-commits
commit: c94175d2889eb25e7bb2e843638c1aa3d53125f5
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun May 16 15:29:25 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun May 16 15:29:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c94175d2
app-portage/portconf: drop 9999
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
app-portage/portconf/portconf-9999.ebuild | 35 -------------------------------
1 file changed, 35 deletions(-)
diff --git a/app-portage/portconf/portconf-9999.ebuild b/app-portage/portconf/portconf-9999.ebuild
deleted file mode 100644
index e9ab12847..000000000
--- a/app-portage/portconf/portconf-9999.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit 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() {
- default
-
- dobin portconf
- insinto /etc
- newins portconf.conf portconf.conf
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: app-portage/portconf/
@ 2022-11-21 20:12 Anna Vyalkova
0 siblings, 0 replies; 8+ messages in thread
From: Anna Vyalkova @ 2022-11-21 20:12 UTC (permalink / raw
To: gentoo-commits
commit: a06086230187aa6be6f9a53d0500d33be31c6a36
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Nov 21 18:57:34 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Nov 21 18:57:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a0608623
app-portage/portconf: drop dependency on app-text/agrep
update EAPI 7 -> 8
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
app-portage/portconf/portconf-1.6.8-r1.ebuild | 17 +++++------------
1 file changed, 5 insertions(+), 12 deletions(-)
diff --git a/app-portage/portconf/portconf-1.6.8-r1.ebuild b/app-portage/portconf/portconf-1.6.8-r1.ebuild
index afabf396a..237e58873 100644
--- a/app-portage/portconf/portconf-1.6.8-r1.ebuild
+++ b/app-portage/portconf/portconf-1.6.8-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI=8
DESCRIPTION="/etc/portage cleaner"
HOMEPAGE="https://github.com/megabaks/portconf"
@@ -11,17 +11,10 @@ LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-DEPEND="
- app-shells/bash:=
- sys-apps/portage
-"
-RDEPEND="${DEPEND}
+RDEPEND="
app-portage/eix
app-portage/portage-utils
- sys-apps/gawk
- || ( app-text/agrep dev-libs/tre )
+ dev-libs/tre
"
src_install() {
@@ -29,5 +22,5 @@ src_install() {
dobin portconf
insinto /etc
- newins portconf.conf portconf.conf
+ doins portconf.conf
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2022-11-21 20:12 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-23 2:20 [gentoo-commits] repo/proj/guru:dev commit in: app-portage/portconf/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2020-03-03 5:11 Alessandro Barbieri
2020-03-03 5:11 Alessandro Barbieri
2020-03-03 7:06 Alessandro Barbieri
2020-03-03 14:55 Andrew Ammerlaan
2021-05-05 7:32 Alessandro Barbieri
2021-05-16 15:30 Alessandro Barbieri
2022-11-21 20:12 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox