* [gentoo-commits] repo/gentoo:master commit in: net-im/cawbird/, profiles/, net-im/cawbird/files/
@ 2023-05-14 16:19 David Seifert
0 siblings, 0 replies; only message in thread
From: David Seifert @ 2023-05-14 16:19 UTC (permalink / raw
To: gentoo-commits
commit: 64ea3958df99a84b0a33d565e764724f49c670f3
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 16:19:09 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun May 14 16:19:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64ea3958
net-im/cawbird: treeclean
Closes: https://bugs.gentoo.org/904296
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-im/cawbird/Manifest | 1 -
net-im/cawbird/cawbird-1.5-r3.ebuild | 81 --------------------------
net-im/cawbird/files/cawbird-1.5-clang16.patch | 28 ---------
net-im/cawbird/metadata.xml | 8 ---
profiles/package.mask | 5 --
5 files changed, 123 deletions(-)
diff --git a/net-im/cawbird/Manifest b/net-im/cawbird/Manifest
deleted file mode 100644
index 8c822e3f91a8..000000000000
--- 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-r3.ebuild b/net-im/cawbird/cawbird-1.5-r3.ebuild
deleted file mode 100644
index 4a184bcbe2d3..000000000000
--- a/net-im/cawbird/cawbird-1.5-r3.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 2022-2023 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"
-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
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.5-clang16.patch
-)
-
-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/files/cawbird-1.5-clang16.patch b/net-im/cawbird/files/cawbird-1.5-clang16.patch
deleted file mode 100644
index 62137f4abda8..000000000000
--- a/net-im/cawbird/files/cawbird-1.5-clang16.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-https://bugzilla.redhat.com/show_bug.cgi?id=2185474
-https://src.fedoraproject.org/rpms/cawbird/raw/40963504cc61b410cf82b0f4e5938f1e66d3cf12/f/cawbird-c99.patch
-
-Declare cb_tweet_model_set_thread_mode in CbTweetModel.h, so that it
-can be called from TweetInfoPage.vala. Likewise for
-cb_tweet_has_quoted_inline_media, CbTweet.h and TweetListEntry.vala.
-
---- a/src/CbTweet.h
-+++ b/src/CbTweet.h
-@@ -104,6 +104,7 @@ CbMedia ** cb_tweet_get_quoted_medias(CbTweet *tweet,
- char ** cb_tweet_get_mentions (CbTweet *tweet,
- int *n_mentions);
- gboolean cb_tweet_has_inline_media (CbTweet *tweet);
-+gboolean cb_tweet_has_quoted_inline_media (CbTweet *tweet);
- gint64 cb_tweet_get_user_id (CbTweet *tweet);
- const char * cb_tweet_get_screen_name (CbTweet *tweet);
- const char * cb_tweet_get_user_name (CbTweet *tweet);
---- a/src/CbTweetModel.h
-+++ b/src/CbTweetModel.h
-@@ -56,6 +56,7 @@ GType cb_tweet_model_get_type (void) G_GNUC_CONST;
- CbTweetModel *cb_tweet_model_new (void);
-
- int cb_tweet_model_index_of (CbTweetModel *self, gint64 id);
-+int cb_tweet_model_index_of_retweet (CbTweetModel *self, gint64 id);
-
- gboolean cb_tweet_model_contains_id (CbTweetModel *self,
- gint64 id);
-
diff --git a/net-im/cawbird/metadata.xml b/net-im/cawbird/metadata.xml
deleted file mode 100644
index 35907e6cd778..000000000000
--- a/net-im/cawbird/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">IBBoard/cawbird</remote-id>
-</upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 9ee466e0d74c..6e5b15f6cb9e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -264,11 +264,6 @@ x11-misc/sprop
# Removal on 2023-05-14. Bug #778506, bug #881205.
www-apache/mod_log_sql
-# Sam James <sam@gentoo.org> (2023-04-14)
-# Obsolete because of Twitter API changes. Archived upstream.
-# Removal on 2023-05-14. Bug #904296.
-net-im/cawbird
-
# Sam James <sam@gentoo.org> (2023-04-13)
# Leads to broken terminal output in e.g. vim and openrc and other applications
# like joe crashing.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-05-14 16:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-14 16:19 [gentoo-commits] repo/gentoo:master commit in: net-im/cawbird/, profiles/, net-im/cawbird/files/ David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox