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/go-md2man/
Date: Sun, 22 Jan 2017 23:18:39 +0000 (UTC)	[thread overview]
Message-ID: <1485127096.ea6a8a15f5fba38f839e53ea4e6945a746ccd3a2.williamh@gentoo> (raw)

commit:     ea6a8a15f5fba38f839e53ea4e6945a746ccd3a2
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 23:12:40 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=ea6a8a15

dev-go/go-md2man: 1.0.6 version bump for #606690

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 dev-go/go-md2man/Manifest               |  1 +
 dev-go/go-md2man/go-md2man-1.0.6.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-go/go-md2man/Manifest b/dev-go/go-md2man/Manifest
index d2f1300..6508e41 100644
--- a/dev-go/go-md2man/Manifest
+++ b/dev-go/go-md2man/Manifest
@@ -1 +1,2 @@
 DIST go-md2man-1.0.3.tar.gz 3279 SHA256 25f96e2a05513d76ccd1a29f8f2813865f93643623a5d208ae5cc180531e0040 SHA512 855809f068daae2becb31d4b182b0953a9a11428cf89d488e2148256c6f4292bf24d42bd1c5bc96ba2c1c18a8201e859629f2515f750de390e4325cc320ac7b8 WHIRLPOOL 20da88491e60d1b0ebbbea4e798bf69cc91f7eefaa81b6f9f866f235e21674d31c76d7f62149526132e1578c9a41c57e193154f7c13a1dd1875ca917390bc0a2
+DIST go-md2man-1.0.6.tar.gz 40240 SHA256 8ae73d81757835a286ecea8e1776e2e397dbd101493c44417b7a6fd9eda31542 SHA512 73abf08470c7ba3c5e5f0212a19f37ae98a8582605d2493bb21b2e5c07fafa8fb711f05665e153863d195749a0870e674e203f377ec7bb8425b9d497fa9864d1 WHIRLPOOL 15a0af9d37b34a8678faeed1daee1274a58d1d15dae66f287a17b0b9f56323f30bcd6ad3018d0233c568b698063f8675cfd2af6826226ef5a5f922e8aeec4a27

diff --git a/dev-go/go-md2man/go-md2man-1.0.6.ebuild b/dev-go/go-md2man/go-md2man-1.0.6.ebuild
new file mode 100644
index 00000000..42992df
--- /dev/null
+++ b/dev-go/go-md2man/go-md2man-1.0.6.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+EGO_PN=github.com/cpuguy83/go-md2man
+
+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 utility to convert markdown to man pages"
+HOMEPAGE="https://github.com/cpuguy83/go-md2man"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+DEPEND="dev-go/blackfriday"
+RDEPEND="dev-go/blackfriday:="
+
+src_install() {
+	"${S}"/go-md2man -in src/${EGO_PN}/go-md2man.1.md -out go-md2man.1
+	dobin go-md2man
+	doman go-md2man.1
+}


             reply	other threads:[~2017-01-22 23:18 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-22 23:18 William Hubbs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-04 19:10 [gentoo-commits] repo/gentoo:master commit in: dev-go/go-md2man/ Arthur Zamarin
2025-03-04 19:10 Arthur Zamarin
2024-02-22  6:58 Sam James
2024-02-22  6:58 Sam James
2024-02-22  4:45 Ionen Wolkens
2024-01-12 18:45 William Hubbs
2023-09-28 20:30 William Hubbs
2023-09-28 16:15 Arthur Zamarin
2023-09-28  1:00 Sam James
2023-09-28  0:22 Sam James
2023-02-21 17:18 William Hubbs
2022-08-25  5:31 WANG Xuerui
2021-08-13  2:09 Yixun Lan
2020-10-18  0:48 Georgy Yakovlev
2020-10-18  0:48 Georgy Yakovlev
2020-08-31 21:03 Thomas Deutschmann
2020-05-26 23:35 William Hubbs
2020-05-25 22:55 William Hubbs
2020-05-25 22:55 William Hubbs
2020-04-04  6:38 Robin H. Johnson
2020-03-22 16:10 William Hubbs
2020-03-12  2:29 William Hubbs
2020-03-12  1:39 William Hubbs
2020-01-17  8:52 Georgy Yakovlev
2019-01-01 19:20 William Hubbs
2017-04-05 10:21 Michael Weber
2016-04-27  8:24 Agostino Sarubbo
2016-02-27 18:51 Stephen Klimaszewski
2015-08-24 23:02 William Hubbs

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=1485127096.ea6a8a15f5fba38f839e53ea4e6945a746ccd3a2.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