summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-02-06 21:17:58 +0000
committerUlrich Müller <ulm@gentoo.org>2008-02-06 21:17:58 +0000
commit37811e2ace2bf86ca3857536a272fac0027d80ec (patch)
treee179f0ca849949cd6eee8a3adba442f5cabf12af /app-editors
parentAdd ~ppc keyword (diff)
downloademacs-37811e2ace2bf86ca3857536a272fac0027d80ec.tar.gz
emacs-37811e2ace2bf86ca3857536a272fac0027d80ec.tar.bz2
emacs-37811e2ace2bf86ca3857536a272fac0027d80ec.zip
Sync with Portage: Remove --with-gtk configure option.
svn path=/emacs-overlay/; revision=955
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/emacs-cvs/ChangeLog3
-rw-r--r--app-editors/emacs-cvs/Manifest4
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild7
3 files changed, 6 insertions, 8 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog
index 9c6d9f4..79e63d9 100644
--- a/app-editors/emacs-cvs/ChangeLog
+++ b/app-editors/emacs-cvs/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 06 Feb 2008; Ulrich Mueller <ulm@gentoo.org> emacs-cvs-23.0.60-r2.ebuild:
+ Sync with Portage: Remove --with-gtk configure option.
+
02 Feb 2008; Ulrich Mueller <ulm@gentoo.org> emacs-cvs-23.0.60-r2.ebuild:
Add support for m17n-lib. Drop ~ia64 keyword due to missing dependency.
diff --git a/app-editors/emacs-cvs/Manifest b/app-editors/emacs-cvs/Manifest
index dbdab98..f970cdd 100644
--- a/app-editors/emacs-cvs/Manifest
+++ b/app-editors/emacs-cvs/Manifest
@@ -1,4 +1,4 @@
AUX emacs-cvs-freebsd-sparc.patch 475 RMD160 a8e6e3f2bc014979fd269a027835a65520c12417 SHA1 71c6d9ee3b3e5149a33d440373a212b56fbd064c SHA256 43584ea923e6c7221e69d1d6a14d55d386565c5decd067a62acc58af522c803b
-EBUILD emacs-cvs-23.0.60-r2.ebuild 8588 RMD160 2f21a1c3de2224d08a7bfa89311b7f49e8de0ea7 SHA1 68eb7481bdde1d545e46f8cc949a372506706256 SHA256 c9b8d5256eece6b7f7e3c604f9e48cb67928313c1ed18790e41a776157bba9ff
-MISC ChangeLog 431 RMD160 fd0ef6211950f8698bf670cab91b31c79c5a3f3a SHA1 f6d1f5332ec8fdd13f63323cbf86aba59e7bb20b SHA256 a539cb6aa5b586e46cc34bfd6aac02bf7c8a2e095e6529e18a04c8013c9a8646
+EBUILD emacs-cvs-23.0.60-r2.ebuild 8465 RMD160 d6802b900eb7ceb781e12a0ce8ba2f72f7763e14 SHA1 e1fa39641024f809f52421d1f919277336f008f6 SHA256 fa7f55a5a11b3f2508718b5b700e0aace965814e914e7d93cd05adb65f9a06d7
+MISC ChangeLog 565 RMD160 08d3a8d11c2796e3aaeeef68bcd27a2418664fec SHA1 35030186e4c6aff6707449c92f5924934c9034bc SHA256 216afe996aed13b29654628b22bce08911c844ac5f17692f28b89a4d33842a4a
MISC metadata.xml 158 RMD160 415d172437ca754d24fc5ab186ba8e77934d96e4 SHA1 61f6eff9729cd87a725c2a70c81aca4270a17fc4 SHA256 1393bdef3a74343fdb40a112c7096a1af16f67e7a43413250de28dfe73810eab
diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild
index b67fe64..3182ed6 100644
--- a/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild
@@ -148,22 +148,17 @@ src_compile() {
# 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"