From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/goptlib/
Date: Sat, 23 Apr 2016 06:50:34 +0000 (UTC) [thread overview]
Message-ID: <1461394195.4333ea40c3d2b7c18abd18d73816763022e1b613.blueness@gentoo> (raw)
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>
next reply other threads:[~2016-04-23 6:50 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-23 6:50 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-04-23 6:50 [gentoo-commits] repo/gentoo:master commit in: dev-go/goptlib/ Anthony G. Basile
2016-05-25 9:04 Ian Delaney
2016-05-29 18:02 Anthony G. Basile
2016-07-29 14:17 Marek Szuba
2016-08-30 20:14 Markus Meier
2016-09-21 13:34 Marek Szuba
2018-05-25 10:47 Marek Szuba
2019-02-08 15:36 Marek Szuba
2019-06-11 14:58 Marek Szuba
2019-10-08 14:57 Marek Szuba
2020-03-20 8:59 Agostino Sarubbo
2020-03-20 9:04 Agostino Sarubbo
2020-03-21 16:48 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1461394195.4333ea40c3d2b7c18abd18d73816763022e1b613.blueness@gentoo \
--to=blueness@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox