public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-go/goptlib/
@ 2016-04-23  6:50 Anthony G. Basile
  0 siblings, 0 replies; 14+ messages in thread
From: Anthony G. Basile @ 2016-04-23  6:50 UTC (permalink / raw
  To: gentoo-commits

commit:     4333ea40c3d2b7c18abd18d73816763022e1b613
Author:     Marek Szuba <Marek.Szuba <AT> cern <DOT> ch>
AuthorDate: Thu Apr 21 13:11:57 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 06:49:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4333ea40

New ebuild: dev-go/goptlib.

The official Go library for Tor pluggable transports.
This is one of the dependencies of net-proxy/obfs4proxy.

Relevant Gentoo bug: #580626.

 dev-go/goptlib/Manifest           |  3 +++
 dev-go/goptlib/goptlib-0.5.ebuild | 25 +++++++++++++++++++++++++
 dev-go/goptlib/metadata.xml       |  8 ++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-go/goptlib/Manifest b/dev-go/goptlib/Manifest
new file mode 100644
index 0000000..6d13baf
--- /dev/null
+++ b/dev-go/goptlib/Manifest
@@ -0,0 +1,3 @@
+DIST goptlib-0.5.tar.gz 22487 SHA256 b9d264ebe61d601e38a94911efc4884753612c9e0dd1e2bddb6af14b823b715c SHA512 98443e06dbed3cdcc2652dd176e4ef89ba34b042c7886f7342a18ce319c91cf8004f2dd1eb58984685f03d25db272d23d2a9c5d872b28953f62c0b2f04be2c92 WHIRLPOOL e41c28f0e31f6133c1905b2e42072744bb647904759cc2223d730478b27bf237c6170bdac18274c15d80e0a7f41dd3bd7770480151d358c0f0f74c2a0f724af6
+EBUILD goptlib-0.5.ebuild 645 SHA256 14e30bf33d5b0902a98b10172ddfd97c8ab7dc83a45b8660b7a52c6965953b8b SHA512 969137fda25d342b80aa9b5a5f89ef6f9d2a603aa143612b862d4c036e37cb4c70c8115d6d2d5581166c2ad5f7d50d442410da07f2c207a3463845e360241f9c WHIRLPOOL 21884e1a49a49da5b8aeede9d6a08f053e7d642927794e980e7e60ca55f68db91607eee51a7c7874c164581f19b60686614de285a330483435a37eb3601fc5de
+MISC metadata.xml 252 SHA256 a590e5133cd97a615db4f977b0e28e5c60c56cac76eb3d339109cdf379003b60 SHA512 cbda7bf9832872764ae776ce16b2966c37a2ba3a1982d9817006fd6b82d7b17146434cde428bf114062a483e9053d2acdcdd004695e6ebf428d19cdc09937c65 WHIRLPOOL b209a730a169969b9e3c4d4612368bc5b30bfa5fae275d98d83ba96fd0ad01d308a8fed4f7d67a7c9fa417c624dfeb23ce89ab58923a8a0b5b1bd68ee73f288c

diff --git a/dev-go/goptlib/goptlib-0.5.ebuild b/dev-go/goptlib/goptlib-0.5.ebuild
new file mode 100644
index 0000000..3d2eaba
--- /dev/null
+++ b/dev-go/goptlib/goptlib-0.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit golang-build golang-vcs-snapshot
+
+EGO_SRC=git.torproject.org/pluggable-transports/goptlib.git
+EGO_PN=${EGO_SRC}/...
+EGIT_COMMIT="${PV}"
+
+DESCRIPTION="Go Tor pluggable transports library"
+HOMEPAGE="https://gitweb.torproject.org/pluggable-transports/goptlib.git"
+# No official tarballs; see https://trac.torproject.org/projects/tor/ticket/18504
+SRC_URI="mirror://debian/pool/main/g/golang-${PN}/golang-${P/-/_}.orig.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64"
+
+LICENSE="CC0-1.0"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""

diff --git a/dev-go/goptlib/metadata.xml b/dev-go/goptlib/metadata.xml
new file mode 100644
index 0000000..d920e3b
--- /dev/null
+++ b/dev-go/goptlib/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>blueness@gentoo.org</email>
+		<name>Anthony G. Basile</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-go/goptlib/
@ 2016-04-23  6:50 Anthony G. Basile
  0 siblings, 0 replies; 14+ messages in thread
From: Anthony G. Basile @ 2016-04-23  6:50 UTC (permalink / raw
  To: gentoo-commits

commit:     a5c056caf4cd597dc39a2e0c07b6a0243b6098ea
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 23 06:48:00 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 06:50:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c056ca

dev-go/goptlib: add proxied maintainer

Package-Manager: portage-2.2.26

 dev-go/goptlib/Manifest     | 2 --
 dev-go/goptlib/metadata.xml | 5 +++++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-go/goptlib/Manifest b/dev-go/goptlib/Manifest
index 6d13baf..bce2c27 100644
--- a/dev-go/goptlib/Manifest
+++ b/dev-go/goptlib/Manifest
@@ -1,3 +1 @@
 DIST goptlib-0.5.tar.gz 22487 SHA256 b9d264ebe61d601e38a94911efc4884753612c9e0dd1e2bddb6af14b823b715c SHA512 98443e06dbed3cdcc2652dd176e4ef89ba34b042c7886f7342a18ce319c91cf8004f2dd1eb58984685f03d25db272d23d2a9c5d872b28953f62c0b2f04be2c92 WHIRLPOOL e41c28f0e31f6133c1905b2e42072744bb647904759cc2223d730478b27bf237c6170bdac18274c15d80e0a7f41dd3bd7770480151d358c0f0f74c2a0f724af6
-EBUILD goptlib-0.5.ebuild 645 SHA256 14e30bf33d5b0902a98b10172ddfd97c8ab7dc83a45b8660b7a52c6965953b8b SHA512 969137fda25d342b80aa9b5a5f89ef6f9d2a603aa143612b862d4c036e37cb4c70c8115d6d2d5581166c2ad5f7d50d442410da07f2c207a3463845e360241f9c WHIRLPOOL 21884e1a49a49da5b8aeede9d6a08f053e7d642927794e980e7e60ca55f68db91607eee51a7c7874c164581f19b60686614de285a330483435a37eb3601fc5de
-MISC metadata.xml 252 SHA256 a590e5133cd97a615db4f977b0e28e5c60c56cac76eb3d339109cdf379003b60 SHA512 cbda7bf9832872764ae776ce16b2966c37a2ba3a1982d9817006fd6b82d7b17146434cde428bf114062a483e9053d2acdcdd004695e6ebf428d19cdc09937c65 WHIRLPOOL b209a730a169969b9e3c4d4612368bc5b30bfa5fae275d98d83ba96fd0ad01d308a8fed4f7d67a7c9fa417c624dfeb23ce89ab58923a8a0b5b1bd68ee73f288c

diff --git a/dev-go/goptlib/metadata.xml b/dev-go/goptlib/metadata.xml
index d920e3b..f18d043 100644
--- a/dev-go/goptlib/metadata.xml
+++ b/dev-go/goptlib/metadata.xml
@@ -2,6 +2,11 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
+		<email>Marek.Szuba@cern.ch</email>
+		<name>Marek Szuba</name>
+		<description>Proxied maintainer; set to assignee in all bugs</description>
+	</maintainer>
+	<maintainer type="person">
 		<email>blueness@gentoo.org</email>
 		<name>Anthony G. Basile</name>
 	</maintainer>


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-go/goptlib/
@ 2016-05-25  9:04 Ian Delaney
  0 siblings, 0 replies; 14+ messages in thread
From: Ian Delaney @ 2016-05-25  9:04 UTC (permalink / raw
  To: gentoo-commits

commit:     0a192690eb5d62130af139a62a068e3f49023242
Author:     Marek Szuba <Marek.Szuba <AT> cern <DOT> ch>
AuthorDate: Tue May 24 08:47:41 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Wed May 25 09:04:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a192690

dev-go/goptlib: remove P-M description from metadata

Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1528

Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>

 dev-go/goptlib/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-go/goptlib/metadata.xml b/dev-go/goptlib/metadata.xml
index f18d043..ff16a3d 100644
--- a/dev-go/goptlib/metadata.xml
+++ b/dev-go/goptlib/metadata.xml
@@ -4,7 +4,6 @@
 	<maintainer type="person">
 		<email>Marek.Szuba@cern.ch</email>
 		<name>Marek Szuba</name>
-		<description>Proxied maintainer; set to assignee in all bugs</description>
 	</maintainer>
 	<maintainer type="person">
 		<email>blueness@gentoo.org</email>


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-go/goptlib/
@ 2016-05-29 18:02 Anthony G. Basile
  0 siblings, 0 replies; 14+ messages in thread
From: Anthony G. Basile @ 2016-05-29 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     a31c1fdac2f410bf22c9fb388f5e094d8776a973
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 18:04:08 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun May 29 18:04:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a31c1fda

dev-go/goptlib: bump to version 0.6

Package-Manager: portage-2.2.28

 dev-go/goptlib/Manifest           |  1 +
 dev-go/goptlib/goptlib-0.6.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-go/goptlib/Manifest b/dev-go/goptlib/Manifest
index bce2c27..2c49099 100644
--- a/dev-go/goptlib/Manifest
+++ b/dev-go/goptlib/Manifest
@@ -1 +1,2 @@
 DIST goptlib-0.5.tar.gz 22487 SHA256 b9d264ebe61d601e38a94911efc4884753612c9e0dd1e2bddb6af14b823b715c SHA512 98443e06dbed3cdcc2652dd176e4ef89ba34b042c7886f7342a18ce319c91cf8004f2dd1eb58984685f03d25db272d23d2a9c5d872b28953f62c0b2f04be2c92 WHIRLPOOL e41c28f0e31f6133c1905b2e42072744bb647904759cc2223d730478b27bf237c6170bdac18274c15d80e0a7f41dd3bd7770480151d358c0f0f74c2a0f724af6
+DIST goptlib-0.6.tar.gz 25544 SHA256 88df4dbab81baaff71a9b07e5f60d8ada9eeaa83ce294cc4057a81a3b301cd87 SHA512 233aa4434559d64e5d5ec5a8e243ab44157e5e467a3d473adf65f9002440d2584c8cb6cd4b69a2224b33e21703835755e2a91eb3e959acbfad5052f64ad7bfbf WHIRLPOOL 79eb2680ddb82f666716ccf580b3ce76545282dae4eb4e795f2aaa45838be16de097109e3d68c6e513aa9df04a8b0bba7ca08540f104c04e6485eb50bc101108

diff --git a/dev-go/goptlib/goptlib-0.6.ebuild b/dev-go/goptlib/goptlib-0.6.ebuild
new file mode 100644
index 0000000..3d2eaba
--- /dev/null
+++ b/dev-go/goptlib/goptlib-0.6.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit golang-build golang-vcs-snapshot
+
+EGO_SRC=git.torproject.org/pluggable-transports/goptlib.git
+EGO_PN=${EGO_SRC}/...
+EGIT_COMMIT="${PV}"
+
+DESCRIPTION="Go Tor pluggable transports library"
+HOMEPAGE="https://gitweb.torproject.org/pluggable-transports/goptlib.git"
+# No official tarballs; see https://trac.torproject.org/projects/tor/ticket/18504
+SRC_URI="mirror://debian/pool/main/g/golang-${PN}/golang-${P/-/_}.orig.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64"
+
+LICENSE="CC0-1.0"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-go/goptlib/
@ 2016-07-29 14:17 Marek Szuba
  0 siblings, 0 replies; 14+ messages in thread
From: Marek Szuba @ 2016-07-29 14:17 UTC (permalink / raw
  To: gentoo-commits

commit:     9fe8168f04a8563194636f47cd649deb4ff0e3da
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 14:17:22 2016 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 14:17:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe8168f

dev-go/goptlib: update maintainer e-mail.

Package-Manager: portage-2.3.0

 dev-go/goptlib/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-go/goptlib/metadata.xml b/dev-go/goptlib/metadata.xml
index ff16a3d..2662d67 100644
--- a/dev-go/goptlib/metadata.xml
+++ b/dev-go/goptlib/metadata.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>Marek.Szuba@cern.ch</email>
+		<email>marecki@gentoo.org</email>
 		<name>Marek Szuba</name>
 	</maintainer>
 	<maintainer type="person">


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-go/goptlib/
@ 2016-08-30 20:14 Markus Meier
  0 siblings, 0 replies; 14+ messages in thread
From: Markus Meier @ 2016-08-30 20:14 UTC (permalink / raw
  To: gentoo-commits

commit:     1e65345999c276b69c4f864d2d726d3f7823f27a
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 20:13:35 2016 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 20:13:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e653459

dev-go/goptlib: add ~arm, bug #590776

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

 dev-go/goptlib/goptlib-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-go/goptlib/goptlib-0.6.ebuild b/dev-go/goptlib/goptlib-0.6.ebuild
index 3d2eaba..056de46 100644
--- a/dev-go/goptlib/goptlib-0.6.ebuild
+++ b/dev-go/goptlib/goptlib-0.6.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://gitweb.torproject.org/pluggable-transports/goptlib.git"
 # No official tarballs; see https://trac.torproject.org/projects/tor/ticket/18504
 SRC_URI="mirror://debian/pool/main/g/golang-${PN}/golang-${P/-/_}.orig.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 
 LICENSE="CC0-1.0"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-go/goptlib/
@ 2016-09-21 13:34 Marek Szuba
  0 siblings, 0 replies; 14+ messages in thread
From: Marek Szuba @ 2016-09-21 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     0c7be5117cedc257fe6c1a0f2e7454351fc24329
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 21 13:30:09 2016 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Sep 21 13:34:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c7be511

dev-go/goptlib: add ~x86 keyword

Tested on a x86 virtual machine.

Gentoo-Bug: 590776

Package-Manager: portage-2.3.1

 dev-go/goptlib/goptlib-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-go/goptlib/goptlib-0.6.ebuild b/dev-go/goptlib/goptlib-0.6.ebuild
index 056de46..c2339ba 100644
--- a/dev-go/goptlib/goptlib-0.6.ebuild
+++ b/dev-go/goptlib/goptlib-0.6.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://gitweb.torproject.org/pluggable-transports/goptlib.git"
 # No official tarballs; see https://trac.torproject.org/projects/tor/ticket/18504
 SRC_URI="mirror://debian/pool/main/g/golang-${PN}/golang-${P/-/_}.orig.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~x86"
 
 LICENSE="CC0-1.0"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-go/goptlib/
@ 2018-05-25 10:47 Marek Szuba
  0 siblings, 0 replies; 14+ messages in thread
From: Marek Szuba @ 2018-05-25 10:47 UTC (permalink / raw
  To: gentoo-commits

commit:     6c01ac4276333a45dbd562bb834f0ae31efbbbf7
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri May 25 10:32:17 2018 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri May 25 10:32:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c01ac42

dev-go/goptlib: remove old

Package-Manager: Portage-2.3.39, Repoman-2.3.9

 dev-go/goptlib/Manifest           |  1 -
 dev-go/goptlib/goptlib-0.5.ebuild | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/dev-go/goptlib/Manifest b/dev-go/goptlib/Manifest
index 1670cf01b28..b6f16d1a375 100644
--- a/dev-go/goptlib/Manifest
+++ b/dev-go/goptlib/Manifest
@@ -1,2 +1 @@
-DIST goptlib-0.5.tar.gz 22487 BLAKE2B a847efe4871701a9ecfbd629eaf5702f96ed7804f6dcd022f5d03fb37dab6f6c9116376f34c566fed351c6d6ee967347cb1197cd1057fd22de7387667b31871f SHA512 98443e06dbed3cdcc2652dd176e4ef89ba34b042c7886f7342a18ce319c91cf8004f2dd1eb58984685f03d25db272d23d2a9c5d872b28953f62c0b2f04be2c92
 DIST goptlib-0.6.tar.gz 25544 BLAKE2B a313981c968847337bfa9e784d964fb145aaf82348980563b374e590267ef211fc54013a6a4d9494165d9bcfbf6cc9ce1b329637fafb8baaed0a6183c2a87662 SHA512 233aa4434559d64e5d5ec5a8e243ab44157e5e467a3d473adf65f9002440d2584c8cb6cd4b69a2224b33e21703835755e2a91eb3e959acbfad5052f64ad7bfbf

diff --git a/dev-go/goptlib/goptlib-0.5.ebuild b/dev-go/goptlib/goptlib-0.5.ebuild
deleted file mode 100644
index 83e9e0befd8..00000000000
--- a/dev-go/goptlib/goptlib-0.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit golang-build golang-vcs-snapshot
-
-EGO_SRC=git.torproject.org/pluggable-transports/goptlib.git
-EGO_PN=${EGO_SRC}/...
-EGIT_COMMIT="${PV}"
-
-DESCRIPTION="Go Tor pluggable transports library"
-HOMEPAGE="https://gitweb.torproject.org/pluggable-transports/goptlib.git"
-# No official tarballs; see https://trac.torproject.org/projects/tor/ticket/18504
-SRC_URI="mirror://debian/pool/main/g/golang-${PN}/golang-${P/-/_}.orig.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64"
-
-LICENSE="CC0-1.0"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-go/goptlib/
@ 2019-02-08 15:36 Marek Szuba
  0 siblings, 0 replies; 14+ messages in thread
From: Marek Szuba @ 2019-02-08 15:36 UTC (permalink / raw
  To: gentoo-commits

commit:     47cba6ad38860dc229978f34dae42250850d807c
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  8 15:11:33 2019 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Feb  8 15:36:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47cba6ad

dev-go/goptlib: bump to 1.0.0 and EAPI 7

Release tarballs will be hosted on dev.gentoo.org from now on, upstream
still doesn't publish them and Debian hasn't updated them since 0.6.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-go/goptlib/Manifest             |  1 +
 dev-go/goptlib/goptlib-1.0.0.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-go/goptlib/Manifest b/dev-go/goptlib/Manifest
index b6f16d1a375..a44d52c733f 100644
--- a/dev-go/goptlib/Manifest
+++ b/dev-go/goptlib/Manifest
@@ -1 +1,2 @@
 DIST goptlib-0.6.tar.gz 25544 BLAKE2B a313981c968847337bfa9e784d964fb145aaf82348980563b374e590267ef211fc54013a6a4d9494165d9bcfbf6cc9ce1b329637fafb8baaed0a6183c2a87662 SHA512 233aa4434559d64e5d5ec5a8e243ab44157e5e467a3d473adf65f9002440d2584c8cb6cd4b69a2224b33e21703835755e2a91eb3e959acbfad5052f64ad7bfbf
+DIST goptlib-1.0.0.tar.xz 23256 BLAKE2B 252e73484359d11c1dceb0f202d9d8dbe59c80c662681c778291984ce6846fa38a5f7776e86c63d2947217393da873a170ed3ae17bb8e28bf51fff5cf2baa3ee SHA512 6f3efe057aa994437782353297b094e06f407d683211fce49c8bd9a656da0f9f3c04a61db4e831aa766d564e91ee53528012136e5a090ebcaadef03885affe5c

diff --git a/dev-go/goptlib/goptlib-1.0.0.ebuild b/dev-go/goptlib/goptlib-1.0.0.ebuild
new file mode 100644
index 00000000000..7f61f5a03e2
--- /dev/null
+++ b/dev-go/goptlib/goptlib-1.0.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit golang-build golang-vcs-snapshot
+
+EGO_SRC=git.torproject.org/pluggable-transports/goptlib.git
+EGO_PN=${EGO_SRC}/...
+EGIT_COMMIT="${PV}"
+
+DESCRIPTION="Go Tor pluggable transports library"
+HOMEPAGE="https://gitweb.torproject.org/pluggable-transports/goptlib.git"
+# Upstream does not publish release tarballs
+SRC_URI="https://dev.gentoo.org/~marecki/dists/${PN}/${P}.tar.xz"
+
+KEYWORDS="~amd64 ~arm ~x86"
+
+LICENSE="CC0-1.0"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-go/goptlib/
@ 2019-06-11 14:58 Marek Szuba
  0 siblings, 0 replies; 14+ messages in thread
From: Marek Szuba @ 2019-06-11 14:58 UTC (permalink / raw
  To: gentoo-commits

commit:     d438f9e94de2d8fde3d062188c54b03b6a532a2e
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 14:14:55 2019 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 14:57:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d438f9e9

dev-go/goptlib: bump to 1.1.0

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-go/goptlib/Manifest             |  1 +
 dev-go/goptlib/goptlib-1.1.0.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-go/goptlib/Manifest b/dev-go/goptlib/Manifest
index a44d52c733f..f70888adb4a 100644
--- a/dev-go/goptlib/Manifest
+++ b/dev-go/goptlib/Manifest
@@ -1,2 +1,3 @@
 DIST goptlib-0.6.tar.gz 25544 BLAKE2B a313981c968847337bfa9e784d964fb145aaf82348980563b374e590267ef211fc54013a6a4d9494165d9bcfbf6cc9ce1b329637fafb8baaed0a6183c2a87662 SHA512 233aa4434559d64e5d5ec5a8e243ab44157e5e467a3d473adf65f9002440d2584c8cb6cd4b69a2224b33e21703835755e2a91eb3e959acbfad5052f64ad7bfbf
 DIST goptlib-1.0.0.tar.xz 23256 BLAKE2B 252e73484359d11c1dceb0f202d9d8dbe59c80c662681c778291984ce6846fa38a5f7776e86c63d2947217393da873a170ed3ae17bb8e28bf51fff5cf2baa3ee SHA512 6f3efe057aa994437782353297b094e06f407d683211fce49c8bd9a656da0f9f3c04a61db4e831aa766d564e91ee53528012136e5a090ebcaadef03885affe5c
+DIST goptlib-1.1.0.tar.xz 26204 BLAKE2B d8f16646ca167d2b7d83aabb0f9ea1bc3d211afe96fc6e088856734c3b7efc7eec5ba3f0885e5cc3a73cafe3e760fadc21a0e9f3f64d9ff7f39077c13c63aa7f SHA512 28dc9a2c00e7630ca1712172ab155147e281c3527bc95d826cdfe818f89ef5a7ab47b392a90a2a59378b47d842a375773a53b26c9fa389d62e7919fbcb025b43

diff --git a/dev-go/goptlib/goptlib-1.1.0.ebuild b/dev-go/goptlib/goptlib-1.1.0.ebuild
new file mode 100644
index 00000000000..7f61f5a03e2
--- /dev/null
+++ b/dev-go/goptlib/goptlib-1.1.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit golang-build golang-vcs-snapshot
+
+EGO_SRC=git.torproject.org/pluggable-transports/goptlib.git
+EGO_PN=${EGO_SRC}/...
+EGIT_COMMIT="${PV}"
+
+DESCRIPTION="Go Tor pluggable transports library"
+HOMEPAGE="https://gitweb.torproject.org/pluggable-transports/goptlib.git"
+# Upstream does not publish release tarballs
+SRC_URI="https://dev.gentoo.org/~marecki/dists/${PN}/${P}.tar.xz"
+
+KEYWORDS="~amd64 ~arm ~x86"
+
+LICENSE="CC0-1.0"
+SLOT="0"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-go/goptlib/
@ 2019-10-08 14:57 Marek Szuba
  0 siblings, 0 replies; 14+ messages in thread
From: Marek Szuba @ 2019-10-08 14:57 UTC (permalink / raw
  To: gentoo-commits

commit:     b32725a6c343b76dee2c9206e0236f655cf2494c
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  8 13:37:15 2019 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Oct  8 14:56:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b32725a6

dev-go/goptlib: remove old

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-go/goptlib/Manifest             |  2 --
 dev-go/goptlib/goptlib-0.6.ebuild   | 24 ------------------------
 dev-go/goptlib/goptlib-1.0.0.ebuild | 24 ------------------------
 3 files changed, 50 deletions(-)

diff --git a/dev-go/goptlib/Manifest b/dev-go/goptlib/Manifest
index f70888adb4a..1e461f914e6 100644
--- a/dev-go/goptlib/Manifest
+++ b/dev-go/goptlib/Manifest
@@ -1,3 +1 @@
-DIST goptlib-0.6.tar.gz 25544 BLAKE2B a313981c968847337bfa9e784d964fb145aaf82348980563b374e590267ef211fc54013a6a4d9494165d9bcfbf6cc9ce1b329637fafb8baaed0a6183c2a87662 SHA512 233aa4434559d64e5d5ec5a8e243ab44157e5e467a3d473adf65f9002440d2584c8cb6cd4b69a2224b33e21703835755e2a91eb3e959acbfad5052f64ad7bfbf
-DIST goptlib-1.0.0.tar.xz 23256 BLAKE2B 252e73484359d11c1dceb0f202d9d8dbe59c80c662681c778291984ce6846fa38a5f7776e86c63d2947217393da873a170ed3ae17bb8e28bf51fff5cf2baa3ee SHA512 6f3efe057aa994437782353297b094e06f407d683211fce49c8bd9a656da0f9f3c04a61db4e831aa766d564e91ee53528012136e5a090ebcaadef03885affe5c
 DIST goptlib-1.1.0.tar.xz 26204 BLAKE2B d8f16646ca167d2b7d83aabb0f9ea1bc3d211afe96fc6e088856734c3b7efc7eec5ba3f0885e5cc3a73cafe3e760fadc21a0e9f3f64d9ff7f39077c13c63aa7f SHA512 28dc9a2c00e7630ca1712172ab155147e281c3527bc95d826cdfe818f89ef5a7ab47b392a90a2a59378b47d842a375773a53b26c9fa389d62e7919fbcb025b43

diff --git a/dev-go/goptlib/goptlib-0.6.ebuild b/dev-go/goptlib/goptlib-0.6.ebuild
deleted file mode 100644
index 4d2a008ed80..00000000000
--- a/dev-go/goptlib/goptlib-0.6.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit golang-build golang-vcs-snapshot
-
-EGO_SRC=git.torproject.org/pluggable-transports/goptlib.git
-EGO_PN=${EGO_SRC}/...
-EGIT_COMMIT="${PV}"
-
-DESCRIPTION="Go Tor pluggable transports library"
-HOMEPAGE="https://gitweb.torproject.org/pluggable-transports/goptlib.git"
-# No official tarballs; see https://trac.torproject.org/projects/tor/ticket/18504
-SRC_URI="mirror://debian/pool/main/g/golang-${PN}/golang-${P/-/_}.orig.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~arm ~x86"
-
-LICENSE="CC0-1.0"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""

diff --git a/dev-go/goptlib/goptlib-1.0.0.ebuild b/dev-go/goptlib/goptlib-1.0.0.ebuild
deleted file mode 100644
index 7f61f5a03e2..00000000000
--- a/dev-go/goptlib/goptlib-1.0.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit golang-build golang-vcs-snapshot
-
-EGO_SRC=git.torproject.org/pluggable-transports/goptlib.git
-EGO_PN=${EGO_SRC}/...
-EGIT_COMMIT="${PV}"
-
-DESCRIPTION="Go Tor pluggable transports library"
-HOMEPAGE="https://gitweb.torproject.org/pluggable-transports/goptlib.git"
-# Upstream does not publish release tarballs
-SRC_URI="https://dev.gentoo.org/~marecki/dists/${PN}/${P}.tar.xz"
-
-KEYWORDS="~amd64 ~arm ~x86"
-
-LICENSE="CC0-1.0"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-go/goptlib/
@ 2020-03-20  8:59 Agostino Sarubbo
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo @ 2020-03-20  8:59 UTC (permalink / raw
  To: gentoo-commits

commit:     b387e843367946dbabdc1a75e2b7460974f7023e
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 20 08:58:53 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Mar 20 08:58:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b387e843

dev-go/goptlib: amd64 stable wrt bug #713230

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-go/goptlib/goptlib-1.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-go/goptlib/goptlib-1.1.0.ebuild b/dev-go/goptlib/goptlib-1.1.0.ebuild
index 7f61f5a03e2..8d4630a6b95 100644
--- a/dev-go/goptlib/goptlib-1.1.0.ebuild
+++ b/dev-go/goptlib/goptlib-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ HOMEPAGE="https://gitweb.torproject.org/pluggable-transports/goptlib.git"
 # Upstream does not publish release tarballs
 SRC_URI="https://dev.gentoo.org/~marecki/dists/${PN}/${P}.tar.xz"
 
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 
 LICENSE="CC0-1.0"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-go/goptlib/
@ 2020-03-20  9:04 Agostino Sarubbo
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo @ 2020-03-20  9:04 UTC (permalink / raw
  To: gentoo-commits

commit:     6dc02df1ff33e6d41dd905537fa4aa323aae4c3b
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 20 09:04:28 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Mar 20 09:04:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc02df1

dev-go/goptlib: x86 stable wrt bug #713230

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-go/goptlib/goptlib-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-go/goptlib/goptlib-1.1.0.ebuild b/dev-go/goptlib/goptlib-1.1.0.ebuild
index 8d4630a6b95..c9bb7ba1271 100644
--- a/dev-go/goptlib/goptlib-1.1.0.ebuild
+++ b/dev-go/goptlib/goptlib-1.1.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://gitweb.torproject.org/pluggable-transports/goptlib.git"
 # Upstream does not publish release tarballs
 SRC_URI="https://dev.gentoo.org/~marecki/dists/${PN}/${P}.tar.xz"
 
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 
 LICENSE="CC0-1.0"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-go/goptlib/
@ 2020-03-21 16:48 Agostino Sarubbo
  0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo @ 2020-03-21 16:48 UTC (permalink / raw
  To: gentoo-commits

commit:     df137820527ba6eb6abd396d030894ab2c8b7a45
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 21 16:47:55 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Mar 21 16:47:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df137820

dev-go/goptlib: arm stable wrt bug #713230

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-go/goptlib/goptlib-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-go/goptlib/goptlib-1.1.0.ebuild b/dev-go/goptlib/goptlib-1.1.0.ebuild
index c9bb7ba1271..38ed04bb68b 100644
--- a/dev-go/goptlib/goptlib-1.1.0.ebuild
+++ b/dev-go/goptlib/goptlib-1.1.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://gitweb.torproject.org/pluggable-transports/goptlib.git"
 # Upstream does not publish release tarballs
 SRC_URI="https://dev.gentoo.org/~marecki/dists/${PN}/${P}.tar.xz"
 
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 arm x86"
 
 LICENSE="CC0-1.0"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-03-21 16:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-20  8:59 [gentoo-commits] repo/gentoo:master commit in: dev-go/goptlib/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2020-03-21 16:48 Agostino Sarubbo
2020-03-20  9:04 Agostino Sarubbo
2019-10-08 14:57 Marek Szuba
2019-06-11 14:58 Marek Szuba
2019-02-08 15:36 Marek Szuba
2018-05-25 10:47 Marek Szuba
2016-09-21 13:34 Marek Szuba
2016-08-30 20:14 Markus Meier
2016-07-29 14:17 Marek Szuba
2016-05-29 18:02 Anthony G. Basile
2016-05-25  9:04 Ian Delaney
2016-04-23  6:50 Anthony G. Basile
2016-04-23  6:50 Anthony G. Basile

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox