public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-libs/ulfius/
Date: Sat, 29 Oct 2022 05:54:42 +0000 (UTC)	[thread overview]
Message-ID: <1666981273.b29189d29e51f57a93f23f4faba88baaf3aa1d61.arthurzam@gentoo> (raw)

commit:     b29189d29e51f57a93f23f4faba88baaf3aa1d61
Author:     Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Fri Oct 28 18:21:13 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 18:21:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b29189d2

net-libs/ulfius: drop 2.7.10

Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>

 net-libs/ulfius/Manifest             |  1 -
 net-libs/ulfius/ulfius-2.7.10.ebuild | 56 ------------------------------------
 2 files changed, 57 deletions(-)

diff --git a/net-libs/ulfius/Manifest b/net-libs/ulfius/Manifest
index 5828be9a0..1a50c179c 100644
--- a/net-libs/ulfius/Manifest
+++ b/net-libs/ulfius/Manifest
@@ -1,2 +1 @@
-DIST ulfius-2.7.10.tar.gz 419473 BLAKE2B 8241f9e861bbf1e393e81c24453e670adc1923ae959ec4231a1c0b3833a7e85c655b08c771cb3497331a40df4788b6118de005f13d7c5f2df309d8f748276868 SHA512 7ecbaa6cf4329b12c45a9c8d50c7781327a03de2c9226db371b27b7bcba20738e99b2af26fb845fed74b61a9b6867f984dcee70d1addbf3fe40941537be572e1
 DIST ulfius-2.7.11.tar.gz 453409 BLAKE2B 7412354d055556543bbc098c4d5ebf052a17b83c4608180d11a7c973164e5ad55b41be9c11f869a0f584be94fd4c586bce73f2a0fe783d4f995dfc741b9a79bf SHA512 48e1136631415cb84f580d28e3ff3849d960ca338ee2902aa08573c48ec40ee7926fef5b1b1d46ab22d5118ed26b033f3240b76823198a35c0292bf66bbacd7b

diff --git a/net-libs/ulfius/ulfius-2.7.10.ebuild b/net-libs/ulfius/ulfius-2.7.10.ebuild
deleted file mode 100644
index e5d9c08a2..000000000
--- a/net-libs/ulfius/ulfius-2.7.10.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="HTTP Framework for REST Applications in C"
-HOMEPAGE="https://github.com/babelouest/ulfius/"
-SRC_URI="https://github.com/babelouest/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="curl doc jansson ssl websocket"
-RESTRICT="test"
-
-BDEPEND="
-	virtual/pkgconfig
-"
-DEPEND="
-	curl? ( net-misc/curl )
-	doc? ( app-doc/doxygen )
-	jansson? ( dev-libs/jansson:= )
-	ssl? ( net-libs/gnutls:= )
-	net-libs/libmicrohttpd:=
-	net-libs/orcania
-	sys-libs/zlib
-"
-RDEPEND="
-	${DEPEND}
-"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_ULFIUS_DOCUMENTATION=$(usex doc)
-		-DDOWNLOAD_DEPENDENCIES=OFF
-		-DWITH_CURL=$(usex curl)
-		-DWITH_GNUTLS=$(usex ssl)
-		-DWITH_JANSSON=$(usex jansson)
-		-DWITH_WEBSOCKET=$(usex websocket)
-		-DWITH_YDER=OFF
-	)
-
-	cmake_src_configure
-}
-
-src_compile() {
-	cmake_src_compile
-	use doc && cmake_build doc
-}
-
-src_install() {
-	use doc && local HTML_DOCS=( doc/html/* )
-	cmake_src_install
-}


             reply	other threads:[~2022-10-29  5:54 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-29  5:54 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-12  0:50 [gentoo-commits] repo/proj/guru:master commit in: net-libs/ulfius/ David Roman
2023-11-12  0:50 David Roman
2023-11-10 20:18 David Roman
2023-11-10 20:18 David Roman
2023-11-10 20:18 David Roman
2023-02-13 11:27 Andrew Ammerlaan
2023-02-13 11:27 Andrew Ammerlaan
2022-10-29  5:54 Arthur Zamarin

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=1666981273.b29189d29e51f57a93f23f4faba88baaf3aa1d61.arthurzam@gentoo \
    --to=arthurzam@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