diff options
-rw-r--r-- | dev-util/mpatch/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/mpatch/mpatch-0.8.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-util/mpatch/ChangeLog b/dev-util/mpatch/ChangeLog index bb17966d331b..867f52498440 100644 --- a/dev-util/mpatch/ChangeLog +++ b/dev-util/mpatch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/mpatch -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mpatch/ChangeLog,v 1.2 2011/04/07 19:25:10 arfrever Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mpatch/ChangeLog,v 1.3 2013/11/06 04:51:24 patrick Exp $ + + 06 Nov 2013; Patrick Lauer <patrick@gentoo.org> mpatch-0.8.ebuild: + Shorten description, make repoman happier 07 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> mpatch-0.8.ebuild: @@ -11,4 +14,3 @@ 18 Aug 2007; Robin H. Johnson <robbat2@gentoo.org> +metadata.xml, +mpatch-0.8.ebuild: Initial Commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. - diff --git a/dev-util/mpatch/mpatch-0.8.ebuild b/dev-util/mpatch/mpatch-0.8.ebuild index f7df8263d546..83ab35541007 100644 --- a/dev-util/mpatch/mpatch-0.8.ebuild +++ b/dev-util/mpatch/mpatch-0.8.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 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.2 2011/04/07 19:25:10 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/mpatch/mpatch-0.8.ebuild,v 1.3 2013/11/06 04:51:24 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" inherit distutils -DESCRIPTION="mpatch applies diffs and is generally similar to patch, but it can also help resolve a number of common causes of patch rejects." +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" |