* [gentoo-commits] repo/gentoo:master commit in: dev-go/sanitized-anchor-name/
@ 2015-08-24 23:02 William Hubbs
0 siblings, 0 replies; 7+ messages in thread
From: William Hubbs @ 2015-08-24 23:02 UTC (permalink / raw
To: gentoo-commits
commit: c146fff2423906d61cfc34d41b6c60866b3ded3e
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 22:43:23 2015 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 23:01:28 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c146fff2
dev-go/sanitized-anchor-name: new package
This is a library which provides sanitized anchor names. It is a third
party library used by the blackfriday markdown processor.
dev-go/sanitized-anchor-name/Manifest | 1 +
dev-go/sanitized-anchor-name/metadata.xml | 11 ++++++++++
.../sanitized-anchor-name-0_pre20150822.ebuild | 24 ++++++++++++++++++++++
.../sanitized-anchor-name-9999.ebuild | 24 ++++++++++++++++++++++
4 files changed, 60 insertions(+)
diff --git a/dev-go/sanitized-anchor-name/Manifest b/dev-go/sanitized-anchor-name/Manifest
new file mode 100644
index 0000000..0a45760
--- /dev/null
+++ b/dev-go/sanitized-anchor-name/Manifest
@@ -0,0 +1 @@
+DIST sanitized-anchor-name-0_pre20150822.tar.gz 1298 SHA256 71051787c19aff363bcccf1ea6f62baab7c46dfdc519e88043fe54b0de55ee21 SHA512 9fcaecd3962b2d4681faea7ef022b1cd6a9a6fe6c02a9608a7c57fcdb77eff6148be05debf6beb548530a9e56225596290525eb01b082601a3ee18130c9349f0 WHIRLPOOL 42e650e9132cf95f8f0fe34b0c38f16802747b48f62c7d00e903436fa4025da4848f864ca29ea66db4a9b7c9833d96dbd4a80de40a2b887b1553d1f52689c0ca
diff --git a/dev-go/sanitized-anchor-name/metadata.xml b/dev-go/sanitized-anchor-name/metadata.xml
new file mode 100644
index 0000000..aa88c15
--- /dev/null
+++ b/dev-go/sanitized-anchor-name/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>williamh@gentoo.org</email>
+ <name>William Hubbs</name>
+ </maintainer>
+ <longdescription lang="en">
+ This library provides sanitized anchor names.
+ </longdescription>
+</pkgmetadata>
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 0000000..3eec0dc
--- /dev/null
+++ b/dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20150822.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+EGO_PN=github.com/shurcooL/sanitized_anchor_name
+
+if [[ ${PV} = *9999* ]]; then
+ inherit golang-vcs
+else
+ KEYWORDS="~amd64"
+ 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-9999.ebuild b/dev-go/sanitized-anchor-name/sanitized-anchor-name-9999.ebuild
new file mode 100644
index 0000000..3eec0dc
--- /dev/null
+++ b/dev-go/sanitized-anchor-name/sanitized-anchor-name-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+EGO_PN=github.com/shurcooL/sanitized_anchor_name
+
+if [[ ${PV} = *9999* ]]; then
+ inherit golang-vcs
+else
+ KEYWORDS="~amd64"
+ 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=""
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/sanitized-anchor-name/
@ 2016-02-27 18:51 Stephen Klimaszewski
0 siblings, 0 replies; 7+ messages in thread
From: Stephen Klimaszewski @ 2016-02-27 18:51 UTC (permalink / raw
To: gentoo-commits
commit: 9426c21557491b3f9806f45952c23a5b2cee0128
Author: Steev Klimaszewski <steev <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 18:50:01 2016 +0000
Commit: Stephen Klimaszewski <steev <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 18:50:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9426c215
dev-go/sanitized-anchor-name: add ~arm64 keyword
Tested on X-C1 with dev-lang/go-1.6-r2
Package-Manager: portage-2.2.27
.../sanitized-anchor-name/sanitized-anchor-name-0_pre20150822.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
index 3eec0dc..3e24756 100644
--- a/dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20150822.ebuild
+++ b/dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20150822.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -8,7 +8,7 @@ EGO_PN=github.com/shurcooL/sanitized_anchor_name
if [[ ${PV} = *9999* ]]; then
inherit golang-vcs
else
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~arm64"
EGIT_COMMIT="244f5ac"
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
inherit golang-vcs-snapshot
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/sanitized-anchor-name/
@ 2016-03-14 22:52 William Hubbs
0 siblings, 0 replies; 7+ messages in thread
From: William Hubbs @ 2016-03-14 22:52 UTC (permalink / raw
To: gentoo-commits
commit: 09563084c2e0f46acb0b8506b41b81f0cbb3343f
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 22:39:30 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 22:42:45 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09563084
dev-go/sanitized-anchor-name: new snapshot
Package-Manager: portage-2.2.26
dev-go/sanitized-anchor-name/Manifest | 1 +
.../sanitized-anchor-name-0_pre20151027.ebuild | 24 ++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/dev-go/sanitized-anchor-name/Manifest b/dev-go/sanitized-anchor-name/Manifest
index 0a45760..44aa19d 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 0000000..cf6999f
--- /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=""
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/sanitized-anchor-name/
@ 2016-03-14 22:52 William Hubbs
0 siblings, 0 replies; 7+ messages in thread
From: William Hubbs @ 2016-03-14 22:52 UTC (permalink / raw
To: gentoo-commits
commit: b178dc05543033915064f2f0b9e3ed6f9b07daa7
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 22:47:07 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 22:47:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b178dc05
dev-go/sanitized-anchor-name: sync live ebuild
Package-Manager: portage-2.2.26
dev-go/sanitized-anchor-name/sanitized-anchor-name-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-go/sanitized-anchor-name/sanitized-anchor-name-9999.ebuild b/dev-go/sanitized-anchor-name/sanitized-anchor-name-9999.ebuild
index 3eec0dc..f834500 100644
--- a/dev-go/sanitized-anchor-name/sanitized-anchor-name-9999.ebuild
+++ b/dev-go/sanitized-anchor-name/sanitized-anchor-name-9999.ebuild
@@ -2,14 +2,14 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
EGO_PN=github.com/shurcooL/sanitized_anchor_name
if [[ ${PV} = *9999* ]]; then
inherit golang-vcs
else
KEYWORDS="~amd64"
- EGIT_COMMIT="244f5ac"
+ EGIT_COMMIT=10ef21a
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
inherit golang-vcs-snapshot
fi
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/sanitized-anchor-name/
@ 2016-04-27 8:24 Agostino Sarubbo
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2016-04-27 8:24 UTC (permalink / raw
To: gentoo-commits
commit: 5e040c3fb4ebccd9edd2b9ce9fe387ae15387aa1
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 08:24:23 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 08:24:23 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e040c3f
dev-go/sanitized-anchor-name: amd64 stable wrt bug #581236
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20151027.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index cf6999f..9fee4ac 100644
--- a/dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20151027.ebuild
+++ b/dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20151027.ebuild
@@ -8,7 +8,7 @@ EGO_PN=github.com/shurcooL/sanitized_anchor_name
if [[ ${PV} = *9999* ]]; then
inherit golang-vcs
else
- KEYWORDS="~amd64 ~arm64"
+ KEYWORDS="amd64 ~arm64"
EGIT_COMMIT=10ef21a
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
inherit golang-vcs-snapshot
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/sanitized-anchor-name/
@ 2017-04-05 10:21 Michael Weber
0 siblings, 0 replies; 7+ messages in thread
From: Michael Weber @ 2017-04-05 10:21 UTC (permalink / raw
To: gentoo-commits
commit: 6c3f5ec83df721fba39b6251e7f18762bd84d128
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 10:18:31 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 10:20:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3f5ec8
dev-go/sanitized-anchor-name: add ~arm (bug 566732)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
.../sanitized-anchor-name/sanitized-anchor-name-0_pre20151027.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
index 6c2f0f54e80..3524b34619b 100644
--- a/dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20151027.ebuild
+++ b/dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20151027.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,7 +7,7 @@ EGO_PN=github.com/shurcooL/sanitized_anchor_name
if [[ ${PV} = *9999* ]]; then
inherit golang-vcs
else
- KEYWORDS="amd64 ~arm64"
+ KEYWORDS="amd64 ~arm ~arm64"
EGIT_COMMIT=10ef21a
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
inherit golang-vcs-snapshot
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/sanitized-anchor-name/
@ 2021-10-23 12:43 Jakov Smolić
0 siblings, 0 replies; 7+ messages in thread
From: Jakov Smolić @ 2021-10-23 12:43 UTC (permalink / raw
To: gentoo-commits
commit: d02c91d31c4e9aabd252fc8c94521ed00f9fe064
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 23 12:34:33 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Oct 23 12:43:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d02c91d3
dev-go/sanitized-anchor-name: Drop EAPI-5 ebuild
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-go/sanitized-anchor-name/Manifest | 1 -
.../sanitized-anchor-name-0_pre20150822.ebuild | 23 ----------------------
2 files changed, 24 deletions(-)
diff --git a/dev-go/sanitized-anchor-name/Manifest b/dev-go/sanitized-anchor-name/Manifest
index 2cd5276f786..40a947811da 100644
--- a/dev-go/sanitized-anchor-name/Manifest
+++ b/dev-go/sanitized-anchor-name/Manifest
@@ -1,2 +1 @@
-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
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
deleted file mode 100644
index 62f49d86f1b..00000000000
--- a/dev-go/sanitized-anchor-name/sanitized-anchor-name-0_pre20150822.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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=""
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2021-10-23 12:43 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-05 10:21 [gentoo-commits] repo/gentoo:master commit in: dev-go/sanitized-anchor-name/ Michael Weber
-- strict thread matches above, loose matches on Subject: below --
2021-10-23 12:43 Jakov Smolić
2016-04-27 8:24 Agostino Sarubbo
2016-03-14 22:52 William Hubbs
2016-03-14 22:52 William Hubbs
2016-02-27 18:51 Stephen Klimaszewski
2015-08-24 23:02 William Hubbs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox