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:
Nils Freydank 2024-12-05 07:14:11 +01:00
parent f8bf461ffa
commit 9434ed2979
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -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
EAPI="8"
EGO_PN="github.com/natesales/q"
COMMIT_ID=""
COMMIT_ID="0ca9b8b13fc69121144d85365c16b3e21508ffc3"
inherit go-module
HOMEPAGE="https://github.com/natesales/q"
DESCRIPTION="DNS client with support for UDP, TCP, DoT, DoH, DoQ and ODoH"
HOMEPAGE="https://github.com/natesales/q"
if [[ ${PV} == *_p* ]]; then
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"
MY_PN="q-dns"
KEYWORDS="~amd64"
LICENSE="AGPL-3 Apache-2.0 BSD BSD-2 GPL-3 MIT"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
KEYWORDS="~amd64"
src_compile() {
export CGO_ENABLED=0