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 1QaWdk-00035B-He for garchives@archives.gentoo.org; Sat, 25 Jun 2011 17:27:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3077C1C180; Sat, 25 Jun 2011 17:22:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F32951C185 for ; Sat, 25 Jun 2011 17:22:03 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D7CB2AC083 for ; Sat, 25 Jun 2011 17:22:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 34C6B80069 for ; Sat, 25 Jun 2011 17:22:02 +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: Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/argo-bin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/argo-bin/ChangeLog sci-biology/argo-bin/argo-bin-1.0.31.ebuild X-VCS-Directories: sci-biology/argo-bin/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a05c12479748b40d35fbddfe85904dc953177517 Date: Sat, 25 Jun 2011 17:22:02 +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: 3d0dd46a838c8da729b0211eae1b6aa9 commit: a05c12479748b40d35fbddfe85904dc953177517 Author: Justin Lecher gentoo org> AuthorDate: Sat Jun 25 14:24:23 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jun 25 14:24:23 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Da05c1247 Cleaned ebuild (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-biology/argo-bin/ChangeLog | 7 +++++++ sci-biology/argo-bin/argo-bin-1.0.31.ebuild | 9 +++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/sci-biology/argo-bin/ChangeLog b/sci-biology/argo-bin/Change= Log new file mode 100644 index 0000000..7f9152a --- /dev/null +++ b/sci-biology/argo-bin/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for sci-biology/argo-bin +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 25 Jun 2011; Justin Lecher argo-bin-1.0.31.ebuild: + Cleaned ebuild + diff --git a/sci-biology/argo-bin/argo-bin-1.0.31.ebuild b/sci-biology/ar= go-bin/argo-bin-1.0.31.ebuild index 0a1f7aa..7ed58fa 100644 --- a/sci-biology/argo-bin/argo-bin-1.0.31.ebuild +++ b/sci-biology/argo-bin/argo-bin-1.0.31.ebuild @@ -1,14 +1,12 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-biology/consed/consed-19-r2.ebuil= d,v 1.2 2010/10/10 21:20:04 ulm Exp $ =20 -EAPI=3D3 +EAPI=3D4 =20 inherit java-utils-2 toolchain-funcs =20 -DESCRIPTION=3D"The Argo Genome Browser is a production tool for - visualizing and manually annotating whole genomes - stored in .gff3 files" +DESCRIPTION=3D"Visualization and manually annotating whole genomes" HOMEPAGE=3D"http://www.broadinstitute.org/annotation/argo/" SRC_URI=3D"http://www.broadinstitute.org/annotation/argo/argo.jar" #SRC_URI=3D"http://www.broadinstitute.org/annotation/argo/src/workspace-= 2008-03-11.tgz" @@ -26,4 +24,3 @@ src_install() { java-pkg_newjar "${DISTDIR}"/argo.jar argo.jar java-pkg_dolauncher } -