mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
uuid: 1.0.0 bump
This commit is contained in:
parent
be1ee83976
commit
20987dc453
2 changed files with 29 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST uuid-0.2.tar.gz 12729 BLAKE2B fa012a28fa7985db3d640ac5b238e517cafbb7a65223e16b359a88ffd0d7cf23868b528acc4b54b6bb24aa52e0768a4da54de9037fc033047648e9d3f5ceb274 SHA512 358f2d813583a376ecad5e19b7a53543cdb91942ad5b1f8688e4da303dac24bd95f37f9b14de401241bf6e15fb5011358d2bbb47c44d0bd5fcf9ab8a82cf4120
|
||||
DIST uuid-1.0.0.tar.gz 13129 BLAKE2B 6ecba48c5cca7568f513740446f36e32fa445033b3c91c4c75f4fca22703020934a6176d1b8f1459c92f2d88984a550107b797d8cb812f2664a0416cc3a1f8a4 SHA512 f91d11c8514a85201b152be33229d60146886611b7f8cd42a249b2a1d590489cdc6a9037f482342ad8a8386d3e5cf38ad2c2c10a046f03a1e38f463aafb73f95
|
||||
|
|
|
|||
28
dev-go/uuid/uuid-1.0.0.ebuild
Normal file
28
dev-go/uuid/uuid-1.0.0.ebuild
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
EGO_PN=github.com/google/uuid
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit golang-vcs
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86 ~arm ~arm64"
|
||||
EGIT_COMMIT="${PV}"
|
||||
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
inherit golang-vcs-snapshot
|
||||
fi
|
||||
|
||||
inherit golang-build
|
||||
|
||||
DESCRIPTION="A UUID package for Go."
|
||||
HOMEPAGE="https://github.com/google/uuid"
|
||||
|
||||
LICENSE="BSD-3-Clause"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-lang/go-1.10"
|
||||
DEPEND="${RDEPEND}"
|
||||
Loading…
Reference in a new issue