summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2003-01-08 06:08:51 +0000
committerGeorge Shapovalov <george@gentoo.org>2003-01-08 06:08:51 +0000
commit3f70e0aba5a6fe41bc503cb047eda448a665b207 (patch)
treec722c554bf2311f6ac801ce5855c478e07ac9e81 /app-sci
parentnew package. gets ~x86 and ~ppc. (diff)
downloadgentoo-2-3f70e0aba5a6fe41bc503cb047eda448a665b207.tar.gz
gentoo-2-3f70e0aba5a6fe41bc503cb047eda448a665b207.tar.bz2
gentoo-2-3f70e0aba5a6fe41bc503cb047eda448a665b207.zip
incorporated changes tp fix startup message. Added IUSE
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/gri/ChangeLog11
-rw-r--r--app-sci/gri/gri-2.12.1.ebuild8
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