From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SWv0F-0005WQ-7O for garchives@archives.gentoo.org; Tue, 22 May 2012 19:44:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C01DE06FE; Tue, 22 May 2012 19:43:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0F013E06FE for ; Tue, 22 May 2012 19:43:16 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 730791B401B for ; Tue, 22 May 2012 19:43:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 48C8AE5436 for ; Tue, 22 May 2012 19:43:14 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1337712691.ed863d2fb6f4e2d0fa67cbec7af540eefb429b5b.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/amos/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/amos/ChangeLog sci-biology/amos/amos-9999.ebuild X-VCS-Directories: sci-biology/amos/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: ed863d2fb6f4e2d0fa67cbec7af540eefb429b5b X-VCS-Branch: master Date: Tue, 22 May 2012 19:43:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 1980fddc-93e5-418d-b5b0-8133faeedb0c X-Archives-Hash: 1100678edd4930a1c40f34df87c77946 commit: ed863d2fb6f4e2d0fa67cbec7af540eefb429b5b Author: Justin Lecher gentoo org> AuthorDate: Tue May 22 18:51:31 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue May 22 18:51:31 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Ded863d2f sci-biology/amos: Bump to EAPI=3D4, remove unnecessary bits (Portage version: 2.2.0_alpha107/git/Linux x86_64, unsigned Manifest comm= it) --- sci-biology/amos/ChangeLog | 7 +++++++ sci-biology/amos/amos-9999.ebuild | 28 ++++++++++++---------------- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/sci-biology/amos/ChangeLog b/sci-biology/amos/ChangeLog new file mode 100644 index 0000000..7009cae --- /dev/null +++ b/sci-biology/amos/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for sci-biology/amos +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 22 May 2012; Justin Lecher amos-9999.ebuild: + Bump to EAPI=3D4, remove unnecessary bits + diff --git a/sci-biology/amos/amos-9999.ebuild b/sci-biology/amos/amos-99= 99.ebuild index bcbf49d..ed45785 100644 --- a/sci-biology/amos/amos-9999.ebuild +++ b/sci-biology/amos/amos-9999.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D3 -[ "$PV" =3D=3D "9999" ] && inherit cvs +EAPI=3D4 =20 -inherit eutils +[ "$PV" =3D=3D "9999" ] && CVS=3Dcvs =20 -DESCRIPTION=3D"AMOS genome assembly package live cvs sources" +inherit eutils ${CVS} + +DESCRIPTION=3D"Genome assembly package live cvs sources" HOMEPAGE=3D"http://sourceforge.net/projects/amos" ECVS_SERVER=3D"amos.cvs.sourceforge.net:/cvsroot/amos" ECVS_AUTH=3D"pserver" @@ -21,10 +22,9 @@ SLOT=3D"0" IUSE=3D"" KEYWORDS=3D"" =20 -#DEPEND=3D">=3Dx11-libs/qt-3.3:3" -DEPEND=3D"dev-vcs/cvs - dev-libs/boost - x11-libs/qt-qt3support" +DEPEND=3D" + dev-libs/boost + x11-libs/qt-qt3support" RDEPEND=3D"${DEPEND} dev-perl/DBI sci-biology/mummer" @@ -37,21 +37,17 @@ src_unpack() { } =20 src_prepare(){ - epatch "${FILESDIR}"/amos.m4.patch || die + epatch "${FILESDIR}"/amos.m4.patch } =20 src_configure() { ./bootstrap || die #CFLAGS=3D$CFLAGS' -I/usr/include/qt4/Qt' CXXFLAGS=3D$CXXFLAGS' -I/usr/= include/qt4/Qt' econf --enable-all --with-Qt-include-dir=3D/usr/include/q= t4 --with-Qt-lib-dir=3D/usr/lib/qt4 --with-Qt-bin-dir=3D/usr/bin --with-Q= t-lib=3DQt3Support - econf --enable-all || die + econf --enable-all einfo "No hawkeye and other Qt3-based apps installed, sorry, no qt3 any= nore on Gentoo" } =20 src_compile() { # TODO: force MAKEOPTS=3D-j1 because it seems -j6 is exploting some dep= endency issue in Makefiles - MAKEOPTS=3D-j1 emake DESTDIR=3D"${D}" || die "emake failed" -} - -src_install() { - emake DESTDIR=3D"${D}" install || die "emake install failed" + MAKEOPTS=3D-j1 emake DESTDIR=3D"${D}" }