Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/goptlib/
Date: Fri, 08 Feb 2019 15:36:23
Message-Id: 1549640176.47cba6ad38860dc229978f34dae42250850d807c.marecki@gentoo
1 commit: 47cba6ad38860dc229978f34dae42250850d807c
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 8 15:11:33 2019 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 8 15:36:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47cba6ad
7
8 dev-go/goptlib: bump to 1.0.0 and EAPI 7
9
10 Release tarballs will be hosted on dev.gentoo.org from now on, upstream
11 still doesn't publish them and Debian hasn't updated them since 0.6.
12
13 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
14 Package-Manager: Portage-2.3.51, Repoman-2.3.11
15
16 dev-go/goptlib/Manifest | 1 +
17 dev-go/goptlib/goptlib-1.0.0.ebuild | 24 ++++++++++++++++++++++++
18 2 files changed, 25 insertions(+)
19
20 diff --git a/dev-go/goptlib/Manifest b/dev-go/goptlib/Manifest
21 index b6f16d1a375..a44d52c733f 100644
22 --- a/dev-go/goptlib/Manifest
23 +++ b/dev-go/goptlib/Manifest
24 @@ -1 +1,2 @@
25 DIST goptlib-0.6.tar.gz 25544 BLAKE2B a313981c968847337bfa9e784d964fb145aaf82348980563b374e590267ef211fc54013a6a4d9494165d9bcfbf6cc9ce1b329637fafb8baaed0a6183c2a87662 SHA512 233aa4434559d64e5d5ec5a8e243ab44157e5e467a3d473adf65f9002440d2584c8cb6cd4b69a2224b33e21703835755e2a91eb3e959acbfad5052f64ad7bfbf
26 +DIST goptlib-1.0.0.tar.xz 23256 BLAKE2B 252e73484359d11c1dceb0f202d9d8dbe59c80c662681c778291984ce6846fa38a5f7776e86c63d2947217393da873a170ed3ae17bb8e28bf51fff5cf2baa3ee SHA512 6f3efe057aa994437782353297b094e06f407d683211fce49c8bd9a656da0f9f3c04a61db4e831aa766d564e91ee53528012136e5a090ebcaadef03885affe5c
27
28 diff --git a/dev-go/goptlib/goptlib-1.0.0.ebuild b/dev-go/goptlib/goptlib-1.0.0.ebuild
29 new file mode 100644
30 index 00000000000..7f61f5a03e2
31 --- /dev/null
32 +++ b/dev-go/goptlib/goptlib-1.0.0.ebuild
33 @@ -0,0 +1,24 @@
34 +# Copyright 1999-2019 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +inherit golang-build golang-vcs-snapshot
40 +
41 +EGO_SRC=git.torproject.org/pluggable-transports/goptlib.git
42 +EGO_PN=${EGO_SRC}/...
43 +EGIT_COMMIT="${PV}"
44 +
45 +DESCRIPTION="Go Tor pluggable transports library"
46 +HOMEPAGE="https://gitweb.torproject.org/pluggable-transports/goptlib.git"
47 +# Upstream does not publish release tarballs
48 +SRC_URI="https://dev.gentoo.org/~marecki/dists/${PN}/${P}.tar.xz"
49 +
50 +KEYWORDS="~amd64 ~arm ~x86"
51 +
52 +LICENSE="CC0-1.0"
53 +SLOT="0"
54 +IUSE=""
55 +
56 +DEPEND=""
57 +RDEPEND=""