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 9D55B139735 for ; Tue, 11 Aug 2015 11:21:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DD2E954FB; Tue, 11 Aug 2015 11:21:41 +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 F2246141A2 for ; Tue, 11 Aug 2015 11:21:40 +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 EB94F340AC8 for ; Tue, 11 Aug 2015 11:21:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3423E147 for ; Tue, 11 Aug 2015 11:21:36 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <1439292064.444c8b620b34fde350c00bef8086f7183bd259f2.bircoph@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/asl/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/asl/ChangeLog sci-libs/asl/asl-0.1.5.ebuild sci-libs/asl/asl-9999.ebuild X-VCS-Directories: sci-libs/asl/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: 444c8b620b34fde350c00bef8086f7183bd259f2 X-VCS-Branch: master Date: Tue, 11 Aug 2015 11:21:36 +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: 06d78523-1e15-4c3a-a538-460557b0c6a6 X-Archives-Hash: 6e0e61ffd01604266cb461eee2985953 commit: 444c8b620b34fde350c00bef8086f7183bd259f2 Author: Andrew Savchenko gmail com> AuthorDate: Tue Aug 11 11:21:04 2015 +0000 Commit: Andrew Savchenko gentoo org> CommitDate: Tue Aug 11 11:21:04 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=444c8b62 sci-libs/asl: add live ebuild, unify life and release ebuilds. sci-libs/asl/ChangeLog | 5 +++ sci-libs/asl/asl-0.1.5.ebuild | 44 +--------------------- sci-libs/asl/{asl-0.1.5.ebuild => asl-9999.ebuild} | 17 ++++++--- 3 files changed, 17 insertions(+), 49 deletions(-) diff --git a/sci-libs/asl/ChangeLog b/sci-libs/asl/ChangeLog index 2aa925a..4470063 100644 --- a/sci-libs/asl/ChangeLog +++ b/sci-libs/asl/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*asl-9999 (11 Aug 2015) + + 11 Aug 2015; Andrew Savchenko +asl-9999.ebuild: + Add live ebuild. Unify life and release ebuilds. + 11 Aug 2015; Andrew Savchenko -asl-0.1.4.ebuild: Remove old. diff --git a/sci-libs/asl/asl-0.1.5.ebuild b/sci-libs/asl/asl-0.1.5.ebuild deleted file mode 100644 index 3090871..0000000 --- a/sci-libs/asl/asl-0.1.5.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -CMAKE_MIN_VERSION=3.0.2 -CMAKE_MAKEFILE_GENERATOR="${CMAKE_MAKEFILE_GENERATOR:-ninja}" - -inherit cmake-utils - -MY_PN=ASL - -DESCRIPTION="Advanced Simulation Library - multiphysics simulation software package" -HOMEPAGE="http://asl.org.il/" -SRC_URI="https://github.com/AvtechScientific/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="AGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples matio" - -RDEPEND=" - >=dev-libs/boost-1.55:= - >=sci-libs/vtk-6.1 - >=virtual/opencl-0-r2 -" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen[dot] ) - matio? ( >=sci-libs/matio-1.5.2 ) -" - -S="${WORKDIR}/${MY_PN}-${PV}" - -src_configure() { - local mycmakeargs=( - -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF} - -DCMAKE_SKIP_RPATH=yes - $(cmake-utils_use_with doc API_DOC) - $(cmake-utils_use_with examples) - $(cmake-utils_use_with matio) - ) - cmake-utils_src_configure -} diff --git a/sci-libs/asl/asl-0.1.5.ebuild b/sci-libs/asl/asl-0.1.5.ebuild new file mode 120000 index 0000000..2176c62 --- /dev/null +++ b/sci-libs/asl/asl-0.1.5.ebuild @@ -0,0 +1 @@ +asl-9999.ebuild \ No newline at end of file diff --git a/sci-libs/asl/asl-0.1.5.ebuild b/sci-libs/asl/asl-9999.ebuild similarity index 75% copy from sci-libs/asl/asl-0.1.5.ebuild copy to sci-libs/asl/asl-9999.ebuild index 3090871..0b7f2fd 100644 --- a/sci-libs/asl/asl-0.1.5.ebuild +++ b/sci-libs/asl/asl-9999.ebuild @@ -4,19 +4,26 @@ EAPI=5 +MY_PN=ASL + +if [[ ${PV} == "9999" ]] ; then + inherit git-r3 + EGIT_REPO_URI="git://github.com/AvtechScientific/${MY_PN}.git" +else + SRC_URI="https://github.com/AvtechScientific/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" + S="${WORKDIR}/${MY_PN}-${PV}" +fi + CMAKE_MIN_VERSION=3.0.2 CMAKE_MAKEFILE_GENERATOR="${CMAKE_MAKEFILE_GENERATOR:-ninja}" inherit cmake-utils -MY_PN=ASL - DESCRIPTION="Advanced Simulation Library - multiphysics simulation software package" HOMEPAGE="http://asl.org.il/" -SRC_URI="https://github.com/AvtechScientific/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="AGPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" IUSE="doc examples matio" RDEPEND=" @@ -29,8 +36,6 @@ DEPEND="${RDEPEND} matio? ( >=sci-libs/matio-1.5.2 ) " -S="${WORKDIR}/${MY_PN}-${PV}" - src_configure() { local mycmakeargs=( -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}