I needed this for upgrading dblatex. I don't use xetex myself yet.
This simple TeX package defines the \ifxetex boolean for testing
whether the TeX-variant XeTeX is being used for typesetting. Also
provides the \RequireXeTeX command which throws an error if XeTeX
is not the engine in use.
error message, since rrdupdate may update more than one rrd database.
Submitted as a feature enhancement request upstream (#162).
Bump package revision.
* misc/ruby-mode.el: move fontifying code from hook. a patch from
Phil Hagelberg <phil at hagelb.org> in [ruby-core:16636].
* misc/rdebug.el, misc/README: Remove rdebug.el as per request
from the maintainer and mention the ruby-debug project at
RubyForge in README; bug#19043.
* misc/ruby-style.el (ruby-style-{case,label}-indent): fix for labels
inside blocks in switch and function top level.
* misc/ruby-mode.el (ruby-mode): should use `run-mode-hooks' instead
of calling `run-hooks' directly to run the mode hook. patch from
Chiyuan Zhang <pluskid AT gmail.com> in [ruby-core:15915]
* misc/ruby-mode.el (ruby-parse-partial): handle stringified
symbols properly using ruby-forward-string.
* misc/ruby-style.el (ruby-style-label-indent): for yacc rules.
* misc/ruby-style.el: new file. C/C++ style for ruby source code.
lang/ruby18-base to 1.8.7.17
databases/ruby-gdbm to 1.8.7.17
devel/ruby-curses to 1.8.7.17
devel/ruby-readline to 1.8.7.17
x11/ruby-tk to 1.8.7.17
lang/ruby18 to 1.8.7.17
lang/ruby to 1.8.7.17
I omit PKGREVISION bump with denepndency.
And updated packages to build with Ruby 1.8.7.
comms/ruby-termios to 0.9.5nb2
math/ruby-rb-gsl to 1.9.2nb1
textproc/ruby-eruby to 1.0.5nb7
textproc/ruby-itex2MML to 1.2.3nb1
www/ap-ruby to 1.2.6nb1
devel/ruby-debug-ide to 0.1.10
meta-pkgs/ruby-gnome2 to 0.17.0rc1
textproc/ruby-native-hyperestraier to 1.0.0.1.4.13nb1
textproc/ruby-pure-hyperestraier to 1.0.0.1.4.13nb1
x11/kdebindings-ruby to 3.5.9nb1
* Update RUBY18_VERSION to 1.8.7 and RUBY18_PATCHLEVEL to 17.
* Use vendor_ruby instead for site_ruby.
* Introduce macros for relative path and use them instead of old absolete
path.
RUBY_LIB lib/ruby/${RUBY_VER_DIR}
RUBY_ARCHLIB ${RUBY_LIB}/${RUBY_ARCH}
RUBY_SITELIB_BASE lib/ruby/site_ruby
RUBY_SITELIB ${RUBY_SITELIB_BASE}/${RUBY_VER_DIR}
RUBY_SITEARCHLIB ${RUBY_SITELIB}/${RUBY_ARCH}
RUBY_VENDORLIB_BASE lib/ruby/vendor_ruby
RUBY_VENDORLIB ${RUBY_VENDORLIB_BASE}/${RUBY_VER_DIR}
RUBY_VENDORARCHLIB ${RUBY_VENDORLIB}/${RUBY_ARCH}
RUBY_DOC share/doc/${RUBY_NAME}
RUBY_EG share/examples/${RUBY_NAME}
Old these macros are removed after 2008Q2 branch.
RUBY_LIBDIR
RUBY_ARCHLIBDIR
RUBY_SITELIBDIR
RUBY_SITEARCHLIBDIR
RUBY_VENDORLIBDIR
RUBY_VENDORARCHLIBDIR
RUBY_DOCDIR
RUBY_EXAMPLESDIR
* update PRINT_PLIST_AWK macro to reality and move some of them from
ruby/modules.mk to ruby/rubyversion.mk.