summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2015-03-08 08:25:25 +0000
committerIan Delaney <idella4@gentoo.org>2015-03-08 08:25:25 +0000
commit5dfffb5d04c3f6358b09a368134b6ab37f9731c5 (patch)
tree78ba2b49de0305e26c0b8adbb568cb7c93281f73 /dev-util/mpatch
parentVersion bump. (diff)
downloadgentoo-2-5dfffb5d04c3f6358b09a368134b6ab37f9731c5.tar.gz
gentoo-2-5dfffb5d04c3f6358b09a368134b6ab37f9731c5.tar.bz2
gentoo-2-5dfffb5d04c3f6358b09a368134b6ab37f9731c5.zip
revbump; conversion -> distutils-r1, rm old, timeout on bug #540918, closes said bug
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-util/mpatch')
-rw-r--r--dev-util/mpatch/ChangeLog11
-rw-r--r--dev-util/mpatch/mpatch-0.8-r1.ebuild (renamed from dev-util/mpatch/mpatch-0.8.ebuild)19
2 files changed, 19 insertions, 11 deletions
diff --git a/dev-util/mpatch/ChangeLog b/dev-util/mpatch/ChangeLog
index 03027f00c40d..75c6f734761b 100644
--- a/dev-util/mpatch/ChangeLog
+++ b/dev-util/mpatch/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-util/mpatch
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mpatch/ChangeLog,v 1.4 2014/08/10 21:28:38 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mpatch/ChangeLog,v 1.5 2015/03/08 08:25:25 idella4 Exp $
+
+*mpatch-0.8-r1 (08 Mar 2015)
+
+ 08 Mar 2015; Ian Delaney <idella4@gentoo.org> +mpatch-0.8-r1.ebuild,
+ -mpatch-0.8.ebuild:
+ revbump; conversion -> distutils-r1, rm old, timeout on bug #540918, closes
+ said bug
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> mpatch-0.8.ebuild:
QA: drop trailing '.' from DESCRIPTION
diff --git a/dev-util/mpatch/mpatch-0.8.ebuild b/dev-util/mpatch/mpatch-0.8-r1.ebuild
index a8ba6a1b55cf..eefa30c5e0d1 100644
--- a/dev-util/mpatch/mpatch-0.8.ebuild
+++ b/dev-util/mpatch/mpatch-0.8-r1.ebuild
@@ -1,11 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mpatch/mpatch-0.8.ebuild,v 1.4 2014/08/10 21:28:38 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mpatch/mpatch-0.8-r1.ebuild,v 1.1 2015/03/08 08:25:25 idella4 Exp $
-EAPI="3"
-PYTHON_DEPEND="2"
+EAPI=5
-inherit distutils
+PYTHON_COMPAT=( python2_7 )
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1
DESCRIPTION="Patch-like tool for applying diffs which can resolve common causes of patch rejects"
HOMEPAGE="http://oss.oracle.com/~mason/mpatch/"
@@ -20,11 +22,10 @@ DEPEND=""
RDEPEND=""
pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
+ python-single-r1_pkg_setup
}
src_install() {
- distutils_src_install
- dobin cmd/qp cmd/mp || die "dobin failed"
+ distutils-r1_src_install
+ dobin cmd/qp cmd/mp
}