commit: b9087dfd0f651b865674b7f0bab5f2b5911de6f7 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Wed Oct 11 19:02:26 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Wed Oct 11 19:02:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9087dfd
dev-erlang/protobuffs: treeclean Closes: https://bugs.gentoo.org/725584 Closes: https://bugs.gentoo.org/793236 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> dev-erlang/protobuffs/Manifest | 1 - dev-erlang/protobuffs/metadata.xml | 8 ------ dev-erlang/protobuffs/protobuffs-0.9.0.ebuild | 40 --------------------------- profiles/package.mask | 8 ------ 4 files changed, 57 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 -} diff --git a/profiles/package.mask b/profiles/package.mask index 8297c3d4b017..8824b8b36c1c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -302,14 +302,6 @@ mail-client/kube # Removal on 2023-10-05. app-crypt/tpm2-tss-engine -# Florian Schmaus <[email protected]> (2023-09-03) -# Became a leaf package after dev-erlang/riak_pb was removed (989c0f55e0). -# Unmaintained in ::gentoo and upstream since multiple years. Alternative at -# https://github.com/tomas-abrahamsson/gpb. -# Two open bugs: #725584 and #793236. -# Removal on 2023-10-03. -dev-erlang/protobuffs - # Sam James <[email protected]> (2023-08-04) # Stricter behavior which causes some packages to fail, see bug #911721. =dev-util/pkgconf-2.0.0
