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: Mon, 25 May 2020 22:55:35 +0000 (UTC) [thread overview]
Message-ID: <1590447272.df88b1fb724b7aff010bf33a2bd606e532458b98.williamh@gentoo> (raw)
commit: df88b1fb724b7aff010bf33a2bd606e532458b98
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon May 25 22:53:44 2020 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon May 25 22:54:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df88b1fb
dev-go/go-md2man: remove old
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
dev-go/go-md2man/Manifest | 3 ---
dev-go/go-md2man/go-md2man-1.0.3.ebuild | 29 -----------------------------
dev-go/go-md2man/go-md2man-1.0.6.ebuild | 29 -----------------------------
dev-go/go-md2man/go-md2man-1.0.8.ebuild | 27 ---------------------------
4 files changed, 88 deletions(-)
diff --git a/dev-go/go-md2man/Manifest b/dev-go/go-md2man/Manifest
index 0895ada5ad1..d5819c4093b 100644
--- a/dev-go/go-md2man/Manifest
+++ b/dev-go/go-md2man/Manifest
@@ -1,4 +1 @@
-DIST go-md2man-1.0.3.tar.gz 3279 BLAKE2B 0b693569ad7ff609508dd28b11bacdc0eb08ee0fd2b2a23dad5e26a670e1fc0fcc2321ee099114dc144fb8671dfcd7ed072e7feb17bb96e17c2f9ff0e748ddac SHA512 855809f068daae2becb31d4b182b0953a9a11428cf89d488e2148256c6f4292bf24d42bd1c5bc96ba2c1c18a8201e859629f2515f750de390e4325cc320ac7b8
-DIST go-md2man-1.0.6.tar.gz 40240 BLAKE2B 183a96b661419861fcca27e34fcd107070839087d61d3c36f3da3b3aa644678d4eeb6fa31ae3a07eb41dbd750ed43fa29b5518db9a56290530795f6b3cc16873 SHA512 73abf08470c7ba3c5e5f0212a19f37ae98a8582605d2493bb21b2e5c07fafa8fb711f05665e153863d195749a0870e674e203f377ec7bb8425b9d497fa9864d1
-DIST go-md2man-1.0.8.tar.gz 79284 BLAKE2B c6bf5c1507f0e7e6393c08592bf56e6423157f265a2f26b10f262c00b15c855e99c022d9e4b465247997b0c9d667ed71c727d03735af6214ec20ca30583235aa SHA512 4c52e01c9b07582b5d55d1e94935378a676bd284a3e8230a8a191d4678b1b6ae92b704a249117c542832170069a70c649e58a1752fb2973709259b5bc108db91
DIST go-md2man-2.0.0.tar.gz 52021 BLAKE2B d3df2300a28d972b6b7269172a734dda7a60df5c25d8b4a4d9a45a2c636f08286eea4873c32d22a9533ba4e333660e4ec2deabe8fbdb9af3db96c07884278d04 SHA512 22a6c950ca7e386246fadb15f05d0a60437a249df48a7c5f905bc4bd05034cede6318e1158bd2113e97b4fd2d1e838776680a00c6141ac2b3c8795aeee15a39d
diff --git a/dev-go/go-md2man/go-md2man-1.0.3.ebuild b/dev-go/go-md2man/go-md2man-1.0.3.ebuild
deleted file mode 100644
index f0255be8f6a..00000000000
--- a/dev-go/go-md2man/go-md2man-1.0.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-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="BSD-2 MIT"
-SLOT="0"
-IUSE=""
-DEPEND="dev-go/blackfriday"
-RDEPEND=""
-
-src_install() {
- "${S}"/go-md2man -in src/${EGO_PN}/go-md2man.1.md -out go-md2man.1
- dobin go-md2man
- doman go-md2man.1
-}
diff --git a/dev-go/go-md2man/go-md2man-1.0.6.ebuild b/dev-go/go-md2man/go-md2man-1.0.6.ebuild
deleted file mode 100644
index 9c67ea4a48b..00000000000
--- a/dev-go/go-md2man/go-md2man-1.0.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN=github.com/cpuguy83/go-md2man
-
-if [[ ${PV} = *9999* ]]; then
- inherit golang-vcs
-else
- 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
-fi
-inherit golang-build
-
-DESCRIPTION="A utility to convert markdown to man pages"
-HOMEPAGE="https://github.com/cpuguy83/go-md2man"
-LICENSE="BSD-2 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
-}
diff --git a/dev-go/go-md2man/go-md2man-1.0.8.ebuild b/dev-go/go-md2man/go-md2man-1.0.8.ebuild
deleted file mode 100644
index 0fa2e9d8aeb..00000000000
--- a/dev-go/go-md2man/go-md2man-1.0.8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN=github.com/cpuguy83/go-md2man
-
-if [[ ${PV} = *9999* ]]; then
- inherit golang-vcs
-else
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
- 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="BSD-2 MIT"
-SLOT="0"
-IUSE=""
-
-src_install() {
- "${S}"/go-md2man -in src/${EGO_PN}/go-md2man.1.md -out go-md2man.1
- dobin go-md2man
- doman go-md2man.1
-}
next reply other threads:[~2020-05-25 22:55 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-25 22:55 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-22 6:58 [gentoo-commits] repo/gentoo:master commit in: dev-go/go-md2man/ 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-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
2017-01-22 23:18 William Hubbs
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=1590447272.df88b1fb724b7aff010bf33a2bd606e532458b98.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