idella4 15/03/08 08:25:25 Modified: ChangeLog Added: mpatch-0.8-r1.ebuild Removed: mpatch-0.8.ebuild Log: 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)
Revision Changes Path 1.5 dev-util/mpatch/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mpatch/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mpatch/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mpatch/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/mpatch/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 10 Aug 2014 21:28:38 -0000 1.4 +++ ChangeLog 8 Mar 2015 08:25:25 -0000 1.5 @@ -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 <[email protected]> +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 <[email protected]> mpatch-0.8.ebuild: QA: drop trailing '.' from DESCRIPTION 1.1 dev-util/mpatch/mpatch-0.8-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mpatch/mpatch-0.8-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mpatch/mpatch-0.8-r1.ebuild?rev=1.1&content-type=text/plain Index: mpatch-0.8-r1.ebuild =================================================================== # 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-r1.ebuild,v 1.1 2015/03/08 08:25:25 idella4 Exp $ EAPI=5 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/" SRC_URI="http://oss.oracle.com/~mason/mpatch/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc" IUSE="" DEPEND="" RDEPEND="" pkg_setup() { python-single-r1_pkg_setup } src_install() { distutils-r1_src_install dobin cmd/qp cmd/mp }
