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 1Qnqdd-0000r2-5l for garchives@archives.gentoo.org; Mon, 01 Aug 2011 11:26:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40B4021C130; Mon, 1 Aug 2011 11:26:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0D83821C169 for ; Mon, 1 Aug 2011 11:26:15 +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 9A8431B4024 for ; Mon, 1 Aug 2011 11:26:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CB9FB3C004 for ; Mon, 1 Aug 2011 11:26:13 +0000 (UTC) From: "Mike Auty" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Auty" Message-ID: <0f8037db916e34ba59d137e5cdfba5402521f6de.ikelos@gentoo> Subject: [gentoo-commits] dev/ikelos:master commit in: dev-python/pefile/ X-VCS-Repository: dev/ikelos X-VCS-Files: dev-python/pefile/Manifest dev-python/pefile/pefile-1.2.10.107.ebuild dev-python/pefile/pefile-1.2.10.63.ebuild X-VCS-Directories: dev-python/pefile/ X-VCS-Committer: ikelos X-VCS-Committer-Name: Mike Auty X-VCS-Revision: 0f8037db916e34ba59d137e5cdfba5402521f6de Date: Mon, 1 Aug 2011 11:26:13 +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: c18cdf1cd9e60d27d5dccdb90544adb7 commit: 0f8037db916e34ba59d137e5cdfba5402521f6de Author: Mike Auty gmail com> AuthorDate: Sun Jul 10 19:56:37 2011 +0000 Commit: Mike Auty gentoo org> CommitDate: Sun Jul 10 19:56:37 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/ikelos.git;a=3D= commit;h=3D0f8037db Bump pefile. --- dev-python/pefile/Manifest | 4 ++-- ...e-1.2.10.63.ebuild =3D> pefile-1.2.10.107.ebuild} | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-python/pefile/Manifest b/dev-python/pefile/Manifest index 753afa5..d691d0d 100644 --- a/dev-python/pefile/Manifest +++ b/dev-python/pefile/Manifest @@ -1,2 +1,2 @@ -DIST pefile-1.2.10-63.tar.gz 40124 RMD160 901d24c66671930f0a5e5cbe25bba3= f1e390a066 SHA1 dc4d4c8a17ae725791263161b1167b1b6a1fabde SHA256 8cc58f739= 7bd47fdf301dff75cab9712f2d02da0beb603972ade459c44b81143 -EBUILD pefile-1.2.10.63.ebuild 489 RMD160 81ec14e083ada7012dfec0d01611a7= 7844ad089a SHA1 c5f0a1958a957d38863f3c3c3ff25c458ee6bbe1 SHA256 63f74f128= dbc1cf922b8b40c8a565b4a67fb5d69bfa9093480e5460027ab7326 +DIST pefile-1.2.10-107.tar.gz 48203 RMD160 a8a058200143164213746a2517572= 57e52aa5317 SHA1 2396fe9b6f0659e00a608c0f3079c8dd59efd15e SHA256 ed0a3f12= 8d228f8c28a9c2ca652aa6f57075c8e286bb444d913fb3e0169077b1 +EBUILD pefile-1.2.10.107.ebuild 520 RMD160 fe6574f9a49a8594d7f78d71ad8a2= 12f260be666 SHA1 4a6da80286df785cf22066ef50cffd5c281defcf SHA256 db247b36= 7c662c7df85a767542dea5326ac7a12e14c5065b0f6bdcd3958dd63f diff --git a/dev-python/pefile/pefile-1.2.10.63.ebuild b/dev-python/pefil= e/pefile-1.2.10.107.ebuild similarity index 94% rename from dev-python/pefile/pefile-1.2.10.63.ebuild rename to dev-python/pefile/pefile-1.2.10.107.ebuild index 23902df..0f7e9c8 100644 --- a/dev-python/pefile/pefile-1.2.10.63.ebuild +++ b/dev-python/pefile/pefile-1.2.10.107.ebuild @@ -2,12 +2,14 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 +EAPI=3D"3" +PYTHON_DEPEND=3D"2:2.5" + inherit versionator distutils eutils =20 MY_PV=3D$(replace_version_separator 3 '-') MY_P=3D${PN}-${MY_PV} =20 - DESCRIPTION=3D"PE File analysis module" HOMEPAGE=3D"http://dkbza.org/pefile.html" SRC_URI=3D"http://${PN}.googlecode.com/files/${MY_P}.tar.gz"