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 1QE3q2-0005Qb-VF for garchives@archives.gentoo.org; Sun, 24 Apr 2011 18:15:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E7C81C078; Sun, 24 Apr 2011 18:14:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2C9061C074 for ; Sun, 24 Apr 2011 18:14:46 +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 A63701B403F for ; Sun, 24 Apr 2011 18:14:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 0895F803E5 for ; Sun, 24 Apr 2011 18:14:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <905dc93fd9f4533bf081fece464bba8582bd565d.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: dev-dotnet/pe-format/ X-VCS-Repository: dev/mgorny X-VCS-Files: dev-dotnet/pe-format/Manifest dev-dotnet/pe-format/pe-format-2.9999.ebuild X-VCS-Directories: dev-dotnet/pe-format/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 905dc93fd9f4533bf081fece464bba8582bd565d Date: Sun, 24 Apr 2011 18:14:45 +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: 3003c3c587e357dea059fd3131ede4eb commit: 905dc93fd9f4533bf081fece464bba8582bd565d Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Sun Apr 24 18:11:26 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Sun Apr 24 18:11:26 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3D905dc93f dev-dotnet/pe-format: Migrate to git-2 eclass. (Portage version: 2.2.0_alpha30_p2/git/Linux x86_64, signed Manifest comm= it with key 05DE07BB) --- dev-dotnet/pe-format/Manifest | 10 +++++----- dev-dotnet/pe-format/pe-format-2.9999.ebuild | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-dotnet/pe-format/Manifest b/dev-dotnet/pe-format/Manifes= t index e98de4c..2a8bd80 100644 --- a/dev-dotnet/pe-format/Manifest +++ b/dev-dotnet/pe-format/Manifest @@ -1,12 +1,12 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 =20 -EBUILD pe-format-2.9999.ebuild 602 RMD160 ae1fe000aa097b23db209bbe3d15d1= c7079a9ed4 SHA1 ea58b49c4ac96d62ab0931296aebe79917691a95 SHA256 3ae7cc1b6= 81e11f48a1a49734dd013d29eed57c71218d1306b37e21568ce6982 +EBUILD pe-format-2.9999.ebuild 604 RMD160 3a3c244ecd08e9e1150850492942c3= 02044123fd SHA1 982e533ecf7e909c73acd833b6fee89f5d7e2667 SHA256 2f82eb868= 992c9401068c0b12c6f2a263b3f6b92ebc6ef2030a1f0f5409511d5 MISC metadata.xml 529 RMD160 baa26fa11d5b58735563e5d8605b8238c1524802 SH= A1 da82768536b06ca89e3fbfd22c7e3133d9af2a09 SHA256 34e90d064977e9f94e0d19= d277784769b162b20c974ebd458592dd27aa9bfc46 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.16 (GNU/Linux) +Version: GnuPG v2.0.17 (GNU/Linux) =20 -iEYEARECAAYFAk0mI8IACgkQnGSe5QXeB7sNBgCfaWe3pGBE9VETVnBDXcNNxhuj -mMsAnA73tfe/gC7vabNPKYjukYVUFygh -=3DbrVx +iEYEARECAAYFAk20Z80ACgkQnGSe5QXeB7tZhQCfYfm7shZxKjHj3j3dSkcB2Dag +AUYAn39/1fLTXn/bx0GZdGAzaPW9A1Pz +=3DyjjI -----END PGP SIGNATURE----- diff --git a/dev-dotnet/pe-format/pe-format-2.9999.ebuild b/dev-dotnet/pe= -format/pe-format-2.9999.ebuild index 9062a0b..03aac75 100644 --- a/dev-dotnet/pe-format/pe-format-2.9999.ebuild +++ b/dev-dotnet/pe-format/pe-format-2.9999.ebuild @@ -4,7 +4,7 @@ =20 EAPI=3D3 EGIT_REPO_URI=3D"git://github.com/mgorny/${PN}2.git" -inherit autotools autotools-utils git +inherit autotools autotools-utils git-2 =20 DESCRIPTION=3D"Intelligent PE executable wrapper for binfmt_misc" HOMEPAGE=3D"https://github.com/mgorny/pe-format2/"