diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-10-26 17:35:38 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-10-26 17:35:38 +0000 |
commit | 79656b315803af9ed13e4328b12d2792060ef2a8 (patch) | |
tree | 04a16689376136dcf2dd61fab631ee0a402d090e /app-text/xdvik | |
parent | Stable on ppc wrt bug 182361 (diff) | |
download | gentoo-2-79656b315803af9ed13e4328b12d2792060ef2a8.tar.gz gentoo-2-79656b315803af9ed13e4328b12d2792060ef2a8.tar.bz2 gentoo-2-79656b315803af9ed13e4328b12d2792060ef2a8.zip |
Delete spurious parentheses in elog message, bug #184259.
(Portage version: 2.1.3.16)
Diffstat (limited to 'app-text/xdvik')
-rw-r--r-- | app-text/xdvik/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/xdvik/xdvik-22.84.10.ebuild | 6 | ||||
-rw-r--r-- | app-text/xdvik/xdvik-22.84.5.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-text/xdvik/ChangeLog b/app-text/xdvik/ChangeLog index 44767e57442f..48a43feef601 100644 --- a/app-text/xdvik/ChangeLog +++ b/app-text/xdvik/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/xdvik # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.41 2007/10/17 07:43:31 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.42 2007/10/26 17:35:38 ulm Exp $ + + 26 Oct 2007; Ulrich Mueller <ulm@gentoo.org> xdvik-22.84.10.ebuild: + Delete spurious parentheses in elog message, bug #184259. 17 Oct 2007; Alexis Ballier <aballier@gentoo.org> xdvik-22.84.10.ebuild: adapt deps for texlive, bug #195895 diff --git a/app-text/xdvik/xdvik-22.84.10.ebuild b/app-text/xdvik/xdvik-22.84.10.ebuild index 2383ec559500..dde1b3df82e4 100644 --- a/app-text/xdvik/xdvik-22.84.10.ebuild +++ b/app-text/xdvik/xdvik-22.84.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild,v 1.15 2007/10/17 07:43:31 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.10.ebuild,v 1.16 2007/10/26 17:35:38 ulm Exp $ WANT_AUTOCONF=2.1 @@ -102,7 +102,7 @@ src_install() { local TEXMF_PATH=$(kpsewhich --expand-var='$TEXMFMAIN') - cd ${S}/texk/xdvik + cd "${S}/texk/xdvik" einstall texmf="${D}${TEXMF_PATH}" || die "install failed" mv "${D}${TEXMF_PATH}/xdvi/XDvi" "${D}etc/X11/app-defaults" @@ -125,7 +125,7 @@ src_install() { pkg_postinst() { if use emacs; then elog "Add" - elog " (add-to-list 'load-path (\"/usr/share/emacs/site-lisp/tex-utils\"))" + elog " (add-to-list 'load-path \"/usr/share/emacs/site-lisp/tex-utils\")" elog " (require 'xdvi-search)" elog "to your ~/.emacs file" fi diff --git a/app-text/xdvik/xdvik-22.84.5.ebuild b/app-text/xdvik/xdvik-22.84.5.ebuild index 378ecc995fe7..e7ef1fd32c60 100644 --- a/app-text/xdvik/xdvik-22.84.5.ebuild +++ b/app-text/xdvik/xdvik-22.84.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.5.ebuild,v 1.5 2007/07/22 10:24:39 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.5.ebuild,v 1.6 2007/10/26 17:35:38 ulm Exp $ inherit eutils flag-o-matic elisp-common @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/xdvi/${P}.tar.gz HOMEPAGE="http://sourceforge.net/projects/xdvi/ http://xdvi.sourceforge.jp/" -KEYWORDS="~x86 ~alpha ~ppc ~sparc ~amd64 ~ppc64 ~ppc-macos" +KEYWORDS="~x86 ~alpha ~ppc ~sparc ~amd64 ~ppc64" SLOT="0" LICENSE="GPL-2" |