summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2007-01-31 22:14:56 +0000
committerAlfredo Tupone <tupone@gentoo.org>2007-01-31 22:14:56 +0000
commit52dee4601c025e73bf791df68c800afd5098f726 (patch)
tree7859ff82c611e806987aa0a28f05679432f17d35 /dev-games/crystalspace
parentAdd java, javascript, perl, python and ruby flags to pull in various packages... (diff)
downloadgentoo-2-52dee4601c025e73bf791df68c800afd5098f726.tar.gz
gentoo-2-52dee4601c025e73bf791df68c800afd5098f726.tar.bz2
gentoo-2-52dee4601c025e73bf791df68c800afd5098f726.zip
Adding environment variables definition
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-games/crystalspace')
-rw-r--r--dev-games/crystalspace/ChangeLog5
-rw-r--r--dev-games/crystalspace/crystalspace-1.0.ebuild6
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-games/crystalspace/ChangeLog b/dev-games/crystalspace/ChangeLog
index 32fa5d9b717a..c66a2e25fb6d 100644
--- a/dev-games/crystalspace/ChangeLog
+++ b/dev-games/crystalspace/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-games/crystalspace
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.20 2007/01/31 19:48:10 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.21 2007/01/31 22:14:56 tupone Exp $
+
+ 31 Jan 2007; <tupone@gentoo.org> crystalspace-1.0.ebuild:
+ Adding environment variable definition
31 Jan 2007; <tupone@gentoo.org> crystalspace-1.0.ebuild:
lcms used only by libmng. Removed
diff --git a/dev-games/crystalspace/crystalspace-1.0.ebuild b/dev-games/crystalspace/crystalspace-1.0.ebuild
index 76d17ef85754..ab181acd4a39 100644
--- a/dev-games/crystalspace/crystalspace-1.0.ebuild
+++ b/dev-games/crystalspace/crystalspace-1.0.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/dev-games/crystalspace/crystalspace-1.0.ebuild,v 1.2 2007/01/31 19:48:10 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.ebuild,v 1.3 2007/01/31 22:14:56 tupone Exp $
MY_P=${PN}-src-${PV}
@@ -76,4 +76,8 @@ src_install() {
cslight -video=null ${D}/usr/share/${PN}/data/maps/$dir;
done
dodoc README
+
+ echo "CRYSTAL_PLUGIN=/usr/lib/crystalspace" >> 90crystalspace
+ echo "CRYSTAL_CONFIG=/etc/crystalspace" >> 90crystalspace
+ doenvd 90crystalspace
}