mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
sci-misc/flashdot: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3533
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user