summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-10-11 21:02:26 +0200
committerFlorian Schmaus <flow@gentoo.org>2023-10-11 21:02:26 +0200
commitb9087dfd0f651b865674b7f0bab5f2b5911de6f7 (patch)
tree1dc13dd3fb7cbea0071bcdbc8a2596057a553440 /dev-erlang
parentnet-misc/nextcloud-client: add 3.10.0 (diff)
downloadgentoo-b9087dfd0f651b865674b7f0bab5f2b5911de6f7.tar.gz
gentoo-b9087dfd0f651b865674b7f0bab5f2b5911de6f7.tar.bz2
gentoo-b9087dfd0f651b865674b7f0bab5f2b5911de6f7.zip
dev-erlang/protobuffs: treeclean
Closes: https://bugs.gentoo.org/725584 Closes: https://bugs.gentoo.org/793236 Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-erlang')
-rw-r--r--dev-erlang/protobuffs/Manifest1
-rw-r--r--dev-erlang/protobuffs/metadata.xml8
-rw-r--r--dev-erlang/protobuffs/protobuffs-0.9.0.ebuild40
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-erlang/protobuffs/Manifest b/dev-erlang/protobuffs/Manifest
deleted file mode 100644
index f902a7aaa858..000000000000
--- a/dev-erlang/protobuffs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST protobuffs-0.9.0.tar.gz 237560 BLAKE2B a29964deae465e0762570a04e6bbe65eea4ab5b60aebf8639724cd7db85716a69d61aa89fbb6dd3464283b1f343dd62f12b8cc2ab6dc0c0e6930d925a4943fbc SHA512 f5838723c5e5ae55f412848978729347186075917893e0b74e5af966ced9f12e8bc65906f3e591c78a99e64d70461df46e5719b83c262e9bbc5acfd1e50ae1d2
diff --git a/dev-erlang/protobuffs/metadata.xml b/dev-erlang/protobuffs/metadata.xml
deleted file mode 100644
index 35370957d36d..000000000000
--- a/dev-erlang/protobuffs/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">basho/erlang_protobuffs</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-erlang/protobuffs/protobuffs-0.9.0.ebuild b/dev-erlang/protobuffs/protobuffs-0.9.0.ebuild
deleted file mode 100644
index b96a32127b39..000000000000
--- a/dev-erlang/protobuffs/protobuffs-0.9.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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"
-RESTRICT="!test? ( 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.md RELNOTES.md )
-
-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
-}