From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/go-md2man/
Date: Tue, 04 Mar 2025 19:10:17 +0000 (UTC) [thread overview]
Message-ID: <1741115411.009645edaa775be3d5430ab8cd8ade9045c3b8c2.arthurzam@gentoo> (raw)
commit: 009645edaa775be3d5430ab8cd8ade9045c3b8c2
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 4 17:22:43 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 4 19:10:11 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=009645ed
dev-go/go-md2man: drop 2.0.2
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-go/go-md2man/Manifest | 1 -
dev-go/go-md2man/go-md2man-2.0.2.ebuild | 32 --------------------------------
2 files changed, 33 deletions(-)
diff --git a/dev-go/go-md2man/Manifest b/dev-go/go-md2man/Manifest
index 535842e8108b..5f9909e3d0e3 100644
--- a/dev-go/go-md2man/Manifest
+++ b/dev-go/go-md2man/Manifest
@@ -1,4 +1,3 @@
-DIST go-md2man-2.0.2.tar.gz 64353 BLAKE2B cc9ce9d14b61e600cf5179b72e08bc7e6ae5fcf31d3e00d6e5f7e5e77a26dd2b2b8a938e168e0053b2a9f9aab734d9beb02f7d95549fbf073125ad42b03cf478 SHA512 c81edfdc0b6647ef699cc908a1a7038d98da34df6d48b223b83a0699de91a7e322e70d67645acf1fc848918f4c1ea310160c7ccb75e6f97b53af7103c7aa18b3
DIST go-md2man-2.0.3.tar.gz 64961 BLAKE2B 790fe7c247e0f934a397d7389be589c6e4d75be3cd533da13ae4e46c927604c3249e3a2f0c975320bac0f21f3040059202434f6fd4b2ea6dd50d6b772fa01842 SHA512 237e8039beea11b4efb7d0c75fb5826c17dea50057b0149b9533e72e2a5198811f9a3a5b264ea3788922d2f03b07cb57914448b2d4325d54d0f946fb42c42f40
DIST go-md2man-2.0.6-deps.tar.xz 76368 BLAKE2B 010d274d5e5c20e14848e92b210b03447d11c6fe8fd728b0f148a6f2cbc9f0a7cca22217f1920e00b0f7c363bbe2c5f572fb95ce02e67e3e55175c56cbd372d9 SHA512 7abc4eb75b4a168f2269936049eaca68ecb9ed39b29e6885cddf3683daf9b439b1573848192dff98ce67b99da0d1f09ddc27261e97c8cdfeb71e09e0030876b6
DIST go-md2man-2.0.6.tar.gz 11064 BLAKE2B fec5c061c5d1b85e3ad86563a301afd01d47f2d83ef5b97bf964f77ebbbbb19c58108ecd8caa9df1663396a13c8b178578a9b02c3c30341cea0bb9abe1d196ea SHA512 c6273040edf7e4c97851c0bfb5366ed0298e92ff1f7f4740104979f1cac17d6303b998ff75396a4264b164872886854e7dadfee3f139d76f684c1b6ca5512828
diff --git a/dev-go/go-md2man/go-md2man-2.0.2.ebuild b/dev-go/go-md2man/go-md2man-2.0.2.ebuild
deleted file mode 100644
index 8d9a92730d2d..000000000000
--- a/dev-go/go-md2man/go-md2man-2.0.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module
-
-DESCRIPTION="A utility to convert markdown to man pages"
- SRC_URI="https://github.com/cpuguy83/go-md2man/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-HOMEPAGE="https://github.com/cpuguy83/go-md2man"
-
-LICENSE="BSD-2 MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv ~x86"
-
-# restrict tests because they need network-sandbox disabled
-# bug https://bugs.gentoo.org/715028
-RESTRICT+=" test"
-
-src_compile() {
- emake BUILD_FLAGS="-mod=vendor" build
-}
-
-src_install() {
- "${S}"/bin/go-md2man -in go-md2man.1.md -out go-md2man.1 ||
- die "Unable to create man page"
- dobin bin/go-md2man
- doman go-md2man.1
-}
-
-src_test() {
- emake test
-}
next reply other threads:[~2025-03-04 19:10 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-04 19:10 Arthur Zamarin [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
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
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=1741115411.009645edaa775be3d5430ab8cd8ade9045c3b8c2.arthurzam@gentoo \
--to=arthurzam@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