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/make/
Date: Fri, 31 Aug 2018 03:26:21
Message-Id: 1535685967.739bc8ad18612f6a04f867b0490ab1c3744f9f5a.whissi@gentoo
1 commit: 739bc8ad18612f6a04f867b0490ab1c3744f9f5a
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 31 03:21:39 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 31 03:26:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739bc8ad
7
8 sys-devel/make: move stable keywords
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 sys-devel/make/make-4.2.1-r3.ebuild | 58 -------------------------------------
13 sys-devel/make/make-4.2.1-r4.ebuild | 2 +-
14 2 files changed, 1 insertion(+), 59 deletions(-)
15
16 diff --git a/sys-devel/make/make-4.2.1-r3.ebuild b/sys-devel/make/make-4.2.1-r3.ebuild
17 deleted file mode 100644
18 index 2dde5c8ffbf..00000000000
19 --- a/sys-devel/make/make-4.2.1-r3.ebuild
20 +++ /dev/null
21 @@ -1,58 +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="Standard tool to compile source trees"
30 -HOMEPAGE="https://www.gnu.org/software/make/make.html"
31 -SRC_URI="mirror://gnu//make/${P}.tar.bz2"
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="guile nls static"
37 -
38 -CDEPEND="guile? ( >=dev-scheme/guile-1.8:= )"
39 -DEPEND="${CDEPEND}
40 - nls? ( sys-devel/gettext )"
41 -RDEPEND="${CDEPEND}
42 - nls? ( virtual/libintl )"
43 -
44 -PATCHES=(
45 - "${FILESDIR}"/${PN}-3.82-darwin-library_search-dylib.patch
46 - "${FILESDIR}"/${PN}-4.2-default-cxx.patch
47 - "${FILESDIR}"/${PN}-4.2.1-perl526.patch
48 - "${FILESDIR}"/${PN}-4.2.1-glob-internals.patch
49 -)
50 -
51 -src_prepare() {
52 - default
53 - # These patches require special handling as they modify configure.ac
54 - # which in turn triggers maintainer-mode when being applied the
55 - # usual way.
56 - eapply -Z "${FILESDIR}"/${PN}-4.2.1-glob-v2.patch \
57 - "${FILESDIR}"/${P}-guile-2.2.patch
58 -}
59 -
60 -src_configure() {
61 - use static && append-ldflags -static
62 - local myeconfargs=(
63 - --program-prefix=g
64 - $(use_with guile)
65 - $(use_enable nls)
66 - )
67 - econf "${myeconfargs[@]}"
68 -}
69 -
70 -src_install() {
71 - emake DESTDIR="${D}" install
72 - dodoc AUTHORS NEWS README*
73 - if [[ ${USERLAND} == "GNU" ]] ; then
74 - # we install everywhere as 'gmake' but on GNU systems,
75 - # symlink 'make' to 'gmake'
76 - dosym gmake /usr/bin/make
77 - dosym gmake.1 /usr/share/man/man1/make.1
78 - fi
79 -}
80
81 diff --git a/sys-devel/make/make-4.2.1-r4.ebuild b/sys-devel/make/make-4.2.1-r4.ebuild
82 index 980182aba24..54f3b14943e 100644
83 --- a/sys-devel/make/make-4.2.1-r4.ebuild
84 +++ b/sys-devel/make/make-4.2.1-r4.ebuild
85 @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu//make/${P}.tar.bz2"
86
87 LICENSE="GPL-3+"
88 SLOT="0"
89 -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"
90 +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"
91 IUSE="guile nls static"
92
93 CDEPEND="guile? ( >=dev-scheme/guile-1.8:= )"