Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/patch/
Date: Fri, 31 Aug 2018 03:26:21
Message-Id: 1535685970.b4847297f4d44518633d5a68f6621f777d249f9d.whissi@gentoo
1 commit: b4847297f4d44518633d5a68f6621f777d249f9d
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 31 03:25:11 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 31 03:26:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4847297
7
8 sys-devel/patch: drop old
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 sys-devel/patch/Manifest | 1 -
13 sys-devel/patch/patch-2.7.5.ebuild | 29 -----------------------------
14 2 files changed, 30 deletions(-)
15
16 diff --git a/sys-devel/patch/Manifest b/sys-devel/patch/Manifest
17 index 07919eb372e..15f0b1675c7 100644
18 --- a/sys-devel/patch/Manifest
19 +++ b/sys-devel/patch/Manifest
20 @@ -1,2 +1 @@
21 -DIST patch-2.7.5.tar.xz 727704 BLAKE2B a7aefd05da73329ae301f0f6429306661d72fedd59c6d35acef4828c7e5951c0ce3e8cedfc8ed9ac45d45f6eff564c2e41c0ccb95fbe1c668f63844b7069520c SHA512 6620ac8101f60c0b456ce339fa5e371f40be0b391e2e9728f34f3625f9907e516de61dac2f91bc76e6fd28a9bd1224efc3ba827cfaa606d857730c1af4195a0f
22 DIST patch-2.7.6.tar.xz 783756 BLAKE2B e3dd2d155a94c39cb60eafc26677e84de14c3a6d5814dff69de091ded52f21862490970254297795f2c42a0c3203f7e88a8f65bb66968f8dfd6e066bf53f2dfb SHA512 fcca87bdb67a88685a8a25597f9e015f5e60197b9a269fa350ae35a7991ed8da553939b4bbc7f7d3cfd863c67142af403b04165633acbce4339056a905e87fbd
23
24 diff --git a/sys-devel/patch/patch-2.7.5.ebuild b/sys-devel/patch/patch-2.7.5.ebuild
25 deleted file mode 100644
26 index 358352b7791..00000000000
27 --- a/sys-devel/patch/patch-2.7.5.ebuild
28 +++ /dev/null
29 @@ -1,29 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=4
34 -
35 -inherit flag-o-matic eutils
36 -
37 -DESCRIPTION="Utility to apply diffs to files"
38 -HOMEPAGE="https://www.gnu.org/software/patch/patch.html"
39 -SRC_URI="mirror://gnu/patch/${P}.tar.xz"
40 -
41 -LICENSE="GPL-3+"
42 -SLOT="0"
43 -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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
44 -IUSE="static test xattr"
45 -
46 -RDEPEND="xattr? ( sys-apps/attr )"
47 -DEPEND="${RDEPEND}
48 - test? ( sys-apps/ed )"
49 -
50 -src_configure() {
51 - use static && append-ldflags -static
52 -
53 - # Do not let $ED mess up the search for `ed` 470210.
54 - ac_cv_path_ED=$(type -P ed) \
55 - econf \
56 - $(use_enable xattr) \
57 - --program-prefix="$(use userland_BSD && echo g)"
58 -}