From: "Kurt Kanzenbach" <kurt@kmk-computers.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-libs/ulfius/
Date: Sun, 15 Jan 2023 19:12:45 +0000 (UTC) [thread overview]
Message-ID: <1673809850.07b3ec7385cb21451e880e8299a1abe244807480.KurtKanzenbach@gentoo> (raw)
commit: 07b3ec7385cb21451e880e8299a1abe244807480
Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Sun Jan 15 19:10:50 2023 +0000
Commit: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
CommitDate: Sun Jan 15 19:10:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=07b3ec73
net-libs/ulfius: drop 2.7.11
Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>
net-libs/ulfius/Manifest | 1 -
net-libs/ulfius/ulfius-2.7.11.ebuild | 56 ------------------------------------
2 files changed, 57 deletions(-)
diff --git a/net-libs/ulfius/Manifest b/net-libs/ulfius/Manifest
index 720191b42..61632cf25 100644
--- a/net-libs/ulfius/Manifest
+++ b/net-libs/ulfius/Manifest
@@ -1,2 +1 @@
-DIST ulfius-2.7.11.tar.gz 453409 BLAKE2B 7412354d055556543bbc098c4d5ebf052a17b83c4608180d11a7c973164e5ad55b41be9c11f869a0f584be94fd4c586bce73f2a0fe783d4f995dfc741b9a79bf SHA512 48e1136631415cb84f580d28e3ff3849d960ca338ee2902aa08573c48ec40ee7926fef5b1b1d46ab22d5118ed26b033f3240b76823198a35c0292bf66bbacd7b
DIST ulfius-2.7.12.tar.gz 427636 BLAKE2B 1d9ad9f56275bd602ca73ee5c671ac48e0f5fa2baf188ee3309acc4f24b98488db07a6b8157852395f00813e1985d9bcb0c3d286c6eeee21ecbce5ff41f98396 SHA512 693786ca6d459f22878a751b3d7acbc512dd72f58732df71b449013f3cc73837a24465c8ad8970a5bbd3e7fdc182de2a739ca5408a2d462c02d1eb06a4fa1e01
diff --git a/net-libs/ulfius/ulfius-2.7.11.ebuild b/net-libs/ulfius/ulfius-2.7.11.ebuild
deleted file mode 100644
index e5d9c08a2..000000000
--- a/net-libs/ulfius/ulfius-2.7.11.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
-}
next reply other threads:[~2023-01-15 19:12 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-15 19:12 Kurt Kanzenbach [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-11-27 7:38 [gentoo-commits] repo/proj/guru:dev commit in: net-libs/ulfius/ Kurt Kanzenbach
2023-11-27 7:38 Kurt Kanzenbach
2023-11-11 10:16 Kurt Kanzenbach
2023-11-11 10:16 Kurt Kanzenbach
2023-11-09 18:19 Kurt Kanzenbach
2023-11-09 18:19 Kurt Kanzenbach
2023-11-09 18:19 Kurt Kanzenbach
2023-02-11 10:43 Kurt Kanzenbach
2023-02-11 10:43 Kurt Kanzenbach
2023-01-15 19:12 Kurt Kanzenbach
2022-10-28 18:27 Kurt Kanzenbach
2022-10-28 18:27 Kurt Kanzenbach
2022-06-26 9:58 Kurt Kanzenbach
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=1673809850.07b3ec7385cb21451e880e8299a1abe244807480.KurtKanzenbach@gentoo \
--to=kurt@kmk-computers.de \
--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