diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2014-07-04 11:25:41 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2014-07-04 11:25:41 +0000 |
commit | a4942288c2571ca646dbddf0dea7b680ed64cf95 (patch) | |
tree | 542b76652a13e9f1c2aeee8cc64f16797157d736 | |
parent | Update multilib stable mask (diff) | |
download | gentoo-2-a4942288c2571ca646dbddf0dea7b680ed64cf95.tar.gz gentoo-2-a4942288c2571ca646dbddf0dea7b680ed64cf95.tar.bz2 gentoo-2-a4942288c2571ca646dbddf0dea7b680ed64cf95.zip |
Version bump. Removed old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
-rw-r--r-- | dev-vcs/mercurial/ChangeLog | 8 | ||||
-rw-r--r-- | dev-vcs/mercurial/mercurial-3.0.2.ebuild (renamed from dev-vcs/mercurial/mercurial-3.0.ebuild) | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-vcs/mercurial/ChangeLog b/dev-vcs/mercurial/ChangeLog index 927fdc4fdb26..86b4238d94ff 100644 --- a/dev-vcs/mercurial/ChangeLog +++ b/dev-vcs/mercurial/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-vcs/mercurial # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.148 2014/06/02 21:54:30 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.149 2014/07/04 11:25:41 polynomial-c Exp $ + +*mercurial-3.0.2 (04 Jul 2014) + + 04 Jul 2014; Lars Wendler <polynomial-c@gentoo.org> -mercurial-3.0.ebuild, + +mercurial-3.0.2.ebuild: + Version bump. Removed old. 02 Jun 2014; Lars Wendler <polynomial-c@gentoo.org> mercurial-3.0.1.ebuild, +files/mercurial-3.0.1-po_fixes.patch: diff --git a/dev-vcs/mercurial/mercurial-3.0.ebuild b/dev-vcs/mercurial/mercurial-3.0.2.ebuild index 60a50cf673d5..130994f1fc0d 100644 --- a/dev-vcs/mercurial/mercurial-3.0.ebuild +++ b/dev-vcs/mercurial/mercurial-3.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-3.0.ebuild,v 1.1 2014/05/02 06:57:00 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-3.0.2.ebuild,v 1.1 2014/07/04 11:25:41 polynomial-c Exp $ EAPI=5 @@ -28,6 +28,8 @@ DEPEND="emacs? ( virtual/emacs ) SITEFILE="70${PN}-gentoo.el" +PATCHES=( "${FILESDIR}/${PN}-3.0.1-po_fixes.patch" ) + python_prepare_all() { # fix up logic that won't work in Gentoo Prefix (also won't outside in # certain cases), bug #362891 |