commit: b7d4e8c38d6402df3b21e9e2675bb6375776ccdc Author: Andrei Zavada <johnhommer <AT> gmail <DOT> com> AuthorDate: Sun Feb 15 21:26:32 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Feb 15 21:26:32 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b7d4e8c3
sci-biology/aghermann: initial ebuild Initial packaging for aghermann, a sleep-research experiment manager Aghermann is a program designed around a common workflow in sleep-research, complete with scoring facility; cairo subpixel drawing on screen or to file; conventional PSD and EEG Micrcontinuity profiles; Independent Component Analysis; artifact detection; and Process S simulation following Achermann et al, 1993. --- sci-biology/aghermann/ChangeLog | 6 +++++ sci-biology/aghermann/aghermann-1.0.3.ebuild | 36 ++++++++++++++++++++++++++++ sci-biology/aghermann/metadata.xml | 16 +++++++++++++ 3 files changed, 58 insertions(+) diff --git a/sci-biology/aghermann/ChangeLog b/sci-biology/aghermann/ChangeLog new file mode 100644 index 0000000..36fac93 --- /dev/null +++ b/sci-biology/aghermann/ChangeLog @@ -0,0 +1,6 @@ +# ChangeLog for sci-biology/aghermann +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 15 Jan 2015; Andrei Zavada <johnhom...@gmail.com> aghermann-1.0.3.ebuild: + Initial packaging for gentoo. diff --git a/sci-biology/aghermann/aghermann-1.0.3.ebuild b/sci-biology/aghermann/aghermann-1.0.3.ebuild new file mode 100644 index 0000000..ab0c2f4 --- /dev/null +++ b/sci-biology/aghermann/aghermann-1.0.3.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" +inherit eutils + +DESCRIPTION="A sleep-research experiment manager, EDF viewer & Achermann's Process S model runner" +HOMEPAGE="http://johnhommer.com/academic/code/aghermann" +SRC_URI="http://johnhommer.com/academic/code/aghermann/source/${PN}-${PV}.tar.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="x11-libs/gtk+:3 + dev-libs/libconfig + dev-libs/libunique:3 + sci-libs/gsl + sci-libs/itpp + sci-libs/fftw + dev-libs/libconfig + dev-libs/libxml2 + media-libs/samplerate + x11-libs/vte + dev-lang/lua" + +src_configure() { + econf \ + --bindir="${EPREFIX}"/bin +} + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS ChangeLog* README || die "dodoc failed" +} diff --git a/sci-biology/aghermann/metadata.xml b/sci-biology/aghermann/metadata.xml new file mode 100644 index 0000000..cb2f2c5 --- /dev/null +++ b/sci-biology/aghermann/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci-biology</herd> + <maintainer> + <email>johnhom...@gmail.com</email> + <name>Andrei Zavada</name> + </maintainer> + <longdescription> + Aghermann is a program designed around a common workflow in + sleep-research, complete with scoring facility; cairo subpixel + drawing on screen or to file; conventional PSD and EEG Micrcontinuity + profiles; Independent Component Analysis; artifact detection; and + Process S simulation following Achermann et al, 1993. + </longdescription> +</pkgmetadata>