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: 1535685968.c19e6b4811e292d005888616a8f333a6ed9a310d.whissi@gentoo
1 commit: c19e6b4811e292d005888616a8f333a6ed9a310d
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 31 03:23:12 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 31 03:26:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c19e6b48
7
8 sys-devel/patch: move stable keywords
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 sys-devel/patch/patch-2.7.6-r1.ebuild | 33 ---------------------------------
13 sys-devel/patch/patch-2.7.6-r2.ebuild | 2 +-
14 2 files changed, 1 insertion(+), 34 deletions(-)
15
16 diff --git a/sys-devel/patch/patch-2.7.6-r1.ebuild b/sys-devel/patch/patch-2.7.6-r1.ebuild
17 deleted file mode 100644
18 index 24dd59de75f..00000000000
19 --- a/sys-devel/patch/patch-2.7.6-r1.ebuild
20 +++ /dev/null
21 @@ -1,33 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit flag-o-matic
28 -
29 -DESCRIPTION="Utility to apply diffs to files"
30 -HOMEPAGE="https://www.gnu.org/software/patch/patch.html"
31 -SRC_URI="mirror://gnu/patch/${P}.tar.xz"
32 -
33 -LICENSE="GPL-3+"
34 -SLOT="0"
35 -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"
36 -IUSE="static test xattr"
37 -
38 -RDEPEND="xattr? ( sys-apps/attr )"
39 -DEPEND="${RDEPEND}
40 - test? ( sys-apps/ed )"
41 -
42 -PATCHES=( "${FILESDIR}"/${P}-fix-test-suite.patch )
43 -
44 -src_configure() {
45 - use static && append-ldflags -static
46 -
47 - local myeconfargs=(
48 - $(use_enable xattr)
49 - --program-prefix="$(use userland_BSD && echo g)"
50 - )
51 - # Do not let $ED mess up the search for `ed` 470210.
52 - ac_cv_path_ED=$(type -P ed) \
53 - econf "${myeconfargs[@]}"
54 -}
55
56 diff --git a/sys-devel/patch/patch-2.7.6-r2.ebuild b/sys-devel/patch/patch-2.7.6-r2.ebuild
57 index 046e63f8da8..a50f746ea05 100644
58 --- a/sys-devel/patch/patch-2.7.6-r2.ebuild
59 +++ b/sys-devel/patch/patch-2.7.6-r2.ebuild
60 @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/patch/${P}.tar.xz"
61
62 LICENSE="GPL-3+"
63 SLOT="0"
64 -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"
65 +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"
66 IUSE="static test xattr"
67
68 RDEPEND="xattr? ( sys-apps/attr )"