From 5f44d90ff7ee5f332bcd49dbd6943f5876289f8a Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Mon, 20 Feb 2023 21:27:55 +0100 Subject: [PATCH] removed cawbird since its not beeing developed and it stopped working --- net-im/cawbird/Manifest | 1 - net-im/cawbird/cawbird-1.5-r2.ebuild | 77 ---------------------------- net-im/cawbird/metadata.xml | 17 ------ 3 files changed, 95 deletions(-) delete mode 100755 net-im/cawbird/Manifest delete mode 100644 net-im/cawbird/cawbird-1.5-r2.ebuild delete mode 100755 net-im/cawbird/metadata.xml diff --git a/net-im/cawbird/Manifest b/net-im/cawbird/Manifest deleted file mode 100755 index 8c822e3..0000000 --- a/net-im/cawbird/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cawbird-1.5.tar.gz 675527 BLAKE2B d94bf61faba01fc1159fabbf0da24ab49a697112ccd5bb631133c21f52ffe29e9ede214c9eccf553cbbb039b08e487467e4ecc56d0e0ef63f68d4c23d39414aa SHA512 917480ac79606a1ab572f0837fd48e100bbb6d70ad3551a8d86486843d9bfb0e4814c75c56ff0e2aa41fd7d32a614bbff4e6121831b3da7da7614fb5a0d3f6e1 diff --git a/net-im/cawbird/cawbird-1.5-r2.ebuild b/net-im/cawbird/cawbird-1.5-r2.ebuild deleted file mode 100644 index 9f40ab2..0000000 --- a/net-im/cawbird/cawbird-1.5-r2.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome2-utils meson vala xdg - -DESCRIPTION="Twitter client" -HOMEPAGE="https://ibboard.co.uk/cawbird/ https://github.com/IBBoard/cawbird" -SRC_URI="https://github.com/IBBoard/cawbird/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/${P} - -LICENSE="CC-BY-3.0 GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~arm64" -IUSE="gstreamer spell" - -RDEPEND=" - dev-db/sqlite:3 - dev-libs/atk - dev-libs/glib:2 - dev-libs/json-glib - net-libs/liboauth - net-libs/libsoup:2.4 - net-libs/rest:0.7 - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3 - x11-libs/libX11 - x11-libs/pango - gstreamer? ( - media-plugins/gst-plugins-gtk - media-plugins/gst-plugins-hls - media-plugins/gst-plugins-meta[ffmpeg,http,X] - ) - spell? ( app-text/gspell:=[vala] ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - $(vala_depend) - virtual/pkgconfig -" - -src_prepare() { - default - - # Remove tests that require the network. - for test in avatardownload filters inlinemediadownloader \ - texttransform tweetparsing; do - sed -i "/${test}/d" tests/meson.build || die - done - - vala_setup -} - -src_configure() { - local emesonargs=( - # these keys are taken from the readme of cawbird - -Dconsumer_key_base64='VmY5dG9yRFcyWk93MzJEZmhVdEk5Y3NMOA==' - -Dconsumer_secret_base64='MThCRXIxbWRESDQ2Y0podzVtVU13SGUyVGlCRXhPb3BFRHhGYlB6ZkpybG5GdXZaSjI=' - -Dexamples=false - $(meson_use spell spellcheck) - $(meson_use gstreamer video) - -Dx11=true - ) - meson_src_configure -} - -pkg_postinst() { - gnome2_schemas_update - xdg_pkg_postinst -} - -pkg_postrm() { - gnome2_schemas_update - xdg_pkg_postrm -} diff --git a/net-im/cawbird/metadata.xml b/net-im/cawbird/metadata.xml deleted file mode 100755 index 4f14ca4..0000000 --- a/net-im/cawbird/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - gjdijkman@gjdwebserver.nl - Gerben Jan Dijkman - - - Cawbird is a fork of the Corebird Twitter client from Baedert, which became unsupported after Twitter disabled the streaming API. - - Cawbird works with the new APIs and includes a few fixes and modifications that have historically been patched in to IBBoard's custom Corebird build on his personal Open Build Service account. - - - https://github.com/IBBoard/cawbird - https://github.com/IBBoard/cawbird/issues - -