diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2009-02-13 20:52:35 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2009-02-13 20:52:35 +0000 |
commit | a3231b8bec0f6cc9f2cb9b6fee58c5965c6f5a48 (patch) | |
tree | c2f896a7d9ca73236c4f446943df5443311b2b86 /sci-misc | |
parent | Removed unneeded version. (diff) | |
download | gentoo-2-a3231b8bec0f6cc9f2cb9b6fee58c5965c6f5a48.tar.gz gentoo-2-a3231b8bec0f6cc9f2cb9b6fee58c5965c6f5a48.tar.bz2 gentoo-2-a3231b8bec0f6cc9f2cb9b6fee58c5965c6f5a48.zip |
Setting VARTEXFONTS (see bug #223077)
(Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r4 i686)
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/gri/ChangeLog | 6 | ||||
-rw-r--r-- | sci-misc/gri/gri-2.12.16-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-misc/gri/gri-2.12.18.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/sci-misc/gri/ChangeLog b/sci-misc/gri/ChangeLog index 1795d1d2f0f9..c76a8360a8a7 100644 --- a/sci-misc/gri/ChangeLog +++ b/sci-misc/gri/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-misc/gri # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/gri/ChangeLog,v 1.25 2009/02/13 20:44:14 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/gri/ChangeLog,v 1.26 2009/02/13 20:52:35 phosphan Exp $ + + 13 Feb 2009; Patrick Kursawe <phosphan@gentoo.org> gri-2.12.16-r1.ebuild, + gri-2.12.18.ebuild: + Setting VARTEXFONTS (see bug #223077) 13 Feb 2009; Patrick Kursawe <phosphan@gentoo.org> -gri-2.12.17.ebuild: Removed unneeded version. diff --git a/sci-misc/gri/gri-2.12.16-r1.ebuild b/sci-misc/gri/gri-2.12.16-r1.ebuild index 29a679a788bd..3ef9cc425724 100644 --- a/sci-misc/gri/gri-2.12.16-r1.ebuild +++ b/sci-misc/gri/gri-2.12.16-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/gri/gri-2.12.16-r1.ebuild,v 1.5 2008/08/24 17:29:46 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/gri/gri-2.12.16-r1.ebuild,v 1.6 2009/02/13 20:52:35 phosphan Exp $ inherit eutils elisp-common @@ -24,7 +24,7 @@ SITEFILE="50gri-gentoo.el" src_compile() { econf || die "econf failed." - emake || die "emake failed." + VARTEXFONTS="${T}/fonts" emake || die "emake failed." if use emacs; then elisp-compile src/*.el || die "elisp-compile failed" fi diff --git a/sci-misc/gri/gri-2.12.18.ebuild b/sci-misc/gri/gri-2.12.18.ebuild index 79874b775ae6..387933af14e8 100644 --- a/sci-misc/gri/gri-2.12.18.ebuild +++ b/sci-misc/gri/gri-2.12.18.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/gri/gri-2.12.18.ebuild,v 1.2 2008/11/01 15:10:31 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/gri/gri-2.12.18.ebuild,v 1.3 2009/02/13 20:52:35 phosphan Exp $ inherit eutils elisp-common @@ -30,7 +30,7 @@ src_unpack() { src_compile() { econf || die "econf failed." - emake || die "emake failed." + VARTEXFONTS="${T}/fonts" emake || die "emake failed." if use emacs; then elisp-compile src/*.el || die "elisp-compile failed" fi |