commit: ad3e4995c84af6432be00414f90e0653a70d8b9c
Author: Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 6 22:13:50 2016 +0000
Commit: Rafael Martins <rafaelmartins <AT> gentoo <DOT> 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"