public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/diffutils/
Date: Wed, 24 May 2017 15:54:47 +0000 (UTC)	[thread overview]
Message-ID: <1495641283.c1a936560f31a3e42fc14bfc606f5638e58ffd85.polynomial-c@gentoo> (raw)

commit:     c1a936560f31a3e42fc14bfc606f5638e58ffd85
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed May 24 15:54:13 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed May 24 15:54:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a93656

sys-apps/diffutils: Bump to version 3.6

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-apps/diffutils/Manifest             |  1 +
 sys-apps/diffutils/diffutils-3.6.ebuild | 41 +++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/sys-apps/diffutils/Manifest b/sys-apps/diffutils/Manifest
index 6a6a1963700..587d970ba46 100644
--- a/sys-apps/diffutils/Manifest
+++ b/sys-apps/diffutils/Manifest
@@ -1,2 +1,3 @@
 DIST diffutils-3.3.tar.xz 1197832 SHA256 a25e89a8ab65fded1731e4186be1bb25cda967834b6df973599cdcd5abdfc19c SHA512 b04b998717e45e8fd1ba675957dad1909beeed68ffc41c0d9bbaddaf78965f9e63af5a8d8811bb94f33a3cddcad2fe1ad794e52e545def9ce96c092999a74a83 WHIRLPOOL 8fd3b179afdc3fd127cee8829535b0fc6d949443645e8df80fa45c2fa44a732ea652259b644d81a9be14d4c7f7c3b5bad7b8861934a6bc691cd02a34c0200ed3
 DIST diffutils-3.5.tar.xz 1360996 SHA256 dad398ccd5b9faca6b0ab219a036453f62a602a56203ac659b43e889bec35533 SHA512 758229637e3703215adf66c5df04126ae594424abaf2cad8f1fa482bd9759e90838c943ef56e0129beb1396f5932ed9337c8396679da3de32e49bb43d423fd6b WHIRLPOOL 2f367fc10679bfc1377612bfdc693792f5afdc0969c06d7607370bb626d8eb63868b71d2342133fea6210291f34ad3f53b4af34d457a13fc675fc7dc5f6c2f6e
+DIST diffutils-3.6.tar.xz 1398296 SHA256 d621e8bdd4b573918c8145f7ae61817d1be9deb4c8d2328a65cea8e11d783bd6 SHA512 3c159ff1cb7c901b0a57518483566b5740ca3c45aeb8d3004089f052975481db52994cc18592c502c68b0d2a1e22f1f7830f0d8dd9a9ed86de96e28cce9f70c1 WHIRLPOOL 8b80d3963f65a62abb49805650a33b00be57f11892a7ce5e5fc7bdd6dc0d347adf959834998e8f9234e20ff1268727978ba9fe667b139ec16d72cb212a6a14bd

diff --git a/sys-apps/diffutils/diffutils-3.6.ebuild b/sys-apps/diffutils/diffutils-3.6.ebuild
new file mode 100644
index 00000000000..3a2a7b9e2be
--- /dev/null
+++ b/sys-apps/diffutils/diffutils-3.6.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit flag-o-matic
+
+DESCRIPTION="Tools to make diffs and compare files"
+HOMEPAGE="https://www.gnu.org/software/diffutils/"
+SRC_URI="mirror://gnu/diffutils/${P}.tar.xz
+	mirror://gnu-alpha/diffutils/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="nls static"
+
+DEPEND="app-arch/xz-utils
+	nls? ( sys-devel/gettext )"
+
+DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
+
+src_configure() {
+	use static && append-ldflags -static
+
+	# Disable automagic dependency over libsigsegv; see bug #312351.
+	export ac_cv_libsigsegv=no
+
+	local myeconfargs=(
+		--with-packager="Gentoo"
+		--with-packager-version="${PVR}"
+		--with-packager-bug-reports="https://bugs.gentoo.org/"
+		$(use_enable nls)
+	)
+	econf "${myeconfargs[@]}"
+}
+
+src_test() {
+	# explicitly allow parallel testing
+	emake check
+}


             reply	other threads:[~2017-05-24 15:55 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-24 15:54 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-15 11:50 [gentoo-commits] repo/gentoo:master commit in: sys-apps/diffutils/ Arthur Zamarin
2023-06-09 12:51 Arthur Zamarin
2023-06-09 12:21 Arthur Zamarin
2023-06-09 12:21 Arthur Zamarin
2023-06-09 12:21 Arthur Zamarin
2023-06-09 12:21 Arthur Zamarin
2023-06-09 12:21 Arthur Zamarin
2023-06-09 11:02 Sam James
2023-05-21  9:28 Sam James
2023-05-14  7:32 Sam James
2023-04-29  8:45 Arthur Zamarin
2023-04-10 19:22 Mike Gilbert
2023-03-16 22:02 Sam James
2023-03-04 13:51 Arthur Zamarin
2023-03-04  8:24 Arthur Zamarin
2023-03-04  7:54 Arthur Zamarin
2023-03-04  7:54 Arthur Zamarin
2023-03-04  7:54 Arthur Zamarin
2023-03-04  6:25 Arthur Zamarin
2023-03-04  6:14 Arthur Zamarin
2023-03-04  6:03 Arthur Zamarin
2023-03-04  6:00 Arthur Zamarin
2023-02-24 18:36 Sam James
2023-02-20  6:28 Sam James
2023-01-16 15:11 Sam James
2022-12-30 23:40 Sam James
2022-10-20  3:50 Sam James
2022-10-18  2:18 Sam James
2022-04-07  3:57 Sam James
2022-02-12 19:17 Andreas K. Hüttel
2021-11-07  7:51 Sam James
2021-10-02 17:20 Sam James
2021-09-18 19:46 Sam James
2021-09-18 12:30 Agostino Sarubbo
2021-09-16  8:05 Agostino Sarubbo
2021-09-16  8:03 Agostino Sarubbo
2021-09-16  8:02 Agostino Sarubbo
2021-08-02  9:16 David Seifert
2021-08-02  5:16 Lars Wendler
2021-01-06 15:26 Fabian Groffen
2020-12-27 18:13 Fabian Groffen
2020-09-04 11:47 Lars Wendler
2020-09-04 11:41 Sergei Trofimovich
2020-08-31 23:15 Sam James
2020-08-19  8:31 Sergei Trofimovich
2020-08-18 13:27 Sam James
2020-08-17 10:01 Agostino Sarubbo
2020-08-17  9:59 Agostino Sarubbo
2020-08-17  9:58 Agostino Sarubbo
2020-08-17  9:57 Agostino Sarubbo
2020-08-17  9:55 Agostino Sarubbo
2020-07-16 15:22 Sam James
2020-07-16 15:20 Sam James
2020-07-11 23:01 Mike Gilbert
2020-07-09  8:59 Agostino Sarubbo
2020-07-09  8:34 Agostino Sarubbo
2020-07-08 12:23 Michał Górny
2020-07-07  6:58 Sergei Trofimovich
2020-07-06 16:43 Sergei Trofimovich
2020-07-06  7:22 Sergei Trofimovich
2020-07-06  7:02 Sergei Trofimovich
2019-05-04 11:41 Mikle Kolyada
2019-01-01 11:14 Lars Wendler
2019-01-01 11:14 Lars Wendler
2018-08-24 11:57 Jeroen Roovers
2018-08-24  6:19 Mikle Kolyada
2018-08-23  8:34 Sergei Trofimovich
2018-08-23  1:41 Thomas Deutschmann
2018-08-22 22:45 Mart Raudsepp
2018-06-22 10:12 Lars Wendler
2018-06-22  9:24 Mikle Kolyada
2018-06-12 20:49 Thomas Deutschmann
2018-06-12 20:49 Thomas Deutschmann
2018-06-12 16:11 Mikle Kolyada
2017-06-04 20:12 Sergei Trofimovich
2017-03-17 10:42 Agostino Sarubbo
2017-03-17 10:26 Agostino Sarubbo
2017-03-17 10:15 Agostino Sarubbo
2017-03-16 18:36 Jeroen Roovers
2017-03-16  9:45 Michael Weber
2016-08-21  8:30 Lars Wendler
2016-08-17 12:33 Lars Wendler
2016-08-15 20:38 Tim Harder
2016-08-09  5:24 Lars Wendler

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=1495641283.c1a936560f31a3e42fc14bfc606f5638e58ffd85.polynomial-c@gentoo \
    --to=polynomial-c@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