* [gentoo-commits] repo/gentoo:master commit in: dev-go/zglob/
@ 2018-02-07 20:15 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2018-02-07 20:15 UTC (permalink / raw
To: gentoo-commits
commit: 230371b00dc1988a33ae7ce3c7841c28bcd32970
Author: Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Thu Feb 1 00:57:15 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 7 20:14:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=230371b0
dev-go/zglob: new package
dependency of www-plugins/browserpass
dev-go/zglob/Manifest | 1 +
dev-go/zglob/metadata.xml | 12 ++++++++++++
dev-go/zglob/zglob-0_p20171230.ebuild | 35 +++++++++++++++++++++++++++++++++++
3 files changed, 48 insertions(+)
diff --git a/dev-go/zglob/Manifest b/dev-go/zglob/Manifest
new file mode 100644
index 00000000000..6d88855ead2
--- /dev/null
+++ b/dev-go/zglob/Manifest
@@ -0,0 +1 @@
+DIST zglob-0_p20171230.tar.gz 7993 BLAKE2B dd441531a30f6491c5c85b82e364bf8a21adb9d3842793ef2d9afc617ab5a7b7f6d83e53bb911bfe0a8205f5a434aaee42f2ab7160cce103f0e83cc198757fa7 SHA512 6eec0222ee27527b992809f235b6e06d24e857866f969f25901eaf21c9a352d6f50ec3ef2874d51cc7b91015bc9c6f197e79445e2c36ed1facad4ec04e919d83
diff --git a/dev-go/zglob/metadata.xml b/dev-go/zglob/metadata.xml
new file mode 100644
index 00000000000..004ae50f4a5
--- /dev/null
+++ b/dev-go/zglob/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" >
+ <email>lluixhi@gmail.com</email>
+ <name>Aric Belsito</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-go/zglob/zglob-0_p20171230.ebuild b/dev-go/zglob/zglob-0_p20171230.ebuild
new file mode 100644
index 00000000000..2d0bf65d558
--- /dev/null
+++ b/dev-go/zglob/zglob-0_p20171230.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+EGO_PN=github.com/mattn/go-zglob
+
+if [[ ${PV} = *9999* ]]; then
+ inherit golang-vcs
+else
+ KEYWORDS="~amd64"
+ EGIT_COMMIT=4959821b481786922ac53e7ef25c61ae19fb7c36
+ SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+ inherit golang-vcs-snapshot
+fi
+inherit golang-build
+
+DESCRIPTION="Unix-optimized file globbing and directory walking for Go"
+HOMEPAGE="https://github.com/mattn/go-zglob"
+LICENSE="MIT"
+SLOT="0/${PVR}"
+RDEPEND=""
+
+src_compile() {
+ EGO_PN="${EGO_PN}/cmd/zglob" golang-build_src_compile
+}
+
+src_install() {
+ dobin zglob
+
+ golang-build_src_install
+
+ pushd "src/${EGO_PN}" >/dev/null || die
+ einstalldocs
+ popd >/dev/null || die
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/zglob/
@ 2018-07-07 12:15 Jonas Stein
0 siblings, 0 replies; 3+ messages in thread
From: Jonas Stein @ 2018-07-07 12:15 UTC (permalink / raw
To: gentoo-commits
commit: 448f6faa99828b3c7758ea38a95afa0cc0cef876
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 7 09:20:22 2018 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sat Jul 7 12:14:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=448f6faa
dev-go/zglob: Maintainer retired
Proxied maintainer retired.
Bug: https://bugs.gentoo.org/617928
Package-Manager: Portage-2.3.41, Repoman-2.3.9
dev-go/zglob/metadata.xml | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/dev-go/zglob/metadata.xml b/dev-go/zglob/metadata.xml
index 004ae50f4a5..585b0dc75dd 100644
--- a/dev-go/zglob/metadata.xml
+++ b/dev-go/zglob/metadata.xml
@@ -1,12 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person" >
- <email>lluixhi@gmail.com</email>
- <name>Aric Belsito</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
-</pkgmetadata>
+ <!-- maintainer-needed -->
+ </pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/zglob/
@ 2020-01-03 23:05 Matt Turner
0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner @ 2020-01-03 23:05 UTC (permalink / raw
To: gentoo-commits
commit: 3908fcf03336e48466465ff9530b31d27ccd92f7
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 3 23:01:36 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jan 3 23:01:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3908fcf0
dev-go/zglob: Remove
Closes: https://bugs.gentoo.org/683310
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-go/zglob/Manifest | 1 -
dev-go/zglob/metadata.xml | 5 -----
dev-go/zglob/zglob-0_p20171230.ebuild | 35 -----------------------------------
3 files changed, 41 deletions(-)
diff --git a/dev-go/zglob/Manifest b/dev-go/zglob/Manifest
deleted file mode 100644
index 6d88855ead2..00000000000
--- a/dev-go/zglob/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST zglob-0_p20171230.tar.gz 7993 BLAKE2B dd441531a30f6491c5c85b82e364bf8a21adb9d3842793ef2d9afc617ab5a7b7f6d83e53bb911bfe0a8205f5a434aaee42f2ab7160cce103f0e83cc198757fa7 SHA512 6eec0222ee27527b992809f235b6e06d24e857866f969f25901eaf21c9a352d6f50ec3ef2874d51cc7b91015bc9c6f197e79445e2c36ed1facad4ec04e919d83
diff --git a/dev-go/zglob/metadata.xml b/dev-go/zglob/metadata.xml
deleted file mode 100644
index 585b0dc75dd..00000000000
--- a/dev-go/zglob/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- </pkgmetadata>
diff --git a/dev-go/zglob/zglob-0_p20171230.ebuild b/dev-go/zglob/zglob-0_p20171230.ebuild
deleted file mode 100644
index 2d0bf65d558..00000000000
--- a/dev-go/zglob/zglob-0_p20171230.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN=github.com/mattn/go-zglob
-
-if [[ ${PV} = *9999* ]]; then
- inherit golang-vcs
-else
- KEYWORDS="~amd64"
- EGIT_COMMIT=4959821b481786922ac53e7ef25c61ae19fb7c36
- SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
- inherit golang-vcs-snapshot
-fi
-inherit golang-build
-
-DESCRIPTION="Unix-optimized file globbing and directory walking for Go"
-HOMEPAGE="https://github.com/mattn/go-zglob"
-LICENSE="MIT"
-SLOT="0/${PVR}"
-RDEPEND=""
-
-src_compile() {
- EGO_PN="${EGO_PN}/cmd/zglob" golang-build_src_compile
-}
-
-src_install() {
- dobin zglob
-
- golang-build_src_install
-
- pushd "src/${EGO_PN}" >/dev/null || die
- einstalldocs
- popd >/dev/null || die
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-01-03 23:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-07 12:15 [gentoo-commits] repo/gentoo:master commit in: dev-go/zglob/ Jonas Stein
-- strict thread matches above, loose matches on Subject: below --
2020-01-03 23:05 Matt Turner
2018-02-07 20:15 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox