public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/man-pages/
Date: Tue, 18 Oct 2022 23:46:20 +0000 (UTC)	[thread overview]
Message-ID: <1666136768.a8b188cde4f31d16875458ce0dac299c95459d35.sam@gentoo> (raw)

commit:     a8b188cde4f31d16875458ce0dac299c95459d35
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 18 19:50:50 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 18 23:46:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b188cd

sys-apps/man-pages: add 6.01, drop 6.00

Closes: https://bugs.gentoo.org/876935
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/man-pages/Manifest                                       | 2 +-
 .../man-pages/{man-pages-6.00.ebuild => man-pages-6.01.ebuild}    | 8 ++------
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/sys-apps/man-pages/Manifest b/sys-apps/man-pages/Manifest
index 27edd4de0db3..55f188dc9b10 100644
--- a/sys-apps/man-pages/Manifest
+++ b/sys-apps/man-pages/Manifest
@@ -1,4 +1,4 @@
 DIST man-pages-5.12.tar.xz 1778220 BLAKE2B 347c5ef63cb80134018f322f810545354ccc7afdb8acb62f83e3b06ef15d7fbe6c0c68db37f52ce9727682a856a7810a5e64f1dcbe1cc11b22f83fb0273f7add SHA512 455794ed6e3bf20649f78b464300d5c1adad5000668a82a1194c1af8bdcbd064e4d930696cbe534481368d6526c7cda69927e958b9a868d95891202476fb4608
 DIST man-pages-5.13.tar.xz 1788980 BLAKE2B 7cca88b7f201d177b087893f60e6a87fd3ed8c78a183bd6ebcd0c28961f5f5d24aa2ba9d3a1d9cec4e0fc9cc0b26489c91e991a2d4420c28e1f61b850b882752 SHA512 a68c0bd5f078aff2f13f962060863e5d30734c1c562e8e9e3d5eda5a329b18ad3e9b4ebb883d31cacfc0a476f91fccb8dd4257598acd75d09dd21351893d3499
-DIST man-pages-6.00-upstream.tar.xz 1787416 BLAKE2B a61a6b771fc3a5f4412d460f53bcb9a3424f29bf1d0001caea2df1f20340da30e0ee89a35da6b9dad7ed910e00262dbc89aeba770ebbf0d13670b5f618a7a586 SHA512 c0286146fed800175316610998ea887568c168bcf3ec9a401209c6c159cedd9258c1e77e513cbe835268b563dd766b3ecc24751c6ab49ebb7ace8c84d8b83e68
+DIST man-pages-6.01.tar.xz 1789204 BLAKE2B 37005b45af798315992fe4836457982d4203245eb546a6f1dcb02b67d63db1ba7e872b1259ebb58ee01178c726fff5f2276ec548ba768f73683edaee9a3233ca SHA512 93d09380a08c36740dbb2f3f246d190e5467147344b584253a2e0248fa764559008c21bb567f379f6166952ee1635ae3c2145e2a63aaf6d30728ca680d7b57a9
 DIST man-pages-gentoo-2.tar.bz2 5141 BLAKE2B c5c7956ab47c8a473e258b1902d5d19d9eb2e9d01786e907d9c3ba691c2a506834ed96cd1f54e8d8415e65d4fea0056659537f0faffe68fcbed33aa728a5e61e SHA512 6e6524b8ad6f1b8c9b147665ee32af49e05603dac61d433acd6b4f1164adef27cd542898f272b07d8659725013dac59c7f34a858968cc054a4785c945e14a770

diff --git a/sys-apps/man-pages/man-pages-6.00.ebuild b/sys-apps/man-pages/man-pages-6.01.ebuild
similarity index 93%
rename from sys-apps/man-pages/man-pages-6.00.ebuild
rename to sys-apps/man-pages/man-pages-6.01.ebuild
index 290e9994e445..4da3d9ecbf1d 100644
--- a/sys-apps/man-pages/man-pages-6.00.ebuild
+++ b/sys-apps/man-pages/man-pages-6.01.ebuild
@@ -20,10 +20,6 @@ EAPI=8
 MAN_PAGES_GENTOO_DIST=0
 GENTOO_PATCH=2
 
-if [[ ${PV} != 6.00 ]] ; then
-	die "Please use 9999 as a template for the next bump for SRC_URI fixes."
-fi
-
 DESCRIPTION="A somewhat comprehensive collection of Linux man pages"
 HOMEPAGE="https://www.kernel.org/doc/man-pages/"
 if [[ ${PV} == 9999 ]] ; then
@@ -39,8 +35,8 @@ else
 		SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-gentoo.tar.xz"
 	else
 		SRC_URI="
-			https://www.kernel.org/pub/linux/docs/man-pages/Archive/${P}.tar.xz -> ${P}-upstream.tar.xz
-			https://www.kernel.org/pub/linux/docs/man-pages/${P}.tar.xz -> ${P}-upstream.tar.xz
+			https://www.kernel.org/pub/linux/docs/man-pages/Archive/${P}.tar.xz
+			https://www.kernel.org/pub/linux/docs/man-pages/${P}.tar.xz
 		"
 	fi
 


             reply	other threads:[~2022-10-18 23:46 UTC|newest]

Thread overview: 138+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-18 23:46 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-13  1:09 [gentoo-commits] repo/gentoo:master commit in: sys-apps/man-pages/ Sam James
2025-02-22  9:38 Ulrich Müller
2025-02-01 15:58 Ulrich Müller
2025-01-23 19:51 Patrick McLean
2024-06-20 21:46 Sam James
2024-06-20 10:31 Sam James
2024-03-14  6:19 Sam James
2024-03-02  3:33 Sam James
2024-01-08  9:48 Sam James
2023-08-05  1:17 Sam James
2023-08-01 18:14 Sam James
2023-06-27 10:02 Sam James
2023-06-01  3:29 Sam James
2023-04-07  5:07 Sam James
2023-04-05  1:32 Sam James
2023-02-24 18:36 Sam James
2023-02-13  4:44 Sam James
2023-01-28  8:46 Ulrich Müller
2023-01-20 22:12 Sam James
2022-12-22 22:18 Sam James
2022-11-25  5:07 Sam James
2022-10-14  0:07 Sam James
2022-10-14  0:05 Sam James
2022-10-14  0:05 Sam James
2022-10-13 19:06 Mike Gilbert
2022-10-13  0:15 Sam James
2022-09-21  7:59 Ulrich Müller
2022-09-21  4:21 Sam James
2022-09-20  6:31 Ulrich Müller
2022-08-25  8:20 Sam James
2022-05-22  3:18 Sam James
2021-08-27 13:14 Lars Wendler
2021-08-27 13:14 Lars Wendler
2021-08-27 13:14 Lars Wendler
2021-08-06 15:49 Ulrich Müller
2021-07-23 19:21 Ulrich Müller
2021-07-19 10:20 Ulrich Müller
2021-06-22 14:17 Lars Wendler
2021-05-13 20:25 David Seifert
2021-05-13 16:18 Sam James
2021-03-22 17:12 Lars Wendler
2021-02-07 17:01 Ulrich Müller
2020-12-22 11:43 Lars Wendler
2020-12-22 11:43 Lars Wendler
2020-12-22 11:43 Lars Wendler
2020-11-02  9:47 Lars Wendler
2020-11-02  9:47 Lars Wendler
2020-08-13 12:52 Lars Wendler
2020-08-13 12:52 Lars Wendler
2020-08-13 12:52 Lars Wendler
2020-06-11 22:08 Mart Raudsepp
2020-06-11 22:08 Mart Raudsepp
2020-06-11  8:34 Agostino Sarubbo
2020-06-11  8:31 Agostino Sarubbo
2020-06-11  8:29 Agostino Sarubbo
2020-06-11  8:27 Agostino Sarubbo
2020-06-11  8:25 Agostino Sarubbo
2020-06-10 13:01 Agostino Sarubbo
2020-06-10 13:00 Agostino Sarubbo
2020-06-09 18:14 Patrick McLean
2020-05-17 19:41 Ulrich Müller
2020-05-17 19:41 Ulrich Müller
2020-04-16  6:33 Michał Górny
2020-04-15 22:54 Ulrich Müller
2020-04-15  9:39 Mart Raudsepp
2020-04-12 21:16 Patrick McLean
2020-04-08 20:54 Mike Gilbert
2020-04-03 10:22 Mikle Kolyada
2020-03-20 12:35 Ulrich Müller
2020-02-09 21:18 Anthony G. Basile
2020-02-09 21:18 Anthony G. Basile
2020-02-09 21:09 Anthony G. Basile
2020-01-08 17:47 Ulrich Müller
2019-11-22  8:37 Lars Wendler
2019-11-22  8:37 Lars Wendler
2019-11-22  8:37 Lars Wendler
2019-10-11 21:47 Patrick McLean
2019-10-05 18:55 Michał Górny
2019-08-02 19:41 Lars Wendler
2019-08-02 19:41 Lars Wendler
2019-08-02 19:41 Lars Wendler
2019-08-02 17:19 Patrick McLean
2019-05-09 13:06 Lars Wendler
2019-05-09 13:06 Lars Wendler
2019-05-09 13:06 Lars Wendler
2019-05-04 12:16 Mikle Kolyada
2019-03-06 23:13 Patrick McLean
2018-09-12 10:34 Lars Wendler
2018-09-12 10:34 Lars Wendler
2018-06-26  8:22 Mike Frysinger
2018-05-01 18:35 Lars Wendler
2018-02-10 17:03 Andreas Hüttel
2018-02-02 16:40 Anthony G. Basile
2018-02-02 16:40 Anthony G. Basile
2018-02-02 16:37 Anthony G. Basile
2018-01-04 11:53 Lars Wendler
2018-01-04 11:53 Lars Wendler
2018-01-04 11:53 Lars Wendler
2017-11-26 19:33 Robin H. Johnson
2017-11-26 19:25 Anthony G. Basile
2017-09-15 18:22 Patrick McLean
2017-07-21 19:10 Anthony G. Basile
2017-05-31  8:32 Lars Wendler
2017-05-04  8:34 Lars Wendler
2017-05-04  8:34 Lars Wendler
2017-05-04  7:53 Lars Wendler
2017-05-04  7:53 Lars Wendler
2017-05-04  7:53 Lars Wendler
2017-03-14 21:03 Mike Frysinger
2017-03-14 21:03 Mike Frysinger
2017-03-14 19:48 Lars Wendler
2017-03-14 19:48 Lars Wendler
2017-03-14 19:48 Lars Wendler
2016-12-12 16:27 Mike Frysinger
2016-12-12 12:06 Lars Wendler
2016-12-12 12:06 Lars Wendler
2016-12-12 12:06 Lars Wendler
2016-10-08 12:32 Anthony G. Basile
2016-10-08 12:32 Anthony G. Basile
2016-10-08 12:32 Anthony G. Basile
2016-07-19 18:46 Anthony G. Basile
2016-07-19 18:46 Anthony G. Basile
2016-07-19 18:43 Anthony G. Basile
2016-06-23  4:26 Ulrich Müller
2016-05-11 14:02 Mike Frysinger
2016-05-10  8:04 Lars Wendler
2016-05-10  8:04 Lars Wendler
2016-05-10  8:04 Lars Wendler
2016-03-15  8:36 Anthony G. Basile
2016-03-15  8:32 Anthony G. Basile
2015-12-29 16:57 Mike Frysinger
2015-12-29 16:57 Mike Frysinger
2015-12-29 16:57 Mike Frysinger
2015-12-05 16:45 Lars Wendler
2015-12-05 16:45 Lars Wendler
2015-08-09 14:46 Anthony G. Basile
2015-08-09 12:56 Mike Frysinger

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=1666136768.a8b188cde4f31d16875458ce0dac299c95459d35.sam@gentoo \
    --to=sam@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