* [gentoo-commits] gentoo-x86 commit in sys-devel/make: ChangeLog make-3.82-r4.ebuild
@ 2011-12-03 0:57 Mike Frysinger (vapier)
0 siblings, 0 replies; 7+ messages in thread
From: Mike Frysinger (vapier) @ 2011-12-03 0:57 UTC (permalink / raw
To: gentoo-commits
vapier 11/12/03 00:57:25
Modified: ChangeLog
Added: make-3.82-r4.ebuild
Log:
Add some more fixes from upstream, and forward port the long cmdline patch from 3.81 #300867 by Alexander Vershilov.
(Portage version: 2.2.0_alpha75/cvs/Linux x86_64)
Revision Changes Path
1.92 sys-devel/make/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?r1=1.91&r2=1.92
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog 20 Oct 2011 18:08:45 -0000 1.91
+++ ChangeLog 3 Dec 2011 00:57:25 -0000 1.92
@@ -1,6 +1,14 @@
# ChangeLog for sys-devel/make
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.91 2011/10/20 18:08:45 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.92 2011/12/03 00:57:25 vapier Exp $
+
+*make-3.82-r4 (03 Dec 2011)
+
+ 03 Dec 2011; Mike Frysinger <vapier@gentoo.org> +make-3.82-r4.ebuild,
+ +files/make-3.82-copy-on-expand.patch, +files/make-3.82-long-cmdline.patch,
+ +files/make-3.82-oneshell.patch, +files/make-3.82-parallel-remake.patch:
+ Add some more fixes from upstream, and forward port the long cmdline patch
+ from 3.81 #300867 by Alexander Vershilov.
20 Oct 2011; Brent Baude <ranger@gentoo.org> make-3.82-r1.ebuild:
Marking make-3.82-r1 ppc for bug 381199
1.1 sys-devel/make/make-3.82-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild?rev=1.1&content-type=text/plain
Index: make-3.82-r4.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild,v 1.1 2011/12/03 00:57:25 vapier Exp $
EAPI="2"
inherit flag-o-matic eutils
DESCRIPTION="Standard tool to compile source trees"
HOMEPAGE="http://www.gnu.org/software/make/make.html"
SRC_URI="mirror://gnu//make/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE="nls static"
DEPEND="nls? ( sys-devel/gettext )"
RDEPEND="nls? ( virtual/libintl )"
src_prepare() {
epatch "${FILESDIR}"/${P}-archives-many-objs.patch #334889
epatch "${FILESDIR}"/${P}-MAKEFLAGS-reexec.patch #31975
epatch "${FILESDIR}"/${P}-memory-corruption.patch #355907
epatch "${FILESDIR}"/${P}-glob-speedup.patch #382845
epatch "${FILESDIR}"/${P}-copy-on-expand.patch
epatch "${FILESDIR}"/${P}-oneshell.patch
epatch "${FILESDIR}"/${P}-parallel-remake.patch
epatch "${FILESDIR}"/${P}-long-cmdline.patch #300867 #301116
}
src_configure() {
use static && append-ldflags -static
econf \
--program-prefix=g \
$(use_enable nls)
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README*
if [[ ${USERLAND} == "GNU" ]] ; then
# we install everywhere as 'gmake' but on GNU systems,
# symlink 'make' to 'gmake'
dosym gmake /usr/bin/make
dosym gmake.1 /usr/share/man/man1/make.1
fi
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/make: ChangeLog make-3.82-r4.ebuild
@ 2012-12-09 15:11 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-09 15:11 UTC (permalink / raw
To: gentoo-commits
ago 12/12/09 15:11:11
Modified: ChangeLog make-3.82-r4.ebuild
Log:
Stable for ppc, wrt bug #441528
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.104 sys-devel/make/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?rev=1.104&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?rev=1.104&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?r1=1.103&r2=1.104
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog 17 Oct 2012 12:41:40 -0000 1.103
+++ ChangeLog 9 Dec 2012 15:11:11 -0000 1.104
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/make
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.103 2012/10/17 12:41:40 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.104 2012/12/09 15:11:11 ago Exp $
+
+ 09 Dec 2012; Agostino Sarubbo <ago@gentoo.org> make-3.82-r4.ebuild:
+ Stable for ppc, wrt bug #441528
17 Oct 2012; Christoph Junghans <ottxor@gentoo.org>
+files/make-3.82-darwin-library_search-dylib.patch, make-3.82-r4.ebuild:
1.4 sys-devel/make/make-3.82-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild?r1=1.3&r2=1.4
Index: make-3.82-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- make-3.82-r4.ebuild 17 Oct 2012 12:41:40 -0000 1.3
+++ make-3.82-r4.ebuild 9 Dec 2012 15:11:11 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild,v 1.3 2012/10/17 12:41:40 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild,v 1.4 2012/12/09 15:11:11 ago Exp $
EAPI="2"
@@ -12,7 +12,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="nls static"
DEPEND="nls? ( sys-devel/gettext )"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/make: ChangeLog make-3.82-r4.ebuild
@ 2012-12-09 16:55 Markus Meier (maekke)
0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2012-12-09 16:55 UTC (permalink / raw
To: gentoo-commits
maekke 12/12/09 16:55:57
Modified: ChangeLog make-3.82-r4.ebuild
Log:
arm stable, bug #441528
(Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
Revision Changes Path
1.105 sys-devel/make/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?rev=1.105&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?rev=1.105&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?r1=1.104&r2=1.105
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog 9 Dec 2012 15:11:11 -0000 1.104
+++ ChangeLog 9 Dec 2012 16:55:57 -0000 1.105
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/make
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.104 2012/12/09 15:11:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.105 2012/12/09 16:55:57 maekke Exp $
+
+ 09 Dec 2012; Markus Meier <maekke@gentoo.org> make-3.82-r4.ebuild:
+ arm stable, bug #441528
09 Dec 2012; Agostino Sarubbo <ago@gentoo.org> make-3.82-r4.ebuild:
Stable for ppc, wrt bug #441528
1.5 sys-devel/make/make-3.82-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild?r1=1.4&r2=1.5
Index: make-3.82-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- make-3.82-r4.ebuild 9 Dec 2012 15:11:11 -0000 1.4
+++ make-3.82-r4.ebuild 9 Dec 2012 16:55:57 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild,v 1.4 2012/12/09 15:11:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild,v 1.5 2012/12/09 16:55:57 maekke Exp $
EAPI="2"
@@ -12,7 +12,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="nls static"
DEPEND="nls? ( sys-devel/gettext )"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/make: ChangeLog make-3.82-r4.ebuild
@ 2012-12-09 18:29 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-09 18:29 UTC (permalink / raw
To: gentoo-commits
ago 12/12/09 18:29:41
Modified: ChangeLog make-3.82-r4.ebuild
Log:
Stable for ppc64, wrt bug #441528
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.106 sys-devel/make/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?r1=1.105&r2=1.106
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog 9 Dec 2012 16:55:57 -0000 1.105
+++ ChangeLog 9 Dec 2012 18:29:41 -0000 1.106
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/make
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.105 2012/12/09 16:55:57 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.106 2012/12/09 18:29:41 ago Exp $
+
+ 09 Dec 2012; Agostino Sarubbo <ago@gentoo.org> make-3.82-r4.ebuild:
+ Stable for ppc64, wrt bug #441528
09 Dec 2012; Markus Meier <maekke@gentoo.org> make-3.82-r4.ebuild:
arm stable, bug #441528
1.6 sys-devel/make/make-3.82-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild?r1=1.5&r2=1.6
Index: make-3.82-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- make-3.82-r4.ebuild 9 Dec 2012 16:55:57 -0000 1.5
+++ make-3.82-r4.ebuild 9 Dec 2012 18:29:41 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild,v 1.5 2012/12/09 16:55:57 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild,v 1.6 2012/12/09 18:29:41 ago Exp $
EAPI="2"
@@ -12,7 +12,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="nls static"
DEPEND="nls? ( sys-devel/gettext )"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/make: ChangeLog make-3.82-r4.ebuild
@ 2012-12-14 17:39 Jeroen Roovers (jer)
0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2012-12-14 17:39 UTC (permalink / raw
To: gentoo-commits
jer 12/12/14 17:39:11
Modified: ChangeLog make-3.82-r4.ebuild
Log:
Stable for HPPA (bug #441528).
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.108 sys-devel/make/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?rev=1.108&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?rev=1.108&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?r1=1.107&r2=1.108
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog 12 Dec 2012 18:31:22 -0000 1.107
+++ ChangeLog 14 Dec 2012 17:39:11 -0000 1.108
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/make
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.107 2012/12/12 18:31:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.108 2012/12/14 17:39:11 jer Exp $
+
+ 14 Dec 2012; Jeroen Roovers <jer@gentoo.org> make-3.82-r4.ebuild:
+ Stable for HPPA (bug #441528).
12 Dec 2012; Agostino Sarubbo <ago@gentoo.org> make-3.82-r4.ebuild:
Stable for amd64, wrt bug #441528
1.8 sys-devel/make/make-3.82-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild?r1=1.7&r2=1.8
Index: make-3.82-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- make-3.82-r4.ebuild 12 Dec 2012 18:31:22 -0000 1.7
+++ make-3.82-r4.ebuild 14 Dec 2012 17:39:11 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild,v 1.7 2012/12/12 18:31:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild,v 1.8 2012/12/14 17:39:11 jer Exp $
EAPI="2"
@@ -12,7 +12,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="nls static"
DEPEND="nls? ( sys-devel/gettext )"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/make: ChangeLog make-3.82-r4.ebuild
@ 2013-01-01 19:11 Raul Porcel (armin76)
0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2013-01-01 19:11 UTC (permalink / raw
To: gentoo-commits
armin76 13/01/01 19:11:11
Modified: ChangeLog make-3.82-r4.ebuild
Log:
m68k/s390/sh stable wrt #441528
(Portage version: 2.1.11.38/cvs/Linux ia64, signed Manifest commit with key F6AD3240)
Revision Changes Path
1.113 sys-devel/make/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?r1=1.112&r2=1.113
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog 30 Dec 2012 15:10:37 -0000 1.112
+++ ChangeLog 1 Jan 2013 19:11:10 -0000 1.113
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/make
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.112 2012/12/30 15:10:37 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.113 2013/01/01 19:11:10 armin76 Exp $
+
+ 01 Jan 2013; Raúl Porcel <armin76@gentoo.org> make-3.82-r4.ebuild:
+ m68k/s390/sh stable wrt #441528
30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> make-3.82-r4.ebuild:
Stable for alpha, wrt bug #441528
1.13 sys-devel/make/make-3.82-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild?r1=1.12&r2=1.13
Index: make-3.82-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- make-3.82-r4.ebuild 30 Dec 2012 15:10:37 -0000 1.12
+++ make-3.82-r4.ebuild 1 Jan 2013 19:11:10 -0000 1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild,v 1.12 2012/12/30 15:10:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild,v 1.13 2013/01/01 19:11:10 armin76 Exp $
EAPI="2"
@@ -12,7 +12,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="nls static"
DEPEND="nls? ( sys-devel/gettext )"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-devel/make: ChangeLog make-3.82-r4.ebuild
@ 2013-01-28 14:23 Alexis Ballier (aballier)
0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier (aballier) @ 2013-01-28 14:23 UTC (permalink / raw
To: gentoo-commits
aballier 13/01/28 14:23:00
Modified: ChangeLog make-3.82-r4.ebuild
Log:
keyword ~amd64-fbsd, it seems I did not keyword the latest version...
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.114 sys-devel/make/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?rev=1.114&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?rev=1.114&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/ChangeLog?r1=1.113&r2=1.114
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog 1 Jan 2013 19:11:10 -0000 1.113
+++ ChangeLog 28 Jan 2013 14:23:00 -0000 1.114
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/make
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.113 2013/01/01 19:11:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.114 2013/01/28 14:23:00 aballier Exp $
+
+ 28 Jan 2013; Alexis Ballier <aballier@gentoo.org> make-3.82-r4.ebuild:
+ keyword ~amd64-fbsd, it seems I did not keyword the latest version...
01 Jan 2013; Raúl Porcel <armin76@gentoo.org> make-3.82-r4.ebuild:
m68k/s390/sh stable wrt #441528
1.14 sys-devel/make/make-3.82-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild?r1=1.13&r2=1.14
Index: make-3.82-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- make-3.82-r4.ebuild 1 Jan 2013 19:11:10 -0000 1.13
+++ make-3.82-r4.ebuild 28 Jan 2013 14:23:00 -0000 1.14
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild,v 1.13 2013/01/01 19:11:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild,v 1.14 2013/01/28 14:23:00 aballier Exp $
EAPI="2"
@@ -12,7 +12,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="nls static"
DEPEND="nls? ( sys-devel/gettext )"
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-01-28 14:23 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-09 15:11 [gentoo-commits] gentoo-x86 commit in sys-devel/make: ChangeLog make-3.82-r4.ebuild Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-01-28 14:23 Alexis Ballier (aballier)
2013-01-01 19:11 Raul Porcel (armin76)
2012-12-14 17:39 Jeroen Roovers (jer)
2012-12-09 18:29 Agostino Sarubbo (ago)
2012-12-09 16:55 Markus Meier (maekke)
2011-12-03 0:57 Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox