From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-go/sanitized-anchor-name/Manifest | 6 ++++++ dev-go/sanitized-anchor-name/metadata.xml | 14 +++++++++++++ .../sanitized-anchor-name-0_pre20150822.ebuild | 23 ++++++++++++++++++++++ .../sanitized-anchor-name-0_pre20151027.ebuild | 23 ++++++++++++++++++++++ .../sanitized-anchor-name-9999.ebuild | 23 ++++++++++++++++++++++ 5 files changed, 89 insertions(+) create mode 100644 dev-go/sanitized-anchor-name/Manifest create mode 100644 dev-go/sanitized-anchor-name/metadata.xml create mode 100644 dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20150822.ebuild create mode 100644 dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20151027.ebuild create mode 100644 dev-go/sanitized-anchor-name/sanitized-anchor-name-9999.ebuild (limited to 'dev-go/sanitized-anchor-name') diff --git a/dev-go/sanitized-anchor-name/Manifest b/dev-go/sanitized-anchor-name/Manifest new file mode 100644 index 000000000000..6d2ad66f6dd2 --- /dev/null +++ b/dev-go/sanitized-anchor-name/Manifest @@ -0,0 +1,6 @@ +DIST sanitized-anchor-name-0_pre20150822.tar.gz 1298 BLAKE2B 1f599969b2e52317bb582d563af3c694814d8766358000c295972b3b1b18a1cfb0705e5f9369f0d3fa957107c01e01787833694af855a23eda21d49dabd48d04 SHA512 9fcaecd3962b2d4681faea7ef022b1cd6a9a6fe6c02a9608a7c57fcdb77eff6148be05debf6beb548530a9e56225596290525eb01b082601a3ee18130c9349f0 +DIST sanitized-anchor-name-0_pre20151027.tar.gz 1941 BLAKE2B 7ef4ed22d34a9dbc56396a0b04fdf75e5384f941588116a44ecbb7b19f070fb2f4930b93b364b97c784e3f0a60832a9ea4c8d2007623548f12c93928cb36682c SHA512 06b8bf3f8d89a93c565de9b4219211ad08c91b2442ba31ef8bffa02c7ee823ae4f57ed8b39b4ac1eb326e5d12c65b56b16833c28fc97623c732bb6ea685a3c2a +EBUILD sanitized-anchor-name-0_pre20150822.ebuild 572 BLAKE2B fd0cb060d204b2ebb41ee773a533c58c0ed03051e96a71513ed78c6163f07a49efce3909a88ef5c75823a2fb12ed175c2e3da84ad5b149315942849af3733e4d SHA512 68a5a9f543c2124923a45b70142f5713305f34b7b7d06ba7e7520d34b61416d58793753eed7c97717bb788b1bf5a0bb7d95333302c8183f2530cd901f39ac4a1 +EBUILD sanitized-anchor-name-0_pre20151027.ebuild 574 BLAKE2B c6506f63cff656f7d2f0da0a2dea6b2d253a62b8047c5d0b07efba9368501bb0701abb82074ebd26c615ff409d2a740caede665f1dc7817f79d9a919934b856b SHA512 0e4d46b3c329cbc2f07d9230806d8332157c05468e17535dcb3b3a50470463d8382404d95dfdb5cf549f4ca59e8b48a85b8225990b301e9c5c1514b0f0ea56e3 +EBUILD sanitized-anchor-name-9999.ebuild 563 BLAKE2B 03794001335e7a41d725dc6d8e4fd185d32881a39e3e293f12a07bb55047fd7bfc34299cc9cf66417d149e1772e8d55cde570167b958db93ae24df2f0cbd6664 SHA512 45e82d8c9944d1a1c4c62618db1ff6256b97588d58bb907129cd06354d5c0534cf17bbb1906f0dbe088707be37634b15cd37d8500cf7fe0b64c2a41ef7f5a5e3 +MISC metadata.xml 440 BLAKE2B a1a3ddae9947a8871afa4251808f71a356775312dbb75f6b1e2aaab5ddbb314f11d498eab79d0ce79f8d72ab2ce397c67732239eac79ff0c2b952edbd2f49511 SHA512 a3b1c3cb708ce79807bf3e0971ef5e2336f8d56874548531173e77f089e19efb6b194e3a60b5f3a9514ce26ba5cf6e998adb09de11aff8a7d0821d0365942305 diff --git a/dev-go/sanitized-anchor-name/metadata.xml b/dev-go/sanitized-anchor-name/metadata.xml new file mode 100644 index 000000000000..6736fc56ae3d --- /dev/null +++ b/dev-go/sanitized-anchor-name/metadata.xml @@ -0,0 +1,14 @@ + + + + + williamh@gentoo.org + William Hubbs + + + This library provides sanitized anchor names. + + + shurcooL/sanitized_anchor_name + + diff --git a/dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20150822.ebuild b/dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20150822.ebuild new file mode 100644 index 000000000000..62f49d86f1b3 --- /dev/null +++ b/dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20150822.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +EGO_PN=github.com/shurcooL/sanitized_anchor_name + +if [[ ${PV} = *9999* ]]; then + inherit golang-vcs +else + KEYWORDS="~amd64 ~arm64" + EGIT_COMMIT="244f5ac" + 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="" 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..3524b34619b0 --- /dev/null +++ b/dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20151027.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +EGO_PN=github.com/shurcooL/sanitized_anchor_name + +if [[ ${PV} = *9999* ]]; then + inherit golang-vcs +else + KEYWORDS="amd64 ~arm ~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="" diff --git a/dev-go/sanitized-anchor-name/sanitized-anchor-name-9999.ebuild b/dev-go/sanitized-anchor-name/sanitized-anchor-name-9999.ebuild new file mode 100644 index 000000000000..4eb1bd3d3b38 --- /dev/null +++ b/dev-go/sanitized-anchor-name/sanitized-anchor-name-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +EGO_PN=github.com/shurcooL/sanitized_anchor_name + +if [[ ${PV} = *9999* ]]; then + inherit golang-vcs +else + KEYWORDS="~amd64" + 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="" -- cgit v1.2.3