diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2014-04-17 21:21:56 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2014-04-17 21:21:56 +0000 |
commit | d7eb417852cb38861e8ff9dbd3ccc89ab700f905 (patch) | |
tree | d43b70566cc23f37ffba85da68f09bb31dd5fa5f /dev-vcs/hg-fast-export | |
parent | migrate to distutils-r1 thanks to much help from mgorny (diff) | |
download | gentoo-2-d7eb417852cb38861e8ff9dbd3ccc89ab700f905.tar.gz gentoo-2-d7eb417852cb38861e8ff9dbd3ccc89ab700f905.tar.bz2 gentoo-2-d7eb417852cb38861e8ff9dbd3ccc89ab700f905.zip |
version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'dev-vcs/hg-fast-export')
-rw-r--r-- | dev-vcs/hg-fast-export/ChangeLog | 8 | ||||
-rw-r--r-- | dev-vcs/hg-fast-export/hg-fast-export-20140328.ebuild (renamed from dev-vcs/hg-fast-export/hg-fast-export-20140316.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-vcs/hg-fast-export/ChangeLog b/dev-vcs/hg-fast-export/ChangeLog index c97cd4e1b423..8ceec01b6c3b 100644 --- a/dev-vcs/hg-fast-export/ChangeLog +++ b/dev-vcs/hg-fast-export/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-vcs/hg-fast-export # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-fast-export/ChangeLog,v 1.1 2014/03/21 22:34:00 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-fast-export/ChangeLog,v 1.2 2014/04/17 21:21:56 ottxor Exp $ + +*hg-fast-export-20140328 (17 Apr 2014) + + 17 Apr 2014; Christoph Junghans <ottxor@gentoo.org> + +hg-fast-export-20140328.ebuild, -hg-fast-export-20140316.ebuild: + version bump *hg-fast-export-20140316 (21 Mar 2014) diff --git a/dev-vcs/hg-fast-export/hg-fast-export-20140316.ebuild b/dev-vcs/hg-fast-export/hg-fast-export-20140328.ebuild index 846f4a4d4646..b44512bd6254 100644 --- a/dev-vcs/hg-fast-export/hg-fast-export-20140316.ebuild +++ b/dev-vcs/hg-fast-export/hg-fast-export-20140328.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/hg-fast-export/hg-fast-export-20140316.ebuild,v 1.1 2014/03/21 22:34:00 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-fast-export/hg-fast-export-20140328.ebuild,v 1.1 2014/04/17 21:21:56 ottxor Exp $ EAPI=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_6,2_7} ) inherit python-r1 vcs-snapshot -COMMIT="7937dfaad571289c1190986d36cd2e08261e4c64" +COMMIT="779e2f6da887729fc513f5efceaa3a3083858c9b" DESCRIPTION="mercurial to git converter using git-fast-import" HOMEPAGE="https://github.com/frej/fast-export" SRC_URI="${HOMEPAGE}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" |