public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/single-unix-specification/
Date: Sun, 18 Dec 2016 23:43:28 +0000 (UTC)	[thread overview]
Message-ID: <1482104603.91ef9336d0e7d18a5be1fe4a7fb70dab1b37cfd4.robbat2@gentoo> (raw)

commit:     91ef9336d0e7d18a5be1fe4a7fb70dab1b37cfd4
Author:     Masanori Ogino <masanori.ogino <AT> gmail <DOT> com>
AuthorDate: Sun Dec 18 02:35:08 2016 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 23:43:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ef9336

app-doc/single-unix-specification: Rename to _p$N.

The ebuild for SUSv4 TC1 was named 4-r2, but 4_p1 seems more suitable
versioning.

This commit also appends 4_p2 for SUSv4 TC2.

References:
https://bugs.gentoo.org/show_bug.cgi?id=601592
https://github.com/gentoo/gentoo/pull/3007
(cherry picked from commit 18ec890d56259bd4ac9239bd949cb9cd9d93216e)
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 app-doc/single-unix-specification/Manifest                          | 1 +
 ...cification-4-r2.ebuild => single-unix-specification-4_p1.ebuild} | 0
 ...cification-4-r2.ebuild => single-unix-specification-4_p2.ebuild} | 6 +++---
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-doc/single-unix-specification/Manifest b/app-doc/single-unix-specification/Manifest
index 1c7a9e9..d6c826c 100644
--- a/app-doc/single-unix-specification/Manifest
+++ b/app-doc/single-unix-specification/Manifest
@@ -1,3 +1,4 @@
 DIST susv3.tar.bz2 2212995 SHA256 f7760775114833d79869f08e97a001e61609710417e64c4be4e2e784616658a1 SHA512 b1b8a79112d3f41a3d2951341cd9220566f551e5750378bba5cf786a0c381b064fa1a1cfeb6e76e9c6beb85a893cbb6f90879203e9931e9043bcb95b032def40 WHIRLPOOL 00173ff6a59e7b215f73b12a2c62b55f8655ce1564084323d8882870df050a6faa748ca7b874ee0957a9aced79c6c20f25e1627fb7b353c963a068cf84191315
 DIST susv4.tar.bz2 2983431 SHA256 315657e697618f759c1e43934c08e5887b29dc7f1f75dd2aa49738efd7ac10bb SHA512 7fd005c25b97d6fd864436c6537f347edfa4ab215114296f2d2ba58aee1552502601b778dec7eb0e8baeea417929cfd72b3b9727237106125326e32a424cf575 WHIRLPOOL b57143d06c19c74996aa59b0da305e6ef0088a2237226777551c982e7f48091878a50476393fb4330e1f51f5a6ef55229940497e70f3a50acdf2efeee2a24803
 DIST susv4tc1.tgz 5435884 SHA256 49c411571d0dd55d36258dea945385590f5ccb63d9d5b38050a283a41c0bcefa SHA512 7e9741bc6377beda88ade34bd965ee0098953ec6fb5ae67aaafa726a94fe570ac6fadf1675420805f176222c0d9177bc2206584cad8b73a02649d47765312d9f WHIRLPOOL 1edb2ff726b43f108209ef51bb21d88374d81486f8b4aaf50ec71cebf405ddfa53f9e55039f513ef91652f7a664868504453c2c27731d1d97b61b97867d204a0
+DIST susv4tc2.tar.bz2 3649434 SHA256 9b50e290912dff356687b7585ea2d7a7e746231e1dd4adcb20833fa54e1f4d35 SHA512 cc86b2b4860b1069cb8712ef7b5a9702510f48d6585b5414ff561f85677974c156d8cc95cf29dfdab360c13ecb884e19e2112fe5c6bc49666417c9a744a816ad WHIRLPOOL 002ad7ebb50b041d337ff135ce6f361b9ccca89d0a31687e4b169153f15268dd80c3b6d7efb0be741bda496ea61ab46e8c83c8f0631c7beffe14750cab7659ea

diff --git a/app-doc/single-unix-specification/single-unix-specification-4-r2.ebuild b/app-doc/single-unix-specification/single-unix-specification-4_p1.ebuild
similarity index 100%
copy from app-doc/single-unix-specification/single-unix-specification-4-r2.ebuild
copy to app-doc/single-unix-specification/single-unix-specification-4_p1.ebuild

diff --git a/app-doc/single-unix-specification/single-unix-specification-4-r2.ebuild b/app-doc/single-unix-specification/single-unix-specification-4_p2.ebuild
similarity index 80%
rename from app-doc/single-unix-specification/single-unix-specification-4-r2.ebuild
rename to app-doc/single-unix-specification/single-unix-specification-4_p2.ebuild
index b8c58f1..5e6174c 100644
--- a/app-doc/single-unix-specification/single-unix-specification-4-r2.ebuild
+++ b/app-doc/single-unix-specification/single-unix-specification-4_p2.ebuild
@@ -4,9 +4,9 @@
 
 EAPI=6
 
-DESCRIPTION="The Single UNIX Specification, Version 4, 2013 Edition"
+DESCRIPTION="The Single UNIX Specification, Version 4, 2016 Edition"
 HOMEPAGE="https://www2.opengroup.org/ogsys/catalog/T101"
-SRC_URI="http://pubs.opengroup.org/onlinepubs/9699919799/download/susv4tc1.tgz"
+SRC_URI="http://pubs.opengroup.org/onlinepubs/9699919799/download/susv4tc2.tar.bz2"
 
 LICENSE="sus4-copyright"
 SLOT="4"
@@ -16,7 +16,7 @@ IUSE=""
 DEPEND=""
 RDEPEND=""
 
-S="${WORKDIR}/susv4tc1"
+S="${WORKDIR}/susv4tc2"
 
 src_install() {
 	dodoc -r *


             reply	other threads:[~2016-12-18 23:43 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-18 23:43 Robin H. Johnson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-10  9:44 [gentoo-commits] repo/gentoo:master commit in: app-doc/single-unix-specification/ Sam James
2025-03-13  0:39 Sam James
2025-01-16 11:05 Sam James
2025-01-12 13:16 Sam James
2024-12-12  5:40 Sam James
2023-04-25 19:49 Sam James
2023-03-04  6:08 Arthur Zamarin
2022-12-24 12:55 Sam James
2022-12-24 12:55 Sam James
2021-12-12 14:23 Yixun Lan
2020-12-28  9:03 Sam James
2018-10-07 12:44 Mikle Kolyada
2016-12-22 16:59 Mike Gilbert
2016-12-22 16:59 Mike Gilbert
2016-12-22 16:59 Mike Gilbert
2016-08-07  4:29 Michael Orlitzky
2016-01-20 11:02 Michael Palimaka

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=1482104603.91ef9336d0e7d18a5be1fe4a7fb70dab1b37cfd4.robbat2@gentoo \
    --to=robbat2@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