From f15a4aa30834068d409054fb4d64ef91143685ae Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 6 Jul 2026 23:25:06 +0100 Subject: Bump webstat --- www-misc/webstat/Manifest | 4 ++-- www-misc/webstat/webstat-0.6.ebuild | 35 ----------------------------------- www-misc/webstat/webstat-0.7.ebuild | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 www-misc/webstat/webstat-0.6.ebuild create mode 100644 www-misc/webstat/webstat-0.7.ebuild diff --git a/www-misc/webstat/Manifest b/www-misc/webstat/Manifest index 7796132..6744e84 100644 --- a/www-misc/webstat/Manifest +++ b/www-misc/webstat/Manifest @@ -1,3 +1,3 @@ DIST scnlib-4.0.1.tar.gz 434107 BLAKE2B 6f7347f739bc90723338e2da912701cacc376121c0c62bbfd51d7ed80a07dd00c801bbf82113a24ca342d887942a19f29cc84ca869d2572b2689e963042ef2a6 SHA512 db14d71da3c1ecb849f00ac1e334f39c532592230e950aa1009ff00ba56670cb71e33ca457fd4ac66595ff43f0dca0e42d45f672848b9cde3cba80f19ef8693f -DIST webstat-0.6.tar.xz 20248 BLAKE2B 44bf14669aae0a777a1c4b5f27519b1971aff851aa130f57d5f1c605bf49e4adc63297ed54e0eb5fc22e0f4e87850134f682bea5092f36beeaa3a7ad90fffee7 SHA512 d511d18c07fa16b83925096aa533733f416807de3dbd5411fe96abd4b0478dbad8af3a086ddd41f46ec7c1cdccda3892446a50cfcdc3260386ec9f6504f736b8 -EBUILD webstat-0.6.ebuild 742 BLAKE2B 8810b07f7435c6aff94e1e1c6f4f98e341de37ff46a38e5e0e73a80776d42b939e829cc12b417e251b270e69844e8a0021b002276ab3a86beaf321332203951b SHA512 66fc5fecef47d375d0031d641d8b7bf865a0388bf8e48355a154346155f95dfe2723221dd3d7c74d0596a4eb2ec2d624d0cb4bd89dad80a8c83e252f3b8b9b5a +DIST webstat-0.7.tar.xz 23172 BLAKE2B d8da990b9efbc2287b47a505f27d4406b6e5cafa7565b52d87aaadbe2013f24bec318ce67d6f398bbeeac016213feb4dca8ffd3c19b573ae1f15db6a189a7a8b SHA512 7bc2cf04dffd4f2d0aee29180c801bbd3d15edc814bc3ed7801929a24474d78f60cbbac74edeba2fe1c42b8de7cb1542232cc918f4916ce5beeb183aba76f922 +EBUILD webstat-0.7.ebuild 742 BLAKE2B 8810b07f7435c6aff94e1e1c6f4f98e341de37ff46a38e5e0e73a80776d42b939e829cc12b417e251b270e69844e8a0021b002276ab3a86beaf321332203951b SHA512 66fc5fecef47d375d0031d641d8b7bf865a0388bf8e48355a154346155f95dfe2723221dd3d7c74d0596a4eb2ec2d624d0cb4bd89dad80a8c83e252f3b8b9b5a diff --git a/www-misc/webstat/webstat-0.6.ebuild b/www-misc/webstat/webstat-0.6.ebuild deleted file mode 100644 index e36cf0e..0000000 --- a/www-misc/webstat/webstat-0.6.ebuild +++ /dev/null @@ -1,35 +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 -> scnlib-4.0.1.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - app-crypt/libmd - >=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.7.ebuild b/www-misc/webstat/webstat-0.7.ebuild new file mode 100644 index 0000000..e36cf0e --- /dev/null +++ b/www-misc/webstat/webstat-0.7.ebuild @@ -0,0 +1,35 @@ +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 -> scnlib-4.0.1.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + app-crypt/libmd + >=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.3