summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-11 13:24:23 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-11 18:19:05 +0200
commit71144287ae4a63a47c7ec988118c1f6f33d0d46c (patch)
treed5bae60f78cbc0405637b6ede3078fb8d3c00d2b /dev-erlang/protobuffs
parentdev-erlang/p1_pgsql: Drop old (diff)
downloadgentoo-71144287ae4a63a47c7ec988118c1f6f33d0d46c.tar.gz
gentoo-71144287ae4a63a47c7ec988118c1f6f33d0d46c.tar.bz2
gentoo-71144287ae4a63a47c7ec988118c1f6f33d0d46c.zip
dev-erlang/protobuffs: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-erlang/protobuffs')
-rw-r--r--dev-erlang/protobuffs/Manifest1
-rw-r--r--dev-erlang/protobuffs/protobuffs-0.8.2.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/dev-erlang/protobuffs/Manifest b/dev-erlang/protobuffs/Manifest
index 27ce480bc3d0..f902a7aaa858 100644
--- a/dev-erlang/protobuffs/Manifest
+++ b/dev-erlang/protobuffs/Manifest
@@ -1,2 +1 @@
-DIST protobuffs-0.8.2.tar.gz 132660 BLAKE2B a8480b14bfd5007cc8f43218fb669330049c19e5cbad3d8359ed921d0f50e03fea7001c9f901644f3d2ed1868be70576af65aec7d293f0403b058e9e64bd1a3d SHA512 56e9f8d41c500769724adadf025e3915e2b1ab6b68f1664080a49e783facf3d79b5ec20eb8664db9babeea21fc0637c88b1e4a121ca810247e32831a79171b11
DIST protobuffs-0.9.0.tar.gz 237560 BLAKE2B a29964deae465e0762570a04e6bbe65eea4ab5b60aebf8639724cd7db85716a69d61aa89fbb6dd3464283b1f343dd62f12b8cc2ab6dc0c0e6930d925a4943fbc SHA512 f5838723c5e5ae55f412848978729347186075917893e0b74e5af966ced9f12e8bc65906f3e591c78a99e64d70461df46e5719b83c262e9bbc5acfd1e50ae1d2
diff --git a/dev-erlang/protobuffs/protobuffs-0.8.2.ebuild b/dev-erlang/protobuffs/protobuffs-0.8.2.ebuild
deleted file mode 100644
index 380ee4f02da5..000000000000
--- a/dev-erlang/protobuffs/protobuffs-0.8.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-MY_PN="erlang_protobuffs"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Google's Protocol Buffers for Erlang"
-HOMEPAGE="https://github.com/basho/erlang_protobuffs"
-SRC_URI="https://github.com/basho/${MY_PN}/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
-IUSE="test"
-
-CDEPEND=">=dev-lang/erlang-17.1"
-DEPEND="${CDEPEND}
- test? (
- >=dev-erlang/meck-0.8.2
- >=dev-erlang/proper-1.1
- )"
-RDEPEND="${CDEPEND}"
-
-DOCS=( AUTHORS ChangeLog README.markdown )
-
-S="${WORKDIR}/${MY_P}"
-
-src_test() {
- ./scripts/generate_emakefile.escript || die
- erebar ct
- # FIXME: 1 test fails, reported upstream:
- # FIXME: https://github.com/basho/erlang_protobuffs/issues/100
- # FIXME: erebar eunit
-}