commit: aae15f4224ce7246f9dc6ef215e594818a9d7e19 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Fri Apr 18 13:52:04 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Fri Apr 18 15:24:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae15f42
www-misc/logswan: bump to 2.1.15 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> www-misc/logswan/Manifest | 1 + www-misc/logswan/logswan-2.1.15.ebuild | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/www-misc/logswan/Manifest b/www-misc/logswan/Manifest index 6c69d4321b33..e20d85447744 100644 --- a/www-misc/logswan/Manifest +++ b/www-misc/logswan/Manifest @@ -1 +1,2 @@ DIST logswan-2.1.14.tar.gz 25223 BLAKE2B d1c18eac839cadeb9486ef032954e271616483aa69419db0d24c7abf0f70e008e9f4ed6f0b054bd1b65d7277ddf923cb7d30c4caa92a6ab4226d5db3df7b99dc SHA512 1956d65088e9cc41d981e47ce487996d0e2e0bf1666f871d59f9f91770666aac90840e4a5b88581f8c2da91ef953ad0e8e4856e088fa86546d74afb8f6ed8b77 +DIST logswan-2.1.15.gh.tar.gz 25775 BLAKE2B 28e9145083c84700b57fd576c05b125b186d6bf639416d753153edc38bda135591dc1d811e5ac617927d19df2cb8dbc66dba8cac9597a29e38bb795d614d3e3d SHA512 9c829f48e532a5f094b067ca8230a3767a9b3ded8597a9f51daae4fbfe799efa0cc51685019ad2f8752423c8ae87ea85e0ad2251bfbcfb9f95ad60b21ea3d59f diff --git a/www-misc/logswan/logswan-2.1.15.ebuild b/www-misc/logswan/logswan-2.1.15.ebuild new file mode 100644 index 000000000000..8eb823cb0e0a --- /dev/null +++ b/www-misc/logswan/logswan-2.1.15.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Fast Web log analyzer using probabilistic data structures" +HOMEPAGE="https://www.logswan.org/ + https://github.com/fcambus/logswan/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/fcambus/${PN}" +else + SRC_URI="https://github.com/fcambus/${PN}/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz" + + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="BSD-2" +SLOT="0" + +RDEPEND=" + dev-libs/jansson:= + dev-libs/libmaxminddb:= +" +DEPEND=" + ${RDEPEND} +"
