[med-svn] [aghermann] 12/14: gentoo: one last update, further changes to be done in gh/gentoo-science

andrei zavada hmmr-guest at moszumanska.debian.org
Sat Jan 30 18:16:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

hmmr-guest pushed a commit to branch WIP
in repository aghermann.

commit 47d428229556bd42484c0c7c3b49955e17b7df5e
Author: Andrei Zavada <hmmr at frdg>
Date:   Thu Jan 21 17:56:09 2016 +0200

    gentoo: one last update, further changes to be done in gh/gentoo-science
---
 gentoo/ChangeLog                 | 11 +++++++----
 gentoo/README                    |  3 +++
 gentoo/aghermann-1.0.3-r1.ebuild | 30 ------------------------------
 gentoo/aghermann-1.0.3.ebuild    | 30 ------------------------------
 gentoo/aghermann-1.0.4.ebuild    | 30 ------------------------------
 gentoo/aghermann.ebuild          | 29 ++++++++++++++---------------
 6 files changed, 24 insertions(+), 109 deletions(-)

diff --git a/gentoo/ChangeLog b/gentoo/ChangeLog
index 9936cbb..05373ff 100644
--- a/gentoo/ChangeLog
+++ b/gentoo/ChangeLog
@@ -1,15 +1,18 @@
 # ChangeLog for sci-biology/aghermann
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  17 Jan 2015; Andrei Zavada <johnhommer at gmail.com> aghermann-1.0.7.ebuild:
+  sci-biology/aghermann: New upstream version.
+
   15 Jun 2015; Andrei Zavada <johnhommer at gmail.com> aghermann-1.0.5.ebuild:
-  New upstream version.
+  sci-biology/aghermann: New upstream version.
 
   10 Apr 2015; Andrei Zavada <johnhommer at gmail.com> aghermann-1.0.4.ebuild:
-  New upstream version.
+  sci-biology/aghermann: New upstream version.
 
   28 Mar 2015; Andrei Zavada <johnhommer at gmail.com> aghermann-1.0.3-r1.ebuild:
-  Install binaries into /usr/bin not /bin.
+  sci-biology/aghermann: Install binaries into /usr/bin not /bin.
 
   18 Feb 2015; Justin Lecher <jlec at gentoo.org> aghermann-1.0.3.ebuild:
   sci-biology/aghermann: Fix slot operators
diff --git a/gentoo/README b/gentoo/README
new file mode 100644
index 0000000..660d4cd
--- /dev/null
+++ b/gentoo/README
@@ -0,0 +1,3 @@
+Gentoo ebuilds exist separately in the 'gentoo-science' overlay
+(github.com/gentoo-science), under sci-biology.  The files in this
+directory have been last updated in Jan 2016 for upstream version 1.0.7,
diff --git a/gentoo/aghermann-1.0.3-r1.ebuild b/gentoo/aghermann-1.0.3-r1.ebuild
deleted file mode 100644
index 2e1b52a..0000000
--- a/gentoo/aghermann-1.0.3-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-
-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/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-lang/lua:*
-	dev-libs/libconfig
-	dev-libs/libunique:3
-	media-libs/libsamplerate
-	sci-libs/fftw:3.0
-	sci-libs/gsl
-	sci-libs/itpp
-	x11-libs/gtk+:3
-	x11-libs/vte:2.90"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_configure() {
-	econf --bindir="${EPREFIX}"/usr/bin
-}
diff --git a/gentoo/aghermann-1.0.3.ebuild b/gentoo/aghermann-1.0.3.ebuild
deleted file mode 100644
index 58eaa8d..0000000
--- a/gentoo/aghermann-1.0.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-
-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/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-lang/lua:*
-	dev-libs/libconfig
-	dev-libs/libunique:3
-	media-libs/libsamplerate
-	sci-libs/fftw:3.0
-	sci-libs/gsl
-	sci-libs/itpp
-	x11-libs/gtk+:3
-	x11-libs/vte:2.90"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_configure() {
-	econf --bindir="${EPREFIX}"/bin
-}
diff --git a/gentoo/aghermann-1.0.4.ebuild b/gentoo/aghermann-1.0.4.ebuild
deleted file mode 100644
index 2e1b52a..0000000
--- a/gentoo/aghermann-1.0.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-
-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/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-lang/lua:*
-	dev-libs/libconfig
-	dev-libs/libunique:3
-	media-libs/libsamplerate
-	sci-libs/fftw:3.0
-	sci-libs/gsl
-	sci-libs/itpp
-	x11-libs/gtk+:3
-	x11-libs/vte:2.90"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_configure() {
-	econf --bindir="${EPREFIX}"/usr/bin
-}
diff --git a/gentoo/aghermann.ebuild b/gentoo/aghermann.ebuild
index ec31856..a21fc27 100644
--- a/gentoo/aghermann.ebuild
+++ b/gentoo/aghermann.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI="5"
 
-DESCRIPTION="A sleep-research experiment manager, EDF viewer & Achermann's Process S model runner"
+DESCRIPTION="A sleep-research experiment manager, EDF viewer & Process S simulator"
 HOMEPAGE="http://johnhommer.com/academic/code/aghermann"
 SRC_URI="http://johnhommer.com/academic/code/aghermann/source/${P}.tar.xz"
 
@@ -12,20 +12,19 @@ LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-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"
+RDEPEND="dev-lang/lua:*
+	dev-libs/libconfig
+	dev-libs/libunique:3
+	media-libs/libsamplerate
+	sci-libs/fftw:3.0
+	sci-libs/gsl
+	sci-libs/itpp
+	x11-libs/gtk+:3
+	x11-libs/vte:2.90"
 
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 src_configure() {
-	econf --bindir="${EPREFIX}"/bin
+	econf --bindir="${EPREFIX}"/usr/bin
 }

-- 
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