public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-libs/libzapojit/
@ 2019-08-05  0:34 Aaron Bauman
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2019-08-05  0:34 UTC (permalink / raw
  To: gentoo-commits

commit:     b40a11d98d9d3889c06d3918debdeaaa0ebe503b
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  5 00:32:14 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Aug  5 00:32:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b40a11d9

net-libs/libzapojit: arm64 keyworded

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.70, Repoman-2.3.16

 net-libs/libzapojit/libzapojit-0.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libzapojit/libzapojit-0.0.3.ebuild b/net-libs/libzapojit/libzapojit-0.0.3.ebuild
index 15d47cd908b..b8b46a6153c 100644
--- a/net-libs/libzapojit/libzapojit-0.0.3.ebuild
+++ b/net-libs/libzapojit/libzapojit-0.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -12,7 +12,7 @@ HOMEPAGE="https://git.gnome.org/browse/libzapojit"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE="+introspection"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
 	>=dev-libs/glib-2.28:2


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

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libzapojit/
@ 2021-12-31  3:42 Yixun Lan
  0 siblings, 0 replies; 6+ messages in thread
From: Yixun Lan @ 2021-12-31  3:42 UTC (permalink / raw
  To: gentoo-commits

commit:     663e4193db2ac7048f96eda47f370d0ede212723
Author:     Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Fri Dec 24 15:10:31 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Dec 31 03:39:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=663e4193

net-libs/libzapojit: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 net-libs/libzapojit/libzapojit-0.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libzapojit/libzapojit-0.0.3.ebuild b/net-libs/libzapojit/libzapojit-0.0.3.ebuild
index c5f25a502ef2..d10dc3b24c72 100644
--- a/net-libs/libzapojit/libzapojit-0.0.3.ebuild
+++ b/net-libs/libzapojit/libzapojit-0.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -12,7 +12,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libzapojit"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE="+introspection"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
 	>=dev-libs/glib-2.28:2


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

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libzapojit/
@ 2022-01-29 12:16 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2022-01-29 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     6ecd28b10c8cf72f3f951bd9df1f5754daec7d9c
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 29 12:16:02 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jan 29 12:16:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ecd28b1

net-libs/libzapojit: update EAPI 5 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../{libzapojit-0.0.3.ebuild => libzapojit-0.0.3-r1.ebuild}   | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/net-libs/libzapojit/libzapojit-0.0.3.ebuild b/net-libs/libzapojit/libzapojit-0.0.3-r1.ebuild
similarity index 87%
rename from net-libs/libzapojit/libzapojit-0.0.3.ebuild
rename to net-libs/libzapojit/libzapojit-0.0.3-r1.ebuild
index d10dc3b24c72..fba7e8314bc6 100644
--- a/net-libs/libzapojit/libzapojit-0.0.3.ebuild
+++ b/net-libs/libzapojit/libzapojit-0.0.3-r1.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
-GCONF_DEBUG="no"
+EAPI=8
 
 inherit gnome2
 
@@ -11,8 +10,8 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libzapojit"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-IUSE="+introspection"
 KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc x86"
+IUSE="+introspection"
 
 RDEPEND="
 	>=dev-libs/glib-2.28:2
@@ -23,7 +22,8 @@ RDEPEND="
 
 	introspection? ( >=dev-libs/gobject-introspection-1.30.0 )
 "
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
 	>=dev-util/gtk-doc-am-1.11
 	>=dev-util/intltool-0.35.0
 	sys-devel/gettext
@@ -34,6 +34,5 @@ DEPEND="${RDEPEND}
 
 src_configure() {
 	gnome2_src_configure \
-		--disable-static \
 		$(use_enable introspection)
 }


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

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libzapojit/
@ 2022-02-08  4:45 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-02-08  4:45 UTC (permalink / raw
  To: gentoo-commits

commit:     77ae96f7f7a07ec3ebaca8bc7b1675476c4e7b3c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  8 04:45:28 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb  8 04:45:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ae96f7

net-libs/libzapojit: Stabilize 0.0.3-r1 arm64, #831946

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

 net-libs/libzapojit/libzapojit-0.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libzapojit/libzapojit-0.0.3-r1.ebuild b/net-libs/libzapojit/libzapojit-0.0.3-r1.ebuild
index fba7e8314bc6..8697fd59be7d 100644
--- a/net-libs/libzapojit/libzapojit-0.0.3-r1.ebuild
+++ b/net-libs/libzapojit/libzapojit-0.0.3-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libzapojit"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~sparc x86"
 IUSE="+introspection"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libzapojit/
@ 2022-09-27 23:57 Matt Turner
  0 siblings, 0 replies; 6+ messages in thread
From: Matt Turner @ 2022-09-27 23:57 UTC (permalink / raw
  To: gentoo-commits

commit:     1a552edb39d10b6108e3fdd8697df160fde8102f
Author:     Pascal Jaeger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Tue Sep 27 06:42:13 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Sep 27 23:57:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a552edb

net-libs/libzapojit: Depend on net-libs/rest:0.7

Signed-off-by: Pascal Jaeger <pascal.jaeger <AT> leimstift.de>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 .../{libzapojit-0.0.3-r1.ebuild => libzapojit-0.0.3-r2.ebuild}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libzapojit/libzapojit-0.0.3-r1.ebuild b/net-libs/libzapojit/libzapojit-0.0.3-r2.ebuild
similarity index 97%
rename from net-libs/libzapojit/libzapojit-0.0.3-r1.ebuild
rename to net-libs/libzapojit/libzapojit-0.0.3-r2.ebuild
index 8697fd59be7d..a5c76746cc93 100644
--- a/net-libs/libzapojit/libzapojit-0.0.3-r1.ebuild
+++ b/net-libs/libzapojit/libzapojit-0.0.3-r2.ebuild
@@ -17,7 +17,7 @@ RDEPEND="
 	>=dev-libs/glib-2.28:2
 	>=net-libs/libsoup-2.38:2.4
 	dev-libs/json-glib
-	net-libs/rest
+	net-libs/rest:0.7
 	net-libs/gnome-online-accounts
 
 	introspection? ( >=dev-libs/gobject-introspection-1.30.0 )


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

* [gentoo-commits] repo/gentoo:master commit in: net-libs/libzapojit/
@ 2022-10-31 14:28 Matt Turner
  0 siblings, 0 replies; 6+ messages in thread
From: Matt Turner @ 2022-10-31 14:28 UTC (permalink / raw
  To: gentoo-commits

commit:     dd4d2bdb3ff769e955625491fe449e136ff4475b
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 21:20:34 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Oct 31 14:27:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd4d2bdb

net-libs/libzapojit: Set remote-id

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-libs/libzapojit/metadata.xml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/net-libs/libzapojit/metadata.xml b/net-libs/libzapojit/metadata.xml
index 7b343b06be8a..2be5b3086f5b 100644
--- a/net-libs/libzapojit/metadata.xml
+++ b/net-libs/libzapojit/metadata.xml
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>gnome@gentoo.org</email>
-	<name>Gentoo GNOME Desktop</name>
-</maintainer>
+  <maintainer type="project">
+    <email>gnome@gentoo.org</email>
+    <name>Gentoo GNOME Desktop</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="gnome-gitlab">Archive/libzapojit</remote-id>
+  </upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2022-10-31 14:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-31 14:28 [gentoo-commits] repo/gentoo:master commit in: net-libs/libzapojit/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2022-09-27 23:57 Matt Turner
2022-02-08  4:45 Sam James
2022-01-29 12:16 David Seifert
2021-12-31  3:42 Yixun Lan
2019-08-05  0:34 Aaron Bauman

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