* [gentoo-commits] gentoo-x86 commit in app-editors/emacs: emacs-24.5.ebuild ChangeLog
@ 2015-07-02 16:10 Ulrich Mueller (ulm)
0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Mueller (ulm) @ 2015-07-02 16:10 UTC (permalink / raw
To: gentoo-commits
ulm 15/07/02 16:10:59
Modified: emacs-24.5.ebuild ChangeLog
Log:
Repeat the warning from upstream's configure about GTK+ breakage, and display it more prominently using ewarn.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path
1.2 app-editors/emacs/emacs-24.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild?r1=1.1&r2=1.2
Index: emacs-24.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- emacs-24.5.ebuild 11 Apr 2015 08:25:18 -0000 1.1
+++ emacs-24.5.ebuild 2 Jul 2015 16:10:59 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild,v 1.1 2015/04/11 08:25:18 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild,v 1.2 2015/07/02 16:10:59 ulm Exp $
EAPI=5
@@ -146,6 +146,15 @@
local f
if use gtk; then
einfo "Configuring to build with GIMP Toolkit (GTK+)"
+ while read line; do ewarn "${line}"; done <<-EOF
+ Your version of GTK+ will have problems with closing open
+ displays. This is no problem if you just use one display, but
+ if you use more than one and close one of them Emacs may crash.
+ See <http://bugzilla.gnome.org/show_bug.cgi?id=85715>.
+ If you intend to use more than one display, then it is strongly
+ recommended that you compile Emacs with the Athena/Lucid or the
+ Motif toolkit instead.
+ EOF
myconf+=" --with-x-toolkit=$(usex gtk3 gtk3 gtk2)"
for f in motif Xaw3d athena; do
use ${f} && ewarn \
1.682 app-editors/emacs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.682&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.682&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.681&r2=1.682
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.681
retrieving revision 1.682
diff -u -r1.681 -r1.682
--- ChangeLog 17 Apr 2015 11:51:07 -0000 1.681
+++ ChangeLog 2 Jul 2015 16:10:59 -0000 1.682
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/emacs
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.681 2015/04/17 11:51:07 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.682 2015/07/02 16:10:59 ulm Exp $
+
+ 02 Jul 2015; Ulrich Müller <ulm@gentoo.org> emacs-24.5.ebuild:
+ Repeat the warning from upstream's configure about GTK+ breakage, and display
+ it more prominently using ewarn.
17 Apr 2015; Ulrich Müller <ulm@gentoo.org> -emacs-23.4-r11.ebuild,
-emacs-24.3-r6.ebuild:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/emacs: emacs-24.5.ebuild ChangeLog
@ 2015-07-30 13:29 Tobias Klausmann (klausman)
0 siblings, 0 replies; 6+ messages in thread
From: Tobias Klausmann (klausman) @ 2015-07-30 13:29 UTC (permalink / raw
To: gentoo-commits
klausman 15/07/30 13:29:59
Modified: emacs-24.5.ebuild ChangeLog
Log:
Stable on alpha, bug 556288
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Revision Changes Path
1.3 app-editors/emacs/emacs-24.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild?r1=1.2&r2=1.3
Index: emacs-24.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- emacs-24.5.ebuild 2 Jul 2015 16:10:59 -0000 1.2
+++ emacs-24.5.ebuild 30 Jul 2015 13:29:59 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild,v 1.2 2015/07/02 16:10:59 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild,v 1.3 2015/07/30 13:29:59 klausman Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
SLOT="24"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="acl alsa aqua athena dbus games gconf gfile gif gnutls gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib motif pax_kernel png selinux sound source svg tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm zlib"
REQUIRED_USE="?? ( aqua X )"
1.683 app-editors/emacs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.683&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.683&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.682&r2=1.683
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.682
retrieving revision 1.683
diff -u -r1.682 -r1.683
--- ChangeLog 2 Jul 2015 16:10:59 -0000 1.682
+++ ChangeLog 30 Jul 2015 13:29:59 -0000 1.683
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emacs
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.682 2015/07/02 16:10:59 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.683 2015/07/30 13:29:59 klausman Exp $
+
+ 30 Jul 2015; Tobias Klausmann <klausman@gentoo.org> emacs-24.5.ebuild:
+ Stable on alpha, bug 556288
02 Jul 2015; Ulrich Müller <ulm@gentoo.org> emacs-24.5.ebuild:
Repeat the warning from upstream's configure about GTK+ breakage, and display
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/emacs: emacs-24.5.ebuild ChangeLog
@ 2015-07-30 14:37 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-07-30 14:37 UTC (permalink / raw
To: gentoo-commits
zlogene 15/07/30 14:37:25
Modified: emacs-24.5.ebuild ChangeLog
Log:
amd64 stable wrt bug #556288
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x1BDC0E5AC42EB5D6)
Revision Changes Path
1.4 app-editors/emacs/emacs-24.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild?r1=1.3&r2=1.4
Index: emacs-24.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- emacs-24.5.ebuild 30 Jul 2015 13:29:59 -0000 1.3
+++ emacs-24.5.ebuild 30 Jul 2015 14:37:25 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild,v 1.3 2015/07/30 13:29:59 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild,v 1.4 2015/07/30 14:37:25 zlogene Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
SLOT="24"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="acl alsa aqua athena dbus games gconf gfile gif gnutls gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib motif pax_kernel png selinux sound source svg tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm zlib"
REQUIRED_USE="?? ( aqua X )"
1.684 app-editors/emacs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.684&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.684&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.683&r2=1.684
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.683
retrieving revision 1.684
diff -u -r1.683 -r1.684
--- ChangeLog 30 Jul 2015 13:29:59 -0000 1.683
+++ ChangeLog 30 Jul 2015 14:37:25 -0000 1.684
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emacs
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.683 2015/07/30 13:29:59 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.684 2015/07/30 14:37:25 zlogene Exp $
+
+ 30 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> emacs-24.5.ebuild:
+ amd64 stable wrt bug #556288
30 Jul 2015; Tobias Klausmann <klausman@gentoo.org> emacs-24.5.ebuild:
Stable on alpha, bug 556288
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/emacs: emacs-24.5.ebuild ChangeLog
@ 2015-08-01 15:10 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-08-01 15:10 UTC (permalink / raw
To: gentoo-commits
zlogene 15/08/01 15:10:24
Modified: emacs-24.5.ebuild ChangeLog
Log:
x86 stable wrt bug #556288
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x1BDC0E5AC42EB5D6)
Revision Changes Path
1.5 app-editors/emacs/emacs-24.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild?r1=1.4&r2=1.5
Index: emacs-24.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- emacs-24.5.ebuild 30 Jul 2015 14:37:25 -0000 1.4
+++ emacs-24.5.ebuild 1 Aug 2015 15:10:24 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild,v 1.4 2015/07/30 14:37:25 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild,v 1.5 2015/08/01 15:10:24 zlogene Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
SLOT="24"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="acl alsa aqua athena dbus games gconf gfile gif gnutls gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib motif pax_kernel png selinux sound source svg tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm zlib"
REQUIRED_USE="?? ( aqua X )"
1.685 app-editors/emacs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.685&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.685&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.684&r2=1.685
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.684
retrieving revision 1.685
diff -u -r1.684 -r1.685
--- ChangeLog 30 Jul 2015 14:37:25 -0000 1.684
+++ ChangeLog 1 Aug 2015 15:10:24 -0000 1.685
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emacs
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.684 2015/07/30 14:37:25 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.685 2015/08/01 15:10:24 zlogene Exp $
+
+ 01 Aug 2015; Mikle Kolyada <zlogene@gentoo.org> emacs-24.5.ebuild:
+ x86 stable wrt bug #556288
30 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> emacs-24.5.ebuild:
amd64 stable wrt bug #556288
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/emacs: emacs-24.5.ebuild ChangeLog
@ 2015-08-04 13:16 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-08-04 13:16 UTC (permalink / raw
To: gentoo-commits
zlogene 15/08/04 13:16:49
Modified: emacs-24.5.ebuild ChangeLog
Log:
ia64 stable wrt bug #556288
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x1BDC0E5AC42EB5D6)
Revision Changes Path
1.6 app-editors/emacs/emacs-24.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild?r1=1.5&r2=1.6
Index: emacs-24.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- emacs-24.5.ebuild 1 Aug 2015 15:10:24 -0000 1.5
+++ emacs-24.5.ebuild 4 Aug 2015 13:16:49 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild,v 1.5 2015/08/01 15:10:24 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild,v 1.6 2015/08/04 13:16:49 zlogene Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
SLOT="24"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="acl alsa aqua athena dbus games gconf gfile gif gnutls gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib motif pax_kernel png selinux sound source svg tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm zlib"
REQUIRED_USE="?? ( aqua X )"
1.686 app-editors/emacs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.686&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.686&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.685&r2=1.686
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.685
retrieving revision 1.686
diff -u -r1.685 -r1.686
--- ChangeLog 1 Aug 2015 15:10:24 -0000 1.685
+++ ChangeLog 4 Aug 2015 13:16:49 -0000 1.686
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emacs
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.685 2015/08/01 15:10:24 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.686 2015/08/04 13:16:49 zlogene Exp $
+
+ 04 Aug 2015; Mikle Kolyada <zlogene@gentoo.org> emacs-24.5.ebuild:
+ ia64 stable wrt bug #556288
01 Aug 2015; Mikle Kolyada <zlogene@gentoo.org> emacs-24.5.ebuild:
x86 stable wrt bug #556288
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/emacs: emacs-24.5.ebuild ChangeLog
@ 2015-08-08 14:15 Markus Meier (maekke)
0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2015-08-08 14:15 UTC (permalink / raw
To: gentoo-commits
maekke 15/08/08 14:15:31
Modified: emacs-24.5.ebuild ChangeLog
Log:
arm stable, bug #556288
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.7 app-editors/emacs/emacs-24.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild?r1=1.6&r2=1.7
Index: emacs-24.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- emacs-24.5.ebuild 4 Aug 2015 13:16:49 -0000 1.6
+++ emacs-24.5.ebuild 8 Aug 2015 14:15:31 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild,v 1.6 2015/08/04 13:16:49 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.5.ebuild,v 1.7 2015/08/08 14:15:31 maekke Exp $
EAPI=5
@@ -13,7 +13,7 @@
LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2"
SLOT="24"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="acl alsa aqua athena dbus games gconf gfile gif gnutls gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib motif pax_kernel png selinux sound source svg tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm zlib"
REQUIRED_USE="?? ( aqua X )"
1.687 app-editors/emacs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.687&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.687&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.686&r2=1.687
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.686
retrieving revision 1.687
diff -u -r1.686 -r1.687
--- ChangeLog 4 Aug 2015 13:16:49 -0000 1.686
+++ ChangeLog 8 Aug 2015 14:15:31 -0000 1.687
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emacs
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.686 2015/08/04 13:16:49 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.687 2015/08/08 14:15:31 maekke Exp $
+
+ 08 Aug 2015; Markus Meier <maekke@gentoo.org> emacs-24.5.ebuild:
+ arm stable, bug #556288
04 Aug 2015; Mikle Kolyada <zlogene@gentoo.org> emacs-24.5.ebuild:
ia64 stable wrt bug #556288
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-08-08 14:15 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-02 16:10 [gentoo-commits] gentoo-x86 commit in app-editors/emacs: emacs-24.5.ebuild ChangeLog Ulrich Mueller (ulm)
-- strict thread matches above, loose matches on Subject: below --
2015-07-30 13:29 Tobias Klausmann (klausman)
2015-07-30 14:37 Mikle Kolyada (zlogene)
2015-08-01 15:10 Mikle Kolyada (zlogene)
2015-08-04 13:16 Mikle Kolyada (zlogene)
2015-08-08 14:15 Markus Meier (maekke)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox