From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/cawbird/
Date: Sun, 20 Mar 2022 16:49:10 +0000 (UTC) [thread overview]
Message-ID: <1647794943.9b7b22b77ddf7a2c50c960313c8bb073a1015a1d.Alessandro-Barbieri@gentoo> (raw)
commit: 9b7b22b77ddf7a2c50c960313c8bb073a1015a1d
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Mar 20 16:49:03 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Mar 20 16:49:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b7b22b7
net-im/cawbird: treeclean
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
net-im/cawbird/Manifest | 1 -
net-im/cawbird/cawbird-1.4.2.ebuild | 49 -------------------------------------
net-im/cawbird/metadata.xml | 17 -------------
3 files changed, 67 deletions(-)
diff --git a/net-im/cawbird/Manifest b/net-im/cawbird/Manifest
deleted file mode 100644
index c6e6dbb83..000000000
--- a/net-im/cawbird/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cawbird-1.4.2.tar.gz 653216 BLAKE2B c05008a310152c5d190233a7251cf0ca7104f5ca564a1c0f2ac06fb23ded9eb6429965624ae7b7a0b0b763db19ebcb159a138cbed8dac36c3fcaa56d2ead62ee SHA512 409d2b838b9c14c45fb6aa2b04dc1ccaaf76baab7394d630d254dc9a4001f7f53321b88f600e2c3f9c39e19da38dd717f46abb4a63b11696f41e61b9ab8e6452
diff --git a/net-im/cawbird/cawbird-1.4.2.ebuild b/net-im/cawbird/cawbird-1.4.2.ebuild
deleted file mode 100644
index c0ba37584..000000000
--- a/net-im/cawbird/cawbird-1.4.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VALA_USE_DEPEND="vapigen"
-
-inherit vala meson xdg
-
-DESCRIPTION="Cawbird is a fork of the Corebird Twitter client from Baedert."
-HOMEPAGE="https://github.com/IBBoard/cawbird"
-SRC_URI="https://github.com/IBBoard/cawbird/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="+X gstreamer spell"
-
-DEPEND="
- dev-db/sqlite:3
- dev-libs/glib:2
- dev-libs/json-glib
- net-libs/libsoup:2.4
- net-libs/liboauth
- media-plugins/gst-plugins-libav
- sys-devel/gettext
- x11-libs/gtk+:3
- X? ( x11-libs/libX11 )
- gstreamer? (
- media-libs/gst-plugins-base
- media-libs/gst-plugins-bad
- )
- spell? ( app-text/gspell )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
- $(vala_depend)
- dev-libs/gobject-introspection
-"
-
-src_configure() {
- local emesonargs=(
- $(meson_use X x11)
- $(meson_use gstreamer video)
- $(meson_use spell spellcheck)
- -Dconsumer_key_base64=VmY5dG9yRFcyWk93MzJEZmhVdEk5Y3NMOA==
- -Dconsumer_secret_base64=MThCRXIxbWRESDQ2Y0podzVtVU13SGUyVGlCRXhPb3BFRHhGYlB6ZkpybG5GdXZaSjI=
- )
- meson_src_configure
-}
diff --git a/net-im/cawbird/metadata.xml b/net-im/cawbird/metadata.xml
deleted file mode 100644
index 4f14ca4a2..000000000
--- a/net-im/cawbird/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>gjdijkman@gjdwebserver.nl</email>
- <name>Gerben Jan Dijkman</name>
- </maintainer>
- <longdescription lang="en">
- 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.
- </longdescription>
- <upstream>
- <doc>https://github.com/IBBoard/cawbird</doc>
- <bugs-to>https://github.com/IBBoard/cawbird/issues</bugs-to>
- </upstream>
-</pkgmetadata>
next reply other threads:[~2022-03-20 16:49 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-20 16:49 Alessandro Barbieri [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-12-20 8:59 [gentoo-commits] repo/proj/guru:dev commit in: net-im/cawbird/ Anna Vyalkova
2021-12-15 11:13 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-12-15 11:13 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-10-25 10:04 Gerben Jan Dijkman
2021-09-21 10:02 [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2021-09-21 9:52 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2021-07-24 16:00 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-07-24 16:00 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-07-24 15:58 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-07-24 15:47 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-07-24 5:18 Gerben Jan Dijkman
2021-07-24 5:18 Gerben Jan Dijkman
2021-07-24 4:45 Gerben Jan Dijkman
2021-07-24 4:36 Gerben Jan Dijkman
2021-07-24 0:31 Gerben Jan Dijkman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1647794943.9b7b22b77ddf7a2c50c960313c8bb073a1015a1d.Alessandro-Barbieri@gentoo \
--to=lssndrbarbieri@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox