From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-erlang/goldrush/goldrush-0.1.9.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 dev-erlang/goldrush/goldrush-0.1.9.ebuild (limited to 'dev-erlang/goldrush/goldrush-0.1.9.ebuild') diff --git a/dev-erlang/goldrush/goldrush-0.1.9.ebuild b/dev-erlang/goldrush/goldrush-0.1.9.ebuild deleted file mode 100644 index 1e8c8943ef21..000000000000 --- a/dev-erlang/goldrush/goldrush-0.1.9.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit rebar - -DESCRIPTION="Small Erlang app that provides fast event stream processing" -HOMEPAGE="https://github.com/DeadZen/goldrush" -SRC_URI="https://github.com/DeadZen/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86" - -DEPEND=">=dev-lang/erlang-17.1" -RDEPEND="${DEPEND}" - -DOCS=( README.org ) - -src_prepare() { - rebar_src_prepare - # 'priv' directory contains only edoc.css, but doc isn't going to be built. - rm -r "${S}/priv" || die -} -- cgit v1.2.3