summaryrefslogtreecommitdiff
path: root/app-crypt/age/age-1.0.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/age/age-1.0.0.ebuild')
-rw-r--r--app-crypt/age/age-1.0.0.ebuild22
1 files changed, 2 insertions, 20 deletions
diff --git a/app-crypt/age/age-1.0.0.ebuild b/app-crypt/age/age-1.0.0.ebuild
index 9aa23483c70b..882d42ea70a0 100644
--- a/app-crypt/age/age-1.0.0.ebuild
+++ b/app-crypt/age/age-1.0.0.ebuild
@@ -6,26 +6,8 @@ inherit go-module
DESCRIPTION="A simple, modern and secure encryption tool (and Go library)"
HOMEPAGE="https://github.com/FiloSottile/age"
-
-EGO_SUM=(
-"filippo.io/edwards25519 v1.0.0-rc.1"
-"filippo.io/edwards25519 v1.0.0-rc.1/go.mod"
-"golang.org/x/crypto v0.0.0-20210817164053-32db794688a5"
-"golang.org/x/crypto v0.0.0-20210817164053-32db794688a5/go.mod"
-"golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod"
-"golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod"
-"golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod"
-"golang.org/x/sys v0.0.0-20210903071746-97244b99971b"
-"golang.org/x/sys v0.0.0-20210903071746-97244b99971b/go.mod"
-"golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod"
-"golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b"
-"golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b/go.mod"
-"golang.org/x/text v0.3.3/go.mod"
-"golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod"
-)
-go-module_set_globals
-SRC_URI="https://github.com/FiloSottile/age/archive/v${PV}.tar.gz -> ${P}.tar.gz
- ${EGO_SUM_SRC_URI}"
+SRC_URI="https://github.com/FiloSottile/age/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
S="${WORKDIR}/age-${PV}"