diff options
author | 2003-01-08 06:08:51 +0000 | |
---|---|---|
committer | 2003-01-08 06:08:51 +0000 | |
commit | db8e4fa60ffdc6962c1b1aabc8a08ea06558af4b (patch) | |
tree | bebb3c7754b40b1a7d92e36fd3df16cd34dc8040 /app-sci | |
parent | new package. gets ~x86 and ~ppc. (diff) | |
download | historical-db8e4fa60ffdc6962c1b1aabc8a08ea06558af4b.tar.gz historical-db8e4fa60ffdc6962c1b1aabc8a08ea06558af4b.tar.bz2 historical-db8e4fa60ffdc6962c1b1aabc8a08ea06558af4b.zip |
incorporated changes tp fix startup message. Added IUSE
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/gri/ChangeLog | 11 | ||||
-rw-r--r-- | app-sci/gri/gri-2.12.1.ebuild | 8 |
2 files changed, 15 insertions, 4 deletions
diff --git a/app-sci/gri/ChangeLog b/app-sci/gri/ChangeLog index e9115a373ec8..72209bd02d50 100644 --- a/app-sci/gri/ChangeLog +++ b/app-sci/gri/ChangeLog @@ -1,10 +1,15 @@ # ChangeLog for app-sci/gri # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-sci/gri/ChangeLog,v 1.1 2002/12/07 04:21:59 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/gri/ChangeLog,v 1.2 2003/01/08 06:08:51 george Exp $ *gri-2.12.1.ebuild (06 äÅË 2002) + 07 Jan 2003; George Shapovalov <george@gentoo.org> gri-2.12.1.ebuild : + + incorporated changes suggested by Jose "to fix the path of the documentation in the startup msg" + added IUSE + 06 Dec 2002; George Shapovalov <george@gentoo.org> ChangeLog, gri-2.12.1.ebuild, files/digest-gri-2.12.1 : - initial release + initial release (#10695) Gri is a language for scientific graphics programming. - ebuild submitted by + ebuild submitted by Jose Fonseca <j_r_fonseca@yahoo.co.uk> diff --git a/app-sci/gri/gri-2.12.1.ebuild b/app-sci/gri/gri-2.12.1.ebuild index 4d02f145ccba..2bbdf21e32df 100644 --- a/app-sci/gri/gri-2.12.1.ebuild +++ b/app-sci/gri/gri-2.12.1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/gri/gri-2.12.1.ebuild,v 1.2 2002/12/18 14:41:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/gri/gri-2.12.1.ebuild,v 1.3 2003/01/08 06:08:51 george Exp $ + +IUSE="" DESCRIPTION="Gri is a language for scientific graphics programming." HOMEPAGE="http://gri.sourceforge.net/" @@ -18,6 +20,10 @@ src_compile() { } src_install() { + # Replace PREFIX now and correct paths in the startup message. + mv ${S}/startup.msg ${S}/startup.msg.orig + sed -e s,PREFIX/share/doc/gri/,/usr/share/doc/${P}/, ${S}/startup.msg.orig > ${S}/startup.msg + einstall dodoc AUTHOR README |