[med-svn] [aghermann] 01/01: gentoo: install into /usr/bin not /bin

andrei zavada hmmr-guest at moszumanska.debian.org
Sat Mar 28 02:22:37 UTC 2015


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

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

commit e133dcb19a588b713f5dc7ec2703e7d0f4c416c1
Author: Andrei Zavada <hmmr at ra>
Date:   Sat Mar 28 04:16:17 2015 +0200

    gentoo: install into /usr/bin not /bin
---
 gentoo/ChangeLog                 |  3 +++
 gentoo/aghermann-1.0.3-r1.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/gentoo/ChangeLog b/gentoo/ChangeLog
index 32059d7..73a45c9 100644
--- a/gentoo/ChangeLog
+++ b/gentoo/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  28 Mar 2015; Andrei Zavada <johnhommer at gmail.com> aghermann-1.0.3-r1.ebuild:
+  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/aghermann-1.0.3-r1.ebuild b/gentoo/aghermann-1.0.3-r1.ebuild
new file mode 100644
index 0000000..2e1b52a
--- /dev/null
+++ b/gentoo/aghermann-1.0.3-r1.ebuild
@@ -0,0 +1,30 @@
+# 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
+}

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