From ca9d64b16df141589fbf3367555b07bc1c7c91e4 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 10 Oct 2025 03:00:09 +0100 Subject: Bump webstat --- www-misc/webstat/Manifest | 4 ++-- www-misc/webstat/webstat-0.2.1.ebuild | 34 ---------------------------------- www-misc/webstat/webstat-0.2.2.ebuild | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 www-misc/webstat/webstat-0.2.1.ebuild create mode 100644 www-misc/webstat/webstat-0.2.2.ebuild (limited to 'www-misc/webstat') diff --git a/www-misc/webstat/Manifest b/www-misc/webstat/Manifest index 9cdcb91..4182a62 100644 --- a/www-misc/webstat/Manifest +++ b/www-misc/webstat/Manifest @@ -1,5 +1,5 @@ DIST v4.0.1.tar.gz 434107 BLAKE2B 6f7347f739bc90723338e2da912701cacc376121c0c62bbfd51d7ed80a07dd00c801bbf82113a24ca342d887942a19f29cc84ca869d2572b2689e963042ef2a6 SHA512 db14d71da3c1ecb849f00ac1e334f39c532592230e950aa1009ff00ba56670cb71e33ca457fd4ac66595ff43f0dca0e42d45f672848b9cde3cba80f19ef8693f DIST webstat-0.1.1.tar.xz 8932 BLAKE2B 4204a5766f5d32679d4d2344852b0e2f39b2eacb0e138f2b2ca7bb028ef6f11a51658d8ba6b434ff6f23e7e044fffc1a2d50300d3d422efd9f0e0d438fc1adea SHA512 f982043456ca83d73bc518a5f186640fe598c8b72d213d352cbae49e21221b821927c34c7495f1cb10c62731702fef655c71e224fd1b7932a8719a5c91c31b63 -DIST webstat-0.2.1.tar.xz 13316 BLAKE2B 5905ba54cc20abb2b13cff5cdc8c2d7821059247e83343f813c23ca7a8ac50bd877ea96f210cc71bf9ee01ac9671c362e6ad9f1e395f02e328fb48fb555f57cb SHA512 212a6ce9698ed197194ec514998d2d3d90ce1c25030751499f583d51dd100abd47ca1fb00a6f881fff14bf7ed1bb0e3f87c5a4782c7ad7ad709eb8ddb0662f0f +DIST webstat-0.2.2.tar.xz 13320 BLAKE2B 58ce6a64643f6ea1aa4f4cce5d40bae703e6f74b3f6ba82c8c7a21aff12485537e2c5cf7004bf946dc4cd36f67c4f33152c9511af8986c601b2e13ff918fc134 SHA512 e6335d72616c581383f1cec2bec8f8417fba7b41b9e572ad98bbb4631c25bed3f8a3ed20fb0c2f7ed4798ca94cf5ef3866796e22f98c5212554edc6aaec3664e EBUILD webstat-0.1.1.ebuild 703 BLAKE2B d274443d6265e1fd4634ae983f134c0361678fbb1fb50e33806dda4278bf82946cc21fb009eddf3abfc99059c74c656ed5a4e26301ffb5c4fa2326dc24a07b04 SHA512 091546ab67137fd34b273d612640c55c6843dc768663fd344d3379c9cf57eb46214b07cca4b0d35158c3eab33be6907f9023e32fda636f44e2ad8d0908898010 -EBUILD webstat-0.2.1.ebuild 703 BLAKE2B d274443d6265e1fd4634ae983f134c0361678fbb1fb50e33806dda4278bf82946cc21fb009eddf3abfc99059c74c656ed5a4e26301ffb5c4fa2326dc24a07b04 SHA512 091546ab67137fd34b273d612640c55c6843dc768663fd344d3379c9cf57eb46214b07cca4b0d35158c3eab33be6907f9023e32fda636f44e2ad8d0908898010 +EBUILD webstat-0.2.2.ebuild 703 BLAKE2B d274443d6265e1fd4634ae983f134c0361678fbb1fb50e33806dda4278bf82946cc21fb009eddf3abfc99059c74c656ed5a4e26301ffb5c4fa2326dc24a07b04 SHA512 091546ab67137fd34b273d612640c55c6843dc768663fd344d3379c9cf57eb46214b07cca4b0d35158c3eab33be6907f9023e32fda636f44e2ad8d0908898010 diff --git a/www-misc/webstat/webstat-0.2.1.ebuild b/www-misc/webstat/webstat-0.2.1.ebuild deleted file mode 100644 index 5ac8f3f..0000000 --- a/www-misc/webstat/webstat-0.2.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 -} diff --git a/www-misc/webstat/webstat-0.2.2.ebuild b/www-misc/webstat/webstat-0.2.2.ebuild new file mode 100644 index 0000000..5ac8f3f --- /dev/null +++ b/www-misc/webstat/webstat-0.2.2.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 +} -- cgit v1.2.3