gopacket: fix repoman issues

This commit is contained in:
Guido Kroon 2020-06-18 12:56:11 +02:00
parent 3de8362a7a
commit 9a38e38cb2
No known key found for this signature in database
GPG key ID: 394C398C531EFAB0
3 changed files with 16 additions and 5 deletions

View file

@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation # Copyright 1999-2020 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=6 EAPI=6
@ -7,7 +7,7 @@ EGO_PN=github.com/google/${PN}
if [[ ${PV} = *9999* ]]; then if [[ ${PV} = *9999* ]]; then
inherit golang-vcs inherit golang-vcs
else else
KEYWORDS="~amd64 ~x86 ~arm ~arm64" KEYWORDS="~amd64 ~arm ~arm64 ~x86"
EGIT_COMMIT="v${PV}" EGIT_COMMIT="v${PV}"
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
inherit golang-vcs-snapshot inherit golang-vcs-snapshot

View file

@ -1,13 +1,13 @@
# Copyright 1999-2018 Gentoo Foundation # Copyright 1999-2020 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=6 EAPI=7
EGO_PN=github.com/google/${PN} EGO_PN=github.com/google/${PN}
if [[ ${PV} = *9999* ]]; then if [[ ${PV} = *9999* ]]; then
inherit golang-vcs inherit golang-vcs
else else
KEYWORDS="~amd64 ~x86 ~arm ~arm64" KEYWORDS="~amd64 ~arm ~arm64 ~x86"
EGIT_COMMIT="v${PV}" EGIT_COMMIT="v${PV}"
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
inherit golang-vcs-snapshot inherit golang-vcs-snapshot

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<use>
<flag name="pfring">Add PF_RING support, a high-performance packet capture library</flag>
</use>
</pkgmetadata>