* [gentoo-commits] gentoo-x86 commit in app-editors/emacs: ChangeLog emacs-23.3-r2.ebuild
@ 2011-09-08 14:10 Ulrich Mueller (ulm)
0 siblings, 0 replies; 12+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-09-08 14:10 UTC (permalink / raw
To: gentoo-commits
ulm 11/09/08 14:10:03
Modified: ChangeLog emacs-23.3-r2.ebuild
Log:
Backport some changes from the emacs-vcs live ebuild.
(Portage version: 2.1.10.14/cvs/Linux x86_64)
Revision Changes Path
1.429 app-editors/emacs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.429&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.429&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.428&r2=1.429
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.428
retrieving revision 1.429
diff -u -r1.428 -r1.429
--- ChangeLog 29 Aug 2011 16:28:42 -0000 1.428
+++ ChangeLog 8 Sep 2011 14:10:03 -0000 1.429
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emacs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.428 2011/08/29 16:28:42 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.429 2011/09/08 14:10:03 ulm Exp $
+
+ 02 Sep 2011; Ulrich Mueller <ulm@gentoo.org> emacs-23.3-r2.ebuild:
+ Backport some changes from the emacs-vcs live ebuild.
29 Aug 2011; Ulrich Mueller <ulm@gentoo.org> emacs-23.3-r1.ebuild,
emacs-23.3-r2.ebuild:
1.3 app-editors/emacs/emacs-23.3-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?r1=1.2&r2=1.3
Index: emacs-23.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- emacs-23.3-r2.ebuild 29 Aug 2011 16:28:42 -0000 1.2
+++ emacs-23.3-r2.ebuild 8 Sep 2011 14:10:03 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v 1.2 2011/08/29 16:28:42 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v 1.3 2011/09/08 14:10:03 ulm Exp $
EAPI=4
WANT_AUTOMAKE="none"
@@ -127,15 +127,16 @@
myconf="${myconf} $(use_with gif) $(use_with jpeg)"
myconf="${myconf} $(use_with png) $(use_with svg rsvg)"
myconf="${myconf} $(use_with tiff) $(use_with xpm)"
- myconf="${myconf} $(use_with xft)"
if use xft; then
+ myconf="${myconf} --with-xft"
myconf="${myconf} $(use_with m17n-lib libotf)"
myconf="${myconf} $(use_with m17n-lib m17n-flt)"
else
+ myconf="${myconf} --without-xft"
myconf="${myconf} --without-libotf --without-m17n-flt"
use m17n-lib && ewarn \
- "USE flag \"m17n-lib\" has no effect because xft is not set."
+ "USE flag \"m17n-lib\" has no effect if \"xft\" is not set."
fi
# GTK+ is the default toolkit if USE=gtk is chosen with other
@@ -146,7 +147,7 @@
myconf="${myconf} --with-x-toolkit=gtk"
elif use Xaw3d; then
einfo "Configuring to build with Xaw3d (Athena/Lucid) toolkit"
- myconf="${myconf} --with-x-toolkit=athena"
+ myconf="${myconf} --with-x-toolkit=lucid"
elif use motif; then
einfo "Configuring to build with Motif toolkit"
myconf="${myconf} --with-x-toolkit=motif"
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/emacs: ChangeLog emacs-23.3-r2.ebuild
@ 2011-09-25 13:00 Tony Vroon (chainsaw)
0 siblings, 0 replies; 12+ messages in thread
From: Tony Vroon (chainsaw) @ 2011-09-25 13:00 UTC (permalink / raw
To: gentoo-commits
chainsaw 11/09/25 13:00:16
Modified: ChangeLog emacs-23.3-r2.ebuild
Log:
Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkani & Agostino "ago" Sarubbo in bug #384297.
(Portage version: 2.1.10.18/cvs/Linux x86_64)
Revision Changes Path
1.431 app-editors/emacs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.431&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.431&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.430&r2=1.431
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.430
retrieving revision 1.431
diff -u -r1.430 -r1.431
--- ChangeLog 24 Sep 2011 13:00:13 -0000 1.430
+++ ChangeLog 25 Sep 2011 13:00:16 -0000 1.431
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/emacs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.430 2011/09/24 13:00:13 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.431 2011/09/25 13:00:16 chainsaw Exp $
+
+ 25 Sep 2011; Tony Vroon <chainsaw@gentoo.org> emacs-23.3-r2.ebuild:
+ Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El
+ Lazkani & Agostino "ago" Sarubbo in bug #384297.
24 Sep 2011; Ulrich Mueller <ulm@gentoo.org> emacs-23.3-r2.ebuild,
metadata.xml:
1.5 app-editors/emacs/emacs-23.3-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?r1=1.4&r2=1.5
Index: emacs-23.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- emacs-23.3-r2.ebuild 24 Sep 2011 13:00:13 -0000 1.4
+++ emacs-23.3-r2.ebuild 25 Sep 2011 13:00:16 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v 1.4 2011/09/24 13:00:13 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v 1.5 2011/09/25 13:00:16 chainsaw Exp $
EAPI=4
WANT_AUTOMAKE="none"
@@ -14,7 +14,7 @@
LICENSE="GPL-3 FDL-1.3 BSD as-is MIT W3C unicode PSF-2"
SLOT="23"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="alsa aqua athena dbus gconf gif gpm gtk gzip-el hesiod jpeg kerberos livecd m17n-lib motif png sound source svg tiff toolkit-scroll-bars X Xaw3d xft +xpm"
REQUIRED_USE="aqua? ( !X )"
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/emacs: ChangeLog emacs-23.3-r2.ebuild
@ 2011-10-01 3:32 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 12+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-10-01 3:32 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/10/01 03:32:20
Modified: ChangeLog emacs-23.3-r2.ebuild
Log:
x86 stable wrt bug #384297
(Portage version: 2.1.10.11/cvs/Linux i686)
Revision Changes Path
1.434 app-editors/emacs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.434&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.434&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.433&r2=1.434
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.433
retrieving revision 1.434
diff -u -r1.433 -r1.434
--- ChangeLog 28 Sep 2011 05:35:45 -0000 1.433
+++ ChangeLog 1 Oct 2011 03:32:20 -0000 1.434
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emacs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.433 2011/09/28 05:35:45 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.434 2011/10/01 03:32:20 phajdan.jr Exp $
+
+ 01 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> emacs-23.3-r2.ebuild:
+ x86 stable wrt bug #384297
28 Sep 2011; Ulrich Mueller <ulm@gentoo.org> emacs-21.4-r23.ebuild,
emacs-22.3-r8.ebuild, emacs-23.3-r1.ebuild, emacs-23.3-r2.ebuild:
1.7 app-editors/emacs/emacs-23.3-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?r1=1.6&r2=1.7
Index: emacs-23.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- emacs-23.3-r2.ebuild 28 Sep 2011 05:35:45 -0000 1.6
+++ emacs-23.3-r2.ebuild 1 Oct 2011 03:32:20 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v 1.6 2011/09/28 05:35:45 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v 1.7 2011/10/01 03:32:20 phajdan.jr Exp $
EAPI=4
WANT_AUTOMAKE="none"
@@ -14,7 +14,7 @@
LICENSE="GPL-3 FDL-1.3 BSD as-is MIT W3C unicode PSF-2"
SLOT="23"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="alsa aqua athena dbus gconf gif gpm gtk gzip-el hesiod jpeg kerberos livecd m17n-lib motif png sound source svg tiff toolkit-scroll-bars X Xaw3d xft +xpm"
REQUIRED_USE="aqua? ( !X )"
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/emacs: ChangeLog emacs-23.3-r2.ebuild
@ 2011-10-08 11:11 Markus Meier (maekke)
0 siblings, 0 replies; 12+ messages in thread
From: Markus Meier (maekke) @ 2011-10-08 11:11 UTC (permalink / raw
To: gentoo-commits
maekke 11/10/08 11:11:28
Modified: ChangeLog emacs-23.3-r2.ebuild
Log:
arm stable, bug #384297
(Portage version: 2.1.10.20/cvs/Linux i686)
Revision Changes Path
1.435 app-editors/emacs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.435&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.435&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.434&r2=1.435
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.434
retrieving revision 1.435
diff -u -r1.434 -r1.435
--- ChangeLog 1 Oct 2011 03:32:20 -0000 1.434
+++ ChangeLog 8 Oct 2011 11:11:28 -0000 1.435
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emacs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.434 2011/10/01 03:32:20 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.435 2011/10/08 11:11:28 maekke Exp $
+
+ 08 Oct 2011; Markus Meier <maekke@gentoo.org> emacs-23.3-r2.ebuild:
+ arm stable, bug #384297
01 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> emacs-23.3-r2.ebuild:
x86 stable wrt bug #384297
1.8 app-editors/emacs/emacs-23.3-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?r1=1.7&r2=1.8
Index: emacs-23.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- emacs-23.3-r2.ebuild 1 Oct 2011 03:32:20 -0000 1.7
+++ emacs-23.3-r2.ebuild 8 Oct 2011 11:11:28 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v 1.7 2011/10/01 03:32:20 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v 1.8 2011/10/08 11:11:28 maekke Exp $
EAPI=4
WANT_AUTOMAKE="none"
@@ -14,7 +14,7 @@
LICENSE="GPL-3 FDL-1.3 BSD as-is MIT W3C unicode PSF-2"
SLOT="23"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="alsa aqua athena dbus gconf gif gpm gtk gzip-el hesiod jpeg kerberos livecd m17n-lib motif png sound source svg tiff toolkit-scroll-bars X Xaw3d xft +xpm"
REQUIRED_USE="aqua? ( !X )"
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/emacs: ChangeLog emacs-23.3-r2.ebuild
@ 2011-10-08 18:54 Raul Porcel (armin76)
0 siblings, 0 replies; 12+ messages in thread
From: Raul Porcel (armin76) @ 2011-10-08 18:54 UTC (permalink / raw
To: gentoo-commits
armin76 11/10/08 18:54:30
Modified: ChangeLog emacs-23.3-r2.ebuild
Log:
alpha/ia64/s390/sh/sparc stable wrt #384297
(Portage version: 2.1.10.11/cvs/Linux ia64)
Revision Changes Path
1.436 app-editors/emacs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.436&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.436&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.435&r2=1.436
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.435
retrieving revision 1.436
diff -u -r1.435 -r1.436
--- ChangeLog 8 Oct 2011 11:11:28 -0000 1.435
+++ ChangeLog 8 Oct 2011 18:54:30 -0000 1.436
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emacs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.435 2011/10/08 11:11:28 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.436 2011/10/08 18:54:30 armin76 Exp $
+
+ 08 Oct 2011; Raúl Porcel <armin76@gentoo.org> emacs-23.3-r2.ebuild:
+ alpha/ia64/s390/sh/sparc stable wrt #384297
08 Oct 2011; Markus Meier <maekke@gentoo.org> emacs-23.3-r2.ebuild:
arm stable, bug #384297
1.9 app-editors/emacs/emacs-23.3-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?r1=1.8&r2=1.9
Index: emacs-23.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- emacs-23.3-r2.ebuild 8 Oct 2011 11:11:28 -0000 1.8
+++ emacs-23.3-r2.ebuild 8 Oct 2011 18:54:30 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v 1.8 2011/10/08 11:11:28 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v 1.9 2011/10/08 18:54:30 armin76 Exp $
EAPI=4
WANT_AUTOMAKE="none"
@@ -14,7 +14,7 @@
LICENSE="GPL-3 FDL-1.3 BSD as-is MIT W3C unicode PSF-2"
SLOT="23"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="alsa aqua athena dbus gconf gif gpm gtk gzip-el hesiod jpeg kerberos livecd m17n-lib motif png sound source svg tiff toolkit-scroll-bars X Xaw3d xft +xpm"
REQUIRED_USE="aqua? ( !X )"
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/emacs: ChangeLog emacs-23.3-r2.ebuild
@ 2011-10-11 17:03 Jeroen Roovers (jer)
0 siblings, 0 replies; 12+ messages in thread
From: Jeroen Roovers (jer) @ 2011-10-11 17:03 UTC (permalink / raw
To: gentoo-commits
jer 11/10/11 17:03:00
Modified: ChangeLog emacs-23.3-r2.ebuild
Log:
Stable for HPPA (bug #384297).
(Portage version: 2.2.0_alpha66/cvs/Linux x86_64)
Revision Changes Path
1.437 app-editors/emacs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.437&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.437&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.436&r2=1.437
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.436
retrieving revision 1.437
diff -u -r1.436 -r1.437
--- ChangeLog 8 Oct 2011 18:54:30 -0000 1.436
+++ ChangeLog 11 Oct 2011 17:03:00 -0000 1.437
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emacs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.436 2011/10/08 18:54:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.437 2011/10/11 17:03:00 jer Exp $
+
+ 11 Oct 2011; Jeroen Roovers <jer@gentoo.org> emacs-23.3-r2.ebuild:
+ Stable for HPPA (bug #384297).
08 Oct 2011; Raúl Porcel <armin76@gentoo.org> emacs-23.3-r2.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #384297
1.10 app-editors/emacs/emacs-23.3-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?r1=1.9&r2=1.10
Index: emacs-23.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- emacs-23.3-r2.ebuild 8 Oct 2011 18:54:30 -0000 1.9
+++ emacs-23.3-r2.ebuild 11 Oct 2011 17:03:00 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v 1.9 2011/10/08 18:54:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v 1.10 2011/10/11 17:03:00 jer Exp $
EAPI=4
WANT_AUTOMAKE="none"
@@ -14,7 +14,7 @@
LICENSE="GPL-3 FDL-1.3 BSD as-is MIT W3C unicode PSF-2"
SLOT="23"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="alsa aqua athena dbus gconf gif gpm gtk gzip-el hesiod jpeg kerberos livecd m17n-lib motif png sound source svg tiff toolkit-scroll-bars X Xaw3d xft +xpm"
REQUIRED_USE="aqua? ( !X )"
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/emacs: ChangeLog emacs-23.3-r2.ebuild
@ 2011-11-03 12:48 Ulrich Mueller (ulm)
0 siblings, 0 replies; 12+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-11-03 12:48 UTC (permalink / raw
To: gentoo-commits
ulm 11/11/03 12:48:39
Modified: ChangeLog emacs-23.3-r2.ebuild
Log:
Adjust the set of source files installed with USE=source.
(Portage version: 2.1.10.32/cvs/Linux x86_64)
Revision Changes Path
1.438 app-editors/emacs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.438&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.438&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.437&r2=1.438
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.437
retrieving revision 1.438
diff -u -r1.437 -r1.438
--- ChangeLog 11 Oct 2011 17:03:00 -0000 1.437
+++ ChangeLog 3 Nov 2011 12:48:38 -0000 1.438
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emacs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.437 2011/10/11 17:03:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.438 2011/11/03 12:48:38 ulm Exp $
+
+ 03 Nov 2011; Ulrich Mueller <ulm@gentoo.org> emacs-23.3-r2.ebuild:
+ Adjust the set of source files installed with USE=source.
11 Oct 2011; Jeroen Roovers <jer@gentoo.org> emacs-23.3-r2.ebuild:
Stable for HPPA (bug #384297).
1.11 app-editors/emacs/emacs-23.3-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?r1=1.10&r2=1.11
Index: emacs-23.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- emacs-23.3-r2.ebuild 11 Oct 2011 17:03:00 -0000 1.10
+++ emacs-23.3-r2.ebuild 3 Nov 2011 12:48:38 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v 1.10 2011/10/11 17:03:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v 1.11 2011/11/03 12:48:38 ulm Exp $
EAPI=4
WANT_AUTOMAKE="none"
@@ -232,7 +232,10 @@
insinto /usr/share/emacs/${FULL_VERSION}/src
# This is not meant to install all the source -- just the
# C source you might find via find-function
- doins src/*.[ch]
+ doins src/*.{c,h,m}
+ doins -r src/{m,s}
+ rm "${ED}"/usr/share/emacs/${FULL_VERSION}/src/Makefile.c
+ rm "${ED}"/usr/share/emacs/${FULL_VERSION}/src/{m,s}/README
c=""
fi
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/emacs: ChangeLog emacs-23.3-r2.ebuild
@ 2011-11-11 21:38 Ulrich Mueller (ulm)
0 siblings, 0 replies; 12+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-11-11 21:38 UTC (permalink / raw
To: gentoo-commits
ulm 11/11/11 21:38:52
Modified: ChangeLog emacs-23.3-r2.ebuild
Log:
Upgrade some messages from einfo to elog.
(Portage version: 2.1.10.34/cvs/Linux x86_64)
Revision Changes Path
1.439 app-editors/emacs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.439&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.439&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.438&r2=1.439
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.438
retrieving revision 1.439
diff -u -r1.438 -r1.439
--- ChangeLog 3 Nov 2011 12:48:38 -0000 1.438
+++ ChangeLog 11 Nov 2011 21:38:52 -0000 1.439
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emacs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.438 2011/11/03 12:48:38 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.439 2011/11/11 21:38:52 ulm Exp $
+
+ 11 Nov 2011; Ulrich Mueller <ulm@gentoo.org> emacs-23.3-r2.ebuild:
+ Upgrade some messages from einfo to elog.
03 Nov 2011; Ulrich Mueller <ulm@gentoo.org> emacs-23.3-r2.ebuild:
Adjust the set of source files installed with USE=source.
1.12 app-editors/emacs/emacs-23.3-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?r1=1.11&r2=1.12
Index: emacs-23.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- emacs-23.3-r2.ebuild 3 Nov 2011 12:48:38 -0000 1.11
+++ emacs-23.3-r2.ebuild 11 Nov 2011 21:38:52 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v 1.11 2011/11/03 12:48:38 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v 1.12 2011/11/11 21:38:52 ulm Exp $
EAPI=4
WANT_AUTOMAKE="none"
@@ -266,8 +266,8 @@
rm -rf "${ED}"/Applications/Gentoo/Emacs${EMACS_SUFFIX#emacs}.app
mv nextstep/Emacs.app \
"${ED}"/Applications/Gentoo/Emacs${EMACS_SUFFIX#emacs}.app || die
- einfo "Emacs${EMACS_SUFFIX#emacs}.app is in ${EPREFIX}/Applications/Gentoo."
- einfo "You may want to copy or symlink it into /Applications by yourself."
+ elog "Emacs${EMACS_SUFFIX#emacs}.app is in ${EPREFIX}/Applications/Gentoo."
+ elog "You may want to copy or symlink it into /Applications by yourself."
fi
}
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/emacs: ChangeLog emacs-23.3-r2.ebuild
@ 2011-12-03 15:16 Ulrich Mueller (ulm)
0 siblings, 0 replies; 12+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-12-03 15:16 UTC (permalink / raw
To: gentoo-commits
ulm 11/12/03 15:16:24
Modified: ChangeLog emacs-23.3-r2.ebuild
Log:
New patchset, fixes dumping on macos, bug 388817. Call epatch_user to allow for user patches.
(Portage version: 2.1.10.39/cvs/Linux x86_64)
Revision Changes Path
1.441 app-editors/emacs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.441&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.441&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.440&r2=1.441
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.440
retrieving revision 1.441
diff -u -r1.440 -r1.441
--- ChangeLog 28 Nov 2011 11:06:43 -0000 1.440
+++ ChangeLog 3 Dec 2011 15:16:24 -0000 1.441
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/emacs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.440 2011/11/28 11:06:43 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.441 2011/12/03 15:16:24 ulm Exp $
+
+ 03 Dec 2011; Ulrich Mueller <ulm@gentoo.org> emacs-23.3-r2.ebuild:
+ New patchset, fixes dumping on macos, bug 388817. Call epatch_user to allow
+ for user patches.
28 Nov 2011; Ulrich Mueller <ulm@gentoo.org> metadata.xml:
Update longdescription.
1.13 app-editors/emacs/emacs-23.3-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?r1=1.12&r2=1.13
Index: emacs-23.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- emacs-23.3-r2.ebuild 11 Nov 2011 21:38:52 -0000 1.12
+++ emacs-23.3-r2.ebuild 3 Dec 2011 15:16:24 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v 1.12 2011/11/11 21:38:52 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v 1.13 2011/12/03 15:16:24 ulm Exp $
EAPI=4
WANT_AUTOMAKE="none"
@@ -10,7 +10,7 @@
DESCRIPTION="The extensible, customizable, self-documenting real-time display editor"
HOMEPAGE="http://www.gnu.org/software/emacs/"
SRC_URI="mirror://gnu/emacs/${P}a.tar.bz2
- mirror://gentoo/${P}-patches-1.tar.bz2"
+ mirror://gentoo/${P}-patches-2.tar.bz2"
LICENSE="GPL-3 FDL-1.3 BSD as-is MIT W3C unicode PSF-2"
SLOT="23"
@@ -74,6 +74,7 @@
src_prepare() {
EPATCH_SUFFIX=patch epatch
+ epatch_user
sed -i \
-e "s:/usr/lib/crtbegin.o:$(`tc-getCC` -print-file-name=crtbegin.o):g" \
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/emacs: ChangeLog emacs-23.3-r2.ebuild
@ 2012-01-06 16:28 Brent Baude (ranger)
0 siblings, 0 replies; 12+ messages in thread
From: Brent Baude (ranger) @ 2012-01-06 16:28 UTC (permalink / raw
To: gentoo-commits
ranger 12/01/06 16:28:57
Modified: ChangeLog emacs-23.3-r2.ebuild
Log:
Marking emacs-23.3-r2 ppc for bug 384297
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Revision Changes Path
1.457 app-editors/emacs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.457&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.457&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.456&r2=1.457
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.456
retrieving revision 1.457
diff -u -r1.456 -r1.457
--- ChangeLog 6 Jan 2012 10:24:47 -0000 1.456
+++ ChangeLog 6 Jan 2012 16:28:57 -0000 1.457
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emacs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.456 2012/01/06 10:24:47 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.457 2012/01/06 16:28:57 ranger Exp $
+
+ 06 Jan 2012; Brent Baude <ranger@gentoo.org> emacs-23.3-r2.ebuild:
+ Marking emacs-23.3-r2 ppc for bug 384297
*emacs-22.3-r9 (06 Jan 2012)
*emacs-21.4-r24 (06 Jan 2012)
1.15 app-editors/emacs/emacs-23.3-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?r1=1.14&r2=1.15
Index: emacs-23.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- emacs-23.3-r2.ebuild 6 Dec 2011 13:44:27 -0000 1.14
+++ emacs-23.3-r2.ebuild 6 Jan 2012 16:28:57 -0000 1.15
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v 1.14 2011/12/06 13:44:27 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v 1.15 2012/01/06 16:28:57 ranger Exp $
EAPI=4
WANT_AUTOMAKE="none"
@@ -14,7 +14,7 @@
LICENSE="GPL-3 FDL-1.3 BSD as-is MIT W3C unicode PSF-2 Emacs-23-CEDET-grammars"
SLOT="23"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="alsa aqua athena dbus gconf gif gpm gtk gzip-el hesiod jpeg kerberos livecd m17n-lib motif png sound source svg tiff toolkit-scroll-bars X Xaw3d xft +xpm"
REQUIRED_USE="aqua? ( !X )"
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/emacs: ChangeLog emacs-23.3-r2.ebuild
@ 2012-01-06 16:40 Mark Loeser (halcy0n)
0 siblings, 0 replies; 12+ messages in thread
From: Mark Loeser (halcy0n) @ 2012-01-06 16:40 UTC (permalink / raw
To: gentoo-commits
halcy0n 12/01/06 16:40:00
Modified: ChangeLog emacs-23.3-r2.ebuild
Log:
Stable for ppc64; bug #384297
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Revision Changes Path
1.458 app-editors/emacs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.458&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.458&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.457&r2=1.458
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.457
retrieving revision 1.458
diff -u -r1.457 -r1.458
--- ChangeLog 6 Jan 2012 16:28:57 -0000 1.457
+++ ChangeLog 6 Jan 2012 16:40:00 -0000 1.458
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emacs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.457 2012/01/06 16:28:57 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.458 2012/01/06 16:40:00 halcy0n Exp $
+
+ 06 Jan 2012; Mark Loeser <halcy0n@gentoo.org> emacs-23.3-r2.ebuild:
+ Stable for ppc64; bug #384297
06 Jan 2012; Brent Baude <ranger@gentoo.org> emacs-23.3-r2.ebuild:
Marking emacs-23.3-r2 ppc for bug 384297
1.16 app-editors/emacs/emacs-23.3-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild?r1=1.15&r2=1.16
Index: emacs-23.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- emacs-23.3-r2.ebuild 6 Jan 2012 16:28:57 -0000 1.15
+++ emacs-23.3-r2.ebuild 6 Jan 2012 16:40:00 -0000 1.16
@@ -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/app-editors/emacs/emacs-23.3-r2.ebuild,v 1.15 2012/01/06 16:28:57 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3-r2.ebuild,v 1.16 2012/01/06 16:40:00 halcy0n Exp $
EAPI=4
WANT_AUTOMAKE="none"
@@ -14,7 +14,7 @@
LICENSE="GPL-3 FDL-1.3 BSD as-is MIT W3C unicode PSF-2 Emacs-23-CEDET-grammars"
SLOT="23"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="alsa aqua athena dbus gconf gif gpm gtk gzip-el hesiod jpeg kerberos livecd m17n-lib motif png sound source svg tiff toolkit-scroll-bars X Xaw3d xft +xpm"
REQUIRED_USE="aqua? ( !X )"
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/emacs: ChangeLog emacs-23.3-r2.ebuild
@ 2012-01-16 6:42 Ulrich Mueller (ulm)
0 siblings, 0 replies; 12+ messages in thread
From: Ulrich Mueller (ulm) @ 2012-01-16 6:42 UTC (permalink / raw
To: gentoo-commits
ulm 12/01/16 06:42:48
Modified: ChangeLog
Removed: emacs-23.3-r2.ebuild
Log:
Remove vulnerable revision wrt bug 398239.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Revision Changes Path
1.469 app-editors/emacs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.469&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.469&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.468&r2=1.469
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.468
retrieving revision 1.469
diff -u -r1.468 -r1.469
--- ChangeLog 16 Jan 2012 03:00:17 -0000 1.468
+++ ChangeLog 16 Jan 2012 06:42:48 -0000 1.469
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emacs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.468 2012/01/16 03:00:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.469 2012/01/16 06:42:48 ulm Exp $
+
+ 16 Jan 2012; Ulrich Müller <ulm@gentoo.org> -emacs-23.3-r2.ebuild:
+ Remove vulnerable revision wrt bug 398239.
16 Jan 2012; Jeroen Roovers <jer@gentoo.org> emacs-23.3-r4.ebuild:
Stable for HPPA (bug #398239).
@@ -25,7 +28,7 @@
09 Jan 2012; Ulrich Müller <ulm@gentoo.org> -emacs-23.3-r3.ebuild,
+emacs-23.3-r4.ebuild:
- Fix security flaw in EDE (CVE-2012-0035), bug 398227.
+ Fix security flaw in EDE (CVE-2012-0035), bug 398239.
08 Jan 2012; Ulrich Müller <ulm@gentoo.org> emacs-23.3-r3.ebuild:
Restore fallback code in pkg_preinst because of failures with paludis.
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2012-01-16 6:42 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-01 3:32 [gentoo-commits] gentoo-x86 commit in app-editors/emacs: ChangeLog emacs-23.3-r2.ebuild PaweA Hajdan (phajdan.jr)
-- strict thread matches above, loose matches on Subject: below --
2012-01-16 6:42 Ulrich Mueller (ulm)
2012-01-06 16:40 Mark Loeser (halcy0n)
2012-01-06 16:28 Brent Baude (ranger)
2011-12-03 15:16 Ulrich Mueller (ulm)
2011-11-11 21:38 Ulrich Mueller (ulm)
2011-11-03 12:48 Ulrich Mueller (ulm)
2011-10-11 17:03 Jeroen Roovers (jer)
2011-10-08 18:54 Raul Porcel (armin76)
2011-10-08 11:11 Markus Meier (maekke)
2011-09-25 13:00 Tony Vroon (chainsaw)
2011-09-08 14:10 Ulrich Mueller (ulm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox