From 065d719e3d388c69be23c2068ca5e01fd1cce937 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 1 Sep 2025 19:45:00 +0100 Subject: Bump webstat --- www-misc/webstat/Manifest | 4 ++-- www-misc/webstat/webstat-0.1.1.ebuild | 34 ++++++++++++++++++++++++++++++++++ www-misc/webstat/webstat-0.1.ebuild | 34 ---------------------------------- 3 files changed, 36 insertions(+), 36 deletions(-) create mode 100644 www-misc/webstat/webstat-0.1.1.ebuild delete mode 100644 www-misc/webstat/webstat-0.1.ebuild (limited to 'www-misc') diff --git a/www-misc/webstat/Manifest b/www-misc/webstat/Manifest index 76c897b..cc9ba83 100644 --- a/www-misc/webstat/Manifest +++ b/www-misc/webstat/Manifest @@ -1,3 +1,3 @@ DIST v4.0.1.tar.gz 434107 BLAKE2B 6f7347f739bc90723338e2da912701cacc376121c0c62bbfd51d7ed80a07dd00c801bbf82113a24ca342d887942a19f29cc84ca869d2572b2689e963042ef2a6 SHA512 db14d71da3c1ecb849f00ac1e334f39c532592230e950aa1009ff00ba56670cb71e33ca457fd4ac66595ff43f0dca0e42d45f672848b9cde3cba80f19ef8693f -DIST webstat-0.1.tar.xz 8040 BLAKE2B 78b2440a0f2dbc4377eecd2ba8aa052fc1434ced267ec59fae129121e6923edda79c9ceda54e00c275465f16e0f227c903c8c956541ba52ae661f0ac80c3c61f SHA512 292aa1066c4150ae4fb40293baca2acab29885c5de2bd32a5bc6cb0e0d958a27c9c35c07e76841c6f3568d4d4e97a9a71aa7791909544669d85a89c697c66a52 -EBUILD webstat-0.1.ebuild 703 BLAKE2B d274443d6265e1fd4634ae983f134c0361678fbb1fb50e33806dda4278bf82946cc21fb009eddf3abfc99059c74c656ed5a4e26301ffb5c4fa2326dc24a07b04 SHA512 091546ab67137fd34b273d612640c55c6843dc768663fd344d3379c9cf57eb46214b07cca4b0d35158c3eab33be6907f9023e32fda636f44e2ad8d0908898010 +DIST webstat-0.1.1.tar.xz 8932 BLAKE2B 4204a5766f5d32679d4d2344852b0e2f39b2eacb0e138f2b2ca7bb028ef6f11a51658d8ba6b434ff6f23e7e044fffc1a2d50300d3d422efd9f0e0d438fc1adea SHA512 f982043456ca83d73bc518a5f186640fe598c8b72d213d352cbae49e21221b821927c34c7495f1cb10c62731702fef655c71e224fd1b7932a8719a5c91c31b63 +EBUILD webstat-0.1.1.ebuild 703 BLAKE2B d274443d6265e1fd4634ae983f134c0361678fbb1fb50e33806dda4278bf82946cc21fb009eddf3abfc99059c74c656ed5a4e26301ffb5c4fa2326dc24a07b04 SHA512 091546ab67137fd34b273d612640c55c6843dc768663fd344d3379c9cf57eb46214b07cca4b0d35158c3eab33be6907f9023e32fda636f44e2ad8d0908898010 diff --git a/www-misc/webstat/webstat-0.1.1.ebuild b/www-misc/webstat/webstat-0.1.1.ebuild new file mode 100644 index 0000000..5ac8f3f --- /dev/null +++ b/www-misc/webstat/webstat-0.1.1.ebuild @@ -0,0 +1,34 @@ +EAPI=8 +inherit bjam + +DESCRIPTION="WebStat web site access analyser " +HOMEPAGE="https://git.randomdan.homeip.net/repo/webstat/" +SRC_URI="https://git.randomdan.homeip.net/repo/${PN}/snapshot/${P}.tar.xz + https://github.com/eliaskosunen/scnlib/archive/refs/tags/v4.0.1.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + >=dev-libs/libdbpp-1.4.10:= + >=dev-libs/libdbpp-postgresql-1.4.10 + >=dev-libs/libadhocutil-0.9.3:=" +RDEPEND="${DEPEND}" +BDEPEND="${DEPEND} + virtual/pkgconfig + dev-build/b2" + +src_prepare() { + default + rmdir ${S}/thirdparty/scnlib + ln -sf ${WORKDIR}/scnlib-4.0.1 ${S}/thirdparty/scnlib +} + +src_compile() { + bjambuild src//webstat_logger +} + +src_install() { + bjaminstall install +} diff --git a/www-misc/webstat/webstat-0.1.ebuild b/www-misc/webstat/webstat-0.1.ebuild deleted file mode 100644 index 5ac8f3f..0000000 --- a/www-misc/webstat/webstat-0.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -EAPI=8 -inherit bjam - -DESCRIPTION="WebStat web site access analyser " -HOMEPAGE="https://git.randomdan.homeip.net/repo/webstat/" -SRC_URI="https://git.randomdan.homeip.net/repo/${PN}/snapshot/${P}.tar.xz - https://github.com/eliaskosunen/scnlib/archive/refs/tags/v4.0.1.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - >=dev-libs/libdbpp-1.4.10:= - >=dev-libs/libdbpp-postgresql-1.4.10 - >=dev-libs/libadhocutil-0.9.3:=" -RDEPEND="${DEPEND}" -BDEPEND="${DEPEND} - virtual/pkgconfig - dev-build/b2" - -src_prepare() { - default - rmdir ${S}/thirdparty/scnlib - ln -sf ${WORKDIR}/scnlib-4.0.1 ${S}/thirdparty/scnlib -} - -src_compile() { - bjambuild src//webstat_logger -} - -src_install() { - bjaminstall install -} -- cgit v1.2.3