[gentoo-commits] repo/gentoo:master commit in: app-portage/golop/

2024-04-19 Thread Arthur Zamarin
commit: 02c237411bb8e355b1961cf73526f497a00ff3e6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 19 15:00:57 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 19 15:00:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c23741

app-portage/golop: drop stale live ebuild

Closes: https://bugs.gentoo.org/844637
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-portage/golop/golop-.ebuild | 36 
 1 file changed, 36 deletions(-)

diff --git a/app-portage/golop/golop-.ebuild 
b/app-portage/golop/golop-.ebuild
deleted file mode 100644
index 461b2e016c8d..
--- a/app-portage/golop/golop-.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-EGO_PN=github.com/klausman/golop
-
-if [[ ${PV} = ** ]]; then
-   inherit golang-vcs
-else
-   KEYWORDS="~amd64 ~x86"
-   EGIT_COMMIT=v${PV}
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   inherit golang-vcs-snapshot
-fi
-inherit golang-build prefix
-
-DESCRIPTION="A pure Go re-implementation of genlop"
-HOMEPAGE="https://github.com/klausman/golop;
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-DEPEND=""
-RDEPEND=""
-
-src_prepare() {
-   sed -i -e 's@/var/log/emerge.log@'"${EPREFIX}"'&@g' 
src/github.com/klausman/golop/main.go || die
-   default
-}
-
-src_install() {
-   dobin ${PN}
-
-   declare -a DOCS
-   DOCS+=( src/${EGO_PN}/README.md )
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: app-portage/golop/

2024-04-19 Thread Arthur Zamarin
commit: 55eeb6a5ba70ddf28de0c5664e8d67d942e221de
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 19 15:00:33 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 19 15:00:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55eeb6a5

app-portage/golop: update EAPI 6 -> 8

Closes: https://bugs.gentoo.org/844637
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-portage/golop/golop-0.2.1-r1.ebuild | 25 +
 1 file changed, 25 insertions(+)

diff --git a/app-portage/golop/golop-0.2.1-r1.ebuild 
b/app-portage/golop/golop-0.2.1-r1.ebuild
new file mode 100644
index ..ce8d84d8a050
--- /dev/null
+++ b/app-portage/golop/golop-0.2.1-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="A pure Go re-implementation of genlop"
+HOMEPAGE="https://github.com/klausman/golop;
+SRC_URI="https://github.com/klausman/golop/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+src_compile() {
+   ego build -v -o ${PN}
+}
+
+src_install() {
+   dobin ${PN}
+
+   local DOCS=( README.md )
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/golop/

2024-04-19 Thread Arthur Zamarin
commit: 72cb6bd0d4ac45ce15d9e78959a2365ee492dfdb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 19 15:01:49 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 19 15:01:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72cb6bd0

app-portage/golop: drop 0.2.1

Closes: https://bugs.gentoo.org/844637
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-portage/golop/golop-0.2.1.ebuild | 31 ---
 1 file changed, 31 deletions(-)

diff --git a/app-portage/golop/golop-0.2.1.ebuild 
b/app-portage/golop/golop-0.2.1.ebuild
deleted file mode 100644
index 3b015bf34a83..
--- a/app-portage/golop/golop-0.2.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-EGO_PN=github.com/klausman/golop
-
-if [[ ${PV} = ** ]]; then
-   inherit golang-vcs
-else
-   KEYWORDS="~amd64 ~riscv ~x86"
-   EGIT_COMMIT=v${PV}
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   inherit golang-vcs-snapshot
-fi
-inherit golang-build
-
-DESCRIPTION="A pure Go re-implementation of genlop"
-HOMEPAGE="https://github.com/klausman/golop;
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-DEPEND=""
-RDEPEND=""
-
-src_install() {
-   dobin ${PN}
-
-   declare -a DOCS
-   DOCS+=( src/${EGO_PN}/README.md )
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: app-portage/golop/

2022-04-03 Thread Sam James
commit: 28acf4239415723dc1b621a4dfcc136e84ace887
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr  4 01:06:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr  4 01:07:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28acf423

app-portage/golop: retire klausman

Signed-off-by: Sam James  gentoo.org>

 app-portage/golop/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/app-portage/golop/metadata.xml b/app-portage/golop/metadata.xml
index 2cef52b79eb7..6fc024cacf56 100644
--- a/app-portage/golop/metadata.xml
+++ b/app-portage/golop/metadata.xml
@@ -1,10 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   klaus...@gentoo.org
-   Tobias Klausmann
-   

whi...@gentoo.org
Thomas Deutschmann



[gentoo-commits] repo/gentoo:master commit in: app-portage/golop/

2021-12-12 Thread Yixun Lan
commit: 176cb8d8b427faa35ec58d2efb88d921e100c148
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Dec  9 19:13:00 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Dec 12 14:22:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=176cb8d8

app-portage/golop: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-portage/golop/golop-0.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/golop/golop-0.2.1.ebuild 
b/app-portage/golop/golop-0.2.1.ebuild
index fa33821ab317..3b015bf34a83 100644
--- a/app-portage/golop/golop-0.2.1.ebuild
+++ b/app-portage/golop/golop-0.2.1.ebuild
@@ -7,7 +7,7 @@ EGO_PN=github.com/klausman/golop
 if [[ ${PV} = ** ]]; then
inherit golang-vcs
 else
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~riscv ~x86"
EGIT_COMMIT=v${PV}
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
inherit golang-vcs-snapshot



[gentoo-commits] repo/gentoo:master commit in: app-portage/golop/

2021-07-05 Thread Tobias Klausmann
commit: 3b3fb76e5c01948a2fd97f129125fa6447ca448a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jul  5 13:56:04 2021 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jul  5 13:56:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b3fb76e

app-portage/golop: Clean up old version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Tobias Klausmann  gentoo.org>

 app-portage/golop/Manifest  |  1 -
 app-portage/golop/golop-0.0.1-r1.ebuild | 36 -
 2 files changed, 37 deletions(-)

diff --git a/app-portage/golop/Manifest b/app-portage/golop/Manifest
index d7113d7b5f9..11720067e48 100644
--- a/app-portage/golop/Manifest
+++ b/app-portage/golop/Manifest
@@ -1,2 +1 @@
-DIST golop-0.0.1.tar.gz 8316 BLAKE2B 
a1e51d55ef4744f3a6d00bcba145a410c9f67e78107bb990f6195ec5912d875e31308556e5d1e993917526121857ece09bd894556328e37453ea98d0a306f6d8
 SHA512 
650ceeb2607871d029f97ced882d661d1045dce6792c2c43f9c79076497a37290bc944f1b619ca133faac73c9fd1a6c35f1f2afd8e84c17ddf37252b66f08650
 DIST golop-0.2.1.tar.gz 9315 BLAKE2B 
0b0410910f17121f334c270f71dfb0fb4a1eb909893a241c3bbf1b4473d70be5b1b6d318d61d25e1379e30b8956a0ca37b3cbf2aeb6efcecd6ee14d6c3571c9b
 SHA512 
65a12771784d3676001ed55ac389dfc26f5c2120240a3fbd6efc1954abc19be4d9e1de403dcec1c9de3f3385b2286a6836604fb0ffe9eb071467454bf8c41f56

diff --git a/app-portage/golop/golop-0.0.1-r1.ebuild 
b/app-portage/golop/golop-0.0.1-r1.ebuild
deleted file mode 100644
index 461b2e016c8..000
--- a/app-portage/golop/golop-0.0.1-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-EGO_PN=github.com/klausman/golop
-
-if [[ ${PV} = ** ]]; then
-   inherit golang-vcs
-else
-   KEYWORDS="~amd64 ~x86"
-   EGIT_COMMIT=v${PV}
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   inherit golang-vcs-snapshot
-fi
-inherit golang-build prefix
-
-DESCRIPTION="A pure Go re-implementation of genlop"
-HOMEPAGE="https://github.com/klausman/golop;
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-DEPEND=""
-RDEPEND=""
-
-src_prepare() {
-   sed -i -e 's@/var/log/emerge.log@'"${EPREFIX}"'&@g' 
src/github.com/klausman/golop/main.go || die
-   default
-}
-
-src_install() {
-   dobin ${PN}
-
-   declare -a DOCS
-   DOCS+=( src/${EGO_PN}/README.md )
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: app-portage/golop/

2021-05-18 Thread Tobias Klausmann
commit: 93e60d2ebc78f915aabe3b6adc5228b09e83ccbe
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May 18 13:51:56 2021 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May 18 13:52:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e60d2e

app-portage/golop: Add v0.2.1, drop 0.0.1-r0

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Tobias Klausmann  gentoo.org>

 app-portage/golop/Manifest   | 1 +
 app-portage/golop/{golop-0.0.1.ebuild => golop-0.2.1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-portage/golop/Manifest b/app-portage/golop/Manifest
index 991ce1dc0ad..d7113d7b5f9 100644
--- a/app-portage/golop/Manifest
+++ b/app-portage/golop/Manifest
@@ -1 +1,2 @@
 DIST golop-0.0.1.tar.gz 8316 BLAKE2B 
a1e51d55ef4744f3a6d00bcba145a410c9f67e78107bb990f6195ec5912d875e31308556e5d1e993917526121857ece09bd894556328e37453ea98d0a306f6d8
 SHA512 
650ceeb2607871d029f97ced882d661d1045dce6792c2c43f9c79076497a37290bc944f1b619ca133faac73c9fd1a6c35f1f2afd8e84c17ddf37252b66f08650
+DIST golop-0.2.1.tar.gz 9315 BLAKE2B 
0b0410910f17121f334c270f71dfb0fb4a1eb909893a241c3bbf1b4473d70be5b1b6d318d61d25e1379e30b8956a0ca37b3cbf2aeb6efcecd6ee14d6c3571c9b
 SHA512 
65a12771784d3676001ed55ac389dfc26f5c2120240a3fbd6efc1954abc19be4d9e1de403dcec1c9de3f3385b2286a6836604fb0ffe9eb071467454bf8c41f56

diff --git a/app-portage/golop/golop-0.0.1.ebuild 
b/app-portage/golop/golop-0.2.1.ebuild
similarity index 93%
rename from app-portage/golop/golop-0.0.1.ebuild
rename to app-portage/golop/golop-0.2.1.ebuild
index c244fad578e..fa33821ab31 100644
--- a/app-portage/golop/golop-0.0.1.ebuild
+++ b/app-portage/golop/golop-0.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"



[gentoo-commits] repo/gentoo:master commit in: app-portage/golop/

2019-02-25 Thread Tobias Klausmann
commit: 696b5fcdc5bd2fb47e402202b1517daddecd4e5f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Feb 25 09:46:54 2019 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Feb 25 09:47:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=696b5fcd

app-portage/golop: Make location of log file prefix-aware

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Tobias Klausmann  gentoo.org>

 app-portage/golop/{golop-.ebuild => golop-0.0.1-r1.ebuild} | 9 +++--
 app-portage/golop/golop-.ebuild| 9 +++--
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/app-portage/golop/golop-.ebuild 
b/app-portage/golop/golop-0.0.1-r1.ebuild
similarity index 74%
copy from app-portage/golop/golop-.ebuild
copy to app-portage/golop/golop-0.0.1-r1.ebuild
index 9e60869091a..461b2e016c8 100644
--- a/app-portage/golop/golop-.ebuild
+++ b/app-portage/golop/golop-0.0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -12,7 +12,7 @@ else
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
inherit golang-vcs-snapshot
 fi
-inherit golang-build
+inherit golang-build prefix
 
 DESCRIPTION="A pure Go re-implementation of genlop"
 HOMEPAGE="https://github.com/klausman/golop;
@@ -22,6 +22,11 @@ IUSE=""
 DEPEND=""
 RDEPEND=""
 
+src_prepare() {
+   sed -i -e 's@/var/log/emerge.log@'"${EPREFIX}"'&@g' 
src/github.com/klausman/golop/main.go || die
+   default
+}
+
 src_install() {
dobin ${PN}
 

diff --git a/app-portage/golop/golop-.ebuild 
b/app-portage/golop/golop-.ebuild
index 9e60869091a..461b2e016c8 100644
--- a/app-portage/golop/golop-.ebuild
+++ b/app-portage/golop/golop-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -12,7 +12,7 @@ else
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
inherit golang-vcs-snapshot
 fi
-inherit golang-build
+inherit golang-build prefix
 
 DESCRIPTION="A pure Go re-implementation of genlop"
 HOMEPAGE="https://github.com/klausman/golop;
@@ -22,6 +22,11 @@ IUSE=""
 DEPEND=""
 RDEPEND=""
 
+src_prepare() {
+   sed -i -e 's@/var/log/emerge.log@'"${EPREFIX}"'&@g' 
src/github.com/klausman/golop/main.go || die
+   default
+}
+
 src_install() {
dobin ${PN}
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/golop/

2018-04-09 Thread Tobias Klausmann
commit: 14a93855f34476896a62c03181a79b83660edced
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Apr  9 08:48:58 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Apr  9 08:48:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a93855

app-portage/golop: Add v0.0.1

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-portage/golop/Manifest   |  1 +
 app-portage/golop/golop-0.0.1.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/app-portage/golop/Manifest b/app-portage/golop/Manifest
new file mode 100644
index 000..991ce1dc0ad
--- /dev/null
+++ b/app-portage/golop/Manifest
@@ -0,0 +1 @@
+DIST golop-0.0.1.tar.gz 8316 BLAKE2B 
a1e51d55ef4744f3a6d00bcba145a410c9f67e78107bb990f6195ec5912d875e31308556e5d1e993917526121857ece09bd894556328e37453ea98d0a306f6d8
 SHA512 
650ceeb2607871d029f97ced882d661d1045dce6792c2c43f9c79076497a37290bc944f1b619ca133faac73c9fd1a6c35f1f2afd8e84c17ddf37252b66f08650

diff --git a/app-portage/golop/golop-0.0.1.ebuild 
b/app-portage/golop/golop-0.0.1.ebuild
new file mode 100644
index 000..c244fad578e
--- /dev/null
+++ b/app-portage/golop/golop-0.0.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+EGO_PN=github.com/klausman/golop
+
+if [[ ${PV} = ** ]]; then
+   inherit golang-vcs
+else
+   KEYWORDS="~amd64 ~x86"
+   EGIT_COMMIT=v${PV}
+   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+   inherit golang-vcs-snapshot
+fi
+inherit golang-build
+
+DESCRIPTION="A pure Go re-implementation of genlop"
+HOMEPAGE="https://github.com/klausman/golop;
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+   dobin ${PN}
+
+   declare -a DOCS
+   DOCS+=( src/${EGO_PN}/README.md )
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/golop/

2017-12-15 Thread Thomas Deutschmann
commit: e455ffa8b966365befd7b8a50142bc76209eae45
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Dec 15 13:02:18 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Dec 15 13:02:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e455ffa8

app-portage/golop: New ebuild

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 app-portage/golop/golop-.ebuild | 31 +++
 app-portage/golop/metadata.xml  | 17 +
 2 files changed, 48 insertions(+)

diff --git a/app-portage/golop/golop-.ebuild 
b/app-portage/golop/golop-.ebuild
new file mode 100644
index 000..9e60869091a
--- /dev/null
+++ b/app-portage/golop/golop-.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+EGO_PN=github.com/klausman/golop
+
+if [[ ${PV} = ** ]]; then
+   inherit golang-vcs
+else
+   KEYWORDS="~amd64 ~x86"
+   EGIT_COMMIT=v${PV}
+   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+   inherit golang-vcs-snapshot
+fi
+inherit golang-build
+
+DESCRIPTION="A pure Go re-implementation of genlop"
+HOMEPAGE="https://github.com/klausman/golop;
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+   dobin ${PN}
+
+   declare -a DOCS
+   DOCS+=( src/${EGO_PN}/README.md )
+   einstalldocs
+}

diff --git a/app-portage/golop/metadata.xml b/app-portage/golop/metadata.xml
new file mode 100644
index 000..9cd9d4eefb0
--- /dev/null
+++ b/app-portage/golop/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   klaus...@gentoo.org
+   Tobias Klausmann
+   
+   
+   whi...@gentoo.org
+   Thomas Deutschmann
+   
+   
+   https://github.com/klausman/golop/issues/
+   
https://github.com/klausman/golop/commits/master
+   klausman/golop
+   
+