summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-go/bufio/bufio-1.ebuild')
-rw-r--r--dev-go/bufio/bufio-1.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-go/bufio/bufio-1.ebuild b/dev-go/bufio/bufio-1.ebuild
deleted file mode 100644
index 21bc29d..0000000
--- a/dev-go/bufio/bufio-1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-EGO_PN="gopkg.in/bufio.v1"
-
-inherit golang-build golang-vcs-snapshot
-
-DESCRIPTION="buffered I/O for Go"
-HOMEPAGE="https://gopkg.in/buf.v1"
-SRC_URI="https://github.com/go-${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="1/${PV}"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=""
-DEPEND=""