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 1QlV86-0005wo-2X for garchives@archives.gentoo.org; Tue, 26 Jul 2011 00:04:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC5B421C3A8 for ; Tue, 26 Jul 2011 00:04:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4448821C0CE for ; Mon, 25 Jul 2011 23:35:35 +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 B78CB1BC007 for ; Mon, 25 Jul 2011 23:35:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CB1898003D for ; Mon, 25 Jul 2011 23:35:33 +0000 (UTC) From: "Wiktor W Brodlo" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Wiktor W Brodlo" Message-ID: Subject: [gentoo-commits] proj/anaconda-overlay:master commit in: dev-python/python-report/ X-VCS-Repository: proj/anaconda-overlay X-VCS-Files: dev-python/python-report/Manifest dev-python/python-report/python-report-0.23.ebuild X-VCS-Directories: dev-python/python-report/ X-VCS-Committer: wiktor X-VCS-Committer-Name: Wiktor W Brodlo X-VCS-Revision: fea8dd24acd8167f6801824fba5099ffd4537fa3 Date: Mon, 25 Jul 2011 23:35:33 +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: 55269d32b7d5078c7d695259d9294e35 commit: fea8dd24acd8167f6801824fba5099ffd4537fa3 Author: wiktor w brodlo brodlo net> AuthorDate: Mon Jul 25 23:35:21 2011 +0000 Commit: Wiktor W Brodlo brodlo net> CommitDate: Mon Jul 25 23:35:21 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/anaconda-over= lay.git;a=3Dcommit;h=3Dfea8dd24 dev-python/python-report: more useless patches to go --- dev-python/python-report/Manifest | 2 +- dev-python/python-report/python-report-0.23.ebuild | 3 --- 2 files changed, 1 insertions(+), 4 deletions(-) diff --git a/dev-python/python-report/Manifest b/dev-python/python-report= /Manifest index d1c7855..d5a429a 100644 --- a/dev-python/python-report/Manifest +++ b/dev-python/python-report/Manifest @@ -5,4 +5,4 @@ AUX python-report-0.10-sabayon-defaults.patch 2816 RMD160= 16cd841db8789c664c5a3c AUX python-report-0.23-disable-rpm.patch 1292 RMD160 dd748571e181e96075d= 5228247667e9f8855d86e SHA1 63ae221e3581b6a09c7b996bbd4e0032658d3398 SHA25= 6 311126bcd85fcf99f65eedf8fdc604703beedc8cc66931593e32307d103ddfba AUX python-report-0.23-fix-version-detection.patch 1038 RMD160 0e6963968= 07272fa9419380fcc675168578d69cb SHA1 04e3634288a3d5ffb0021fea7c21e3d73e98= 74f2 SHA256 46e2281966d497bf389cda530a86f7672e0fb6f7640a7fd9d071680bc851c= b52 EBUILD python-report-0.10-r1.ebuild 1625 RMD160 c75181e9f255443ac05250e6= e09837f68d8149b7 SHA1 14c8a07e1941780074ab9eb7eb7f2162946fd383 SHA256 dda= bf039882ae47a4c2c0615f3f8420010f6663df16b816c59a1d7efce701627 -EBUILD python-report-0.23.ebuild 1575 RMD160 184c7bd64302edca629a4a9bc83= 4f0971f87a6b4 SHA1 3f2ba032290cbdd78502870855c8a63b3725a89f SHA256 c97c40= d66d8aa1f8d60b49ffb41892eb5287f587b2f1cfbccb4ae141b50e03c8 +EBUILD python-report-0.23.ebuild 1474 RMD160 d854cf0932ec57fd2dc503f6d3f= d3cb7a1da90c5 SHA1 370da4a4622231a045938e99fd67739ee881f505 SHA256 625528= 3d4fb28fdd3254bded7a54580fbd1729149a83136205f0650135ef9504 diff --git a/dev-python/python-report/python-report-0.23.ebuild b/dev-pyt= hon/python-report/python-report-0.23.ebuild index ac236de..9ee393b 100644 --- a/dev-python/python-report/python-report-0.23.ebuild +++ b/dev-python/python-report/python-report-0.23.ebuild @@ -25,9 +25,6 @@ RDEPEND=3D"dev-libs/openssl =20 src_prepare() { =20 - epatch "${FILESDIR}"/${P}-disable-rpm.patch - epatch "${FILESDIR}"/${P}-fix-version-detection.patch - eautoreconf || die "cannot run eautoreconf" autoreconf -i || die "wtf" eautomake || die "cannot run eautomake"