summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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=""