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 1Qa9zf-00043e-5f for garchives@archives.gentoo.org; Fri, 24 Jun 2011 17:16:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F0081C1E4; Fri, 24 Jun 2011 17:09:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0824F1C1E4 for ; Fri, 24 Jun 2011 17:09:13 +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 A1B231B4028 for ; Fri, 24 Jun 2011 17:09:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C7A9080051 for ; Fri, 24 Jun 2011 17:09:11 +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-astronomy/eye/ X-VCS-Repository: proj/sci X-VCS-Files: sci-astronomy/eye/ChangeLog sci-astronomy/eye/eye-1.4.1.ebuild X-VCS-Directories: sci-astronomy/eye/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: baca3b74d0038b4c07d07e92111ff9028fdd965a Date: Fri, 24 Jun 2011 17:09:11 +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: ab8fa4428cafe35010102db4524b58b3 commit: baca3b74d0038b4c07d07e92111ff9028fdd965a Author: Justin Lecher gentoo org> AuthorDate: Fri Jun 24 12:25:59 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jun 24 12:25:59 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dbaca3b74 Sort inherit and/or USE (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-astronomy/eye/ChangeLog | 5 ++++- sci-astronomy/eye/eye-1.4.1.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sci-astronomy/eye/ChangeLog b/sci-astronomy/eye/ChangeLog index e91d122..205be65 100644 --- a/sci-astronomy/eye/ChangeLog +++ b/sci-astronomy/eye/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-astronomy/eye -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 24 Jun 2011; Justin Lecher eye-1.4.1.ebuild: + Sort inherit and/or USE + *eye-1.4.1 (18 Nov 2010) =20 18 Nov 2010; S=C3=A9bastien Fabbro +eye-1.4.1.eb= uild, diff --git a/sci-astronomy/eye/eye-1.4.1.ebuild b/sci-astronomy/eye/eye-1= .4.1.ebuild index e389ca0..5cb8265 100644 --- a/sci-astronomy/eye/eye-1.4.1.ebuild +++ b/sci-astronomy/eye/eye-1.4.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 EAPI=3D3 -inherit eutils autotools +inherit autotools eutils =20 DESCRIPTION=3D"Enhance astronomical object extraction with neural networ= k filters" HOMEPAGE=3D"http://www.astromatic.net/software/eye"