diff options
author | Alexandru Campeanu <tiotags1@gmail.com> | 2022-11-18 18:03:48 +0200 |
---|---|---|
committer | Alexandru Campeanu <tiotags1@gmail.com> | 2022-11-18 18:03:48 +0200 |
commit | bca5a0d519b13dbe7098aca0cd6343c829368def (patch) | |
tree | ac2f24e20c9ddbadc855ad354d3f6e5394051750 /www-servers | |
parent | dev-python/mastodon-py: add 1.6.2, drop 1.6.1 (diff) | |
download | guru-bca5a0d519b13dbe7098aca0cd6343c829368def.tar.gz guru-bca5a0d519b13dbe7098aca0cd6343c829368def.tar.bz2 guru-bca5a0d519b13dbe7098aca0cd6343c829368def.zip |
www-servers/hinsightd: add 0.9.17, drop old, fix pkgcheck warnings
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/hinsightd/Manifest | 2 | ||||
-rw-r--r-- | www-servers/hinsightd/hinsightd-0.9.17.ebuild (renamed from www-servers/hinsightd/hinsightd-0.9.16.ebuild) | 4 | ||||
-rw-r--r-- | www-servers/hinsightd/hinsightd-9999.ebuild | 4 | ||||
-rw-r--r-- | www-servers/hinsightd/metadata.xml | 1 |
4 files changed, 6 insertions, 5 deletions
diff --git a/www-servers/hinsightd/Manifest b/www-servers/hinsightd/Manifest index 43b5b9b6f..1b5c10abd 100644 --- a/www-servers/hinsightd/Manifest +++ b/www-servers/hinsightd/Manifest @@ -1 +1 @@ -DIST hin9-v0.9.16.tar.gz 121567 BLAKE2B 418856248b7ed36542be06dda342b4abc2ae971f4097c669239806b8df8dfc4a24a9fd80aa45c4bd1b77146f60a51e239b1d3fb69c6cfc59c3b1e83ea8578a0c SHA512 22dc98187d8ed0a4930225f977a9ba19ded516f5c05a96768d93f04b9433a227648b4a89a88d357b8f60d27093b389d6d70f1cf67c1b436498ca18b10b8c6fd9 +DIST hin9-v0.9.17.tar.bz2 93892 BLAKE2B 0c873d5ca3cbcb00c6b5498ee599dcb2644d84e6c03a1cc4529abbcc47640a3996edd7efd4356a6fdd221e76318215e2a29812176324088cdd6942e602e44ce5 SHA512 eeb6f7636867d1fff072594dfbca8942ef8ebe09bc3c7eb903381c17da9364d6961a3d0cfa4aa1dd4ab02bcea7934a06c1022a549902bc1a32b5f5cd25a8be65 diff --git a/www-servers/hinsightd/hinsightd-0.9.16.ebuild b/www-servers/hinsightd/hinsightd-0.9.17.ebuild index 2f6e9c8e9..a56cbfc9a 100644 --- a/www-servers/hinsightd/hinsightd-0.9.16.ebuild +++ b/www-servers/hinsightd/hinsightd-0.9.17.ebuild @@ -16,10 +16,10 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/tiotags/hin9.git" elif [[ ! -z "${mycommit}" ]]; then - SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/${mycommit}/hin9-${mycommit}.tar.gz" + SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/${mycommit}/hin9-${mycommit}.tar.bz2" S="${WORKDIR}/hin9-${mycommit}" else - SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/v${PV}/hin9-v${PV}.tar.gz" + SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/v${PV}/hin9-v${PV}.tar.bz2" S="${WORKDIR}/hin9-v${PV}" fi diff --git a/www-servers/hinsightd/hinsightd-9999.ebuild b/www-servers/hinsightd/hinsightd-9999.ebuild index 2f6e9c8e9..a56cbfc9a 100644 --- a/www-servers/hinsightd/hinsightd-9999.ebuild +++ b/www-servers/hinsightd/hinsightd-9999.ebuild @@ -16,10 +16,10 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/tiotags/hin9.git" elif [[ ! -z "${mycommit}" ]]; then - SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/${mycommit}/hin9-${mycommit}.tar.gz" + SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/${mycommit}/hin9-${mycommit}.tar.bz2" S="${WORKDIR}/hin9-${mycommit}" else - SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/v${PV}/hin9-v${PV}.tar.gz" + SRC_URI="https://gitlab.com/tiotags/hin9/-/archive/v${PV}/hin9-v${PV}.tar.bz2" S="${WORKDIR}/hin9-v${PV}" fi diff --git a/www-servers/hinsightd/metadata.xml b/www-servers/hinsightd/metadata.xml index 6b7dca518..cb7d4e1ea 100644 --- a/www-servers/hinsightd/metadata.xml +++ b/www-servers/hinsightd/metadata.xml @@ -8,6 +8,7 @@ <upstream> <changelog>https://gitlab.com/tiotags/hin9/-/blob/master/docs/changes.md</changelog> <bugs-to>https://gitlab.com/tiotags/hin9/-/issues</bugs-to> + <remote-id type="gitlab">tiotags/hin9</remote-id> </upstream> <longdescription lang="en"> hinsightd is a http/1.1 webserver with a focus on simple code and |