diff options
author | Thomas Kahle <tomka@gentoo.org> | 2010-11-08 00:35:17 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2010-11-08 00:35:17 +0000 |
commit | 8129753c145679fd1f5d9ce9c0d368fe9a49f6a5 (patch) | |
tree | e6cf65d4e0dce4ad5f9007878570b83fe0fa01a7 /sci-misc | |
parent | Readd floatflt, bug #281952 (diff) | |
download | gentoo-2-8129753c145679fd1f5d9ce9c0d368fe9a49f6a5.tar.gz gentoo-2-8129753c145679fd1f5d9ce9c0d368fe9a49f6a5.tar.bz2 gentoo-2-8129753c145679fd1f5d9ce9c0d368fe9a49f6a5.zip |
New Package: sci-misc/flashdot, migrated from sci-overlay (bug #300384)
(Portage version: 2.1.9.24/cvs/Linux i686)
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/flashdot/ChangeLog | 10 | ||||
-rw-r--r-- | sci-misc/flashdot/flashdot-1.1.4.ebuild | 33 | ||||
-rw-r--r-- | sci-misc/flashdot/metadata.xml | 13 |
3 files changed, 56 insertions, 0 deletions
diff --git a/sci-misc/flashdot/ChangeLog b/sci-misc/flashdot/ChangeLog new file mode 100644 index 000000000000..3cda4e2cded0 --- /dev/null +++ b/sci-misc/flashdot/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-misc/flashdot +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/flashdot/ChangeLog,v 1.1 2010/11/08 00:35:17 tomka Exp $ + +*flashdot-1.1.4 (08 Nov 2010) + + 08 Nov 2010; Thomas Kahle <tomka@gentoo.org> +flashdot-1.1.4.ebuild, + +metadata.xml: + New Package: sci-misc/flashdot, migrated from sci-overlay (bug #300384) + diff --git a/sci-misc/flashdot/flashdot-1.1.4.ebuild b/sci-misc/flashdot/flashdot-1.1.4.ebuild new file mode 100644 index 000000000000..4ff2b4bccbe2 --- /dev/null +++ b/sci-misc/flashdot/flashdot-1.1.4.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/flashdot/flashdot-1.1.4.ebuild,v 1.1 2010/11/08 00:35:17 tomka Exp $ + +EAPI=2 + +DESCRIPTION="Generator for psychophysical experiments" +HOMEPAGE="http://www.flashdot.info/" +SRC_URI="mirror://gentoo/${P}.tar.bz2 + http://dev.gentoo.org/~tomka/files/${P}.tar.bz2" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +IUSE="+ocamlopt" + +DEPEND=">=dev-lang/ocaml-3.10[ocamlopt?] + dev-ml/ocamlsdl + dev-ml/ocamlgsl + x11-apps/xdpyinfo" +RDEPEND="${DEPEND}" + +MAKEOPTS="-j1 VERSION=${PV}" +use ocamlopt || MAKEOPTS="${MAKEOPTS} TARGETS=flashdot_bytecode BYTECODENAME=flashdot" + +src_compile() { + emake ${MAKEOPTS} || die "emake failed" +} + +src_install() { + emake ${MAKEOPTS} DESTDIR="${D}" CALLMODE=script install || die "install failed" +} diff --git a/sci-misc/flashdot/metadata.xml b/sci-misc/flashdot/metadata.xml new file mode 100644 index 000000000000..8f23be731dae --- /dev/null +++ b/sci-misc/flashdot/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer> +<email>tomka@gentoo.org</email> +<name>Thomas Kahle</name> +</maintainer> +<herd>sci</herd> +<longdescription lang="en"> +FlashDot is a program for generating and presenting visual perceptual experiments that require a high temporal +precision. +</longdescription> +</pkgmetadata> |