public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rest/
Date: Sun,  2 Apr 2023 00:57:13 +0000 (UTC)	[thread overview]
Message-ID: <1680397012.78b8ae45f7267ffb506f53f14d0e4c345e3d8b66.mattst88@gentoo> (raw)

commit:     78b8ae45f7267ffb506f53f14d0e4c345e3d8b66
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  2 00:32:51 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Apr  2 00:56:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b8ae45

net-libs/rest: Drop old versions

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

 net-libs/rest/rest-0.9.1.ebuild | 59 -----------------------------------------
 1 file changed, 59 deletions(-)

diff --git a/net-libs/rest/rest-0.9.1.ebuild b/net-libs/rest/rest-0.9.1.ebuild
deleted file mode 100644
index 545813a842ca..000000000000
--- a/net-libs/rest/rest-0.9.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# 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 ~arm arm64 ~ppc64 ~riscv sparc x86"
-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
-}


             reply	other threads:[~2023-04-02  0:57 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-02  0:57 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-05  2:45 [gentoo-commits] repo/gentoo:master commit in: net-libs/rest/ WANG Xuerui
2023-04-01 19:03 Arthur Zamarin
2022-12-16 20:30 Arthur Zamarin
2022-11-21 20:41 Arthur Zamarin
2022-11-21 16:37 Joonas Niilola
2022-11-20  7:56 Yixun Lan
2022-11-20  0:47 Sam James
2022-11-20  0:47 Sam James
2022-11-20  0:27 Sam James
2022-10-31 14:28 Matt Turner
2022-06-23 20:12 David Seifert
2021-05-21  0:51 Yixun Lan
2020-02-09 16:09 Mart Raudsepp
2019-05-23  6:39 Aaron Bauman
2019-01-29 13:47 Mikle Kolyada
2018-10-06 22:37 Mart Raudsepp
2018-03-22 22:25 Sergei Trofimovich
2017-12-21 23:31 Mart Raudsepp
2017-12-19 19:14 Thomas Deutschmann
2017-12-16 14:04 Tobias Klausmann
2017-11-23 20:47 Sergei Trofimovich
2017-11-06 20:49 Tobias Klausmann
2017-10-21 10:11 Gilles Dartiguelongue
2017-06-28 10:55 Alexis Ballier
2016-08-21 12:44 Pacho Ramos
2016-07-30 10:27 Jeroen Roovers
2016-06-28 20:34 Pacho Ramos
2016-06-11 19:39 Pacho Ramos
2016-06-11 12:06 Pacho Ramos
2016-05-30 21:15 Pacho Ramos
2016-05-28 15:49 Pacho Ramos
2016-04-02 12:28 Pacho Ramos
2016-04-02 12:28 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1680397012.78b8ae45f7267ffb506f53f14d0e4c345e3d8b66.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox