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 075E7139084 for ; Thu, 27 Feb 2014 23:01:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66990E0A61; Thu, 27 Feb 2014 23:01:48 +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 6F996E0A4A for ; Thu, 27 Feb 2014 23:01:47 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6DF5933F9A2 for ; Thu, 27 Feb 2014 23:01:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 76AD6188F1 for ; Thu, 27 Feb 2014 23:01:44 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1393534471.f020ef91b94a89f68a9c351dea17bc7a55f05d2d.bicatali@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-astronomy/weightwatcher/ X-VCS-Repository: proj/sci X-VCS-Files: sci-astronomy/weightwatcher/ChangeLog sci-astronomy/weightwatcher/weightwatcher-1.8.10.ebuild sci-astronomy/weightwatcher/weightwatcher-9999.ebuild X-VCS-Directories: sci-astronomy/weightwatcher/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: f020ef91b94a89f68a9c351dea17bc7a55f05d2d X-VCS-Branch: master Date: Thu, 27 Feb 2014 23:01:44 +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: f8eb45be-3488-46a1-8c4e-0be237cb92e4 X-Archives-Hash: 5882e2232e86f1d1abd95c79c62915fb commit: f020ef91b94a89f68a9c351dea17bc7a55f05d2d Author: Sébastien Fabbro gentoo org> AuthorDate: Thu Feb 27 20:54:31 2014 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Thu Feb 27 20:54:31 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f020ef91 sci-astronomy/weightwatcher: EAPI-5, autotools-utils Package-Manager: portage-2.2.8-prefix --- sci-astronomy/weightwatcher/ChangeLog | 7 ++++-- .../weightwatcher/weightwatcher-1.8.10.ebuild | 29 ---------------------- .../weightwatcher/weightwatcher-9999.ebuild | 13 +++++----- 3 files changed, 11 insertions(+), 38 deletions(-) diff --git a/sci-astronomy/weightwatcher/ChangeLog b/sci-astronomy/weightwatcher/ChangeLog index 7f7b9f5..22ba374 100644 --- a/sci-astronomy/weightwatcher/ChangeLog +++ b/sci-astronomy/weightwatcher/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-astronomy/weightwatcher -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 27 Feb 2014; Sébastien Fabbro -Manifest, + -weightwatcher-1.8.10.ebuild, weightwatcher-9999.ebuild: + sci-astronomy/weightwatcher: EAPI-5, autotools-utils + *weightwatcher-9999 (09 Jul 2012) 09 Jul 2012; Sébastien Fabbro @@ -19,4 +23,3 @@ 18 Nov 2010; Sébastien Fabbro ChangeLog: Initial import - diff --git a/sci-astronomy/weightwatcher/weightwatcher-1.8.10.ebuild b/sci-astronomy/weightwatcher/weightwatcher-1.8.10.ebuild deleted file mode 100644 index 5996e93..0000000 --- a/sci-astronomy/weightwatcher/weightwatcher-1.8.10.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -inherit eutils autotools - -DESCRIPTION="Combine weight maps and polygon for astronomical images weighting" -HOMEPAGE="http://www.astromatic.net/software/weightwatcher/" -SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc" - -RDEPEND="" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-configure.patch - eautoreconf -} - -src_install () { - default - use doc && dodoc doc/*.pdf -} diff --git a/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild b/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild index a290a70..71aa61c 100644 --- a/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild +++ b/sci-astronomy/weightwatcher/weightwatcher-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 if [[ ${PV} == "9999" ]] ; then _SVN=subversion @@ -14,7 +14,10 @@ else KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" fi -inherit ${_SVN} autotools +AUTOTOOLS_AUTORECONF=1 +AUTOTOOLS_IN_SOURCE_BUILD=1 + +inherit ${_SVN} autotools-utils DESCRIPTION="Combine weight maps and polygon for astronomical images weighting" HOMEPAGE="http://www.astromatic.net/software/weightwatcher/" @@ -26,11 +29,7 @@ IUSE="doc" RDEPEND="" DEPEND="${RDEPEND}" -src_prepare() { - eautoreconf -} - src_install () { - default + autotools-utils_src_install use doc && dodoc doc/* }