summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-02-02 14:37:32 +0000
committerUlrich Müller <ulm@gentoo.org>2008-02-02 14:37:32 +0000
commit82c42dd02f756eb4775ab080002e7c4d1e5f60bb (patch)
tree746370f1c70ded53a268971bfc80c2beec90b410 /app-editors/emacs-cvs
parentCopied from Portage. (diff)
downloademacs-82c42dd02f756eb4775ab080002e7c4d1e5f60bb.tar.gz
emacs-82c42dd02f756eb4775ab080002e7c4d1e5f60bb.tar.bz2
emacs-82c42dd02f756eb4775ab080002e7c4d1e5f60bb.zip
Add support for m17n-lib.
svn path=/emacs-overlay/; revision=949
Diffstat (limited to 'app-editors/emacs-cvs')
-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.ebuild13
3 files changed, 13 insertions, 7 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog
index 39e94e1..9c6d9f4 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: $
+ 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.
+
02 Feb 2008; Ulrich Mueller <ulm@gentoo.org>
+files/emacs-cvs-freebsd-sparc.patch, +metadata.xml,
+emacs-cvs-23.0.60-r2.ebuild:
diff --git a/app-editors/emacs-cvs/Manifest b/app-editors/emacs-cvs/Manifest
index 264f5d3..f1ba3ca 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 8484 RMD160 9d858db660117f8643bb78f8b5df1e4bee410283 SHA1 326de385132e883252e1ceebc0fec728de703c2e SHA256 58b7884dcb42c6ffd10edf7e3bf56556234cd2ea4bf33d80e999b68c1d22eef5
-MISC ChangeLog 280 RMD160 1e928f5b3c1313a9889f30b51809e476228db8bd SHA1 9bbd435ae8f8d6b2a569eead2bc2a1a8bf06d4b6 SHA256 51fd27ede9d3f9ce783d8b3591db6531ce806a66817d9cc3e12b728bf547aea5
+EBUILD emacs-cvs-23.0.60-r2.ebuild 8587 RMD160 6e9eb58805b3b522d2d084ac63f518a9e1d97c92 SHA1 1ed55eebf56c73220809cc8b0f3f1165f2e86f48 SHA256 c2c876ca11eb67dcacdf30608d6873f3026b5c2c8879c65c41b3e138758f765c
+MISC ChangeLog 431 RMD160 fd0ef6211950f8698bf670cab91b31c79c5a3f3a SHA1 f6d1f5332ec8fdd13f63323cbf86aba59e7bb20b SHA256 a539cb6aa5b586e46cc34bfd6aac02bf7c8a2e095e6529e18a04c8013c9a8646
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 d05650e..054e229 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
@@ -19,9 +19,9 @@ SRC_URI=""
LICENSE="GPL-3 FDL-1.2 BSD"
SLOT="23"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~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 @@ RDEPEND="sys-libs/ncurses
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.0 )
+ )
)
gtk? ( =x11-libs/gtk+-2* )
!gtk? (
@@ -132,9 +135,9 @@ src_compile() {
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"
+ myconf="${myconf} --with-libotf $(use_with m17n-lib m17n-flt)"
else
- myconf="${myconf} --without-libotf"
+ myconf="${myconf} --without-libotf --without-m17n-flt"
fi
myconf="${myconf} $(use_with jpeg) $(use_with tiff)"
myconf="${myconf} $(use_with gif) $(use_with png)"