From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-libs/ulfius/
Date: Mon, 13 Feb 2023 11:27:59 +0000 (UTC) [thread overview]
Message-ID: <1676112137.52cc7ab0717c4c852d50def017df02d4e0c74eb5.andrewammerlaan@gentoo> (raw)
commit: 52cc7ab0717c4c852d50def017df02d4e0c74eb5
Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Sat Feb 11 10:42:17 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Feb 11 10:42:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52cc7ab0
net-libs/ulfius: drop 2.7.12
Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>
net-libs/ulfius/Manifest | 1 -
net-libs/ulfius/ulfius-2.7.12.ebuild | 56 ------------------------------------
2 files changed, 57 deletions(-)
diff --git a/net-libs/ulfius/Manifest b/net-libs/ulfius/Manifest
index 0e2fed126..5614e9f98 100644
--- a/net-libs/ulfius/Manifest
+++ b/net-libs/ulfius/Manifest
@@ -1,2 +1 @@
-DIST ulfius-2.7.12.tar.gz 427636 BLAKE2B 1d9ad9f56275bd602ca73ee5c671ac48e0f5fa2baf188ee3309acc4f24b98488db07a6b8157852395f00813e1985d9bcb0c3d286c6eeee21ecbce5ff41f98396 SHA512 693786ca6d459f22878a751b3d7acbc512dd72f58732df71b449013f3cc73837a24465c8ad8970a5bbd3e7fdc182de2a739ca5408a2d462c02d1eb06a4fa1e01
DIST ulfius-2.7.13.tar.gz 427607 BLAKE2B 1ccc3c37af135bfab2c7c81231ec8e788cd9df46f9025ae6745e58baff29e0820b7b62f929338f890f1e165bc84b292e3a8e0c6b07e5f83fb9972dcd6414221f SHA512 cb92631f2d20088f21c8accee8841774793d79ae7851e4a0d160db084131e68cb9b78d44bc6519b624f35f007209da61e8173912248cefbec9141cd09690cc3d
diff --git a/net-libs/ulfius/ulfius-2.7.12.ebuild b/net-libs/ulfius/ulfius-2.7.12.ebuild
deleted file mode 100644
index e5d9c08a2..000000000
--- a/net-libs/ulfius/ulfius-2.7.12.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-02-13 11:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-13 11:27 Andrew Ammerlaan [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
2022-10-29 5:54 Arthur Zamarin
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=1676112137.52cc7ab0717c4c852d50def017df02d4e0c74eb5.andrewammerlaan@gentoo \
--to=andrewammerlaan@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