[med-svn] [aghermann] 01/03: ebuild QA, with ChangeLog and metadata.xml
andrei zavada
hmmr-guest at moszumanska.debian.org
Sat Feb 21 14:53:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
hmmr-guest pushed a commit to branch master
in repository aghermann.
commit 389b64cda758251db871b82fbc626cc7038c8cb1
Author: Andrei Zavada <hmmr at ra>
Date: Wed Feb 18 03:34:15 2015 +0200
ebuild QA, with ChangeLog and metadata.xml
---
gentoo/ChangeLog | 6 ++++++
gentoo/aghermann.ebuild | 37 ++++++++++++++++---------------------
gentoo/metadata.xml | 16 ++++++++++++++++
3 files changed, 38 insertions(+), 21 deletions(-)
diff --git a/gentoo/ChangeLog b/gentoo/ChangeLog
new file mode 100644
index 0000000..9b4a568
--- /dev/null
+++ b/gentoo/ChangeLog
@@ -0,0 +1,6 @@
+# ChangeLog for sci-biology/aghermann
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 17 Jan 2015; Andrei Zavada <johnhommer at gmail.com> aghermann-1.0.3.ebuild:
+ Initial packaging for gentoo.
diff --git a/gentoo/aghermann.ebuild b/gentoo/aghermann.ebuild
index ab0c2f4..ec31856 100644
--- a/gentoo/aghermann.ebuild
+++ b/gentoo/aghermann.ebuild
@@ -1,36 +1,31 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 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"
+SRC_URI="http://johnhommer.com/academic/code/aghermann/source/${P}.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"
+RDEPEND="dev-lang/lua
+ dev-libs/libconfig
+ dev-libs/libconfig
+ dev-libs/libunique:3
+ media-libs/libsamplerate
+ sci-libs/fftw
+ sci-libs/gsl
+ sci-libs/itpp
+ x11-libs/gtk+:3
+ x11-libs/vte"
-src_configure() {
- econf \
- --bindir="${EPREFIX}"/bin
-}
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog* README || die "dodoc failed"
+src_configure() {
+ econf --bindir="${EPREFIX}"/bin
}
diff --git a/gentoo/metadata.xml b/gentoo/metadata.xml
new file mode 100644
index 0000000..cb2f2c5
--- /dev/null
+++ b/gentoo/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>johnhommer at 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>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git
More information about the debian-med-commit
mailing list