public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/blackfriday/
Date: Mon, 24 Aug 2015 23:02:07 +0000 (UTC)	[thread overview]
Message-ID: <1440457296.0b8ac9272a6af4aba85b6a52e239c90ce4093443.williamh@gentoo> (raw)

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>


             reply	other threads:[~2015-08-24 23:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-24 23:02 William Hubbs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-02-27 18:51 [gentoo-commits] repo/gentoo:master commit in: dev-go/blackfriday/ Stephen Klimaszewski
2016-04-27  8:24 Agostino Sarubbo
2017-01-22 23:18 William Hubbs
2017-04-05 10:21 Michael Weber
2021-10-23 12:43 Jakov Smolić

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1440457296.0b8ac9272a6af4aba85b6a52e239c90ce4093443.williamh@gentoo \
    --to=williamh@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox