* [gentoo-commits] repo/gentoo:master commit in: net-libs/rest/, profiles/
@ 2022-09-28 0:30 Matt Turner
0 siblings, 0 replies; 2+ messages in thread
From: Matt Turner @ 2022-09-28 0:30 UTC (permalink / raw
To: gentoo-commits
commit: 3cc70d97e21976a8fa5cae8ee9d1988df0cf739b
Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sat Sep 24 18:46:13 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Sep 28 00:30:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cc70d97
net-libs/rest: Version bump to 0.9.1
Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
net-libs/rest/Manifest | 1 +
net-libs/rest/rest-0.9.1.ebuild | 59 +++++++++++++++++++++++++++++++++++++++++
profiles/package.mask | 1 +
3 files changed, 61 insertions(+)
diff --git a/net-libs/rest/Manifest b/net-libs/rest/Manifest
index 5b3ce5ca09e0..6331c5e23274 100644
--- a/net-libs/rest/Manifest
+++ b/net-libs/rest/Manifest
@@ -1 +1,2 @@
DIST rest-0.8.1.tar.xz 333376 BLAKE2B 595576f29ebe35121b7a896086abd3411ac3b2d324d2e50d646274c4060cfaffbd3b701eaae80afdc60d52c77bb5076135064648536378f2562f27c79c5738b7 SHA512 824a341db3827e4360abe03e33735918c68913c70d797699ef74271080a1985872006ec70fd994dc8fa3fbfef417e6fe979883c11286512d0ce623b8368e40c3
+DIST rest-0.9.1.tar.xz 71136 BLAKE2B 696a43db8a05d90cd2cb86cb2ffe22a817c7b0565c1e90e2508b0dffd3824fa46afef78c039d8911dc50f93c0afe1efbc783676c677b71bb7a2b5ad9ac5a1a26 SHA512 7fb219f571aec2b8d09d71e257e2b230bfb5c862e7e425fd540c96f6e2a22457df7d3df32838d71beec00ba54c7adbd0301d744bb0497c46b3a1413949304462
diff --git a/net-libs/rest/rest-0.9.1.ebuild b/net-libs/rest/rest-0.9.1.ebuild
new file mode 100644
index 000000000000..dfbc3e3bca1f
--- /dev/null
+++ b/net-libs/rest/rest-0.9.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson vala
+
+DESCRIPTION="Helper library for RESTful services"
+HOMEPAGE="https://wiki.gnome.org/Projects/Librest"
+
+LICENSE="LGPL-2.1"
+SLOT="1.0" # librest_soversion
+KEYWORDS="~amd64"
+IUSE="gtk-doc +introspection test vala"
+REQUIRED_USE="
+ gtk-doc? ( introspection )
+ vala? ( introspection )
+"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-libs/glib-2.44.0:2
+ >=net-libs/libsoup-2.99.2:3.0
+ dev-libs/json-glib:0[introspection?]
+ dev-libs/libxml2:2
+ app-misc/ca-certificates
+ introspection? ( >=dev-libs/gobject-introspection-1.74.0:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ dev-util/glib-utils
+ gtk-doc? ( >=dev-util/gi-docgen-2021.6 )
+ vala? ( $(vala_depend) )
+"
+
+src_prepare() {
+ default
+ vala_setup
+
+ # The only two tests from the rest-extras suite (flickr and lastfm) require
+ # network access
+ if has network-sandbox ${FEATURES}; then
+ sed -i -e '/flickr/d' -e '/lastfm/d' tests/meson.build
+ fi
+}
+
+src_configure() {
+ local emesonargs=(
+ -Dca_certificates=true
+ -Dca_certificates_path="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt
+ $(meson_use introspection)
+ $(meson_use vala vapi)
+ -Dexamples=false
+ $(meson_use gtk-doc gtk_doc)
+ -Dsoup2=false
+ $(meson_use test tests)
+ )
+ meson_src_configure
+}
diff --git a/profiles/package.mask b/profiles/package.mask
index c6e9d675e9b2..073599afc688 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -558,6 +558,7 @@ sys-devel/automake:1.11
# Migration to it is expected for GNOME 42, NOT to be unmasked with GNOME 41.
>=gnome-extra/gnome-calculator-43
net-libs/libsoup:3.0
+net-libs/rest:1.0
net-libs/webkit-gtk:4.1
sci-geosciences/geocode-glib:2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-libs/rest/, profiles/
@ 2023-09-15 1:42 Matt Turner
0 siblings, 0 replies; 2+ messages in thread
From: Matt Turner @ 2023-09-15 1:42 UTC (permalink / raw
To: gentoo-commits
commit: f1515d619ced146bfadc7d15d6d9970ecc1c0390
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 15 01:40:26 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Sep 15 01:42:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1515d61
net-libs/rest: Delete SLOT=0.7
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
net-libs/rest/Manifest | 1 -
net-libs/rest/rest-0.8.1-r1.ebuild | 60 --------------------------------------
profiles/package.mask | 5 ----
3 files changed, 66 deletions(-)
diff --git a/net-libs/rest/Manifest b/net-libs/rest/Manifest
index 6331c5e23274..5c72975c2de7 100644
--- a/net-libs/rest/Manifest
+++ b/net-libs/rest/Manifest
@@ -1,2 +1 @@
-DIST rest-0.8.1.tar.xz 333376 BLAKE2B 595576f29ebe35121b7a896086abd3411ac3b2d324d2e50d646274c4060cfaffbd3b701eaae80afdc60d52c77bb5076135064648536378f2562f27c79c5738b7 SHA512 824a341db3827e4360abe03e33735918c68913c70d797699ef74271080a1985872006ec70fd994dc8fa3fbfef417e6fe979883c11286512d0ce623b8368e40c3
DIST rest-0.9.1.tar.xz 71136 BLAKE2B 696a43db8a05d90cd2cb86cb2ffe22a817c7b0565c1e90e2508b0dffd3824fa46afef78c039d8911dc50f93c0afe1efbc783676c677b71bb7a2b5ad9ac5a1a26 SHA512 7fb219f571aec2b8d09d71e257e2b230bfb5c862e7e425fd540c96f6e2a22457df7d3df32838d71beec00ba54c7adbd0301d744bb0497c46b3a1413949304462
diff --git a/net-libs/rest/rest-0.8.1-r1.ebuild b/net-libs/rest/rest-0.8.1-r1.ebuild
deleted file mode 100644
index 9e3edc280976..000000000000
--- a/net-libs/rest/rest-0.8.1-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2 multilib-minimal virtualx
-
-DESCRIPTION="Helper library for RESTful services"
-HOMEPAGE="https://wiki.gnome.org/Projects/Librest"
-
-LICENSE="LGPL-2.1"
-SLOT="0.7"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc x86"
-IUSE="+introspection test"
-RESTRICT="!test? ( test )"
-
-# Coverage testing should not be enabled
-RDEPEND="
- app-misc/ca-certificates
- >=dev-libs/glib-2.24:2[${MULTILIB_USEDEP}]
- dev-libs/libxml2:2[${MULTILIB_USEDEP}]
- net-libs/libsoup:2.4[${MULTILIB_USEDEP}]
- introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- dev-util/glib-utils
- >=dev-util/gtk-doc-am-1.13
- >=dev-util/intltool-0.40
- virtual/pkgconfig
- test? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
-"
-
-multilib_src_configure() {
- # gnome support only adds dependency on obsolete libsoup-gnome
- # https://bugzilla.gnome.org/show_bug.cgi?id=758166
- ECONF_SOURCE="${S}" \
- gnome2_src_configure \
- --disable-gcov \
- --without-gnome \
- --with-ca-certificates="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt \
- $(multilib_native_use_enable introspection)
-
- if multilib_is_native_abi; then
- ln -s "${S}"/docs/reference/rest/html docs/reference/rest/html || die
- fi
-}
-
-multilib_src_test() {
- # Tests need dbus
- virtx emake check
-}
-
-multilib_src_compile() {
- gnome2_src_compile
-}
-
-multilib_src_install() {
- gnome2_src_install
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 06f82347ddfc..77812ebfd7cd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -257,11 +257,6 @@ app-dicts/edictionary
# Masked for removal on 2023-09-17.
app-emacs/ruby-mode
-# Matt Turner <mattst88@gentoo.org> (2023-08-14)
-# Dead slot depending on libsoup:2.4
-# Removal on 2023-09-14.
-net-libs/rest:0.7
-
# Michael Orlitzky <mjo@gentoo.org> (2023-08-12)
# More php:7.4 casualties that I missed the first time around.
# They'll be removed whenever php:7.4 is removed.
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-15 1:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-15 1:42 [gentoo-commits] repo/gentoo:master commit in: net-libs/rest/, profiles/ Matt Turner
-- strict thread matches above, loose matches on Subject: below --
2022-09-28 0:30 Matt Turner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox