summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-02-03 05:35:10 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-02-03 05:35:10 +0000
commit459884af10e3ec6bd9b27c4ceb2eebdf8115fcb3 (patch)
treeca3efaebcdef30be8b31507086a8c746b074fc16 /sci-visualization/opendx-samples
parentAdd character width patch thanks to Slava Gorbunov (bug #277830). Do not eval... (diff)
downloadhistorical-459884af10e3ec6bd9b27c4ceb2eebdf8115fcb3.tar.gz
historical-459884af10e3ec6bd9b27c4ceb2eebdf8115fcb3.tar.bz2
historical-459884af10e3ec6bd9b27c4ceb2eebdf8115fcb3.zip
Removed old
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'sci-visualization/opendx-samples')
-rw-r--r--sci-visualization/opendx-samples/opendx-samples-4.3.2.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/sci-visualization/opendx-samples/opendx-samples-4.3.2.ebuild b/sci-visualization/opendx-samples/opendx-samples-4.3.2.ebuild
deleted file mode 100644
index c762fbb7205e..000000000000
--- a/sci-visualization/opendx-samples/opendx-samples-4.3.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx-samples/opendx-samples-4.3.2.ebuild,v 1.7 2010/01/18 05:57:43 bicatali Exp $
-
-S="${WORKDIR}/dxsamples-${PV}"
-
-DESCRIPTION="Samples for IBM Data Explorer"
-HOMEPAGE="http://www.opendx.org/"
-SRC_URI="http://opendx.npaci.edu/source/dxsamples-${PV}.tar.gz"
-LICENSE="IBM"
-SLOT="0"
-
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="=sci-visualization/opendx-${PV}*"
-
-# this einstall do not define datadir, because
-# it will cause problems since datadir is redefined
-# across Makefiles
-my_einstall() {
- if [ -f ./[mM]akefile -o -f ./GNUmakefile ] ; then
- if [ ! -z "${PORTAGE_DEBUG}" ]; then
- make -n prefix=${D}/usr \
- infodir=${D}/usr/share/info \
- localstatedir=${D}/var/lib \
- mandir=${D}/usr/share/man \
- sysconfdir=${D}/etc \
- "$@" install
- fi
- make prefix=${D}/usr \
- infodir=${D}/usr/share/info \
- localstatedir=${D}/var/lib \
- mandir=${D}/usr/share/man \
- sysconfdir=${D}/etc \
- "$@" install || die "einstall failed"
- else
- die "no Makefile found"
- fi
-}
-
-src_install() {
- my_einstall || die
-}