From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gnulib/
Date: Sat, 23 Dec 2017 16:17:56 +0000 (UTC) [thread overview]
Message-ID: <1514045858.82a7b2d795d7e8e7aed2163c930a8228b700c3be.grobian@gentoo> (raw)
commit: 82a7b2d795d7e8e7aed2163c930a8228b700c3be
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 23 16:17:38 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 16:17:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82a7b2d7
dev-libs/gnulib: add new snapshot, fix dosym usage
Package-Manager: Portage-2.3.13, Repoman-2.3.3
dev-libs/gnulib/Manifest | 1 +
dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild | 2 +-
...2016.12.21.08.39.01.ebuild => gnulib-2017.12.19.15.53.47.ebuild} | 6 +++---
dev-libs/gnulib/gnulib-9999-r1.ebuild | 2 +-
4 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/dev-libs/gnulib/Manifest b/dev-libs/gnulib/Manifest
index e8fb7cffca1..8df5698d775 100644
--- a/dev-libs/gnulib/Manifest
+++ b/dev-libs/gnulib/Manifest
@@ -1 +1,2 @@
DIST gnulib-3a0b7b74982f44c735f4cfc2dccf538c3c4ef9e2.tar.gz 6192393 BLAKE2B 6c7409242c0421dd260369e7ca0b1c27ee46eb34c332d349545a5020e31fd476127b770739dc2578b3aa23e3a569e7d1467f41055bf449799d78b6ec48943fe8 SHA512 9076d0476aef4a7425fb6db038c2a4657ae1a5619a0ddce07a68a97883924f07635edc59818b532564128fbe23b06b39c98b4c544d4fc670dfc4ebd34e2e52c5
+DIST gnulib-f583f328bec489dd59b54ecc1cc640843ea261cf.tar.gz 6486622 BLAKE2B 725fcb598262d12c8b0f04d4341cc59c18a915ce34f5239c587121a7f297d2b86dd49f98f19900c49400166789f6eea22f6719c76a78c0b107ba2fc550568145 SHA512 303d8d5eafd210854b803e9add2575de314a28cfc530dae49d1f738d73fbaaf3e3c18267ecf0367b8e16b11a2e403454f37b586f0e7718297ca6cdac9984258b
diff --git a/dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild b/dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild
index 3c04d3d2b62..a008b1478d0 100644
--- a/dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild
+++ b/dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild
@@ -39,5 +39,5 @@ src_install() {
doexe gnulib-tool
# create and install the wrapper
- dosym /usr/share/${PN}/gnulib-tool /usr/bin/gnulib-tool
+ dosym ../share/${PN}/gnulib-tool /usr/bin/gnulib-tool
}
diff --git a/dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild b/dev-libs/gnulib/gnulib-2017.12.19.15.53.47.ebuild
similarity index 79%
copy from dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild
copy to dev-libs/gnulib/gnulib-2017.12.19.15.53.47.ebuild
index 3c04d3d2b62..3018a94c51d 100644
--- a/dev-libs/gnulib/gnulib-2016.12.21.08.39.01.ebuild
+++ b/dev-libs/gnulib/gnulib-2017.12.19.15.53.47.ebuild
@@ -3,9 +3,9 @@
EAPI=6
-GIT_TAG="3a0b7b74982f44c735f4cfc2dccf538c3c4ef9e2"
+GIT_TAG="f583f328bec489dd59b54ecc1cc640843ea261cf"
-DESCRIPTION="Gnulib is a library of common routines intended to be shared at the source level"
+DESCRIPTION="Library of common routines intended to be shared"
HOMEPAGE="https://www.gnu.org/software/gnulib"
SRC_URI="https://git.savannah.gnu.org/cgit/${PN}.git/snapshot/${PN}-${GIT_TAG}.tar.gz"
@@ -39,5 +39,5 @@ src_install() {
doexe gnulib-tool
# create and install the wrapper
- dosym /usr/share/${PN}/gnulib-tool /usr/bin/gnulib-tool
+ dosym ../share/${PN}/gnulib-tool /usr/bin/gnulib-tool
}
diff --git a/dev-libs/gnulib/gnulib-9999-r1.ebuild b/dev-libs/gnulib/gnulib-9999-r1.ebuild
index 6615893ccf1..394e16ee666 100644
--- a/dev-libs/gnulib/gnulib-9999-r1.ebuild
+++ b/dev-libs/gnulib/gnulib-9999-r1.ebuild
@@ -37,5 +37,5 @@ src_install() {
doexe gnulib-tool
# create and install the wrapper
- dosym /usr/share/${PN}/gnulib-tool /usr/bin/gnulib-tool
+ dosym ../share/${PN}/gnulib-tool /usr/bin/gnulib-tool
}
next reply other threads:[~2017-12-23 16:18 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-23 16:17 Fabian Groffen [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-01 11:26 [gentoo-commits] repo/gentoo:master commit in: dev-libs/gnulib/ Fabian Groffen
2023-04-25 15:17 Fabian Groffen
2022-11-22 21:28 Sam James
2022-11-22 21:28 Sam James
2022-05-26 17:55 Fabian Groffen
2022-04-12 21:04 Sam James
2022-02-19 20:28 Fabian Groffen
2020-03-18 5:57 Fabian Groffen
2019-03-17 20:31 Fabian Groffen
2017-12-23 16:17 Fabian Groffen
2017-08-30 7:07 Fabian Groffen
2017-01-29 16:08 Fabian Groffen
2016-12-21 7:45 Fabian Groffen
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=1514045858.82a7b2d795d7e8e7aed2163c930a8228b700c3be.grobian@gentoo \
--to=grobian@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