summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2018-10-03 11:48:26 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2018-10-03 11:48:26 +0200
commitf8368028bbada12b4ff9d39cf6cc741447690e5d (patch)
tree59232f852e3f9a5d80c83c6e5ae077324e35ccea /dev-go/unidecode/unidecode-0_pre20150611.ebuild
parentwww-apps/grafana: remove outdated ebuild (diff)
downloadeva-f8368028bbada12b4ff9d39cf6cc741447690e5d.tar.gz
eva-f8368028bbada12b4ff9d39cf6cc741447690e5d.tar.bz2
eva-f8368028bbada12b4ff9d39cf6cc741447690e5d.zip
dev-go/*: remove unused ebuilds
Diffstat (limited to 'dev-go/unidecode/unidecode-0_pre20150611.ebuild')
-rw-r--r--dev-go/unidecode/unidecode-0_pre20150611.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-go/unidecode/unidecode-0_pre20150611.ebuild b/dev-go/unidecode/unidecode-0_pre20150611.ebuild
deleted file mode 100644
index 9347226..0000000
--- a/dev-go/unidecode/unidecode-0_pre20150611.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-EGO_PN=github.com/rainycape/unidecode
-EGIT_COMMIT=836ef0a
-
-inherit golang-build golang-vcs-snapshot
-
-DESCRIPTION="Unicode transliterator in Golang."
-HOMEPAGE="https://github.com/rainycape/unidecode"
-SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""