public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-im/corebird/
@ 2015-10-10 11:45 Manuel Rüger
  0 siblings, 0 replies; 18+ messages in thread
From: Manuel Rüger @ 2015-10-10 11:45 UTC (permalink / raw
  To: gentoo-commits

commit:     d5dddcfb0b85a9b6923e8d096813c14d26d1cc98
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 11:45:22 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 11:45:22 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5dddcfb

net-im/corebird: Version bump

Package-Manager: portage-2.2.23

 net-im/corebird/Manifest            |  1 +
 net-im/corebird/corebird-1.1.ebuild | 50 +++++++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/net-im/corebird/Manifest b/net-im/corebird/Manifest
index f4ffd33..40ca2b4 100644
--- a/net-im/corebird/Manifest
+++ b/net-im/corebird/Manifest
@@ -1,2 +1,3 @@
 DIST corebird-0.8.tar.gz 1655839 SHA256 4e68e174edc40b49d70a11c1b0a1b196ca9517daa8eae6ce2da3e8004acda611 SHA512 308bc0ade8ddda0b0be0949e5199bf6ac1b3658bf6e181821a205a602b2a22a97e77583cd5ca63ba272926810095104ae4117e54ccda10234d143c3377b9384d WHIRLPOOL 2e014590c0d9222a6a53d78d855ff9017fa9b3c68c2c354bc2acad1b028bd6253fa9510fbc5ce391bc65319829e14c5447b4be4cbcc8427faace790767e6d98c
 DIST corebird-1.0.tar.gz 1697452 SHA256 0ca4ca20b0281b2901382810ef8bd1682bb896c3915ad3bea3f2a41461118001 SHA512 098dd764a3aecaeda90ad5b0e24a4bf172025ce1a4105b713a1a73385d1de9cca028d7a34a39e9682ad4e2b2b22d4bf2889668c587e363cdfa6053136b1f4c39 WHIRLPOOL e033988b94632ad6b8d4e8c79a6125311466e81d746dd434801451f71e4590558b1797e8690ff033c1c04aeb4a299191993421a64e9d3a925409cda663478ab8
+DIST corebird-1.1.tar.gz 1757414 SHA256 f6109cc2bdc7ee5893c28861a73df4eeaec4b76b99222a90aec381b03b19c8a7 SHA512 b753a22ea9f597cb44df367852c27c94972f8747dfc3541826745c29a44c7b25237d40a7927b2be6002651efdd63f5e4bb6bd2b51edf6b66c3a436963be814bc WHIRLPOOL f01ee9e6452dc4f84f93c73c571033c64a4affdfb67c185e45cf1908101966075d2d310575ebfd8e340ba4fc10a8070af869b54b071a4ed6d95fc60cdb387144

diff --git a/net-im/corebird/corebird-1.1.ebuild b/net-im/corebird/corebird-1.1.ebuild
new file mode 100644
index 0000000..ee14180
--- /dev/null
+++ b/net-im/corebird/corebird-1.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+VALA_MIN_API_VERSION=0.26
+AUTOTOOLS_AUTORECONF=1
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
+inherit eutils autotools-utils gnome2 vala
+
+DESCRIPTION="Native GTK+3 Twitter client"
+HOMEPAGE="http://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"
+
+RDEPEND="
+	dev-db/sqlite:3
+	>=dev-libs/glib-2.44:2
+	dev-libs/json-glib
+	dev-libs/libgee:0.8
+	gstreamer? ( media-plugins/gst-plugins-meta:1.0[X,ffmpeg] )
+	>=net-libs/libsoup-2.42.3.1
+	>=net-libs/rest-0.7.93:0.7
+	>=x11-libs/gtk+-3.16:3
+"
+DEPEND="${RDEPEND}
+	$(vala_depend)
+	>=dev-util/intltool-0.40
+	sys-apps/sed
+	virtual/pkgconfig
+"
+
+src_prepare() {
+	sed -i -e "/manpagedir/s/manpagedir.*/&\/man1/g" data/Makefile.am || die
+	autotools-utils_src_prepare
+	gnome2_src_prepare
+	vala_src_prepare
+}
+
+src_configure() {
+	local myeconfargs=(
+		$(usex gstreamer "" --disable-video)
+	)
+	gnome2_src_configure "${myeconfargs[@]}"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/corebird/
@ 2016-04-02  3:56 Ian Delaney
  0 siblings, 0 replies; 18+ messages in thread
From: Ian Delaney @ 2016-04-02  3:56 UTC (permalink / raw
  To: gentoo-commits

commit:     3a0f30379558e5a221e9f1035b07d907de116d80
Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  1 11:54:39 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 03:56:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a0f3037

net-im/corebird: minor tidy to metadata.xml

Package-Manager: portage-2.2.28

 net-im/corebird/metadata.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/net-im/corebird/metadata.xml b/net-im/corebird/metadata.xml
index 19c8e02..76e81aa 100644
--- a/net-im/corebird/metadata.xml
+++ b/net-im/corebird/metadata.xml
@@ -4,16 +4,17 @@
 	<maintainer type="person">
 		<email>thatslyude@gmail.com</email>
 		<name>Chandler Paul</name>
-		<description>Maintainer, Assign bugs</description>
+		<description>Proxied maintainer; set to assignee in all bugs</description>
 	</maintainer>
 	<maintainer type="person">
 		<email>markpariente@gmail.com</email>
 		<name>Mark R. Pariente</name>
-		<description>Maintainer, Assign bugs</description>
+		<description>Proxied maintainer; CC in all bugs 
+bugs</description>
 	</maintainer>
 	<maintainer type="project">
 		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
+		<name>Proxy Maintainers Project</name>
 	</maintainer>
 	<use>
 		<flag name="glade">Install glade catalogs for corebird</flag>


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/corebird/
@ 2017-05-08 16:49 Michał Górny
  0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2017-05-08 16:49 UTC (permalink / raw
  To: gentoo-commits

commit:     6df860732ccf171d5756f376395a41931e32e832
Author:     Moritz Schlarb <moschlar <AT> metalabs <DOT> de>
AuthorDate: Fri May  5 05:56:14 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May  8 16:49:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df86073

net-im/corebird: Version bump to 1.5

Also fixed dependencies for embedded video playback using gstreamer.

Bug: https://bugs.gentoo.org/578450
Bug: https://bugs.gentoo.org/591342
Bug: https://bugs.gentoo.org/529598
Closes: https://github.com/gentoo/gentoo/pull/4544

 net-im/corebird/Manifest            |  1 +
 net-im/corebird/corebird-1.5.ebuild | 58 +++++++++++++++++++++++++++++++++++++
 net-im/corebird/metadata.xml        |  8 +++--
 3 files changed, 65 insertions(+), 2 deletions(-)

diff --git a/net-im/corebird/Manifest b/net-im/corebird/Manifest
index 40ca2b49dca..c76b27d34d5 100644
--- a/net-im/corebird/Manifest
+++ b/net-im/corebird/Manifest
@@ -1,3 +1,4 @@
 DIST corebird-0.8.tar.gz 1655839 SHA256 4e68e174edc40b49d70a11c1b0a1b196ca9517daa8eae6ce2da3e8004acda611 SHA512 308bc0ade8ddda0b0be0949e5199bf6ac1b3658bf6e181821a205a602b2a22a97e77583cd5ca63ba272926810095104ae4117e54ccda10234d143c3377b9384d WHIRLPOOL 2e014590c0d9222a6a53d78d855ff9017fa9b3c68c2c354bc2acad1b028bd6253fa9510fbc5ce391bc65319829e14c5447b4be4cbcc8427faace790767e6d98c
 DIST corebird-1.0.tar.gz 1697452 SHA256 0ca4ca20b0281b2901382810ef8bd1682bb896c3915ad3bea3f2a41461118001 SHA512 098dd764a3aecaeda90ad5b0e24a4bf172025ce1a4105b713a1a73385d1de9cca028d7a34a39e9682ad4e2b2b22d4bf2889668c587e363cdfa6053136b1f4c39 WHIRLPOOL e033988b94632ad6b8d4e8c79a6125311466e81d746dd434801451f71e4590558b1797e8690ff033c1c04aeb4a299191993421a64e9d3a925409cda663478ab8
 DIST corebird-1.1.tar.gz 1757414 SHA256 f6109cc2bdc7ee5893c28861a73df4eeaec4b76b99222a90aec381b03b19c8a7 SHA512 b753a22ea9f597cb44df367852c27c94972f8747dfc3541826745c29a44c7b25237d40a7927b2be6002651efdd63f5e4bb6bd2b51edf6b66c3a436963be814bc WHIRLPOOL f01ee9e6452dc4f84f93c73c571033c64a4affdfb67c185e45cf1908101966075d2d310575ebfd8e340ba4fc10a8070af869b54b071a4ed6d95fc60cdb387144
+DIST corebird-1.5.tar.gz 492120 SHA256 39d451238ef30bf2caf5568d9c02c6e2a2f8b7256f19786ebcd6557adc815203 SHA512 eb0356c28bd4a3385c2194a4a05448741a579c521df481cff8c5f873e8769ccfe72a38a3fa709a43276b107a94c8c900e9163c517fcd7fe23cd738ff59de3eb0 WHIRLPOOL bf70be6b271afbe6735dd0d2ce0e0e0162cc2aac7f1336317cce9c446a7c898d29d4b44ea6305674cd9ead8022b1ddc8ea10a9f88d0422ca410168efd675d550

diff --git a/net-im/corebird/corebird-1.5.ebuild b/net-im/corebird/corebird-1.5.ebuild
new file mode 100644
index 00000000000..31d8d5e2ff3
--- /dev/null
+++ b/net-im/corebird/corebird-1.5.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+VALA_MIN_API_VERSION=0.34
+
+inherit autotools gnome2 vala virtualx
+
+DESCRIPTION="Native GTK+3 Twitter client"
+HOMEPAGE="http://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.44:2
+	dev-libs/json-glib
+	gstreamer? ( media-plugins/gst-plugins-meta:1.0[X]
+		media-libs/gst-plugins-base:1.0[X]
+		>=media-libs/gst-plugins-bad-1.6:1.0[X]
+		media-libs/gst-plugins-good:1.0
+		media-plugins/gst-plugins-libav:1.0
+		media-plugins/gst-plugins-soup:1.0
+		media-plugins/gst-plugins-hls:1.0 )
+	spellcheck? ( >=app-text/gspell-1.0 )
+	>=net-libs/libsoup-2.42.3.1
+	>=net-libs/rest-0.7.91:0.7
+	>=x11-libs/gtk+-3.18:3"
+DEPEND="${RDEPEND}
+	$(vala_depend)
+	>=dev-util/intltool-0.40
+	sys-apps/sed
+	virtual/pkgconfig"
+
+src_prepare() {
+	sed -i -e "/highlighting/d" tests/Makefile.am || die
+	sed -i -e "/manpagedir/s/manpagedir.*/&\/man1/g" data/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() {
+	virtx emake check
+}

diff --git a/net-im/corebird/metadata.xml b/net-im/corebird/metadata.xml
index 76e81aae8d1..76003f5872b 100644
--- a/net-im/corebird/metadata.xml
+++ b/net-im/corebird/metadata.xml
@@ -9,8 +9,11 @@
 	<maintainer type="person">
 		<email>markpariente@gmail.com</email>
 		<name>Mark R. Pariente</name>
-		<description>Proxied maintainer; CC in all bugs 
-bugs</description>
+		<description>Proxied maintainer; CC in all bugs bugs</description>
+	</maintainer>
+	<maintainer type="person">
+		<email>moschlar@metalabs.de</email>
+		<name>Moritz Schlarb</name>
 	</maintainer>
 	<maintainer type="project">
 		<email>proxy-maint@gentoo.org</email>
@@ -18,6 +21,7 @@ bugs</description>
 	</maintainer>
 	<use>
 		<flag name="glade">Install glade catalogs for corebird</flag>
+		<flag name="spellcheck">Support spell checking</flag>
 	</use>
 	<upstream>
 		<remote-id type="github">baedert/corebird</remote-id>


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/corebird/
@ 2017-05-31 16:28 Patrice Clement
  0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2017-05-31 16:28 UTC (permalink / raw
  To: gentoo-commits

commit:     4f47c2d94f7fb6190a10d98ffc4bed0410fd76fa
Author:     Moritz Schlarb <moschlar <AT> metalabs <DOT> de>
AuthorDate: Mon May 22 21:30:56 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed May 31 16:28:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f47c2d9

net-im/corebird: fix embedded video playback.

Gentoo-Bug: https://bugs.gentoo.org/618996
Closes: https://github.com/gentoo/gentoo/pull/4728

 net-im/corebird/{corebird-1.5.ebuild => corebird-1.5-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/corebird/corebird-1.5.ebuild b/net-im/corebird/corebird-1.5-r1.ebuild
similarity index 94%
rename from net-im/corebird/corebird-1.5.ebuild
rename to net-im/corebird/corebird-1.5-r1.ebuild
index 31d8d5e2ff3..b2a66dafc76 100644
--- a/net-im/corebird/corebird-1.5.ebuild
+++ b/net-im/corebird/corebird-1.5-r1.ebuild
@@ -46,9 +46,9 @@ src_prepare() {
 
 src_configure() {
 	local myeconfargs=(
-		$(use_enable gstreamer video)
+		$(usex gstreamer "" --disable-video)
 		--disable-gst-check
-		$(use_enable spellcheck)
+		$(usex spellcheck "" --disable-spellcheck)
 	)
 	gnome2_src_configure "${myeconfargs[@]}"
 }


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/corebird/
@ 2017-06-17 19:42 Michał Górny
  0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2017-06-17 19:42 UTC (permalink / raw
  To: gentoo-commits

commit:     ed741bf09d897eff31f2b47dfd54928a032aa8ed
Author:     Moritz Schlarb <moschlar <AT> metalabs <DOT> de>
AuthorDate: Wed Jun  7 21:21:28 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 19:39:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed741bf0

net-im/corebird: Really fix video playback (#618996)

By adding the dependency use flag gst-plugins-bad[gtk].

Bug: https://bugs.gentoo.org/618996
Closes: https://github.com/gentoo/gentoo/pull/4881

 net-im/corebird/{corebird-1.5-r1.ebuild => corebird-1.5-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/corebird/corebird-1.5-r1.ebuild b/net-im/corebird/corebird-1.5-r2.ebuild
similarity index 96%
rename from net-im/corebird/corebird-1.5-r1.ebuild
rename to net-im/corebird/corebird-1.5-r2.ebuild
index b2a66dafc76..453848c8adc 100644
--- a/net-im/corebird/corebird-1.5-r1.ebuild
+++ b/net-im/corebird/corebird-1.5-r2.ebuild
@@ -21,7 +21,7 @@ RDEPEND="dev-db/sqlite:3
 	dev-libs/json-glib
 	gstreamer? ( media-plugins/gst-plugins-meta:1.0[X]
 		media-libs/gst-plugins-base:1.0[X]
-		>=media-libs/gst-plugins-bad-1.6:1.0[X]
+		>=media-libs/gst-plugins-bad-1.6:1.0[X,gtk]
 		media-libs/gst-plugins-good:1.0
 		media-plugins/gst-plugins-libav:1.0
 		media-plugins/gst-plugins-soup:1.0


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/corebird/
@ 2017-07-30 11:09 David Seifert
  0 siblings, 0 replies; 18+ messages in thread
From: David Seifert @ 2017-07-30 11:09 UTC (permalink / raw
  To: gentoo-commits

commit:     0e54a1a7b1e6139c121c588a9a111f2b0c75a3c8
Author:     Moritz Schlarb <moschlar <AT> metalabs <DOT> de>
AuthorDate: Mon Jul 24 19:40:29 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 11:08:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e54a1a7

net-im/corebird: Fix building with spellcheck, #621770

Closes: https://github.com/gentoo/gentoo/pull/5204

 net-im/corebird/corebird-1.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/corebird/corebird-1.5-r2.ebuild b/net-im/corebird/corebird-1.5-r2.ebuild
index 453848c8adc..2b05bc95eef 100644
--- a/net-im/corebird/corebird-1.5-r2.ebuild
+++ b/net-im/corebird/corebird-1.5-r2.ebuild
@@ -26,7 +26,7 @@ RDEPEND="dev-db/sqlite:3
 		media-plugins/gst-plugins-libav:1.0
 		media-plugins/gst-plugins-soup:1.0
 		media-plugins/gst-plugins-hls:1.0 )
-	spellcheck? ( >=app-text/gspell-1.0 )
+	spellcheck? ( >=app-text/gspell-1.0[vala] )
 	>=net-libs/libsoup-2.42.3.1
 	>=net-libs/rest-0.7.91:0.7
 	>=x11-libs/gtk+-3.18:3"


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/corebird/
@ 2017-07-30 11:09 David Seifert
  0 siblings, 0 replies; 18+ messages in thread
From: David Seifert @ 2017-07-30 11:09 UTC (permalink / raw
  To: gentoo-commits

commit:     4adbffb5987a142528389b0524927edcdbb08208
Author:     Moritz Schlarb <moschlar <AT> metalabs <DOT> de>
AuthorDate: Mon Jul 24 19:12:53 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 11:08:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4adbffb5

net-im/corebird: Version bump to 1.5.1

Closes: https://github.com/gentoo/gentoo/pull/5204

 net-im/corebird/Manifest              |  1 +
 net-im/corebird/corebird-1.5.1.ebuild | 58 +++++++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/net-im/corebird/Manifest b/net-im/corebird/Manifest
index c76b27d34d5..51b7ceba171 100644
--- a/net-im/corebird/Manifest
+++ b/net-im/corebird/Manifest
@@ -1,4 +1,5 @@
 DIST corebird-0.8.tar.gz 1655839 SHA256 4e68e174edc40b49d70a11c1b0a1b196ca9517daa8eae6ce2da3e8004acda611 SHA512 308bc0ade8ddda0b0be0949e5199bf6ac1b3658bf6e181821a205a602b2a22a97e77583cd5ca63ba272926810095104ae4117e54ccda10234d143c3377b9384d WHIRLPOOL 2e014590c0d9222a6a53d78d855ff9017fa9b3c68c2c354bc2acad1b028bd6253fa9510fbc5ce391bc65319829e14c5447b4be4cbcc8427faace790767e6d98c
 DIST corebird-1.0.tar.gz 1697452 SHA256 0ca4ca20b0281b2901382810ef8bd1682bb896c3915ad3bea3f2a41461118001 SHA512 098dd764a3aecaeda90ad5b0e24a4bf172025ce1a4105b713a1a73385d1de9cca028d7a34a39e9682ad4e2b2b22d4bf2889668c587e363cdfa6053136b1f4c39 WHIRLPOOL e033988b94632ad6b8d4e8c79a6125311466e81d746dd434801451f71e4590558b1797e8690ff033c1c04aeb4a299191993421a64e9d3a925409cda663478ab8
 DIST corebird-1.1.tar.gz 1757414 SHA256 f6109cc2bdc7ee5893c28861a73df4eeaec4b76b99222a90aec381b03b19c8a7 SHA512 b753a22ea9f597cb44df367852c27c94972f8747dfc3541826745c29a44c7b25237d40a7927b2be6002651efdd63f5e4bb6bd2b51edf6b66c3a436963be814bc WHIRLPOOL f01ee9e6452dc4f84f93c73c571033c64a4affdfb67c185e45cf1908101966075d2d310575ebfd8e340ba4fc10a8070af869b54b071a4ed6d95fc60cdb387144
+DIST corebird-1.5.1.tar.gz 501313 SHA256 007d0420c8c32134d47d4c06676f9f3fac654ea818af6daf319ac8eb7c007eb6 SHA512 d40c29d687a55a62df873f853ca30c36630a49fc582a9d21cd69c21fee58595df846dc7126f48ef614bde422f5dc481150eaeddae2dd48997ac0ccfb64ee20db WHIRLPOOL e560fe8657240db3bad6cfce33c4c74a6b0ee698e4dda14257d161b59f46d9b98c5a4bae250726e83946541593174ef1f1feb7f2e0e7ed3505a57626370c8f0c
 DIST corebird-1.5.tar.gz 492120 SHA256 39d451238ef30bf2caf5568d9c02c6e2a2f8b7256f19786ebcd6557adc815203 SHA512 eb0356c28bd4a3385c2194a4a05448741a579c521df481cff8c5f873e8769ccfe72a38a3fa709a43276b107a94c8c900e9163c517fcd7fe23cd738ff59de3eb0 WHIRLPOOL bf70be6b271afbe6735dd0d2ce0e0e0162cc2aac7f1336317cce9c446a7c898d29d4b44ea6305674cd9ead8022b1ddc8ea10a9f88d0422ca410168efd675d550

diff --git a/net-im/corebird/corebird-1.5.1.ebuild b/net-im/corebird/corebird-1.5.1.ebuild
new file mode 100644
index 00000000000..2b05bc95eef
--- /dev/null
+++ b/net-im/corebird/corebird-1.5.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+VALA_MIN_API_VERSION=0.34
+
+inherit autotools gnome2 vala virtualx
+
+DESCRIPTION="Native GTK+3 Twitter client"
+HOMEPAGE="http://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.44:2
+	dev-libs/json-glib
+	gstreamer? ( media-plugins/gst-plugins-meta:1.0[X]
+		media-libs/gst-plugins-base:1.0[X]
+		>=media-libs/gst-plugins-bad-1.6:1.0[X,gtk]
+		media-libs/gst-plugins-good:1.0
+		media-plugins/gst-plugins-libav:1.0
+		media-plugins/gst-plugins-soup:1.0
+		media-plugins/gst-plugins-hls:1.0 )
+	spellcheck? ( >=app-text/gspell-1.0[vala] )
+	>=net-libs/libsoup-2.42.3.1
+	>=net-libs/rest-0.7.91:0.7
+	>=x11-libs/gtk+-3.18:3"
+DEPEND="${RDEPEND}
+	$(vala_depend)
+	>=dev-util/intltool-0.40
+	sys-apps/sed
+	virtual/pkgconfig"
+
+src_prepare() {
+	sed -i -e "/highlighting/d" tests/Makefile.am || die
+	sed -i -e "/manpagedir/s/manpagedir.*/&\/man1/g" data/Makefile.am || die
+	eautoreconf
+	gnome2_src_prepare
+	vala_src_prepare
+}
+
+src_configure() {
+	local myeconfargs=(
+		$(usex gstreamer "" --disable-video)
+		--disable-gst-check
+		$(usex spellcheck "" --disable-spellcheck)
+	)
+	gnome2_src_configure "${myeconfargs[@]}"
+}
+
+src_test() {
+	virtx emake check
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/corebird/
@ 2017-10-14 17:37 Jonas Stein
  0 siblings, 0 replies; 18+ messages in thread
From: Jonas Stein @ 2017-10-14 17:37 UTC (permalink / raw
  To: gentoo-commits

commit:     1232af79b442c1eb68ee171921956db782a90368
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 17:37:13 2017 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 17:37:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1232af79

net-im/corebird: Proxied maintainer retired

Remove proxied maintainer from metadata as requested per mail.

Closes: https://bugs.gentoo.org/632730
Package-Manager: Portage-2.3.11, Repoman-2.3.3

 net-im/corebird/metadata.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/net-im/corebird/metadata.xml b/net-im/corebird/metadata.xml
index 76003f5872b..aba0ccd8f12 100644
--- a/net-im/corebird/metadata.xml
+++ b/net-im/corebird/metadata.xml
@@ -2,14 +2,8 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>thatslyude@gmail.com</email>
-		<name>Chandler Paul</name>
-		<description>Proxied maintainer; set to assignee in all bugs</description>
-	</maintainer>
-	<maintainer type="person">
 		<email>markpariente@gmail.com</email>
 		<name>Mark R. Pariente</name>
-		<description>Proxied maintainer; CC in all bugs bugs</description>
 	</maintainer>
 	<maintainer type="person">
 		<email>moschlar@metalabs.de</email>


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/corebird/
@ 2017-10-22 17:16 Patrice Clement
  0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2017-10-22 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     9fb74493ce2b0d4f0bd16bf059045c263e3773ca
Author:     Moritz Schlarb <moschlar <AT> metalabs <DOT> de>
AuthorDate: Mon Aug 28 05:57:24 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Oct 22 17:16:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb74493

net-im/corebird: version bump to 1.6.

Closes: https://github.com/gentoo/gentoo/pull/5546

 net-im/corebird/Manifest            |  1 +
 net-im/corebird/corebird-1.6.ebuild | 58 +++++++++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/net-im/corebird/Manifest b/net-im/corebird/Manifest
index 51b7ceba171..483e18fde0e 100644
--- a/net-im/corebird/Manifest
+++ b/net-im/corebird/Manifest
@@ -3,3 +3,4 @@ DIST corebird-1.0.tar.gz 1697452 SHA256 0ca4ca20b0281b2901382810ef8bd1682bb896c3
 DIST corebird-1.1.tar.gz 1757414 SHA256 f6109cc2bdc7ee5893c28861a73df4eeaec4b76b99222a90aec381b03b19c8a7 SHA512 b753a22ea9f597cb44df367852c27c94972f8747dfc3541826745c29a44c7b25237d40a7927b2be6002651efdd63f5e4bb6bd2b51edf6b66c3a436963be814bc WHIRLPOOL f01ee9e6452dc4f84f93c73c571033c64a4affdfb67c185e45cf1908101966075d2d310575ebfd8e340ba4fc10a8070af869b54b071a4ed6d95fc60cdb387144
 DIST corebird-1.5.1.tar.gz 501313 SHA256 007d0420c8c32134d47d4c06676f9f3fac654ea818af6daf319ac8eb7c007eb6 SHA512 d40c29d687a55a62df873f853ca30c36630a49fc582a9d21cd69c21fee58595df846dc7126f48ef614bde422f5dc481150eaeddae2dd48997ac0ccfb64ee20db WHIRLPOOL e560fe8657240db3bad6cfce33c4c74a6b0ee698e4dda14257d161b59f46d9b98c5a4bae250726e83946541593174ef1f1feb7f2e0e7ed3505a57626370c8f0c
 DIST corebird-1.5.tar.gz 492120 SHA256 39d451238ef30bf2caf5568d9c02c6e2a2f8b7256f19786ebcd6557adc815203 SHA512 eb0356c28bd4a3385c2194a4a05448741a579c521df481cff8c5f873e8769ccfe72a38a3fa709a43276b107a94c8c900e9163c517fcd7fe23cd738ff59de3eb0 WHIRLPOOL bf70be6b271afbe6735dd0d2ce0e0e0162cc2aac7f1336317cce9c446a7c898d29d4b44ea6305674cd9ead8022b1ddc8ea10a9f88d0422ca410168efd675d550
+DIST corebird-1.6.tar.gz 524906 SHA256 95eb5f9c86c08d409a2041e910914cf3e4dc06e1bae16f0adf1ffeb9f5bd05c6 SHA512 4ece734591ce4fdf3f2b7eb343365f436764389f86a872b57c95a5aea99b9c5f827d01417c996e7243dd6675ac5e4456aafa9468601d6d39f2b9efb7402d88dc WHIRLPOOL ff588ed52828439d6a898cb02191004966246e4e61b715125254242dfc3c72f6d1d4d1c6508793b47b164af00a4b68b4ee284b01264adbb4c78e21ec8cb5848f

diff --git a/net-im/corebird/corebird-1.6.ebuild b/net-im/corebird/corebird-1.6.ebuild
new file mode 100644
index 00000000000..33c417eb139
--- /dev/null
+++ b/net-im/corebird/corebird-1.6.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+VALA_MIN_API_VERSION=0.34
+
+inherit autotools gnome2 vala virtualx
+
+DESCRIPTION="Native GTK+3 Twitter client"
+HOMEPAGE="http://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.44:2
+	dev-libs/json-glib
+	gstreamer? ( >=media-libs/gst-plugins-bad-1.6:1.0[X,gtk]
+		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-1.0[vala] )
+	>=net-libs/libsoup-2.42.3.1
+	>=net-libs/rest-0.7.91:0.7
+	>=x11-libs/gtk+-3.20:3"
+DEPEND="${RDEPEND}
+	$(vala_depend)
+	>=dev-util/intltool-0.40
+	sys-apps/sed
+	virtual/pkgconfig"
+
+src_prepare() {
+	sed -i -e "/highlighting/d" tests/Makefile.am || die
+	sed -i -e "s/manpagedir.*/&\/man1/g" data/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() {
+	virtx emake check
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/corebird/
@ 2017-11-08 22:48 Patrice Clement
  0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2017-11-08 22:48 UTC (permalink / raw
  To: gentoo-commits

commit:     46e948644067fb68b4511af9707248a07b24a2e4
Author:     Moritz Schlarb <moschlar <AT> metalabs <DOT> de>
AuthorDate: Sat Nov  4 16:02:30 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Nov  8 22:48:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46e94864

net-im/corebird: version bump to 1.7.2.

Closes: https://github.com/gentoo/gentoo/pull/6119

 net-im/corebird/Manifest              |  1 +
 net-im/corebird/corebird-1.7.2.ebuild | 55 +++++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/net-im/corebird/Manifest b/net-im/corebird/Manifest
index 483e18fde0e..8bf38042418 100644
--- a/net-im/corebird/Manifest
+++ b/net-im/corebird/Manifest
@@ -4,3 +4,4 @@ DIST corebird-1.1.tar.gz 1757414 SHA256 f6109cc2bdc7ee5893c28861a73df4eeaec4b76b
 DIST corebird-1.5.1.tar.gz 501313 SHA256 007d0420c8c32134d47d4c06676f9f3fac654ea818af6daf319ac8eb7c007eb6 SHA512 d40c29d687a55a62df873f853ca30c36630a49fc582a9d21cd69c21fee58595df846dc7126f48ef614bde422f5dc481150eaeddae2dd48997ac0ccfb64ee20db WHIRLPOOL e560fe8657240db3bad6cfce33c4c74a6b0ee698e4dda14257d161b59f46d9b98c5a4bae250726e83946541593174ef1f1feb7f2e0e7ed3505a57626370c8f0c
 DIST corebird-1.5.tar.gz 492120 SHA256 39d451238ef30bf2caf5568d9c02c6e2a2f8b7256f19786ebcd6557adc815203 SHA512 eb0356c28bd4a3385c2194a4a05448741a579c521df481cff8c5f873e8769ccfe72a38a3fa709a43276b107a94c8c900e9163c517fcd7fe23cd738ff59de3eb0 WHIRLPOOL bf70be6b271afbe6735dd0d2ce0e0e0162cc2aac7f1336317cce9c446a7c898d29d4b44ea6305674cd9ead8022b1ddc8ea10a9f88d0422ca410168efd675d550
 DIST corebird-1.6.tar.gz 524906 SHA256 95eb5f9c86c08d409a2041e910914cf3e4dc06e1bae16f0adf1ffeb9f5bd05c6 SHA512 4ece734591ce4fdf3f2b7eb343365f436764389f86a872b57c95a5aea99b9c5f827d01417c996e7243dd6675ac5e4456aafa9468601d6d39f2b9efb7402d88dc WHIRLPOOL ff588ed52828439d6a898cb02191004966246e4e61b715125254242dfc3c72f6d1d4d1c6508793b47b164af00a4b68b4ee284b01264adbb4c78e21ec8cb5848f
+DIST corebird-1.7.2.tar.gz 548347 SHA256 dabaafa812924e40c9046d99cd547727ed2b520afb4a0f10eb4cca8f90e145e3 SHA512 26ac9215130975011ec83fb6e379888b52f7d5027943627788dd4aaa9cb8085de0f7f7e78e45ff97a8f1cd5b00bf28ce42865897056297e9a02c8d6c6e76b5ad WHIRLPOOL f7ba626c2c275901a4b78f76e5fac0f2bcc67187399872996cbd0faf68b17b070d7e96215f57120e2372f82ac562e6c030ecaae59da4de25694ea80e9631ff9d

diff --git a/net-im/corebird/corebird-1.7.2.ebuild b/net-im/corebird/corebird-1.7.2.ebuild
new file mode 100644
index 00000000000..d57b464e3fb
--- /dev/null
+++ b/net-im/corebird/corebird-1.7.2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+VALA_MIN_API_VERSION=0.34
+
+inherit autotools gnome2 vala virtualx
+
+DESCRIPTION="Native GTK+3 Twitter client"
+HOMEPAGE="http://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.44:2
+	dev-libs/json-glib
+	gstreamer? ( >=media-libs/gst-plugins-bad-1.6:1.0[X,gtk]
+		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-1.0[vala] )
+	>=net-libs/libsoup-2.42.3.1
+	>=x11-libs/gtk+-3.20:3"
+DEPEND="${RDEPEND}
+	$(vala_depend)
+	>=dev-util/intltool-0.40
+	sys-apps/sed
+	virtual/pkgconfig"
+
+src_prepare() {
+	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() {
+	virtx emake check
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/corebird/
@ 2018-01-10 23:40 Craig Andrews
  0 siblings, 0 replies; 18+ messages in thread
From: Craig Andrews @ 2018-01-10 23:40 UTC (permalink / raw
  To: gentoo-commits

commit:     017f28bdbf1cc8767c359a32f0e030aafd0e7257
Author:     Moritz Schlarb <moschlar <AT> metalabs <DOT> de>
AuthorDate: Mon Jan  8 14:31:23 2018 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 23:40:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=017f28bd

net-im/corebird: Version bump to 1.7.3

 net-im/corebird/Manifest              |  1 +
 net-im/corebird/corebird-1.7.3.ebuild | 55 +++++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/net-im/corebird/Manifest b/net-im/corebird/Manifest
index df21649d394..05330ade3ca 100644
--- a/net-im/corebird/Manifest
+++ b/net-im/corebird/Manifest
@@ -5,3 +5,4 @@ DIST corebird-1.5.1.tar.gz 501313 BLAKE2B 183d846371daa0696a5b6ed3a8343db2b6b3dd
 DIST corebird-1.5.tar.gz 492120 BLAKE2B 4e6e1c28a04087d8635abd0914897d5fce197da55656dec96babd0e409c06e4378348f3c57651a060b13b0d5ceab23320b5c370e14d73daa6d7f6b4799ad5d54 SHA512 eb0356c28bd4a3385c2194a4a05448741a579c521df481cff8c5f873e8769ccfe72a38a3fa709a43276b107a94c8c900e9163c517fcd7fe23cd738ff59de3eb0
 DIST corebird-1.6.tar.gz 524906 BLAKE2B bb0337e48d99b886426f1f11b801d4b8fb4e273cd43dc6d8a4a1f9c9a295ebb1d46b079bf54fd271f6db0b02b94940248d12b20278da07d14710e9aa06b02f0f SHA512 4ece734591ce4fdf3f2b7eb343365f436764389f86a872b57c95a5aea99b9c5f827d01417c996e7243dd6675ac5e4456aafa9468601d6d39f2b9efb7402d88dc
 DIST corebird-1.7.2.tar.gz 548347 BLAKE2B 608ab020ea0b126afc83d508cc364cdfafe9cf3ed6478666f6de50ecab6ae5a8bf5fba5aecead2f41eebe0f8f2d2b562d7291b0bda1fbf99b3ef70ac93b01802 SHA512 26ac9215130975011ec83fb6e379888b52f7d5027943627788dd4aaa9cb8085de0f7f7e78e45ff97a8f1cd5b00bf28ce42865897056297e9a02c8d6c6e76b5ad
+DIST corebird-1.7.3.tar.gz 549097 BLAKE2B 8cd885205aab29f725ce8d400adde1782e597a7843de75139012f349d1c704de2efe718ae6ba443a2035d88199cbe374215b62d8548f93dc530941c2959c47c7 SHA512 f4909f6d58ab881c77a7daffcc90243f089f58bc0198efcfafa37a419b7c6f04a1deaba4c6174270110b8ca7dbc589edc28d4e1f6efd76adfa83e96e6ec330b2

diff --git a/net-im/corebird/corebird-1.7.3.ebuild b/net-im/corebird/corebird-1.7.3.ebuild
new file mode 100644
index 00000000000..8eaeec3531d
--- /dev/null
+++ b/net-im/corebird/corebird-1.7.3.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+VALA_MIN_API_VERSION=0.34
+
+inherit autotools gnome2 vala virtualx
+
+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.44:2
+	dev-libs/json-glib
+	gstreamer? ( >=media-libs/gst-plugins-bad-1.6:1.0[X,gtk]
+		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-1.0[vala] )
+	>=net-libs/libsoup-2.42.3.1
+	>=x11-libs/gtk+-3.20:3"
+DEPEND="${RDEPEND}
+	$(vala_depend)
+	>=dev-util/intltool-0.40
+	sys-apps/sed
+	virtual/pkgconfig"
+
+src_prepare() {
+	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() {
+	virtx emake check
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/corebird/
@ 2018-04-08  8:49 Jonas Stein
  0 siblings, 0 replies; 18+ messages in thread
From: Jonas Stein @ 2018-04-08  8:49 UTC (permalink / raw
  To: gentoo-commits

commit:     275ccf5244d99587f60398a8bd8648eee548bc54
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  8 08:49:13 2018 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sun Apr  8 08:49:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=275ccf52

net-im/corebird: Maintainer retired

Proxied maintainer retired.
Closes: https://bugs.gentoo.org/633024
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-im/corebird/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/net-im/corebird/metadata.xml b/net-im/corebird/metadata.xml
index aba0ccd8f12..d9c31aeff88 100644
--- a/net-im/corebird/metadata.xml
+++ b/net-im/corebird/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>markpariente@gmail.com</email>
-		<name>Mark R. Pariente</name>
-	</maintainer>
 	<maintainer type="person">
 		<email>moschlar@metalabs.de</email>
 		<name>Moritz Schlarb</name>


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/corebird/
@ 2018-04-11 22:47 Patrice Clement
  0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2018-04-11 22:47 UTC (permalink / raw
  To: gentoo-commits

commit:     3df6746ecda43cd3f9d869339236481e44633c57
Author:     Moritz Schlarb <moschlar <AT> metalabs <DOT> de>
AuthorDate: Sun Apr  8 20:01:39 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Apr 11 22:47:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df6746e

net-im/corebird: version bump to 1.7.4.

Patch out a specific test that would perform a download.

Closes: https://bugs.gentoo.org/636994
Closes: https://bugs.gentoo.org/529598
Closes: https://github.com/gentoo/gentoo/pull/7889

 net-im/corebird/Manifest              |  1 +
 net-im/corebird/corebird-1.7.4.ebuild | 59 +++++++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/net-im/corebird/Manifest b/net-im/corebird/Manifest
index 05330ade3ca..12abdb47c85 100644
--- a/net-im/corebird/Manifest
+++ b/net-im/corebird/Manifest
@@ -6,3 +6,4 @@ DIST corebird-1.5.tar.gz 492120 BLAKE2B 4e6e1c28a04087d8635abd0914897d5fce197da5
 DIST corebird-1.6.tar.gz 524906 BLAKE2B bb0337e48d99b886426f1f11b801d4b8fb4e273cd43dc6d8a4a1f9c9a295ebb1d46b079bf54fd271f6db0b02b94940248d12b20278da07d14710e9aa06b02f0f SHA512 4ece734591ce4fdf3f2b7eb343365f436764389f86a872b57c95a5aea99b9c5f827d01417c996e7243dd6675ac5e4456aafa9468601d6d39f2b9efb7402d88dc
 DIST corebird-1.7.2.tar.gz 548347 BLAKE2B 608ab020ea0b126afc83d508cc364cdfafe9cf3ed6478666f6de50ecab6ae5a8bf5fba5aecead2f41eebe0f8f2d2b562d7291b0bda1fbf99b3ef70ac93b01802 SHA512 26ac9215130975011ec83fb6e379888b52f7d5027943627788dd4aaa9cb8085de0f7f7e78e45ff97a8f1cd5b00bf28ce42865897056297e9a02c8d6c6e76b5ad
 DIST corebird-1.7.3.tar.gz 549097 BLAKE2B 8cd885205aab29f725ce8d400adde1782e597a7843de75139012f349d1c704de2efe718ae6ba443a2035d88199cbe374215b62d8548f93dc530941c2959c47c7 SHA512 f4909f6d58ab881c77a7daffcc90243f089f58bc0198efcfafa37a419b7c6f04a1deaba4c6174270110b8ca7dbc589edc28d4e1f6efd76adfa83e96e6ec330b2
+DIST corebird-1.7.4.tar.gz 555650 BLAKE2B 1c9ef4d81084a291726876a76b700fe556c0c8c803921c2df215db7e0c268029fcefa95ea6aabd8f4934ecbf70e70ee57988b6c7aefebfd0851d3cb73d16b3fc SHA512 7e88f73ef1fc36379172d30251065e7ee3df54eabfaf954015ed4e739c5ad2b1821b43a07e66bb9363b7daa59b5e981d459a4aef87be8a3dd80a7ed41e37e582

diff --git a/net-im/corebird/corebird-1.7.4.ebuild b/net-im/corebird/corebird-1.7.4.ebuild
new file mode 100644
index 00000000000..70c586a41f6
--- /dev/null
+++ b/net-im/corebird/corebird-1.7.4.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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-libs/gst-plugins-bad:1.0[X,gtk]
+		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
+	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
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/corebird/
@ 2018-05-20  0:16 Aaron Bauman
  0 siblings, 0 replies; 18+ messages in thread
From: Aaron Bauman @ 2018-05-20  0:16 UTC (permalink / raw
  To: gentoo-commits

commit:     b91ae43c6d56d69a96a98c0f9687982873238fa1
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat May 19 07:47:31 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 20 00:14:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b91ae43c

net-im/corebird: use HTTPS

Closes: https://github.com/gentoo/gentoo/pull/8479

 net-im/corebird/corebird-0.8.ebuild    | 4 ++--
 net-im/corebird/corebird-1.0.ebuild    | 4 ++--
 net-im/corebird/corebird-1.1.ebuild    | 4 ++--
 net-im/corebird/corebird-1.5-r2.ebuild | 4 ++--
 net-im/corebird/corebird-1.5.1.ebuild  | 4 ++--
 net-im/corebird/corebird-1.6.ebuild    | 4 ++--
 net-im/corebird/corebird-1.7.2.ebuild  | 4 ++--
 7 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/net-im/corebird/corebird-0.8.ebuild b/net-im/corebird/corebird-0.8.ebuild
index edde2a21c5e..49c8f2a5ef4 100644
--- a/net-im/corebird/corebird-0.8.ebuild
+++ b/net-im/corebird/corebird-0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ AUTOTOOLS_IN_SOURCE_BUILD=1
 inherit eutils autotools-utils gnome2 vala
 
 DESCRIPTION="Native GTK+3 Twitter client"
-HOMEPAGE="http://corebird.baedert.org/"
+HOMEPAGE="https://corebird.baedert.org/"
 SRC_URI="https://github.com/baedert/corebird/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"

diff --git a/net-im/corebird/corebird-1.0.ebuild b/net-im/corebird/corebird-1.0.ebuild
index 794ed7e9d84..a3379003a8d 100644
--- a/net-im/corebird/corebird-1.0.ebuild
+++ b/net-im/corebird/corebird-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ AUTOTOOLS_IN_SOURCE_BUILD=1
 inherit eutils autotools-utils gnome2 vala
 
 DESCRIPTION="Native GTK+3 Twitter client"
-HOMEPAGE="http://corebird.baedert.org/"
+HOMEPAGE="https://corebird.baedert.org/"
 SRC_URI="https://github.com/baedert/corebird/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"

diff --git a/net-im/corebird/corebird-1.1.ebuild b/net-im/corebird/corebird-1.1.ebuild
index 10ed157602c..389c95d922f 100644
--- a/net-im/corebird/corebird-1.1.ebuild
+++ b/net-im/corebird/corebird-1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ AUTOTOOLS_IN_SOURCE_BUILD=1
 inherit eutils autotools-utils gnome2 vala
 
 DESCRIPTION="Native GTK+3 Twitter client"
-HOMEPAGE="http://corebird.baedert.org/"
+HOMEPAGE="https://corebird.baedert.org/"
 SRC_URI="https://github.com/baedert/corebird/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"

diff --git a/net-im/corebird/corebird-1.5-r2.ebuild b/net-im/corebird/corebird-1.5-r2.ebuild
index 2b05bc95eef..2f515cc2371 100644
--- a/net-im/corebird/corebird-1.5-r2.ebuild
+++ b/net-im/corebird/corebird-1.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ VALA_MIN_API_VERSION=0.34
 inherit autotools gnome2 vala virtualx
 
 DESCRIPTION="Native GTK+3 Twitter client"
-HOMEPAGE="http://corebird.baedert.org/"
+HOMEPAGE="https://corebird.baedert.org/"
 SRC_URI="https://github.com/baedert/corebird/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"

diff --git a/net-im/corebird/corebird-1.5.1.ebuild b/net-im/corebird/corebird-1.5.1.ebuild
index 2b05bc95eef..2f515cc2371 100644
--- a/net-im/corebird/corebird-1.5.1.ebuild
+++ b/net-im/corebird/corebird-1.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ VALA_MIN_API_VERSION=0.34
 inherit autotools gnome2 vala virtualx
 
 DESCRIPTION="Native GTK+3 Twitter client"
-HOMEPAGE="http://corebird.baedert.org/"
+HOMEPAGE="https://corebird.baedert.org/"
 SRC_URI="https://github.com/baedert/corebird/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"

diff --git a/net-im/corebird/corebird-1.6.ebuild b/net-im/corebird/corebird-1.6.ebuild
index 33c417eb139..c5c524a48e7 100644
--- a/net-im/corebird/corebird-1.6.ebuild
+++ b/net-im/corebird/corebird-1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ VALA_MIN_API_VERSION=0.34
 inherit autotools gnome2 vala virtualx
 
 DESCRIPTION="Native GTK+3 Twitter client"
-HOMEPAGE="http://corebird.baedert.org/"
+HOMEPAGE="https://corebird.baedert.org/"
 SRC_URI="https://github.com/baedert/corebird/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"

diff --git a/net-im/corebird/corebird-1.7.2.ebuild b/net-im/corebird/corebird-1.7.2.ebuild
index d57b464e3fb..c449dcfdd68 100644
--- a/net-im/corebird/corebird-1.7.2.ebuild
+++ b/net-im/corebird/corebird-1.7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ VALA_MIN_API_VERSION=0.34
 inherit autotools gnome2 vala virtualx
 
 DESCRIPTION="Native GTK+3 Twitter client"
-HOMEPAGE="http://corebird.baedert.org/"
+HOMEPAGE="https://corebird.baedert.org/"
 SRC_URI="https://github.com/baedert/corebird/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/corebird/
@ 2018-11-11 22:38 Patrice Clement
  0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2018-11-11 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     d3fab2db4abffc73de1a4f1d06be2affd3f7f14a
Author:     Moritz Schlarb <moschlar <AT> metalabs <DOT> de>
AuthorDate: Thu Nov  8 14:26:35 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Nov 11 22:38:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3fab2db

net-im/corebird: remove old versions.

Signed-off-by: Moritz Schlarb <moschlar <AT> metalabs.de>
Closes: https://github.com/gentoo/gentoo/pull/10361
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 net-im/corebird/Manifest               |  8 -----
 net-im/corebird/corebird-0.8.ebuild    | 47 ---------------------------
 net-im/corebird/corebird-1.0.ebuild    | 49 ----------------------------
 net-im/corebird/corebird-1.1.ebuild    | 49 ----------------------------
 net-im/corebird/corebird-1.5-r2.ebuild | 58 ----------------------------------
 net-im/corebird/corebird-1.5.1.ebuild  | 58 ----------------------------------
 net-im/corebird/corebird-1.6.ebuild    | 58 ----------------------------------
 net-im/corebird/corebird-1.7.2.ebuild  | 55 --------------------------------
 net-im/corebird/corebird-1.7.3.ebuild  | 55 --------------------------------
 net-im/corebird/metadata.xml           |  1 -
 10 files changed, 438 deletions(-)

diff --git a/net-im/corebird/Manifest b/net-im/corebird/Manifest
index 12abdb47c85..946446bfbe0 100644
--- a/net-im/corebird/Manifest
+++ b/net-im/corebird/Manifest
@@ -1,9 +1 @@
-DIST corebird-0.8.tar.gz 1655839 BLAKE2B 912730270308953d1bdbf7b02283f82fa95bcd49e6431bec0d1b7f3f27044679ee2b744fc8b06c7aa00ba84088051c8ca5c51a193fbfa9030a8f7d740efea946 SHA512 308bc0ade8ddda0b0be0949e5199bf6ac1b3658bf6e181821a205a602b2a22a97e77583cd5ca63ba272926810095104ae4117e54ccda10234d143c3377b9384d
-DIST corebird-1.0.tar.gz 1697452 BLAKE2B 031ecf990ebc24a3a1c213801a8141032a5c1b9908a12099486679dc9ed94463fdd5bc3bfdb236a4b8d8a3c24f5d0b90d25aee53f4a0114dd464067813ddfbdd SHA512 098dd764a3aecaeda90ad5b0e24a4bf172025ce1a4105b713a1a73385d1de9cca028d7a34a39e9682ad4e2b2b22d4bf2889668c587e363cdfa6053136b1f4c39
-DIST corebird-1.1.tar.gz 1757414 BLAKE2B c1c9a7741a5175c85f10daf44b772b4776d6d00b8cd286a2b76f2b2add8f6e2c2fffaa70998d29d92356f2fb2ea1a758407551c13a1c9ac32d6f4f1b3cc34d96 SHA512 b753a22ea9f597cb44df367852c27c94972f8747dfc3541826745c29a44c7b25237d40a7927b2be6002651efdd63f5e4bb6bd2b51edf6b66c3a436963be814bc
-DIST corebird-1.5.1.tar.gz 501313 BLAKE2B 183d846371daa0696a5b6ed3a8343db2b6b3ddca8031aa6545dbd6baf247b752f2bb0c074f8624fba517143a63b5c8aed93b1684ba7d1b95775cc4c9b4a92a01 SHA512 d40c29d687a55a62df873f853ca30c36630a49fc582a9d21cd69c21fee58595df846dc7126f48ef614bde422f5dc481150eaeddae2dd48997ac0ccfb64ee20db
-DIST corebird-1.5.tar.gz 492120 BLAKE2B 4e6e1c28a04087d8635abd0914897d5fce197da55656dec96babd0e409c06e4378348f3c57651a060b13b0d5ceab23320b5c370e14d73daa6d7f6b4799ad5d54 SHA512 eb0356c28bd4a3385c2194a4a05448741a579c521df481cff8c5f873e8769ccfe72a38a3fa709a43276b107a94c8c900e9163c517fcd7fe23cd738ff59de3eb0
-DIST corebird-1.6.tar.gz 524906 BLAKE2B bb0337e48d99b886426f1f11b801d4b8fb4e273cd43dc6d8a4a1f9c9a295ebb1d46b079bf54fd271f6db0b02b94940248d12b20278da07d14710e9aa06b02f0f SHA512 4ece734591ce4fdf3f2b7eb343365f436764389f86a872b57c95a5aea99b9c5f827d01417c996e7243dd6675ac5e4456aafa9468601d6d39f2b9efb7402d88dc
-DIST corebird-1.7.2.tar.gz 548347 BLAKE2B 608ab020ea0b126afc83d508cc364cdfafe9cf3ed6478666f6de50ecab6ae5a8bf5fba5aecead2f41eebe0f8f2d2b562d7291b0bda1fbf99b3ef70ac93b01802 SHA512 26ac9215130975011ec83fb6e379888b52f7d5027943627788dd4aaa9cb8085de0f7f7e78e45ff97a8f1cd5b00bf28ce42865897056297e9a02c8d6c6e76b5ad
-DIST corebird-1.7.3.tar.gz 549097 BLAKE2B 8cd885205aab29f725ce8d400adde1782e597a7843de75139012f349d1c704de2efe718ae6ba443a2035d88199cbe374215b62d8548f93dc530941c2959c47c7 SHA512 f4909f6d58ab881c77a7daffcc90243f089f58bc0198efcfafa37a419b7c6f04a1deaba4c6174270110b8ca7dbc589edc28d4e1f6efd76adfa83e96e6ec330b2
 DIST corebird-1.7.4.tar.gz 555650 BLAKE2B 1c9ef4d81084a291726876a76b700fe556c0c8c803921c2df215db7e0c268029fcefa95ea6aabd8f4934ecbf70e70ee57988b6c7aefebfd0851d3cb73d16b3fc SHA512 7e88f73ef1fc36379172d30251065e7ee3df54eabfaf954015ed4e739c5ad2b1821b43a07e66bb9363b7daa59b5e981d459a4aef87be8a3dd80a7ed41e37e582

diff --git a/net-im/corebird/corebird-0.8.ebuild b/net-im/corebird/corebird-0.8.ebuild
deleted file mode 100644
index 49c8f2a5ef4..00000000000
--- a/net-im/corebird/corebird-0.8.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-VALA_MIN_API_VERSION=0.24
-
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_IN_SOURCE_BUILD=1
-inherit eutils autotools-utils gnome2 vala
-
-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 glade gstreamer"
-
-RDEPEND="dev-db/sqlite:3
-	>=dev-libs/glib-2.40:2
-	dev-libs/json-glib
-	dev-libs/libgee:0.8
-	gstreamer? ( media-plugins/gst-plugins-meta:1.0[X,ffmpeg] )
-	>=net-libs/libsoup-2.42.3.1
-	>=net-libs/rest-0.7.91:0.7
-	>=x11-libs/gtk+-3.12:3"
-DEPEND="${RDEPEND}
-	$(vala_depend)
-	sys-apps/sed
-	virtual/pkgconfig"
-
-src_prepare() {
-	sed -i -e "/manpagedir/s/manpagedir.*/&\/man1/g" data/Makefile.am || die
-	autotools-utils_src_prepare
-	gnome2_src_prepare
-	vala_src_prepare
-}
-
-src_configure() {
-	local myeconfargs=(
-		$(use_enable glade catalog)
-		$(usex gstreamer "" --disable-video)
-	)
-	gnome2_src_configure "${myeconfargs[@]}"
-}

diff --git a/net-im/corebird/corebird-1.0.ebuild b/net-im/corebird/corebird-1.0.ebuild
deleted file mode 100644
index a3379003a8d..00000000000
--- a/net-im/corebird/corebird-1.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-VALA_MIN_API_VERSION=0.26
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-inherit eutils autotools-utils gnome2 vala
-
-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"
-
-RDEPEND="
-	dev-db/sqlite:3
-	>=dev-libs/glib-2.40:2
-	dev-libs/json-glib
-	dev-libs/libgee:0.8
-	gstreamer? ( media-plugins/gst-plugins-meta:1.0[X,ffmpeg] )
-	>=net-libs/libsoup-2.42.3.1
-	>=net-libs/rest-0.7.91:0.7
-	>=x11-libs/gtk+-3.14:3
-"
-DEPEND="${RDEPEND}
-	$(vala_depend)
-	>=dev-util/intltool-0.40
-	sys-apps/sed
-	virtual/pkgconfig
-"
-
-src_prepare() {
-	sed -i -e "/manpagedir/s/manpagedir.*/&\/man1/g" data/Makefile.am || die
-	autotools-utils_src_prepare
-	gnome2_src_prepare
-	vala_src_prepare
-}
-
-src_configure() {
-	local myeconfargs=(
-		$(usex gstreamer "" --disable-video)
-	)
-	gnome2_src_configure "${myeconfargs[@]}"
-}

diff --git a/net-im/corebird/corebird-1.1.ebuild b/net-im/corebird/corebird-1.1.ebuild
deleted file mode 100644
index 389c95d922f..00000000000
--- a/net-im/corebird/corebird-1.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-VALA_MIN_API_VERSION=0.26
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-inherit eutils autotools-utils gnome2 vala
-
-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"
-
-RDEPEND="
-	dev-db/sqlite:3
-	>=dev-libs/glib-2.44:2
-	dev-libs/json-glib
-	dev-libs/libgee:0.8
-	gstreamer? ( media-plugins/gst-plugins-meta:1.0[X,ffmpeg] )
-	>=net-libs/libsoup-2.42.3.1
-	>=net-libs/rest-0.7.93:0.7
-	>=x11-libs/gtk+-3.16:3
-"
-DEPEND="${RDEPEND}
-	$(vala_depend)
-	>=dev-util/intltool-0.40
-	sys-apps/sed
-	virtual/pkgconfig
-"
-
-src_prepare() {
-	sed -i -e "/manpagedir/s/manpagedir.*/&\/man1/g" data/Makefile.am || die
-	autotools-utils_src_prepare
-	gnome2_src_prepare
-	vala_src_prepare
-}
-
-src_configure() {
-	local myeconfargs=(
-		$(usex gstreamer "" --disable-video)
-	)
-	gnome2_src_configure "${myeconfargs[@]}"
-}

diff --git a/net-im/corebird/corebird-1.5-r2.ebuild b/net-im/corebird/corebird-1.5-r2.ebuild
deleted file mode 100644
index 2f515cc2371..00000000000
--- a/net-im/corebird/corebird-1.5-r2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-VALA_MIN_API_VERSION=0.34
-
-inherit autotools gnome2 vala virtualx
-
-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.44:2
-	dev-libs/json-glib
-	gstreamer? ( media-plugins/gst-plugins-meta:1.0[X]
-		media-libs/gst-plugins-base:1.0[X]
-		>=media-libs/gst-plugins-bad-1.6:1.0[X,gtk]
-		media-libs/gst-plugins-good:1.0
-		media-plugins/gst-plugins-libav:1.0
-		media-plugins/gst-plugins-soup:1.0
-		media-plugins/gst-plugins-hls:1.0 )
-	spellcheck? ( >=app-text/gspell-1.0[vala] )
-	>=net-libs/libsoup-2.42.3.1
-	>=net-libs/rest-0.7.91:0.7
-	>=x11-libs/gtk+-3.18:3"
-DEPEND="${RDEPEND}
-	$(vala_depend)
-	>=dev-util/intltool-0.40
-	sys-apps/sed
-	virtual/pkgconfig"
-
-src_prepare() {
-	sed -i -e "/highlighting/d" tests/Makefile.am || die
-	sed -i -e "/manpagedir/s/manpagedir.*/&\/man1/g" data/Makefile.am || die
-	eautoreconf
-	gnome2_src_prepare
-	vala_src_prepare
-}
-
-src_configure() {
-	local myeconfargs=(
-		$(usex gstreamer "" --disable-video)
-		--disable-gst-check
-		$(usex spellcheck "" --disable-spellcheck)
-	)
-	gnome2_src_configure "${myeconfargs[@]}"
-}
-
-src_test() {
-	virtx emake check
-}

diff --git a/net-im/corebird/corebird-1.5.1.ebuild b/net-im/corebird/corebird-1.5.1.ebuild
deleted file mode 100644
index 2f515cc2371..00000000000
--- a/net-im/corebird/corebird-1.5.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-VALA_MIN_API_VERSION=0.34
-
-inherit autotools gnome2 vala virtualx
-
-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.44:2
-	dev-libs/json-glib
-	gstreamer? ( media-plugins/gst-plugins-meta:1.0[X]
-		media-libs/gst-plugins-base:1.0[X]
-		>=media-libs/gst-plugins-bad-1.6:1.0[X,gtk]
-		media-libs/gst-plugins-good:1.0
-		media-plugins/gst-plugins-libav:1.0
-		media-plugins/gst-plugins-soup:1.0
-		media-plugins/gst-plugins-hls:1.0 )
-	spellcheck? ( >=app-text/gspell-1.0[vala] )
-	>=net-libs/libsoup-2.42.3.1
-	>=net-libs/rest-0.7.91:0.7
-	>=x11-libs/gtk+-3.18:3"
-DEPEND="${RDEPEND}
-	$(vala_depend)
-	>=dev-util/intltool-0.40
-	sys-apps/sed
-	virtual/pkgconfig"
-
-src_prepare() {
-	sed -i -e "/highlighting/d" tests/Makefile.am || die
-	sed -i -e "/manpagedir/s/manpagedir.*/&\/man1/g" data/Makefile.am || die
-	eautoreconf
-	gnome2_src_prepare
-	vala_src_prepare
-}
-
-src_configure() {
-	local myeconfargs=(
-		$(usex gstreamer "" --disable-video)
-		--disable-gst-check
-		$(usex spellcheck "" --disable-spellcheck)
-	)
-	gnome2_src_configure "${myeconfargs[@]}"
-}
-
-src_test() {
-	virtx emake check
-}

diff --git a/net-im/corebird/corebird-1.6.ebuild b/net-im/corebird/corebird-1.6.ebuild
deleted file mode 100644
index c5c524a48e7..00000000000
--- a/net-im/corebird/corebird-1.6.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-VALA_MIN_API_VERSION=0.34
-
-inherit autotools gnome2 vala virtualx
-
-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.44:2
-	dev-libs/json-glib
-	gstreamer? ( >=media-libs/gst-plugins-bad-1.6:1.0[X,gtk]
-		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-1.0[vala] )
-	>=net-libs/libsoup-2.42.3.1
-	>=net-libs/rest-0.7.91:0.7
-	>=x11-libs/gtk+-3.20:3"
-DEPEND="${RDEPEND}
-	$(vala_depend)
-	>=dev-util/intltool-0.40
-	sys-apps/sed
-	virtual/pkgconfig"
-
-src_prepare() {
-	sed -i -e "/highlighting/d" tests/Makefile.am || die
-	sed -i -e "s/manpagedir.*/&\/man1/g" data/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() {
-	virtx emake check
-}

diff --git a/net-im/corebird/corebird-1.7.2.ebuild b/net-im/corebird/corebird-1.7.2.ebuild
deleted file mode 100644
index c449dcfdd68..00000000000
--- a/net-im/corebird/corebird-1.7.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-VALA_MIN_API_VERSION=0.34
-
-inherit autotools gnome2 vala virtualx
-
-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.44:2
-	dev-libs/json-glib
-	gstreamer? ( >=media-libs/gst-plugins-bad-1.6:1.0[X,gtk]
-		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-1.0[vala] )
-	>=net-libs/libsoup-2.42.3.1
-	>=x11-libs/gtk+-3.20:3"
-DEPEND="${RDEPEND}
-	$(vala_depend)
-	>=dev-util/intltool-0.40
-	sys-apps/sed
-	virtual/pkgconfig"
-
-src_prepare() {
-	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() {
-	virtx emake check
-}

diff --git a/net-im/corebird/corebird-1.7.3.ebuild b/net-im/corebird/corebird-1.7.3.ebuild
deleted file mode 100644
index 8eaeec3531d..00000000000
--- a/net-im/corebird/corebird-1.7.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-VALA_MIN_API_VERSION=0.34
-
-inherit autotools gnome2 vala virtualx
-
-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.44:2
-	dev-libs/json-glib
-	gstreamer? ( >=media-libs/gst-plugins-bad-1.6:1.0[X,gtk]
-		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-1.0[vala] )
-	>=net-libs/libsoup-2.42.3.1
-	>=x11-libs/gtk+-3.20:3"
-DEPEND="${RDEPEND}
-	$(vala_depend)
-	>=dev-util/intltool-0.40
-	sys-apps/sed
-	virtual/pkgconfig"
-
-src_prepare() {
-	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() {
-	virtx emake check
-}

diff --git a/net-im/corebird/metadata.xml b/net-im/corebird/metadata.xml
index d9c31aeff88..85aade55b8b 100644
--- a/net-im/corebird/metadata.xml
+++ b/net-im/corebird/metadata.xml
@@ -10,7 +10,6 @@
 		<name>Proxy Maintainers Project</name>
 	</maintainer>
 	<use>
-		<flag name="glade">Install glade catalogs for corebird</flag>
 		<flag name="spellcheck">Support spell checking</flag>
 	</use>
 	<upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/corebird/
@ 2019-07-01  1:24 Jonas Stein
  0 siblings, 0 replies; 18+ messages in thread
From: Jonas Stein @ 2019-07-01  1:24 UTC (permalink / raw
  To: gentoo-commits

commit:     04d588bef1ba28e9122713ccc32ebf7cabfa85c1
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  1 01:20:43 2019 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Mon Jul  1 01:24:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d588be

net-im/corebird: Maintainer retired

Maintainer asked for retirement.
Bug: https://bugs.gentoo.org/632804
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>

 net-im/corebird/metadata.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/net-im/corebird/metadata.xml b/net-im/corebird/metadata.xml
index 85aade55b8b..5b4d772c5be 100644
--- a/net-im/corebird/metadata.xml
+++ b/net-im/corebird/metadata.xml
@@ -1,14 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>moschlar@metalabs.de</email>
-		<name>Moritz Schlarb</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers Project</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<use>
 		<flag name="spellcheck">Support spell checking</flag>
 	</use>


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/corebird/
@ 2020-02-05 13:06 Mart Raudsepp
  0 siblings, 0 replies; 18+ messages in thread
From: Mart Raudsepp @ 2020-02-05 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     dffcbbb2701b189f322a3fd18b3d40d347b53156
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  5 12:57:34 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Feb  5 13:06:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dffcbbb2

net-im/corebird: add missing subslot operator dep on gspell

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 net-im/corebird/corebird-1.7.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/corebird/corebird-1.7.4.ebuild b/net-im/corebird/corebird-1.7.4.ebuild
index 70c586a41f6..42563406a5f 100644
--- a/net-im/corebird/corebird-1.7.4.ebuild
+++ b/net-im/corebird/corebird-1.7.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -26,7 +26,7 @@ RDEPEND="dev-db/sqlite:3
 		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] )
+	spellcheck? ( app-text/gspell:=[vala] )
 	net-libs/libsoup
 	x11-libs/gtk+:3"
 DEPEND="${RDEPEND}


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/corebird/
@ 2021-09-16 19:11 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-09-16 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     87777e40431f96c5250461d23a62db5f6080ddad
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 16 19:07:23 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 16 19:11:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87777e40

net-im/corebird: fix libsoup slot dependency

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../corebird/{corebird-1.7.4-r1.ebuild => corebird-1.7.4-r2.ebuild}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/corebird/corebird-1.7.4-r1.ebuild b/net-im/corebird/corebird-1.7.4-r2.ebuild
similarity index 95%
rename from net-im/corebird/corebird-1.7.4-r1.ebuild
rename to net-im/corebird/corebird-1.7.4-r2.ebuild
index ff61481ab0a..08f06c7b733 100644
--- a/net-im/corebird/corebird-1.7.4-r1.ebuild
+++ b/net-im/corebird/corebird-1.7.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,7 +27,7 @@ RDEPEND="dev-db/sqlite:3
 		media-plugins/gst-plugins-meta:1.0[X]
 		media-plugins/gst-plugins-soup:1.0 )
 	spellcheck? ( app-text/gspell:=[vala] )
-	net-libs/libsoup
+	net-libs/libsoup:2.4
 	x11-libs/gtk+:3"
 DEPEND="${RDEPEND}
 	$(vala_depend)


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

end of thread, other threads:[~2021-09-16 19:11 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-10 23:40 [gentoo-commits] repo/gentoo:master commit in: net-im/corebird/ Craig Andrews
  -- strict thread matches above, loose matches on Subject: below --
2021-09-16 19:11 Sam James
2020-02-05 13:06 Mart Raudsepp
2019-07-01  1:24 Jonas Stein
2018-11-11 22:38 Patrice Clement
2018-05-20  0:16 Aaron Bauman
2018-04-11 22:47 Patrice Clement
2018-04-08  8:49 Jonas Stein
2017-11-08 22:48 Patrice Clement
2017-10-22 17:16 Patrice Clement
2017-10-14 17:37 Jonas Stein
2017-07-30 11:09 David Seifert
2017-07-30 11:09 David Seifert
2017-06-17 19:42 Michał Górny
2017-05-31 16:28 Patrice Clement
2017-05-08 16:49 Michał Górny
2016-04-02  3:56 Ian Delaney
2015-10-10 11:45 Manuel Rüger

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