commit: 79aaad4330d937079f2ce068e8e8ae6506dac059 Author: Matthew Smith <matthew <AT> gentoo <DOT> org> AuthorDate: Wed Apr 13 09:25:26 2022 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Wed Apr 13 09:36:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79aaad43
net-im/corebird: treeclean Closes: https://bugs.gentoo.org/835162 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> net-im/corebird/Manifest | 1 - net-im/corebird/corebird-1.7.4-r2.ebuild | 59 -------------------------------- net-im/corebird/metadata.xml | 11 ------ profiles/package.mask | 5 --- 4 files changed, 76 deletions(-) diff --git a/net-im/corebird/Manifest b/net-im/corebird/Manifest deleted file mode 100644 index 946446bfbe08..000000000000 --- a/net-im/corebird/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST corebird-1.7.4.tar.gz 555650 BLAKE2B 1c9ef4d81084a291726876a76b700fe556c0c8c803921c2df215db7e0c268029fcefa95ea6aabd8f4934ecbf70e70ee57988b6c7aefebfd0851d3cb73d16b3fc SHA512 7e88f73ef1fc36379172d30251065e7ee3df54eabfaf954015ed4e739c5ad2b1821b43a07e66bb9363b7daa59b5e981d459a4aef87be8a3dd80a7ed41e37e582 diff --git a/net-im/corebird/corebird-1.7.4-r2.ebuild b/net-im/corebird/corebird-1.7.4-r2.ebuild deleted file mode 100644 index 08f06c7b7339..000000000000 --- a/net-im/corebird/corebird-1.7.4-r2.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -VALA_MIN_API_VERSION=0.34 - -inherit autotools gnome2 vala virtualx xdg-utils - -DESCRIPTION="Native GTK+3 Twitter client" -HOMEPAGE="https://corebird.baedert.org/" -SRC_URI="https://github.com/baedert/corebird/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug gstreamer spellcheck" - -RDEPEND="dev-db/sqlite:3 - dev-libs/glib:2 - dev-libs/json-glib - gstreamer? ( media-plugins/gst-plugins-gtk:1.0 - media-libs/gst-plugins-base:1.0[X] - media-libs/gst-plugins-good:1.0 - media-plugins/gst-plugins-hls:1.0 - media-plugins/gst-plugins-libav:1.0 - media-plugins/gst-plugins-meta:1.0[X] - media-plugins/gst-plugins-soup:1.0 ) - spellcheck? ( app-text/gspell:=[vala] ) - net-libs/libsoup:2.4 - x11-libs/gtk+:3" -DEPEND="${RDEPEND} - $(vala_depend) - dev-util/intltool - sys-apps/sed - virtual/pkgconfig" - -src_prepare() { - # Disable that specific test because it would perform a download - sed -i -e "/inlinemediadownloader/d" tests/Makefile.am || die - eautoreconf - gnome2_src_prepare - vala_src_prepare -} - -src_configure() { - local myeconfargs=( - $(use_enable gstreamer video) - --disable-gst-check - $(use_enable spellcheck) - ) - gnome2_src_configure "${myeconfargs[@]}" -} - -src_test() { - # Need to have $HOME/.config and friends for the tests to work - xdg_environment_reset - virtx emake check -} diff --git a/net-im/corebird/metadata.xml b/net-im/corebird/metadata.xml deleted file mode 100644 index 9e83bd6d9566..000000000000 --- a/net-im/corebird/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <use> - <flag name="spellcheck">Support spell checking</flag> - </use> - <upstream> - <remote-id type="github">baedert/corebird</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 41c174c287c7..4e20356b5e70 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -305,11 +305,6 @@ dev-python/sphinx-jinja # Removal on 2022-04-15. bug #835350. dev-java/headius-options -# Matthew Smith <[email protected]> (2022-03-14) -# Dead upstream, multiple open bugs. -# Bug #835162. Removal on 2022-04-13. -net-im/corebird - # John Helmert III <[email protected]> (2022-03-13) # Arti is not a production-ready Tor client. According to upstream, "do # not use this program yet if you seriously need anonymity, privacy,
