diff options
author | David Seifert <soap@gentoo.org> | 2017-01-18 22:04:42 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-18 22:40:07 +0100 |
commit | 3edc0f18c07c53d3c970bea31e134536bf0cf9af (patch) | |
tree | 71da17ea76ad4b9f9b07d4fd407307debd44e581 /sci-misc | |
parent | sci-calculators/orpie: Minor touchups (diff) | |
download | gentoo-3edc0f18c07c53d3c970bea31e134536bf0cf9af.tar.gz gentoo-3edc0f18c07c53d3c970bea31e134536bf0cf9af.tar.bz2 gentoo-3edc0f18c07c53d3c970bea31e134536bf0cf9af.zip |
sci-misc/flashdot: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3533
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/flashdot/flashdot-1.1.4.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/sci-misc/flashdot/flashdot-1.1.4.ebuild b/sci-misc/flashdot/flashdot-1.1.4.ebuild deleted file mode 100644 index fe83fa9eefbc..000000000000 --- a/sci-misc/flashdot/flashdot-1.1.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Generator for psychophysical experiments" -HOMEPAGE="http://www.flashdot.info/" -SRC_URI=" - mirror://gentoo/${P}.tar.bz2 - https://dev.gentoo.org/~tomka/files/${P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="+ocamlopt" - -DEPEND=" - >=dev-lang/ocaml-3.10[ocamlopt?] - dev-ml/ocamlsdl - dev-ml/ocamlgsl - dev-ml/lablgl[glut] - x11-apps/xdpyinfo" -RDEPEND="${DEPEND}" - -src_prepare() { - MAKEOPTS+=" -j1 VERSION=${PV}" - use ocamlopt || MAKEOPTS+=" TARGETS=flashdot_bytecode BYTECODENAME=flashdot" -} - -src_install() { - emake DESTDIR="${D}" CALLMODE=script install -} |