dev-go/goptlib: bump to 1.0.0 and EAPI 7
authorMarek Szuba <marecki@gentoo.org>
Fri, 8 Feb 2019 15:11:33 +0000 (15:11 +0000)
committerMarek Szuba <marecki@gentoo.org>
Fri, 8 Feb 2019 15:36:16 +0000 (15:36 +0000)
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@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

dev-go/goptlib/Manifest
dev-go/goptlib/goptlib-1.0.0.ebuild [new file with mode: 0644]

index b6f16d1a37540767ab20d7d897271d1ed16f4066..a44d52c733fbc80b4445835b76db335aa5fc047f 100644 (file)
@@ -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 (file)
index 0000000..7f61f5a
--- /dev/null
@@ -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=""