From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6DD1F1395E2 for ; Sun, 6 Nov 2016 22:30:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1588E081C; Sun, 6 Nov 2016 22:30:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97D52E081C for ; Sun, 6 Nov 2016 22:30:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 840CD340C97 for ; Sun, 6 Nov 2016 22:30:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA1F7249D for ; Sun, 6 Nov 2016 22:30:13 +0000 (UTC) From: "Rafael Martins" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rafael Martins" Message-ID: <1478470448.ad3e4995c84af6432be00414f90e0653a70d8b9c.rafaelmartins@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/distpatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/distpatch/Manifest app-portage/distpatch/distpatch-0.1.1.ebuild app-portage/distpatch/distpatch-0.1.2.ebuild X-VCS-Directories: app-portage/distpatch/ X-VCS-Committer: rafaelmartins X-VCS-Committer-Name: Rafael Martins X-VCS-Revision: ad3e4995c84af6432be00414f90e0653a70d8b9c X-VCS-Branch: master Date: Sun, 6 Nov 2016 22:30: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 X-Archives-Salt: 27f5815e-9c06-4459-bc25-a1a9994592f0 X-Archives-Hash: 8a14cac4c6d40026bdecf9db3ca3bded commit: ad3e4995c84af6432be00414f90e0653a70d8b9c Author: Rafael Martins gentoo org> AuthorDate: Sun Nov 6 22:13:50 2016 +0000 Commit: Rafael Martins gentoo org> CommitDate: Sun Nov 6 22:14:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad3e4995 app-portage/distpatch: version bump. ported to distutils-r1 Package-Manager: portage-2.2.28 app-portage/distpatch/Manifest | 2 +- .../{distpatch-0.1.1.ebuild => distpatch-0.1.2.ebuild} | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/app-portage/distpatch/Manifest b/app-portage/distpatch/Manifest index 80225f0..9232af3 100644 --- a/app-portage/distpatch/Manifest +++ b/app-portage/distpatch/Manifest @@ -1 +1 @@ -DIST distpatch-0.1.1.tar.gz 19768 SHA256 1a455b14ebef9a6654f08b5280617dcd291e882ff42cd2f28d12b53579594522 SHA512 232a011a7acea42e163a127f640594dd6702aa6c162034be24804c04fc458eab43948c7c5028ee8c49b564ec589564fb80e83ffb9d97c142e3f1c138a25e2739 WHIRLPOOL d6947424d1002b371201a24df6c277afdd81d4282bb91f88eff41777f0cf0a7e7f6ce6b53f688dc27f43bbf9fde8354af705351a119b2af71b8ff4a367e320da +DIST distpatch-0.1.2.tar.gz 19998 SHA256 97452cf226d390c0d4634d4b985040228cc7e22551322ea949ef6c72eb6771a2 SHA512 f4dd08fd69a5b2030e0b912c1153994bcc03f40af65fff185231a220c110d0e7b5a4acf402d116e9dbfef86b13d17036ca563d0fefd89bc62809e1ecc9acf1ed WHIRLPOOL 4577cc6361212b52c4ff7a25a4d50b4b8bccbccb0d2081a61a3dbcfcb7bf0d4b09d8bfddcbc1c8607e30a4dca7d74336386a01d483697acbd7268bd7e454225d diff --git a/app-portage/distpatch/distpatch-0.1.1.ebuild b/app-portage/distpatch/distpatch-0.1.2.ebuild similarity index 67% rename from app-portage/distpatch/distpatch-0.1.1.ebuild rename to app-portage/distpatch/distpatch-0.1.2.ebuild index b6ae885..bb3bc33 100644 --- a/app-portage/distpatch/distpatch-0.1.1.ebuild +++ b/app-portage/distpatch/distpatch-0.1.2.ebuild @@ -1,18 +1,16 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=3 +EAPI=6 -PYTHON_DEPEND='*:2.6' -SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS='2.4 2.5 3.*' +PYTHON_COMPAT=( python2_7 ) -inherit distutils +inherit distutils-r1 DESCRIPTION="Distfile Patching Support for Gentoo Linux (tools)" HOMEPAGE="https://www.gentoo.org/proj/en/infrastructure/distpatch/" -SRC_URI="mirror://github/rafaelmartins/${PN}/${P}.tar.gz" +SRC_URI="https://github.com/rafaelmartins/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"