[gentoo-commits] repo/proj/guru:dev commit in: app-portage/portconf/

2022-11-21 Thread Anna Vyalkova
commit: a06086230187aa6be6f9a53d0500d33be31c6a36
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Mon Nov 21 18:57:34 2022 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Mon Nov 21 18:57:37 2022 +
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  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
 }



[gentoo-commits] repo/proj/guru:dev commit in: app-portage/portconf/

2021-05-16 Thread Alessandro Barbieri
commit: c94175d2889eb25e7bb2e843638c1aa3d53125f5
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 16 15:29:25 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 16 15:29:25 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c94175d2

app-portage/portconf: drop 

Signed-off-by: Alessandro Barbieri  gmail.com>

 app-portage/portconf/portconf-.ebuild | 35 ---
 1 file changed, 35 deletions(-)

diff --git a/app-portage/portconf/portconf-.ebuild 
b/app-portage/portconf/portconf-.ebuild
deleted file mode 100644
index e9ab12847..0
--- a/app-portage/portconf/portconf-.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
-}



[gentoo-commits] repo/proj/guru:dev commit in: app-portage/portconf/

2021-05-05 Thread Alessandro Barbieri
commit: 9220dd73f9c06a041d85513c0cfbc517941276e2
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed May  5 07:24:54 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed May  5 07:32:52 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9220dd73

app-portage/portconf: comaintainers welcome

Signed-off-by: Alessandro Barbieri  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 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

+   co-maintainers welcome
lssndrbarbi...@gmail.com
Alessandro Barbieri




[gentoo-commits] repo/proj/guru:dev commit in: app-portage/portconf/

2020-03-03 Thread Andrew Ammerlaan
commit: 405eb43c6ec28148ac588d2de28a0ded6becba65
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Tue Mar  3 14:54:53 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Mar  3 14:54:53 2020 +
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  riseup.net>

 app-portage/portconf/portconf-1.6.8-r1.ebuild | 22 ++
 app-portage/portconf/portconf-.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-.ebuild 
b/app-portage/portconf/portconf-.ebuild
index 074a56a..e9ab128 100644
--- a/app-portage/portconf/portconf-.ebuild
+++ b/app-portage/portconf/portconf-.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
 }



[gentoo-commits] repo/proj/guru:dev commit in: app-portage/portconf/

2020-03-02 Thread Alessandro Barbieri
commit: c13d5300f271b27862ada256f8df300e937c5de0
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Mar  3 07:01:49 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Tue Mar  3 07:01:49 2020 +
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  gmail.com>

 app-portage/portconf/portconf-1.6.8-r1.ebuild | 1 +
 app-portage/portconf/portconf-.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-.ebuild 
b/app-portage/portconf/portconf-.ebuild
index b2fc37b..074a56a 100644
--- a/app-portage/portconf/portconf-.ebuild
+++ b/app-portage/portconf/portconf-.ebuild
@@ -31,4 +31,5 @@ src_install() {
dobin portconf
insinto /etc
newins portconf.conf portconf.conf
+   einstalldocs
 }



[gentoo-commits] repo/proj/guru:dev commit in: app-portage/portconf/

2020-03-02 Thread Alessandro Barbieri
commit: 638d4809719520631f61ce669e6b174f7d3c4b81
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Mar  3 04:34:44 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Tue Mar  3 04:34:44 2020 +
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  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
 }



[gentoo-commits] repo/proj/guru:dev commit in: app-portage/portconf/

2020-03-02 Thread Alessandro Barbieri
commit: 8569aee888b98c1f873aabbcd2f41bab657a42c0
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Tue Mar  3 04:36:56 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Tue Mar  3 04:36:56 2020 +
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  gmail.com>

 app-portage/portconf/portconf-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-portage/portconf/portconf-.ebuild 
b/app-portage/portconf/portconf-.ebuild
index 7f0ed5d..b2fc37b 100644
--- a/app-portage/portconf/portconf-.ebuild
+++ b/app-portage/portconf/portconf-.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
 }



[gentoo-commits] repo/proj/guru:dev commit in: app-portage/portconf/

2020-02-22 Thread Alessandro Barbieri
commit: 87ac9e259bd2175918ffc957788838e98561827d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Feb 23 02:20:34 2020 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Feb 23 02:20:34 2020 +
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  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-.ebuild | 32 +++
 4 files changed, 80 insertions(+)

diff --git a/app-portage/portconf/Manifest b/app-portage/portconf/Manifest
new file mode 100644
index 000..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 000..cac651a
--- /dev/null
+++ b/app-portage/portconf/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   
+   megagree...@gmail.com
+   megabaks
+   
+   megabaks/portconf
+   
+

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 000..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-.ebuild 
b/app-portage/portconf/portconf-.ebuild
new file mode 100644
index 000..7f0ed5d
--- /dev/null
+++ b/app-portage/portconf/portconf-.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
+}