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-devel/patch/
Date: Wed,  7 Feb 2018 09:51:43 +0000 (UTC)	[thread overview]
Message-ID: <1517997099.5d7541ffc1a9434390aa52210a6df5c14a591b53.polynomial-c@gentoo> (raw)

commit:     5d7541ffc1a9434390aa52210a6df5c14a591b53
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  7 09:51:25 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Feb  7 09:51:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d7541ff

sys-devel/patch: Bump to version 2.7.6

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-devel/patch/Manifest           |  1 +
 sys-devel/patch/patch-2.7.6.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/sys-devel/patch/Manifest b/sys-devel/patch/Manifest
index 6e873f84c79..07919eb372e 100644
--- a/sys-devel/patch/Manifest
+++ b/sys-devel/patch/Manifest
@@ -1 +1,2 @@
 DIST patch-2.7.5.tar.xz 727704 BLAKE2B a7aefd05da73329ae301f0f6429306661d72fedd59c6d35acef4828c7e5951c0ce3e8cedfc8ed9ac45d45f6eff564c2e41c0ccb95fbe1c668f63844b7069520c SHA512 6620ac8101f60c0b456ce339fa5e371f40be0b391e2e9728f34f3625f9907e516de61dac2f91bc76e6fd28a9bd1224efc3ba827cfaa606d857730c1af4195a0f
+DIST patch-2.7.6.tar.xz 783756 BLAKE2B e3dd2d155a94c39cb60eafc26677e84de14c3a6d5814dff69de091ded52f21862490970254297795f2c42a0c3203f7e88a8f65bb66968f8dfd6e066bf53f2dfb SHA512 fcca87bdb67a88685a8a25597f9e015f5e60197b9a269fa350ae35a7991ed8da553939b4bbc7f7d3cfd863c67142af403b04165633acbce4339056a905e87fbd

diff --git a/sys-devel/patch/patch-2.7.6.ebuild b/sys-devel/patch/patch-2.7.6.ebuild
new file mode 100644
index 00000000000..0f51919147f
--- /dev/null
+++ b/sys-devel/patch/patch-2.7.6.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic
+
+DESCRIPTION="Utility to apply diffs to files"
+HOMEPAGE="https://www.gnu.org/software/patch/patch.html"
+SRC_URI="mirror://gnu/patch/${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 ~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="static test xattr"
+
+RDEPEND="xattr? ( sys-apps/attr )"
+DEPEND="${RDEPEND}
+	test? ( sys-apps/ed )"
+
+src_configure() {
+	use static && append-ldflags -static
+
+	local myeconfargs=(
+		$(use_enable xattr)
+		--program-prefix="$(use userland_BSD && echo g)"
+	)
+	# Do not let $ED mess up the search for `ed` 470210.
+	ac_cv_path_ED=$(type -P ed) \
+	econf "${myeconfargs[@]}"
+}


             reply	other threads:[~2018-02-07  9:51 UTC|newest]

Thread overview: 82+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-07  9:51 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-08 16:42 [gentoo-commits] repo/gentoo:master commit in: sys-devel/patch/ Eli Schwartz
2025-05-05 23:09 Sam James
2025-05-01 20:04 Arthur Zamarin
2025-05-01  6:10 Sam James
2025-05-01  6:07 Sam James
2025-05-01  6:01 Sam James
2025-05-01  5:59 Sam James
2025-05-01  5:59 Sam James
2025-04-13 21:22 Sam James
2025-03-13  1:21 Sam James
2025-03-13  1:11 Sam James
2025-03-13  1:11 Sam James
2025-03-13  1:09 Sam James
2025-03-13  0:53 Sam James
2025-03-13  0:45 Sam James
2025-02-27  7:04 Eli Schwartz
2025-02-14  8:22 Eli Schwartz
2025-02-09  4:32 Sam James
2025-02-06 23:31 Eli Schwartz
2025-01-21  3:41 Sam James
2024-11-03 20:47 Eli Schwartz
2024-09-01  1:37 Sam James
2023-03-31 12:08 Arthur Zamarin
2023-02-24 18:36 Sam James
2023-01-29  0:59 Sam James
2023-01-27  8:05 Sam James
2023-01-27  8:05 Sam James
2023-01-27  8:05 Sam James
2023-01-27  8:05 Sam James
2023-01-27  6:31 Sam James
2023-01-27  6:31 Sam James
2022-10-30 15:51 Sam James
2022-04-07  3:57 Sam James
2022-01-06  9:07 David Seifert
2021-01-06 15:32 Fabian Groffen
2020-12-27 18:18 Fabian Groffen
2020-05-04 17:36 Thomas Deutschmann
2019-08-23 10:26 Mikle Kolyada
2019-08-23 10:26 Mikle Kolyada
2019-08-23 10:26 Mikle Kolyada
2019-08-23 10:26 Mikle Kolyada
2019-08-23 10:26 Mikle Kolyada
2019-08-23 10:00 Agostino Sarubbo
2019-08-19  6:57 Sergei Trofimovich
2019-08-18 10:12 Sergei Trofimovich
2019-08-18 10:10 Sergei Trofimovich
2019-08-18 10:08 Sergei Trofimovich
2019-08-18  8:29 Sergei Trofimovich
2019-08-16 22:38 Thomas Deutschmann
2019-08-16 21:53 Aaron Bauman
2019-08-16 21:50 Mikle Kolyada
2019-05-03 23:38 Mikle Kolyada
2019-04-11  9:49 Mikle Kolyada
2019-04-11  9:49 Mikle Kolyada
2019-04-11  9:49 Mikle Kolyada
2019-04-10 22:03 Sergei Trofimovich
2019-04-08  8:39 Mart Raudsepp
2019-04-08  6:42 Mikle Kolyada
2019-04-07 21:53 Mikle Kolyada
2019-04-07 21:41 Mikle Kolyada
2019-04-07 20:52 Sergei Trofimovich
2019-04-05 20:47 Agostino Sarubbo
2018-08-31  3:26 Thomas Deutschmann
2018-08-31  3:26 Thomas Deutschmann
2018-05-27 14:53 Mikle Kolyada
2018-04-24 15:14 Mart Raudsepp
2018-03-22 16:37 Mikle Kolyada
2018-03-18  1:02 Matt Turner
2018-03-18  1:02 Matt Turner
2018-03-15 14:14 Mikle Kolyada
2018-03-05 13:57 Tobias Klausmann
2018-02-17 22:12 Sergei Trofimovich
2018-02-14 13:29 Jason Zaman
2018-02-13  7:54 Sergei Trofimovich
2018-02-12 21:36 Thomas Deutschmann
2018-02-07 11:35 Lars Wendler
2017-02-20 14:11 Michael Haubenwallner
2017-01-29 20:14 Fabian Groffen
2016-12-07  8:40 Mike Frysinger
2016-12-01 21:59 Lars Wendler
2016-02-29  8:46 Stephen Klimaszewski

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=1517997099.5d7541ffc1a9434390aa52210a6df5c14a591b53.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