mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
cascadia: no longer a revdep
This commit is contained in:
parent
67a6b5383b
commit
2189985ab8
4 changed files with 0 additions and 41 deletions
|
|
@ -1,2 +0,0 @@
|
|||
DIST cascadia-1.1.0.tar.gz 15464 BLAKE2B 226abe91955869c3ad892554a7dcf62b2b1cf123d3a81f96b208adddf49278e9af08f870cbebb6b67b4ce99a32ed3b5459b9da45f7779ad8d7dc91c18a0f7cc9 SHA512 df5c1fd2826681a203946d808c62409d9656bba178bfaf93bf12e57f0877653da95e55983f13251f77a67de66419af27f00834f1629141660e6c0556d05680ea
|
||||
DIST github.com-golang-net-cbe0f9307d01.tar.gz 936963 BLAKE2B 19f9996d10bd9f5aecd2bba512301519c65acd6d1c11e97617e69c4fe810f3558b05e1a3d546d3ee75c6eda96d310f63906a9217505d16d35438ca8544de4f68 SHA512 48e12282dc20ee3c614a7622ea10d986071976e3c3ea04eae01469d5e50495f9b22ccc70f0dc1ac00a5a8fda86ecb350acc6708d9467fc588a0aafc9e3641f7c
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
EGO_PN="github.com/andybalholm/cascadia"
|
||||
|
||||
EGO_VENDOR=(
|
||||
"golang.org/x/net cbe0f9307d01 github.com/golang/net"
|
||||
)
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit golang-vcs
|
||||
else
|
||||
inherit golang-vcs-snapshot
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
EGIT_COMMIT="v${PV}"
|
||||
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz
|
||||
${EGO_VENDOR_URI}"
|
||||
fi
|
||||
inherit golang-build
|
||||
|
||||
DESCRIPTION="CSS selector library in Go"
|
||||
HOMEPAGE="https://github.com/andybalholm/cascadia/"
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
<?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>
|
||||
</pkgmetadata>
|
||||
|
|
@ -4,7 +4,6 @@ dev-go/go-sys
|
|||
#net-analyzer/amass
|
||||
=dev-go/go-crypto-0_pre*
|
||||
=dev-go/gopkg-sourcemap-1*
|
||||
dev-go/goquery
|
||||
dev-go/cascadia
|
||||
=dev-go/go-protobuf-1.2*
|
||||
=dev-go/gogo-protobuf-0.4*
|
||||
|
|
|
|||
Loading…
Reference in a new issue