summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-04-27 20:57:21 +0000
committerMike Frysinger <vapier@gentoo.org>2003-04-27 20:57:21 +0000
commit224b7e166baa4c10d181efc78f54dbced407ebb7 (patch)
treef49dfcaaa0d8ad4829661ace03fcc6471cb183d3
parentmoved/touchedup (diff)
downloadgentoo-2-224b7e166baa4c10d181efc78f54dbced407ebb7.tar.gz
gentoo-2-224b7e166baa4c10d181efc78f54dbced407ebb7.tar.bz2
gentoo-2-224b7e166baa4c10d181efc78f54dbced407ebb7.zip
remove useless env.d
-rw-r--r--dev-libs/crystalspace-cvs/crystalspace-cvs-0.97.ebuild7
-rw-r--r--dev-libs/crystalspace/crystalspace-20030413-r1.ebuild7
2 files changed, 2 insertions, 12 deletions
diff --git a/dev-libs/crystalspace-cvs/crystalspace-cvs-0.97.ebuild b/dev-libs/crystalspace-cvs/crystalspace-cvs-0.97.ebuild
index 59a78fd839d6..22a90c2ccd1e 100644
--- a/dev-libs/crystalspace-cvs/crystalspace-cvs-0.97.ebuild
+++ b/dev-libs/crystalspace-cvs/crystalspace-cvs-0.97.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/crystalspace-cvs/crystalspace-cvs-0.97.ebuild,v 1.1 2003/04/27 20:52:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/crystalspace-cvs/crystalspace-cvs-0.97.ebuild,v 1.2 2003/04/27 20:57:21 vapier Exp $
inherit games cvs
ECVS_SERVER="cvs.sourceforge.net:/cvsroot/crystal"
@@ -42,11 +42,6 @@ src_install() {
dodir ${CRYSTAL_PREFIX}
make INSTALL_DIR=${D}/${CRYSTAL_PREFIX} install || die
- insinto /etc/env.d
- echo "CRYSTAL=${CRYSTAL_PREFIX}" > ${T}/90crystalspace
- echo "CEL=${CRYSTAL_PREFIX}" >> ${T}/90crystalspace
- doins ${T}/90crystalspace
-
dodir ${GAMES_BINDIR}
dosym ${CRYSTAL_PREFIX}/bin/cs-config ${GAMES_BINDIR}/cs-config
diff --git a/dev-libs/crystalspace/crystalspace-20030413-r1.ebuild b/dev-libs/crystalspace/crystalspace-20030413-r1.ebuild
index f0db6730efe0..642855b39424 100644
--- a/dev-libs/crystalspace/crystalspace-20030413-r1.ebuild
+++ b/dev-libs/crystalspace/crystalspace-20030413-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/crystalspace/crystalspace-20030413-r1.ebuild,v 1.1 2003/04/27 20:51:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/crystalspace/crystalspace-20030413-r1.ebuild,v 1.2 2003/04/27 20:57:21 vapier Exp $
inherit games
@@ -41,11 +41,6 @@ src_install() {
dodir ${CRYSTAL_PREFIX}
make INSTALL_DIR=${D}/${CRYSTAL_PREFIX} install || die
- insinto /etc/env.d
- echo "CRYSTAL=${CRYSTAL_PREFIX}" > ${T}/90crystalspace
- echo "CEL=${CRYSTAL_PREFIX}" >> ${T}/90crystalspace
- doins ${T}/90crystalspace
-
dodir ${GAMES_BINDIR}
dosym ${CRYSTAL_PREFIX}/bin/cs-config ${GAMES_BINDIR}/cs-config