public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-go/blackfriday/
@ 2015-08-24 23:02 William Hubbs
  0 siblings, 0 replies; 6+ messages in thread
From: William Hubbs @ 2015-08-24 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     0b8ac9272a6af4aba85b6a52e239c90ce4093443
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 22:48:35 2015 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 23:01:36 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b8ac927

dev-go/blackfriday: new package

blackfriday is a markdown processor implemented in Go.

 dev-go/blackfriday/Manifest                        |  1 +
 .../blackfriday/blackfriday-1.2_p20150720.ebuild   | 24 ++++++++++++++++++++++
 dev-go/blackfriday/blackfriday-9999.ebuild         | 24 ++++++++++++++++++++++
 dev-go/blackfriday/metadata.xml                    | 11 ++++++++++
 4 files changed, 60 insertions(+)

diff --git a/dev-go/blackfriday/Manifest b/dev-go/blackfriday/Manifest
new file mode 100644
index 0000000..74ea8d0
--- /dev/null
+++ b/dev-go/blackfriday/Manifest
@@ -0,0 +1 @@
+DIST blackfriday-1.2_p20150720.tar.gz 67598 SHA256 cfc2de4f3f50f6df23e383d81d0b349ab0eec6123e70f373847f4f59f9411bac SHA512 5c660539e50deef488f380d0dfe9cdfdae6b01f946743b439d08f7a448bda83ac4e0dc906d19458f1760ce9cd1192d5398d0c961dd762417b4af2cf18bff1777 WHIRLPOOL 539055f59d649f53ba79a1f939037d87f2fb5f8632fba7d23540e8b04413859940a38e44960f68f24fbd6e7ab67e910af62ae6058176c12e6f18c8ca2ecdb871

diff --git a/dev-go/blackfriday/blackfriday-1.2_p20150720.ebuild b/dev-go/blackfriday/blackfriday-1.2_p20150720.ebuild
new file mode 100644
index 0000000..e22ccf5
--- /dev/null
+++ b/dev-go/blackfriday/blackfriday-1.2_p20150720.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/russross/${PN}
+
+if [[ ${PV} = *9999* ]]; then
+	inherit golang-vcs
+else
+	KEYWORDS="~amd64"
+	EGIT_COMMIT="8cec3a8"
+	SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+	inherit golang-vcs-snapshot
+fi
+inherit golang-build
+
+DESCRIPTION="a markdown processor implemented in Go"
+HOMEPAGE="https://github.com/russross/blackfriday"
+LICENSE="BSD-2"
+SLOT="0"
+IUSE=""
+DEPEND="dev-go/sanitized-anchor-name"
+RDEPEND=""

diff --git a/dev-go/blackfriday/blackfriday-9999.ebuild b/dev-go/blackfriday/blackfriday-9999.ebuild
new file mode 100644
index 0000000..e22ccf5
--- /dev/null
+++ b/dev-go/blackfriday/blackfriday-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/russross/${PN}
+
+if [[ ${PV} = *9999* ]]; then
+	inherit golang-vcs
+else
+	KEYWORDS="~amd64"
+	EGIT_COMMIT="8cec3a8"
+	SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+	inherit golang-vcs-snapshot
+fi
+inherit golang-build
+
+DESCRIPTION="a markdown processor implemented in Go"
+HOMEPAGE="https://github.com/russross/blackfriday"
+LICENSE="BSD-2"
+SLOT="0"
+IUSE=""
+DEPEND="dev-go/sanitized-anchor-name"
+RDEPEND=""

diff --git a/dev-go/blackfriday/metadata.xml b/dev-go/blackfriday/metadata.xml
new file mode 100644
index 0000000..8073105
--- /dev/null
+++ b/dev-go/blackfriday/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">
+		Blackfriday is a markdown proccessor implemented in Go.
+	</longdescription>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-go/blackfriday/
@ 2016-02-27 18:51 Stephen Klimaszewski
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Klimaszewski @ 2016-02-27 18:51 UTC (permalink / raw
  To: gentoo-commits

commit:     83b5eba7f52840813481372a2a84b0276150abf7
Author:     Steev Klimaszewski <steev <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 18:51:35 2016 +0000
Commit:     Stephen Klimaszewski <steev <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 18:51:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b5eba7

dev-go/blackfriday: add ~arm64 keyword

Tested on X-C1 with dev-lang/go-1.6-r2

Package-Manager: portage-2.2.27

 dev-go/blackfriday/blackfriday-1.2_p20150720.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-go/blackfriday/blackfriday-1.2_p20150720.ebuild b/dev-go/blackfriday/blackfriday-1.2_p20150720.ebuild
index e22ccf5..677dcd4 100644
--- a/dev-go/blackfriday/blackfriday-1.2_p20150720.ebuild
+++ b/dev-go/blackfriday/blackfriday-1.2_p20150720.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/russross/${PN}
 if [[ ${PV} = *9999* ]]; then
 	inherit golang-vcs
 else
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~arm64"
 	EGIT_COMMIT="8cec3a8"
 	SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
 	inherit golang-vcs-snapshot


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-go/blackfriday/
@ 2016-04-27  8:24 Agostino Sarubbo
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo @ 2016-04-27  8:24 UTC (permalink / raw
  To: gentoo-commits

commit:     9d8b4c3e7c8806da4be0fdee90616efbf6b07a8a
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 08:24:18 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 08:24:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8b4c3e

dev-go/blackfriday: 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/blackfriday/blackfriday-1.2_p20150720.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-go/blackfriday/blackfriday-1.2_p20150720.ebuild b/dev-go/blackfriday/blackfriday-1.2_p20150720.ebuild
index 677dcd4..95974fd 100644
--- a/dev-go/blackfriday/blackfriday-1.2_p20150720.ebuild
+++ b/dev-go/blackfriday/blackfriday-1.2_p20150720.ebuild
@@ -8,7 +8,7 @@ EGO_PN=github.com/russross/${PN}
 if [[ ${PV} = *9999* ]]; then
 	inherit golang-vcs
 else
-	KEYWORDS="~amd64 ~arm64"
+	KEYWORDS="amd64 ~arm64"
 	EGIT_COMMIT="8cec3a8"
 	SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
 	inherit golang-vcs-snapshot


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-go/blackfriday/
@ 2017-01-22 23:18 William Hubbs
  0 siblings, 0 replies; 6+ messages in thread
From: William Hubbs @ 2017-01-22 23:18 UTC (permalink / raw
  To: gentoo-commits

commit:     40294248c2166235223b8f565422358d2207607e
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 18:41:38 2017 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 23:18:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40294248

dev-go/blackfriday: 1.4 version bump for #606692

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 dev-go/blackfriday/Manifest               |  1 +
 dev-go/blackfriday/blackfriday-1.4.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-go/blackfriday/Manifest b/dev-go/blackfriday/Manifest
index 74ea8d0..82ea971 100644
--- a/dev-go/blackfriday/Manifest
+++ b/dev-go/blackfriday/Manifest
@@ -1 +1,2 @@
 DIST blackfriday-1.2_p20150720.tar.gz 67598 SHA256 cfc2de4f3f50f6df23e383d81d0b349ab0eec6123e70f373847f4f59f9411bac SHA512 5c660539e50deef488f380d0dfe9cdfdae6b01f946743b439d08f7a448bda83ac4e0dc906d19458f1760ce9cd1192d5398d0c961dd762417b4af2cf18bff1777 WHIRLPOOL 539055f59d649f53ba79a1f939037d87f2fb5f8632fba7d23540e8b04413859940a38e44960f68f24fbd6e7ab67e910af62ae6058176c12e6f18c8ca2ecdb871
+DIST blackfriday-1.4.tar.gz 69438 SHA256 12fbee8c7a26037113e95b2705706bebce3f895b0490f0d4d59c000778039689 SHA512 595b0c2cef166bbebdae39bbda3987409ff3c849a3eb0de73cfeff1b9afd64b4febfaa5ed3f7ef4b8020bbecbf5dfb479e7034249c58651429b3e7e5fb5107be WHIRLPOOL 1e3e12d694c881066f9cbf7b7a313cdd7736b2adbecf8cc197648a06bdbbe0a28b3d186899ea4d55422030006f2fecf878938a4f600186a458838f9f29c4293c

diff --git a/dev-go/blackfriday/blackfriday-1.4.ebuild b/dev-go/blackfriday/blackfriday-1.4.ebuild
new file mode 100644
index 00000000..f8bf469
--- /dev/null
+++ b/dev-go/blackfriday/blackfriday-1.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+EGO_PN=github.com/russross/${PN}
+
+if [[ ${PV} = *9999* ]]; then
+	inherit golang-vcs
+else
+	KEYWORDS="~amd64 ~arm64"
+	EGIT_COMMIT="v${PV}"
+	SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+	inherit golang-vcs-snapshot
+fi
+inherit golang-build
+
+DESCRIPTION="a markdown processor implemented in Go"
+HOMEPAGE="https://github.com/russross/blackfriday"
+LICENSE="BSD-2"
+SLOT="0"
+IUSE=""
+DEPEND="dev-go/sanitized-anchor-name"
+RDEPEND="dev-go/sanitized-anchor-name:="


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-go/blackfriday/
@ 2017-04-05 10:21 Michael Weber
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Weber @ 2017-04-05 10:21 UTC (permalink / raw
  To: gentoo-commits

commit:     ee206d0b61f55ace770b25801daa22f132a1df3a
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 10:18:00 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 10:20:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee206d0b

dev-go/blackfriday: add ~arm (bug 566732)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 dev-go/blackfriday/blackfriday-1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-go/blackfriday/blackfriday-1.4.ebuild b/dev-go/blackfriday/blackfriday-1.4.ebuild
index bea5b564f43..a9dbefcdc07 100644
--- a/dev-go/blackfriday/blackfriday-1.4.ebuild
+++ b/dev-go/blackfriday/blackfriday-1.4.ebuild
@@ -7,7 +7,7 @@ EGO_PN=github.com/russross/${PN}
 if [[ ${PV} = *9999* ]]; then
 	inherit golang-vcs
 else
-	KEYWORDS="~amd64 ~arm64"
+	KEYWORDS="~amd64 ~arm ~arm64"
 	EGIT_COMMIT="v${PV}"
 	SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
 	inherit golang-vcs-snapshot


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-go/blackfriday/
@ 2021-10-23 12:43 Jakov Smolić
  0 siblings, 0 replies; 6+ messages in thread
From: Jakov Smolić @ 2021-10-23 12:43 UTC (permalink / raw
  To: gentoo-commits

commit:     36a53c7d148dbf2fe4d18499b82b6b79035ea81f
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 23 12:35:44 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Oct 23 12:43:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a53c7d

dev-go/blackfriday: Drop EAPI-5 ebuild

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-go/blackfriday/blackfriday-9999.ebuild | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/dev-go/blackfriday/blackfriday-9999.ebuild b/dev-go/blackfriday/blackfriday-9999.ebuild
deleted file mode 100644
index 7dc1e0a7fd5..00000000000
--- a/dev-go/blackfriday/blackfriday-9999.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-EGO_PN=github.com/russross/${PN}
-
-if [[ ${PV} = *9999* ]]; then
-	inherit golang-vcs
-else
-	KEYWORDS="~amd64"
-	EGIT_COMMIT="8cec3a8"
-	SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-	inherit golang-vcs-snapshot
-fi
-inherit golang-build
-
-DESCRIPTION="a markdown processor implemented in Go"
-HOMEPAGE="https://github.com/russross/blackfriday"
-LICENSE="BSD-2"
-SLOT="0"
-IUSE=""
-DEPEND="dev-go/sanitized-anchor-name"
-RDEPEND=""


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-10-23 12:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-27  8:24 [gentoo-commits] repo/gentoo:master commit in: dev-go/blackfriday/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2021-10-23 12:43 Jakov Smolić
2017-04-05 10:21 Michael Weber
2017-01-22 23:18 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