public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/emacs-cvs: emacs-cvs-23.0.60-r2.ebuild ChangeLog
@ 2008-02-06 12:39 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Mueller (ulm) @ 2008-02-06 12:39 UTC (permalink / raw
  To: gentoo-commits

ulm         08/02/06 12:39:27

  Modified:             emacs-cvs-23.0.60-r2.ebuild ChangeLog
  Log:
  Remove --with-gtk configure option, upstream dropped support for it.
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.6                  app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild?r1=1.5&r2=1.6

Index: emacs-cvs-23.0.60-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- emacs-cvs-23.0.60-r2.ebuild	3 Feb 2008 10:27:00 -0000	1.5
+++ emacs-cvs-23.0.60-r2.ebuild	6 Feb 2008 12:39:27 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild,v 1.5 2008/02/03 10:27:00 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild,v 1.6 2008/02/06 12:39:27 ulm Exp $
 
 ECVS_AUTH="pserver"
 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
@@ -146,22 +146,17 @@
 		# possibilities. Emacs upstream thinks this should be standard
 		# policy on all distributions
 		if use gtk; then
-			echo
-			einfo "Configuring to build with GTK support, disabling all other toolkits"
-			echo
+			einfo "Configuring to build with GTK+ support, disabling all other toolkits"
 			myconf="${myconf} --with-x-toolkit=gtk"
 		elif use Xaw3d; then
 			einfo "Configuring to build with Xaw3d (athena) support"
 			myconf="${myconf} --with-x-toolkit=athena"
-			myconf="${myconf} --without-gtk"
 		elif use motif; then
 			einfo "Configuring to build with motif toolkit support"
 			myconf="${myconf} --with-x-toolkit=motif"
-			myconf="${myconf} --without-gtk"
 		else
 			einfo "Configuring to build with no toolkit"
 			myconf="${myconf} --with-x-toolkit=no"
-			myconf="${myconf} --without-gtk"
 		fi
 	else
 		myconf="${myconf} --without-x"



1.191                app-editors/emacs-cvs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.191&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.191&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?r1=1.190&r2=1.191

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -r1.190 -r1.191
--- ChangeLog	2 Feb 2008 09:14:26 -0000	1.190
+++ ChangeLog	6 Feb 2008 12:39:27 -0000	1.191
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/emacs-cvs
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.190 2008/02/02 09:14:26 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.191 2008/02/06 12:39:27 ulm Exp $
+
+  06 Feb 2008; Ulrich Mueller <ulm@gentoo.org> emacs-cvs-23.0.60-r2.ebuild:
+  Remove --with-gtk configure option, upstream dropped support for it.
 
   02 Feb 2008; Ulrich Mueller <ulm@gentoo.org> emacs-cvs-22.1.90.ebuild,
   emacs-cvs-22.1.9999.ebuild, emacs-cvs-23.0.50_pre20080201.ebuild,



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-editors/emacs-cvs: emacs-cvs-23.0.60-r2.ebuild ChangeLog
@ 2008-02-20 20:13 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Mueller (ulm) @ 2008-02-20 20:13 UTC (permalink / raw
  To: gentoo-commits

ulm         08/02/20 20:13:21

  Modified:             emacs-cvs-23.0.60-r2.ebuild ChangeLog
  Log:
  Add support for usage of m17n-lib for text shaping.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.9                  app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild?r1=1.8&r2=1.9

Index: emacs-cvs-23.0.60-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- emacs-cvs-23.0.60-r2.ebuild	11 Feb 2008 20:36:15 -0000	1.8
+++ emacs-cvs-23.0.60-r2.ebuild	20 Feb 2008 20:13:21 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild,v 1.8 2008/02/11 20:36:15 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild,v 1.9 2008/02/20 20:13:21 ulm Exp $
 
 ECVS_AUTH="pserver"
 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
@@ -21,7 +21,7 @@
 SLOT="23"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
 
-IUSE="alsa dbus gif gpm gtk gzip-el hesiod jpeg kerberos libotf motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xft xpm"
+IUSE="alsa dbus gif gpm gtk gzip-el hesiod jpeg kerberos libotf m17n-lib motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xft xpm"
 RESTRICT="strip"
 
 RDEPEND="sys-libs/ncurses
@@ -48,7 +48,10 @@
 			media-libs/fontconfig
 			media-libs/freetype
 			virtual/xft
-			libotf? ( >=dev-libs/libotf-0.9.4 )
+			libotf? (
+				>=dev-libs/libotf-0.9.4
+				m17n-lib? ( >=dev-libs/m17n-lib-1.5.1 )
+			)
 		)
 		gtk? ( =x11-libs/gtk+-2* )
 		!gtk? (
@@ -136,10 +139,13 @@
 		myconf="${myconf} $(use_enable xft font-backend)"
 		myconf="${myconf} $(use_with xft freetype) $(use_with xft)"
 		if use xft && use libotf; then
-			# disable m17n-flt since m17n-lib-1.3.4 doesn't support it
-			myconf="${myconf} --with-libotf --without-m17n-flt"
+			myconf="${myconf} --with-libotf $(use_with m17n-lib m17n-flt)"
 		else
 			myconf="${myconf} --without-libotf --without-m17n-flt"
+			use libotf && einfo \
+				"USE flag \"libotf\" has no effect because xft is not set."
+			use m17n-lib && einfo "USE flag \"m17n-lib\" has no effect" \
+				"because xft and libotf are not both set."
 		fi
 
 		# GTK+ is the default toolkit if USE=gtk is chosen with other



1.196                app-editors/emacs-cvs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.196&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.196&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?r1=1.195&r2=1.196

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -r1.195 -r1.196
--- ChangeLog	20 Feb 2008 06:20:30 -0000	1.195
+++ ChangeLog	20 Feb 2008 20:13:21 -0000	1.196
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/emacs-cvs
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.195 2008/02/20 06:20:30 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.196 2008/02/20 20:13:21 ulm Exp $
+
+  20 Feb 2008; Ulrich Mueller <ulm@gentoo.org> emacs-cvs-23.0.60-r2.ebuild:
+  Add support for usage of m17n-lib for text shaping.
 
 *emacs-cvs-22.1.91 (20 Feb 2008)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-editors/emacs-cvs: emacs-cvs-23.0.60-r2.ebuild ChangeLog
@ 2008-02-21 10:57 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-02-21 10:57 UTC (permalink / raw
  To: gentoo-commits

opfer       08/02/21 10:57:06

  Modified:             emacs-cvs-23.0.60-r2.ebuild ChangeLog
  Log:
  README.unicode does not need to be installed anymore, see bug 210950, reported by Tassilo Horn <tassilo@member.fsf.org>
  (Portage version: 2.1.4.4, RepoMan options: --force)

Revision  Changes    Path
1.10                 app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild?r1=1.9&r2=1.10

Index: emacs-cvs-23.0.60-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- emacs-cvs-23.0.60-r2.ebuild	20 Feb 2008 20:13:21 -0000	1.9
+++ emacs-cvs-23.0.60-r2.ebuild	21 Feb 2008 10:57:05 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild,v 1.9 2008/02/20 20:13:21 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild,v 1.10 2008/02/21 10:57:05 opfer Exp $
 
 ECVS_AUTH="pserver"
 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
@@ -225,7 +225,7 @@
 		elisp-site-file-install 10${PN}-${SLOT}-gentoo.el
 	fi
 
-	dodoc README README.unicode BUGS || die "dodoc failed"
+	dodoc README BUGS || die "dodoc failed"
 }
 
 emacs-infodir-rebuild() {



1.197                app-editors/emacs-cvs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.197&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.197&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?r1=1.196&r2=1.197

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -r1.196 -r1.197
--- ChangeLog	20 Feb 2008 20:13:21 -0000	1.196
+++ ChangeLog	21 Feb 2008 10:57:05 -0000	1.197
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/emacs-cvs
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.196 2008/02/20 20:13:21 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.197 2008/02/21 10:57:05 opfer Exp $
+
+  21 Feb 2008; Christian Faulhammer <opfer@gentoo.org>
+  emacs-cvs-23.0.60-r2.ebuild:
+  README.unicode does not need to be installed anymore, see bug 210950,
+  reported by Tassilo Horn <tassilo@member.fsf.org>
 
   20 Feb 2008; Ulrich Mueller <ulm@gentoo.org> emacs-cvs-23.0.60-r2.ebuild:
   Add support for usage of m17n-lib for text shaping.



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-editors/emacs-cvs: emacs-cvs-23.0.60-r2.ebuild ChangeLog
@ 2008-02-28  5:51 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Mueller (ulm) @ 2008-02-28  5:51 UTC (permalink / raw
  To: gentoo-commits

ulm         08/02/28 05:51:57

  Modified:             emacs-cvs-23.0.60-r2.ebuild ChangeLog
  Log:
  Drop libotf USE flag.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.11                 app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild?r1=1.10&r2=1.11

Index: emacs-cvs-23.0.60-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- emacs-cvs-23.0.60-r2.ebuild	21 Feb 2008 10:57:05 -0000	1.10
+++ emacs-cvs-23.0.60-r2.ebuild	28 Feb 2008 05:51:56 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild,v 1.10 2008/02/21 10:57:05 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild,v 1.11 2008/02/28 05:51:56 ulm Exp $
 
 ECVS_AUTH="pserver"
 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
@@ -21,7 +21,7 @@
 SLOT="23"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
 
-IUSE="alsa dbus gif gpm gtk gzip-el hesiod jpeg kerberos libotf m17n-lib motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xft xpm"
+IUSE="alsa dbus gif gpm gtk gzip-el hesiod jpeg kerberos m17n-lib motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xft xpm"
 RESTRICT="strip"
 
 RDEPEND="sys-libs/ncurses
@@ -48,9 +48,9 @@
 			media-libs/fontconfig
 			media-libs/freetype
 			virtual/xft
-			libotf? (
+			m17n-lib? (
 				>=dev-libs/libotf-0.9.4
-				m17n-lib? ( >=dev-libs/m17n-lib-1.5.1 )
+				>=dev-libs/m17n-lib-1.5.1
 			)
 		)
 		gtk? ( =x11-libs/gtk+-2* )
@@ -138,14 +138,14 @@
 
 		myconf="${myconf} $(use_enable xft font-backend)"
 		myconf="${myconf} $(use_with xft freetype) $(use_with xft)"
-		if use xft && use libotf; then
-			myconf="${myconf} --with-libotf $(use_with m17n-lib m17n-flt)"
+
+		if use xft; then
+			myconf="${myconf} $(use-with m17n-lib libotf)"
+			myconf="${myconf} $(use_with m17n-lib m17n-flt)"
 		else
 			myconf="${myconf} --without-libotf --without-m17n-flt"
-			use libotf && einfo \
-				"USE flag \"libotf\" has no effect because xft is not set."
-			use m17n-lib && einfo "USE flag \"m17n-lib\" has no effect" \
-				"because xft and libotf are not both set."
+			use m17n-lib && einfo \
+				"USE flag \"m17n-lib\" has no effect because xft is not set."
 		fi
 
 		# GTK+ is the default toolkit if USE=gtk is chosen with other



1.199                app-editors/emacs-cvs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.199&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.199&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?r1=1.198&r2=1.199

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- ChangeLog	26 Feb 2008 13:27:34 -0000	1.198
+++ ChangeLog	28 Feb 2008 05:51:56 -0000	1.199
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/emacs-cvs
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.198 2008/02/26 13:27:34 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.199 2008/02/28 05:51:56 ulm Exp $
+
+  28 Feb 2008; Ulrich Mueller <ulm@gentoo.org> emacs-cvs-23.0.60-r2.ebuild:
+  Drop libotf USE flag; Upstream says that libotf without m17n-flt is useless.
 
   21 Feb 2008; Christian Faulhammer <opfer@gentoo.org>
   emacs-cvs-23.0.60-r2.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-02-28  5:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-20 20:13 [gentoo-commits] gentoo-x86 commit in app-editors/emacs-cvs: emacs-cvs-23.0.60-r2.ebuild ChangeLog Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2008-02-28  5:51 Ulrich Mueller (ulm)
2008-02-21 10:57 Christian Faulhammer (opfer)
2008-02-06 12:39 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