net-misc/q: Do some housekeeping
- Add the git commit ID of the release - Fixes for QA: EmptyGlobalAssignment: version 0.19.2: line 36: empty global assignment: IUSE="" EmptyGlobalAssignment: version 0.19.2: line 38: empty global assignment: DEPEND="" EmptyGlobalAssignment: version 0.19.2: line 40: empty global assignment: BDEPEND="" VariableOrderWrong: version 0.19.2: variable DESCRIPTION should occur before HOMEPAGE VariableOrderWrong: version 0.19.2: variable LICENSE should occur before KEYWORDS Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
parent
f8bf461ffa
commit
9434ed2979
@ -1,14 +1,14 @@
|
|||||||
# Copyright 2022-2023 Gentoo Authors
|
# Copyright 2022-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI="8"
|
EAPI="8"
|
||||||
EGO_PN="github.com/natesales/q"
|
EGO_PN="github.com/natesales/q"
|
||||||
COMMIT_ID=""
|
COMMIT_ID="0ca9b8b13fc69121144d85365c16b3e21508ffc3"
|
||||||
|
|
||||||
inherit go-module
|
inherit go-module
|
||||||
|
|
||||||
HOMEPAGE="https://github.com/natesales/q"
|
|
||||||
DESCRIPTION="DNS client with support for UDP, TCP, DoT, DoH, DoQ and ODoH"
|
DESCRIPTION="DNS client with support for UDP, TCP, DoT, DoH, DoQ and ODoH"
|
||||||
|
HOMEPAGE="https://github.com/natesales/q"
|
||||||
|
|
||||||
if [[ ${PV} == *_p* ]]; then
|
if [[ ${PV} == *_p* ]]; then
|
||||||
SRC_URI="https://${EGO_PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://${EGO_PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
|
||||||
@ -29,15 +29,9 @@ fi
|
|||||||
SRC_URI+=" https://files.holgersson.xyz/gentoo/distfiles/golang-pkg-deps/${P}-deps.tar.xz"
|
SRC_URI+=" https://files.holgersson.xyz/gentoo/distfiles/golang-pkg-deps/${P}-deps.tar.xz"
|
||||||
|
|
||||||
MY_PN="q-dns"
|
MY_PN="q-dns"
|
||||||
KEYWORDS="~amd64"
|
|
||||||
LICENSE="AGPL-3 Apache-2.0 BSD BSD-2 GPL-3 MIT"
|
LICENSE="AGPL-3 Apache-2.0 BSD BSD-2 GPL-3 MIT"
|
||||||
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE=""
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
DEPEND=""
|
|
||||||
RDEPEND="${DEPEND}"
|
|
||||||
BDEPEND=""
|
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
export CGO_ENABLED=0
|
export CGO_ENABLED=0
|
Loading…
x
Reference in New Issue
Block a user