Skip to content

Commit

Permalink
dev-util/drone-ui: Version bump to 0.5.0
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
mrueg committed Apr 10, 2017
1 parent dfa77a5 commit 32ed073
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-util/drone-ui/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST drone-ui-0.5.0.tar.gz 176746 SHA256 5059bce41ed1e8f00d8086408cf3bc3918e5445866e06eef32b5b898967e3fe0 SHA512 77f74112ec246c6a6ef27c3d55441a52b9dbe04ec890ce3deea01e2f7b80603215e7536d706b9621834cf3af10435986920ee481c62b5967ec69c5308a19844b WHIRLPOOL 67d617033868fd711359719e1a50bba51a9c043c08120508d6dc144da2cd7ef6501063276591a0201f221492c908a3e58c098f47354a0c8f3a296de17af24e07
DIST drone-ui-0_pre20170305.tar.gz 174396 SHA256 943da5fc709048f07f86f16c2148feee88069ac31084692380bcf6901f9e95cf SHA512 472882bd5d3940bbc044bba9a22cc5b58aef670944ac4806c08a95bb2dc822178cff643cd9fd3fba8f920831c91c6932de8e3fedd047d136382d2fa12db7e245 WHIRLPOOL 1a61496a83f0345b1c78025f184ba4f88f7dbd09499ec3acf03caf379ed0f5edd6b52904a33ab65d75918011ea3b066e69f8c309b4b04d87782375a16e57ca23
19 changes: 19 additions & 0 deletions dev-util/drone-ui/drone-ui-0.5.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
inherit golang-build golang-vcs-snapshot

EGO_PN="github.com/drone/drone-ui/..."
ARCHIVE_URI="https://${EGO_PN%/*}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"

DESCRIPTION="React front-end for the Drone continuous integration server"
HOMEPAGE="https://github.com/drone/drone-ui"
SRC_URI="${ARCHIVE_URI}"
LICENSE="Apache-2.0"
SLOT="0/${PVR}"
IUSE=""

DEPEND="dev-go/go-bindata
dev-go/go-bindata-assetfs"

0 comments on commit 32ed073

Please sign in to comment.