diff options
author | William Hubbs <williamh@gentoo.org> | 2016-03-14 17:39:30 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2016-03-14 17:42:45 -0500 |
commit | 09563084c2e0f46acb0b8506b41b81f0cbb3343f (patch) | |
tree | fac9935d588b8199912aee65a1fce31a4d9a0f30 /dev-go | |
parent | Merge branch 'PPed72-net-nntp/pan_fix_crash_at_startup' (diff) | |
download | gentoo-09563084c2e0f46acb0b8506b41b81f0cbb3343f.tar.gz gentoo-09563084c2e0f46acb0b8506b41b81f0cbb3343f.tar.bz2 gentoo-09563084c2e0f46acb0b8506b41b81f0cbb3343f.zip |
dev-go/sanitized-anchor-name: new snapshot
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-go')
-rw-r--r-- | dev-go/sanitized-anchor-name/Manifest | 1 | ||||
-rw-r--r-- | dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20151027.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-go/sanitized-anchor-name/Manifest b/dev-go/sanitized-anchor-name/Manifest index 0a457607c134..44aa19d42aa3 100644 --- a/dev-go/sanitized-anchor-name/Manifest +++ b/dev-go/sanitized-anchor-name/Manifest @@ -1 +1,2 @@ DIST sanitized-anchor-name-0_pre20150822.tar.gz 1298 SHA256 71051787c19aff363bcccf1ea6f62baab7c46dfdc519e88043fe54b0de55ee21 SHA512 9fcaecd3962b2d4681faea7ef022b1cd6a9a6fe6c02a9608a7c57fcdb77eff6148be05debf6beb548530a9e56225596290525eb01b082601a3ee18130c9349f0 WHIRLPOOL 42e650e9132cf95f8f0fe34b0c38f16802747b48f62c7d00e903436fa4025da4848f864ca29ea66db4a9b7c9833d96dbd4a80de40a2b887b1553d1f52689c0ca +DIST sanitized-anchor-name-0_pre20151027.tar.gz 1941 SHA256 f133b81db75c7a1a627523a43427f990dc83fef26ec117764ab9d687fd1efda7 SHA512 06b8bf3f8d89a93c565de9b4219211ad08c91b2442ba31ef8bffa02c7ee823ae4f57ed8b39b4ac1eb326e5d12c65b56b16833c28fc97623c732bb6ea685a3c2a WHIRLPOOL ee1f24069a53176fcc8125084733c60d92ed03194d1d992d1ec33b499aef87b7388e5bf8cdf5c6e8c4749982769585ea2d5ded1dba75d6f37bfc5cb7919ac35b diff --git a/dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20151027.ebuild b/dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20151027.ebuild new file mode 100644 index 000000000000..cf6999fd66da --- /dev/null +++ b/dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20151027.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +EGO_PN=github.com/shurcooL/sanitized_anchor_name + +if [[ ${PV} = *9999* ]]; then + inherit golang-vcs +else + KEYWORDS="~amd64 ~arm64" + EGIT_COMMIT=10ef21a + SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" + inherit golang-vcs-snapshot +fi +inherit golang-build + +DESCRIPTION="A Go function to provide sanitized anchor names" +HOMEPAGE="https://github.com/shurcooL/sanitized_anchor_name" +LICENSE="BSD" +SLOT="0" +IUSE="" +DEPEND="" +RDEPEND="" |