public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: net-im/cawbird/
@ 2021-07-24  0:31 Gerben Jan Dijkman
  0 siblings, 0 replies; 12+ messages in thread
From: Gerben Jan Dijkman @ 2021-07-24  0:31 UTC (permalink / raw
  To: gentoo-commits

commit:     9eab706c5f997cc13853b4ad8722d8e5dc45ca8d
Author:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
AuthorDate: Sat Jul 24 00:31:00 2021 +0000
Commit:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
CommitDate: Sat Jul 24 00:31:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9eab706c

net-im/cawbird:

Adding net-im/cawbird since net-im/corebird is not supported anymore

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gerben jan Dijkman <gjdijkman <AT> gjdwebserver.nl>

 net-im/cawbird/Manifest             |  1 +
 net-im/cawbird/cawbird-1.4.1.ebuild | 61 +++++++++++++++++++++++++++++++++++++
 net-im/cawbird/metadata.xml         | 17 +++++++++++
 3 files changed, 79 insertions(+)

diff --git a/net-im/cawbird/Manifest b/net-im/cawbird/Manifest
new file mode 100644
index 000000000..9b3b2a1c7
--- /dev/null
+++ b/net-im/cawbird/Manifest
@@ -0,0 +1 @@
+DIST v1.4.1.tar.gz 653062 BLAKE2B 5c8448ff37349f243f6b2e378621c561720c7648f8f79eb4c04301b331fa050ee5d7d9874644e89b41b6d613279e2be3d2d96c89c0a1bc9795984b6630fc056c SHA512 bef80fbbbcaf325e6f8c57bce6146eb795f7bb39804f10fada3b529a6439b73f8506f6015d7221b90ed1f1862c79886ee86eebaa244b968bfc60c50ffa5e8abe

diff --git a/net-im/cawbird/cawbird-1.4.1.ebuild b/net-im/cawbird/cawbird-1.4.1.ebuild
new file mode 100644
index 000000000..a8b7d7997
--- /dev/null
+++ b/net-im/cawbird/cawbird-1.4.1.ebuild
@@ -0,0 +1,61 @@
+# 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 gnome2-utils git-r3 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"
+EGIT_REPO_URI="https://github.com/IBBoard/cawbird.git"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64 ~arm64"
+IUSE="+introspection +vala"
+REQUIRED_USE="vala? ( introspection )"
+
+DEPEND="
+	gui-libs/gtk
+	>=x11-libs/gtk+-3.22
+	>=dev-libs/glib-2.44
+	>=dev-libs/json-glib-1.0
+	>=dev-db/sqlite-3.0
+	>=net-libs/libsoup-2.4
+	net-libs/liboauth
+	>=sys-devel/gettext-0.19
+	media-libs/gst-plugins-base
+	media-libs/gst-plugins-bad
+	media-plugins/gst-plugins-libav
+	>=app-text/gspell-1.0
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+		vala? ( $(vala_depend) )
+		dev-util/meson
+		dev-libs/gobject-introspection
+"
+
+S="${WORKDIR}/$PN-${PV}"
+
+src_configure() {
+        local emesonargs=(
+                -Dconsumer_key_base64=VmY5dG9yRFcyWk93MzJEZmhVdEk5Y3NMOA==
+		-Dconsumer_secret_base64=MThCRXIxbWRESDQ2Y0podzVtVU13SGUyVGlCRXhPb3BFRHhGYlB6ZkpybG5GdXZaSjI=                
+        )        
+        meson_src_configure
+}
+
+src_install() {
+	meson_src_install
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}

diff --git a/net-im/cawbird/metadata.xml b/net-im/cawbird/metadata.xml
new file mode 100644
index 000000000..4f14ca4a2
--- /dev/null
+++ b/net-im/cawbird/metadata.xml
@@ -0,0 +1,17 @@
+<?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>


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/cawbird/
@ 2021-07-24  4:36 Gerben Jan Dijkman
  0 siblings, 0 replies; 12+ messages in thread
From: Gerben Jan Dijkman @ 2021-07-24  4:36 UTC (permalink / raw
  To: gentoo-commits

commit:     6e67dff1ff63e7028d06d8a33309a59edb03ef71
Author:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
AuthorDate: Sat Jul 24 04:35:58 2021 +0000
Commit:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
CommitDate: Sat Jul 24 04:35:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e67dff1

net-im/cawbird: Updated Keywords

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gerben jan Dijkman <gjdijkman <AT> gjdwebserver.nl>

 net-im/cawbird/cawbird-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/cawbird/cawbird-1.4.1.ebuild b/net-im/cawbird/cawbird-1.4.1.ebuild
index a8b7d7997..6367e68b1 100644
--- a/net-im/cawbird/cawbird-1.4.1.ebuild
+++ b/net-im/cawbird/cawbird-1.4.1.ebuild
@@ -13,7 +13,7 @@ EGIT_REPO_URI="https://github.com/IBBoard/cawbird.git"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+introspection +vala"
 REQUIRED_USE="vala? ( introspection )"
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/cawbird/
@ 2021-07-24  4:45 Gerben Jan Dijkman
  0 siblings, 0 replies; 12+ messages in thread
From: Gerben Jan Dijkman @ 2021-07-24  4:45 UTC (permalink / raw
  To: gentoo-commits

commit:     c67e705691de41fce29de0da7f0829d4927755fe
Author:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
AuthorDate: Sat Jul 24 04:45:54 2021 +0000
Commit:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
CommitDate: Sat Jul 24 04:45:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c67e7056

net-im/cawbird: Updated Keywords

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gerben jan Dijkman <gjdijkman <AT> gjdwebserver.nl>

 net-im/cawbird/cawbird-1.4.1.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-im/cawbird/cawbird-1.4.1.ebuild b/net-im/cawbird/cawbird-1.4.1.ebuild
index 6367e68b1..fefa6e83d 100644
--- a/net-im/cawbird/cawbird-1.4.1.ebuild
+++ b/net-im/cawbird/cawbird-1.4.1.ebuild
@@ -13,7 +13,7 @@ EGIT_REPO_URI="https://github.com/IBBoard/cawbird.git"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~arm64"
 IUSE="+introspection +vala"
 REQUIRED_USE="vala? ( introspection )"
 
@@ -41,11 +41,11 @@ BDEPEND="
 S="${WORKDIR}/$PN-${PV}"
 
 src_configure() {
-        local emesonargs=(
-                -Dconsumer_key_base64=VmY5dG9yRFcyWk93MzJEZmhVdEk5Y3NMOA==
+	local emesonargs=(
+	        -Dconsumer_key_base64=VmY5dG9yRFcyWk93MzJEZmhVdEk5Y3NMOA==
 		-Dconsumer_secret_base64=MThCRXIxbWRESDQ2Y0podzVtVU13SGUyVGlCRXhPb3BFRHhGYlB6ZkpybG5GdXZaSjI=                
-        )        
-        meson_src_configure
+	)        
+	meson_src_configure
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/cawbird/
@ 2021-07-24  5:18 Gerben Jan Dijkman
  0 siblings, 0 replies; 12+ messages in thread
From: Gerben Jan Dijkman @ 2021-07-24  5:18 UTC (permalink / raw
  To: gentoo-commits

commit:     d1bda3f1324dbe4a2f71bc17bbeb90bcd45e5332
Author:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
AuthorDate: Sat Jul 24 05:16:37 2021 +0000
Commit:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
CommitDate: Sat Jul 24 05:16:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1bda3f1

net-im/cawbird:

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gerben jan Dijkman <gjdijkman <AT> gjdwebserver.nl>

 net-im/cawbird/cawbird-1.4.1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-im/cawbird/cawbird-1.4.1.ebuild b/net-im/cawbird/cawbird-1.4.1.ebuild
index fefa6e83d..32daecb36 100644
--- a/net-im/cawbird/cawbird-1.4.1.ebuild
+++ b/net-im/cawbird/cawbird-1.4.1.ebuild
@@ -4,16 +4,15 @@
 EAPI=7
 VALA_USE_DEPEND="vapigen"
 
-inherit vala meson gnome2-utils git-r3 xdg
+inherit vala meson gnome2-utils 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"
-EGIT_REPO_URI="https://github.com/IBBoard/cawbird.git"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="+introspection +vala"
 REQUIRED_USE="vala? ( introspection )"
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/cawbird/
@ 2021-07-24  5:18 Gerben Jan Dijkman
  0 siblings, 0 replies; 12+ messages in thread
From: Gerben Jan Dijkman @ 2021-07-24  5:18 UTC (permalink / raw
  To: gentoo-commits

commit:     5a41ddf93d36aaa6a629abcb7a35d9b54be28fe9
Author:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
AuthorDate: Sat Jul 24 05:18:16 2021 +0000
Commit:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
CommitDate: Sat Jul 24 05:18:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5a41ddf9

net-im/cawbird: Remove inherit GIT

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gerben jan Dijkman <gjdijkman <AT> gjdwebserver.nl>

 net-im/cawbird/cawbird-1.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/cawbird/cawbird-1.4.1.ebuild b/net-im/cawbird/cawbird-1.4.1.ebuild
index 32daecb36..7067b52a7 100644
--- a/net-im/cawbird/cawbird-1.4.1.ebuild
+++ b/net-im/cawbird/cawbird-1.4.1.ebuild
@@ -41,7 +41,7 @@ S="${WORKDIR}/$PN-${PV}"
 
 src_configure() {
 	local emesonargs=(
-	        -Dconsumer_key_base64=VmY5dG9yRFcyWk93MzJEZmhVdEk5Y3NMOA==
+		-Dconsumer_key_base64=VmY5dG9yRFcyWk93MzJEZmhVdEk5Y3NMOA==
 		-Dconsumer_secret_base64=MThCRXIxbWRESDQ2Y0podzVtVU13SGUyVGlCRXhPb3BFRHhGYlB6ZkpybG5GdXZaSjI=                
 	)        
 	meson_src_configure


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/cawbird/
  2021-07-24 15:58 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2021-07-24 15:47 ` Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2021-07-24 15:47 UTC (permalink / raw
  To: gentoo-commits

commit:     d2e87d5cc771c1e4334a034f112f8cbe32d6a76d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 24 15:45:53 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Jul 24 15:45:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2e87d5c

net-im/cawbird: fix BadFilename

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 net-im/cawbird/Manifest             |  2 +-
 net-im/cawbird/cawbird-1.4.1.ebuild | 13 +++----------
 2 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/net-im/cawbird/Manifest b/net-im/cawbird/Manifest
index 9b3b2a1c7..d12148bd0 100644
--- a/net-im/cawbird/Manifest
+++ b/net-im/cawbird/Manifest
@@ -1 +1 @@
-DIST v1.4.1.tar.gz 653062 BLAKE2B 5c8448ff37349f243f6b2e378621c561720c7648f8f79eb4c04301b331fa050ee5d7d9874644e89b41b6d613279e2be3d2d96c89c0a1bc9795984b6630fc056c SHA512 bef80fbbbcaf325e6f8c57bce6146eb795f7bb39804f10fada3b529a6439b73f8506f6015d7221b90ed1f1862c79886ee86eebaa244b968bfc60c50ffa5e8abe
+DIST cawbird-1.4.1.tar.gz 653062 BLAKE2B 5c8448ff37349f243f6b2e378621c561720c7648f8f79eb4c04301b331fa050ee5d7d9874644e89b41b6d613279e2be3d2d96c89c0a1bc9795984b6630fc056c SHA512 bef80fbbbcaf325e6f8c57bce6146eb795f7bb39804f10fada3b529a6439b73f8506f6015d7221b90ed1f1862c79886ee86eebaa244b968bfc60c50ffa5e8abe

diff --git a/net-im/cawbird/cawbird-1.4.1.ebuild b/net-im/cawbird/cawbird-1.4.1.ebuild
index 7067b52a7..8efe400d2 100644
--- a/net-im/cawbird/cawbird-1.4.1.ebuild
+++ b/net-im/cawbird/cawbird-1.4.1.ebuild
@@ -8,7 +8,7 @@ inherit vala meson gnome2-utils 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"
+SRC_URI="https://github.com/IBBoard/cawbird/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -42,8 +42,8 @@ S="${WORKDIR}/$PN-${PV}"
 src_configure() {
 	local emesonargs=(
 		-Dconsumer_key_base64=VmY5dG9yRFcyWk93MzJEZmhVdEk5Y3NMOA==
-		-Dconsumer_secret_base64=MThCRXIxbWRESDQ2Y0podzVtVU13SGUyVGlCRXhPb3BFRHhGYlB6ZkpybG5GdXZaSjI=                
-	)        
+		-Dconsumer_secret_base64=MThCRXIxbWRESDQ2Y0podzVtVU13SGUyVGlCRXhPb3BFRHhGYlB6ZkpybG5GdXZaSjI=
+	)
 	meson_src_configure
 }
 
@@ -51,10 +51,3 @@ src_install() {
 	meson_src_install
 }
 
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/cawbird/
  2021-07-24 16:00 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2021-07-24 16:00 ` Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2021-07-24 16:00 UTC (permalink / raw
  To: gentoo-commits

commit:     a71d133b5c9de772bc94caccdd390c0b1886c207
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 24 16:00:36 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Jul 24 16:00:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a71d133b

net-im/cawbird: remove TrailingEmptyLine

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 net-im/cawbird/cawbird-1.4.1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-im/cawbird/cawbird-1.4.1.ebuild b/net-im/cawbird/cawbird-1.4.1.ebuild
index 8efe400d2..fc00ffe92 100644
--- a/net-im/cawbird/cawbird-1.4.1.ebuild
+++ b/net-im/cawbird/cawbird-1.4.1.ebuild
@@ -50,4 +50,3 @@ src_configure() {
 src_install() {
 	meson_src_install
 }
-


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/cawbird/
  2021-09-21 10:02 [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
@ 2021-09-21  9:52 ` Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2021-09-21  9:52 UTC (permalink / raw
  To: gentoo-commits

commit:     c1d50689ab8bd15ff570ff84f80aef331949346c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 21 09:44:12 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 21 09:44:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1d50689

net-im/cawbird: remove unused eclass autotools

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-im/cawbird/cawbird-1.4.1.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/net-im/cawbird/cawbird-1.4.1.ebuild b/net-im/cawbird/cawbird-1.4.1.ebuild
index fc00ffe92..35007ff43 100644
--- a/net-im/cawbird/cawbird-1.4.1.ebuild
+++ b/net-im/cawbird/cawbird-1.4.1.ebuild
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-VALA_USE_DEPEND="vapigen"
 
-inherit vala meson gnome2-utils xdg
+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"
@@ -37,8 +37,6 @@ BDEPEND="
 		dev-libs/gobject-introspection
 "
 
-S="${WORKDIR}/$PN-${PV}"
-
 src_configure() {
 	local emesonargs=(
 		-Dconsumer_key_base64=VmY5dG9yRFcyWk93MzJEZmhVdEk5Y3NMOA==


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/cawbird/
@ 2021-10-25 10:04 Gerben Jan Dijkman
  0 siblings, 0 replies; 12+ messages in thread
From: Gerben Jan Dijkman @ 2021-10-25 10:04 UTC (permalink / raw
  To: gentoo-commits

commit:     f9d86fa9ca03a0f898dc2d72908cb31ba536581c
Author:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
AuthorDate: Mon Oct 25 10:04:45 2021 +0000
Commit:     Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
CommitDate: Mon Oct 25 10:04:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9d86fa9

net-im/cawbird: Versin Bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver.nl>

 net-im/cawbird/Manifest                                       |  2 +-
 net-im/cawbird/{cawbird-1.4.1.ebuild => cawbird-1.4.2.ebuild} | 11 ++++++++---
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/net-im/cawbird/Manifest b/net-im/cawbird/Manifest
index d12148bd0..c6e6dbb83 100644
--- a/net-im/cawbird/Manifest
+++ b/net-im/cawbird/Manifest
@@ -1 +1 @@
-DIST cawbird-1.4.1.tar.gz 653062 BLAKE2B 5c8448ff37349f243f6b2e378621c561720c7648f8f79eb4c04301b331fa050ee5d7d9874644e89b41b6d613279e2be3d2d96c89c0a1bc9795984b6630fc056c SHA512 bef80fbbbcaf325e6f8c57bce6146eb795f7bb39804f10fada3b529a6439b73f8506f6015d7221b90ed1f1862c79886ee86eebaa244b968bfc60c50ffa5e8abe
+DIST cawbird-1.4.2.tar.gz 653216 BLAKE2B c05008a310152c5d190233a7251cf0ca7104f5ca564a1c0f2ac06fb23ded9eb6429965624ae7b7a0b0b763db19ebcb159a138cbed8dac36c3fcaa56d2ead62ee SHA512 409d2b838b9c14c45fb6aa2b04dc1ccaaf76baab7394d630d254dc9a4001f7f53321b88f600e2c3f9c39e19da38dd717f46abb4a63b11696f41e61b9ab8e6452

diff --git a/net-im/cawbird/cawbird-1.4.1.ebuild b/net-im/cawbird/cawbird-1.4.2.ebuild
similarity index 88%
rename from net-im/cawbird/cawbird-1.4.1.ebuild
rename to net-im/cawbird/cawbird-1.4.2.ebuild
index 35007ff43..76d01b0e6 100644
--- a/net-im/cawbird/cawbird-1.4.1.ebuild
+++ b/net-im/cawbird/cawbird-1.4.2.ebuild
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-
 VALA_USE_DEPEND="vapigen"
-inherit vala meson xdg
+
+inherit vala meson gnome2-utils xdg
 
 DESCRIPTION="Cawbird is a fork of the Corebird Twitter client from Baedert."
 HOMEPAGE="https://github.com/IBBoard/cawbird"
@@ -22,7 +22,7 @@ DEPEND="
 	>=dev-libs/glib-2.44
 	>=dev-libs/json-glib-1.0
 	>=dev-db/sqlite-3.0
-	>=net-libs/libsoup-2.4
+	>=net-libs/libsoup-2.4:*
 	net-libs/liboauth
 	>=sys-devel/gettext-0.19
 	media-libs/gst-plugins-base
@@ -37,7 +37,12 @@ BDEPEND="
 		dev-libs/gobject-introspection
 "
 
+S="${WORKDIR}/$PN-${PV}"
+
 src_configure() {
+	local mycmakeargs+=(
+		"-DVALA_EXECUTABLE=${VALAC}"
+	)
 	local emesonargs=(
 		-Dconsumer_key_base64=VmY5dG9yRFcyWk93MzJEZmhVdEk5Y3NMOA==
 		-Dconsumer_secret_base64=MThCRXIxbWRESDQ2Y0podzVtVU13SGUyVGlCRXhPb3BFRHhGYlB6ZkpybG5GdXZaSjI=


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/cawbird/
  2021-12-15 11:13 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2021-12-15 11:13 ` Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2021-12-15 11:13 UTC (permalink / raw
  To: gentoo-commits

commit:     d30b7b14f85ff468f3221192f7f44675951d1490
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 11:13:02 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 11:13:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d30b7b14

net-im/cawbird: drop UnusedInherits

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 net-im/cawbird/cawbird-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/cawbird/cawbird-1.4.2.ebuild b/net-im/cawbird/cawbird-1.4.2.ebuild
index 76d01b0e6..a6c73bd7b 100644
--- a/net-im/cawbird/cawbird-1.4.2.ebuild
+++ b/net-im/cawbird/cawbird-1.4.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 VALA_USE_DEPEND="vapigen"
 
-inherit vala meson gnome2-utils xdg
+inherit vala meson xdg
 
 DESCRIPTION="Cawbird is a fork of the Corebird Twitter client from Baedert."
 HOMEPAGE="https://github.com/IBBoard/cawbird"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/cawbird/
@ 2021-12-20  8:59 Anna Vyalkova
  0 siblings, 0 replies; 12+ messages in thread
From: Anna Vyalkova @ 2021-12-20  8:59 UTC (permalink / raw
  To: gentoo-commits

commit:     78062791354349153b603beb9d216337443f3b60
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Dec 20 08:37:43 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Dec 20 08:37:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78062791

net-im/cawbird: add use flags

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 net-im/cawbird/cawbird-1.4.2.ebuild | 42 ++++++++++++++++---------------------
 1 file changed, 18 insertions(+), 24 deletions(-)

diff --git a/net-im/cawbird/cawbird-1.4.2.ebuild b/net-im/cawbird/cawbird-1.4.2.ebuild
index a6c73bd7b..c0ba37584 100644
--- a/net-im/cawbird/cawbird-1.4.2.ebuild
+++ b/net-im/cawbird/cawbird-1.4.2.ebuild
@@ -13,43 +13,37 @@ SRC_URI="https://github.com/IBBoard/cawbird/archive/refs/tags/v${PV}.tar.gz -> $
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="+introspection +vala"
-REQUIRED_USE="vala? ( introspection )"
+IUSE="+X gstreamer spell"
 
 DEPEND="
-	gui-libs/gtk
-	>=x11-libs/gtk+-3.22
-	>=dev-libs/glib-2.44
-	>=dev-libs/json-glib-1.0
-	>=dev-db/sqlite-3.0
-	>=net-libs/libsoup-2.4:*
+	dev-db/sqlite:3
+	dev-libs/glib:2
+	dev-libs/json-glib
+	net-libs/libsoup:2.4
 	net-libs/liboauth
-	>=sys-devel/gettext-0.19
-	media-libs/gst-plugins-base
-	media-libs/gst-plugins-bad
 	media-plugins/gst-plugins-libav
-	>=app-text/gspell-1.0
+	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? ( $(vala_depend) )
-		dev-util/meson
-		dev-libs/gobject-introspection
+	$(vala_depend)
+	dev-libs/gobject-introspection
 "
 
-S="${WORKDIR}/$PN-${PV}"
-
 src_configure() {
-	local mycmakeargs+=(
-		"-DVALA_EXECUTABLE=${VALAC}"
-	)
 	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
 }
-
-src_install() {
-	meson_src_install
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/cawbird/
@ 2022-03-20 16:49 Alessandro Barbieri
  0 siblings, 0 replies; 12+ messages in thread
From: Alessandro Barbieri @ 2022-03-20 16:49 UTC (permalink / raw
  To: gentoo-commits

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>


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-03-20 16:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-20 16:49 [gentoo-commits] repo/proj/guru:dev commit in: net-im/cawbird/ Alessandro Barbieri
  -- strict thread matches above, loose matches on Subject: below --
2021-12-20  8:59 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox