diff options
author | 2019-09-11 13:24:24 +0200 | |
---|---|---|
committer | 2019-09-11 18:19:06 +0200 | |
commit | a44a274c3271c2618098b4db8f98dca0e8176b12 (patch) | |
tree | 7c829cbeba5010102a254c6c9ba98251ddb20604 /dev-erlang/riak_pb/riak_pb-2.1.0.7.ebuild | |
parent | dev-erlang/protobuffs: Drop old (diff) | |
download | gentoo-a44a274c3271c2618098b4db8f98dca0e8176b12.tar.gz gentoo-a44a274c3271c2618098b4db8f98dca0e8176b12.tar.bz2 gentoo-a44a274c3271c2618098b4db8f98dca0e8176b12.zip |
dev-erlang/riak_pb: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-erlang/riak_pb/riak_pb-2.1.0.7.ebuild')
-rw-r--r-- | dev-erlang/riak_pb/riak_pb-2.1.0.7.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-erlang/riak_pb/riak_pb-2.1.0.7.ebuild b/dev-erlang/riak_pb/riak_pb-2.1.0.7.ebuild deleted file mode 100644 index 041941197d2c..000000000000 --- a/dev-erlang/riak_pb/riak_pb-2.1.0.7.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit rebar - -DESCRIPTION="Riak Protocol Buffers messages" -HOMEPAGE="https://github.com/basho/riak_pb" -SRC_URI="https://github.com/basho/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86" - -DEPEND=">=dev-erlang/protobuffs-0.8.2 - >=dev-lang/erlang-17.1" -RDEPEND="${DEPEND}" - -DOCS=( README.md ) |