From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F129558973 for ; Wed, 20 Jan 2016 21:07:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79AF821C02C; Wed, 20 Jan 2016 21:07:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E28E21C02C for ; Wed, 20 Jan 2016 21:07:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00DA1340691 for ; Wed, 20 Jan 2016 21:07:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2016CF1 for ; Wed, 20 Jan 2016 21:07:11 +0000 (UTC) From: "Reinis Danne" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Reinis Danne" Message-ID: <1453076237.7a1d0c7a7461bbb1f026c71bd160959d5f907672.rei4dan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/aghermann/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/aghermann/aghermann-1.0.3-r1.ebuild sci-biology/aghermann/aghermann-1.0.3.ebuild sci-biology/aghermann/aghermann-1.0.7.ebuild X-VCS-Directories: sci-biology/aghermann/ X-VCS-Committer: rei4dan X-VCS-Committer-Name: Reinis Danne X-VCS-Revision: 7a1d0c7a7461bbb1f026c71bd160959d5f907672 X-VCS-Branch: master Date: Wed, 20 Jan 2016 21:07:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 28074738-3c5c-4635-b975-67a012ddd5ec X-Archives-Hash: afec1c1c021150a6895b82305e7f1cce commit: 7a1d0c7a7461bbb1f026c71bd160959d5f907672 Author: Andrei Zavada gmail com> AuthorDate: Sun Jan 17 00:39:27 2016 +0000 Commit: Reinis Danne gmail com> CommitDate: Mon Jan 18 00:17:17 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7a1d0c7a sci-biology/aghermann: Bump version, remove old also shorten description to make it repoman clean sci-biology/aghermann/aghermann-1.0.3.ebuild | 30 ---------------------- ...mann-1.0.3-r1.ebuild => aghermann-1.0.7.ebuild} | 4 +-- 2 files changed, 2 insertions(+), 32 deletions(-) diff --git a/sci-biology/aghermann/aghermann-1.0.3.ebuild b/sci-biology/aghermann/aghermann-1.0.3.ebuild deleted file mode 100644 index b3663cf..0000000 --- a/sci-biology/aghermann/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 -# $Id$ - -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/sci-biology/aghermann/aghermann-1.0.3-r1.ebuild b/sci-biology/aghermann/aghermann-1.0.7.ebuild similarity index 79% rename from sci-biology/aghermann/aghermann-1.0.3-r1.ebuild rename to sci-biology/aghermann/aghermann-1.0.7.ebuild index fdde191..a21fc27 100644 --- a/sci-biology/aghermann/aghermann-1.0.3-r1.ebuild +++ b/sci-biology/aghermann/aghermann-1.0.7.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 # $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"