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 1Pp3TD-0007y5-BZ for garchives@archives.gentoo.org; Mon, 14 Feb 2011 18:48:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B87A9E0B23; Mon, 14 Feb 2011 18:48:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8C75CE0B23 for ; Mon, 14 Feb 2011 18:48:16 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3A5D1B4033 for ; Mon, 14 Feb 2011 18:48:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 0907E8006A for ; Mon, 14 Feb 2011 18:48:15 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <416bfc9b541301fbbb67d35f5d89c2b05b44f168.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/tablet-bin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/tablet-bin/tablet-bin-1.10.09.20.ebuild sci-biology/tablet-bin/tablet-bin-1.11.01.25.ebuild X-VCS-Directories: sci-biology/tablet-bin/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 416bfc9b541301fbbb67d35f5d89c2b05b44f168 Date: Mon, 14 Feb 2011 18:48:15 +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: X-Archives-Hash: f9f2e7b6f820c609de9a467af7b01849 commit: 416bfc9b541301fbbb67d35f5d89c2b05b44f168 Author: Martin Mokrejs gentoo org> AuthorDate: Mon Feb 14 18:47:51 2011 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Mon Feb 14 18:47:51 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D416bfc9b sci-biology/tablet-bin: version bump (Portage version: 2.1.9.28/git/Linux i686, unsigned Manifest commit) --- ...0.09.20.ebuild =3D> tablet-bin-1.11.01.25.ebuild} | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/tablet-bin/tablet-bin-1.10.09.20.ebuild b/sci-bi= ology/tablet-bin/tablet-bin-1.11.01.25.ebuild similarity index 94% rename from sci-biology/tablet-bin/tablet-bin-1.10.09.20.ebuild rename to sci-biology/tablet-bin/tablet-bin-1.11.01.25.ebuild index bc176a7..2cf7b27 100644 --- a/sci-biology/tablet-bin/tablet-bin-1.10.09.20.ebuild +++ b/sci-biology/tablet-bin/tablet-bin-1.11.01.25.ebuild @@ -6,7 +6,7 @@ EAPI=3D3 =20 DESCRIPTION=3D"Graphical viewer for next generation sequence assemblies = and alignments." HOMEPAGE=3D"http://bioinf.scri.ac.uk/tablet/" -SRC_URI=3D"http://bioinf.scri.ac.uk/tablet/installers/tablet_linux_x86_1= _10_09_20.sh +SRC_URI=3D"http://bioinf.scri.ac.uk/tablet/installers/tablet_linux_x86_1= _11_01_25.sh http://bioinf.scri.ac.uk/tablet/additional/coveragestats.py" =20 # Tablet uses a modified version of the BSD License which has been edite= d to remove references to distribution and use in source forms. This mean= s that we are happy for you to distribute and use Tablet however you plea= se, but we do not (yet) want to make the source code publicly available. @@ -25,6 +25,6 @@ RDEPEND=3D"${DEPEND} src_install() { # In theory it seems this binary package could be installed through ant= instead of the install4j package which is not easy to be forced non-inte= ractive. The below approach is not ideal. sed "s#\"\${D}\"#"${D}"#g" "${FILESDIR}"/response.varfile > "${DISTDIR}= "/response.varfile || die "sed failed" - sh "${DISTDIR}"/tablet_linux_x86_1_10_09_20.sh -q -overwrite --var-file= =3D"${DISTDIR}"/response.varfile --destination=3D"${D}"/opt/Tablet + sh "${DISTDIR}"/tablet_linux_x86_1_11_01_25.sh -q -overwrite --var-file= =3D"${DISTDIR}"/response.varfile --destination=3D"${D}"/opt/Tablet dobin "${DISTDIR}"/coveragestats.py || die }