summaryrefslogtreecommitdiff
path: root/dev-go/goptlib/goptlib-1.1.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-go/goptlib/goptlib-1.1.0.ebuild')
-rw-r--r--dev-go/goptlib/goptlib-1.1.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-go/goptlib/goptlib-1.1.0.ebuild b/dev-go/goptlib/goptlib-1.1.0.ebuild
deleted file mode 100644
index 38ed04bb68bf..000000000000
--- a/dev-go/goptlib/goptlib-1.1.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 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=""