[gentoo-commits] repo/gentoo:master commit in: dev-vcs/hg-fast-export/

2020-01-04 Thread Mikle Kolyada
commit: c34085c197eda0aa55cc849f5b8f243ceaf50918
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jan  4 09:10:16 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jan  4 09:10:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c34085c1

dev-vcs/hg-fast-export: remove last-rited pkg

Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-vcs/hg-fast-export/Manifest|  2 --
 .../hg-fast-export/hg-fast-export-160914.ebuild| 40 -
 .../hg-fast-export/hg-fast-export-190107.ebuild| 41 --
 dev-vcs/hg-fast-export/metadata.xml| 12 ---
 4 files changed, 95 deletions(-)

diff --git a/dev-vcs/hg-fast-export/Manifest b/dev-vcs/hg-fast-export/Manifest
deleted file mode 100644
index 08115cbaa4e..000
--- a/dev-vcs/hg-fast-export/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST hg-fast-export-160914.tar.gz 11379 BLAKE2B 
b751fd954af7a69430459c27dc1948d82aa7abd71db48fcdb98bb0d1b8151910b3417723d2acac1192d26b7f8dde98739b24fd90833fae5d123408293a4c274a
 SHA512 
9e57e7835cc50e8db5d2ebf840d60b4ce25ec19e9722e705eba1178cc41fde57129664de3e1fc157ce8352632c8d0b8be33109afa50b53e159793a8a2ed21fea
-DIST hg-fast-export-190107.tar.gz 17774 BLAKE2B 
f490c59299d2e486b2b8854cba10630a7b6ebec60bb5f71d342c537e7fee9df3c2bda9264b9e3f865fb0d50bdd0fa1cf125611a2b890c5d79e947d905e4d14f9
 SHA512 
5449aeb717e1e550fb4c4908be994cb642d4ac2947bda3ae50a9f4024c48426f5b07438081800882000797aa181ccfcb304dfcf18c079ee91c9645bd20b583fd

diff --git a/dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild 
b/dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild
deleted file mode 100644
index 60a39b304cf..000
--- a/dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-r1 vcs-snapshot
-
-DESCRIPTION="mercurial to git converter using git-fast-import"
-HOMEPAGE="https://github.com/frej/fast-export;
-SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
-   dev-vcs/git
-   dev-vcs/mercurial"
-
-src_prepare() {
-   default
-   sed -e '/^PYTHON/s/python/&2.7/' \
-   -e '/^PYTHON/s/PYTHON:/E&/g' \
-   -e "/^ROOT/s:=.*:='${EPREFIX}/usr/bin':" \
-   -i "${PN}".sh hg-reset.sh || die
-}
-
-src_install() {
-   default
-   newbin "${PN}".sh "${PN}"
-   newbin hg-reset.sh hg-reset
-   python_foreach_impl python_doexe "${PN}".py
-   python_foreach_impl python_doexe hg-reset.py
-   python_foreach_impl python_domodule hg2git.py
-}

diff --git a/dev-vcs/hg-fast-export/hg-fast-export-190107.ebuild 
b/dev-vcs/hg-fast-export/hg-fast-export-190107.ebuild
deleted file mode 100644
index df39ee8c1cb..000
--- a/dev-vcs/hg-fast-export/hg-fast-export-190107.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-r1 vcs-snapshot
-
-DESCRIPTION="mercurial to git converter using git-fast-import"
-HOMEPAGE="https://github.com/frej/fast-export;
-SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
-   dev-vcs/git
-   dev-vcs/mercurial
-   dev-python/python-pluginloader[${PYTHON_USEDEP}]"
-
-src_prepare() {
-   default
-   sed -e '/^PYTHON/s/python2\?/python2.7/' \
-   -e '/^PYTHON/s/PYTHON:/E&/g' \
-   -e "/^ROOT/s:=.*:='${EPREFIX}/usr/bin':" \
-   -i "${PN}".sh hg-reset.sh || die
-}
-
-src_install() {
-   default
-   newbin "${PN}".sh "${PN}"
-   newbin hg-reset.sh hg-reset
-   python_foreach_impl python_doexe "${PN}".py
-   python_foreach_impl python_doexe hg-reset.py
-   python_foreach_impl python_domodule hg2git.py
-}

diff --git a/dev-vcs/hg-fast-export/metadata.xml 
b/dev-vcs/hg-fast-export/metadata.xml
deleted file mode 100644
index 9886b5971a1..000
--- a/dev-vcs/hg-fast-export/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   jungh...@gentoo.org
-   Christoph Junghans
-   
-   
-   frej/fast-export
-   https://github.com/frej/fast-export/issues
-   
-



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/hg-fast-export/

2019-03-01 Thread Christoph Junghans
commit: 56c627b0c8129990685b070d471ff166f15fbe75
Author: Christoph Junghans  gentoo  org>
AuthorDate: Fri Mar  1 22:22:43 2019 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Fri Mar  1 22:24:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c627b0

dev-vcs/hg-fast-export: version bump

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Christoph Junghans  gentoo.org>

 dev-vcs/hg-fast-export/Manifest|  1 +
 .../hg-fast-export/hg-fast-export-190107.ebuild| 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-vcs/hg-fast-export/Manifest b/dev-vcs/hg-fast-export/Manifest
index 497e7a8f9b9..08115cbaa4e 100644
--- a/dev-vcs/hg-fast-export/Manifest
+++ b/dev-vcs/hg-fast-export/Manifest
@@ -1 +1,2 @@
 DIST hg-fast-export-160914.tar.gz 11379 BLAKE2B 
b751fd954af7a69430459c27dc1948d82aa7abd71db48fcdb98bb0d1b8151910b3417723d2acac1192d26b7f8dde98739b24fd90833fae5d123408293a4c274a
 SHA512 
9e57e7835cc50e8db5d2ebf840d60b4ce25ec19e9722e705eba1178cc41fde57129664de3e1fc157ce8352632c8d0b8be33109afa50b53e159793a8a2ed21fea
+DIST hg-fast-export-190107.tar.gz 17774 BLAKE2B 
f490c59299d2e486b2b8854cba10630a7b6ebec60bb5f71d342c537e7fee9df3c2bda9264b9e3f865fb0d50bdd0fa1cf125611a2b890c5d79e947d905e4d14f9
 SHA512 
5449aeb717e1e550fb4c4908be994cb642d4ac2947bda3ae50a9f4024c48426f5b07438081800882000797aa181ccfcb304dfcf18c079ee91c9645bd20b583fd

diff --git a/dev-vcs/hg-fast-export/hg-fast-export-190107.ebuild 
b/dev-vcs/hg-fast-export/hg-fast-export-190107.ebuild
new file mode 100644
index 000..df39ee8c1cb
--- /dev/null
+++ b/dev-vcs/hg-fast-export/hg-fast-export-190107.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-r1 vcs-snapshot
+
+DESCRIPTION="mercurial to git converter using git-fast-import"
+HOMEPAGE="https://github.com/frej/fast-export;
+SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+   dev-vcs/git
+   dev-vcs/mercurial
+   dev-python/python-pluginloader[${PYTHON_USEDEP}]"
+
+src_prepare() {
+   default
+   sed -e '/^PYTHON/s/python2\?/python2.7/' \
+   -e '/^PYTHON/s/PYTHON:/E&/g' \
+   -e "/^ROOT/s:=.*:='${EPREFIX}/usr/bin':" \
+   -i "${PN}".sh hg-reset.sh || die
+}
+
+src_install() {
+   default
+   newbin "${PN}".sh "${PN}"
+   newbin hg-reset.sh hg-reset
+   python_foreach_impl python_doexe "${PN}".py
+   python_foreach_impl python_doexe hg-reset.py
+   python_foreach_impl python_domodule hg2git.py
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/hg-fast-export/

2017-04-20 Thread David Seifert
commit: 5294d58efc390bec729a95702dc3872a07435d13
Author: David Seifert  gentoo  org>
AuthorDate: Thu Apr 20 20:40:54 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Apr 20 20:48:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5294d58e

dev-vcs/hg-fast-export: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild 
b/dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild
index 312d5b791e9..60a39b304cf 100644
--- a/dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild
+++ b/dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,11 +15,12 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND=""
-RDEPEND="dev-vcs/git
-   dev-vcs/mercurial
-   ${PYTHON_DEPS}"
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
+   dev-vcs/git
+   dev-vcs/mercurial"
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/hg-fast-export/

2016-09-14 Thread Christoph Junghans
commit: 7764cc7d84f50a520759c138e6965cfaf3d392f4
Author: Christoph Junghans  gentoo  org>
AuthorDate: Wed Sep 14 21:12:38 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Sep 14 21:12:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7764cc7d

dev-vcs/hg-fast-export: clean up

Package-Manager: portage-2.2.28

 dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild 
b/dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild
index a268d75..f7cbb05 100644
--- a/dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild
+++ b/dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild
@@ -8,7 +8,6 @@ PYTHON_COMPAT=( python2_7 )
 
 inherit python-r1 vcs-snapshot
 
-COMMIT="v${PV#20}"
 DESCRIPTION="mercurial to git converter using git-fast-import"
 HOMEPAGE="https://github.com/frej/fast-export;
 SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/hg-fast-export/

2016-09-14 Thread Christoph Junghans
commit: 7ccfe1f9f9c79ffbd38b9aa91f072eaab190693f
Author: Louis Sautier  gmail  com>
AuthorDate: Tue Sep 13 23:21:43 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Sep 14 15:16:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ccfe1f9

dev-vcs/hg-fast-export: bump to 20160914, add ~x86

Package-Manager: portage-2.3.0

 dev-vcs/hg-fast-export/Manifest|  1 +
 .../hg-fast-export/hg-fast-export-20160914.ebuild  | 41 ++
 dev-vcs/hg-fast-export/metadata.xml|  1 +
 3 files changed, 43 insertions(+)

diff --git a/dev-vcs/hg-fast-export/Manifest b/dev-vcs/hg-fast-export/Manifest
index 19cb245..2ef08d5 100644
--- a/dev-vcs/hg-fast-export/Manifest
+++ b/dev-vcs/hg-fast-export/Manifest
@@ -1,3 +1,4 @@
 DIST hg-fast-export-20140328.tar.gz 14436 SHA256 
a580dcd0ab2205de8e59cd3c46a23661799e433293b5a8d52179632eead0a690 SHA512 
9eb7613634a176a5f273f5f86d0cdc544b360e98743866e47cf36859e1a84e95bb88b646e7c36d8671b7c7e61a0601684c38372c95aa173d324b897d6db7a39c
 WHIRLPOOL 
1dd863a7685713fe244d71af1d7ffcbcb45a0904fad0cd31be64b524c7e5d37bd51ad13c11205eb587e606b57148f86041f334423d808335bf3137c46be9ce31
 DIST hg-fast-export-20140706.tar.gz 14671 SHA256 
cab19797e7903fc7c6aeee00317d27608d1724837554c2dea47ac531b348cd73 SHA512 
1c7421f6944af822dd0a6b8ac23c31f198b15da77a16773c5fd80371c3e059e1f45c1e67e5d88cfcf130e648252a76d923badf7fa2e0e3bd1a32e561c1c8f150
 WHIRLPOOL 
43d96daf9a77b18c7e7e2fe5375107a00e2b92f4ee1ed303534dfff42077b0a27c52ab65b89f308e3f5bda23f58a4f073537c60c69e94fed7f191e22bb04a49c
 DIST hg-fast-export-20150816.tar.gz 15245 SHA256 
d1c31db38318ce8af1abcdc75a02ee9f738ff652f602309ce4ded884ad8d1406 SHA512 
d6276c4f2eaaf580d2218f8561e9e60191dfcecdfbc612e0d216475fd16d1257c65ea95415cdd9a57a1c7f18773d616fad610a7931747e6579d6529e40a84a8a
 WHIRLPOOL 
fb6106fec5e33e26843d1967ce6f9eacb570906b5e77b62732820f85cc54eadcbd218a3e53c7fef00d9621865b0c976537e02c9f4c13a25fca53c57cf975d026
+DIST hg-fast-export-20160914.tar.gz 11379 SHA256 
1eb2c520f9fa93413d17e4a4551e3dde0dad31564498f1204b191741bd5a4763 SHA512 
9e57e7835cc50e8db5d2ebf840d60b4ce25ec19e9722e705eba1178cc41fde57129664de3e1fc157ce8352632c8d0b8be33109afa50b53e159793a8a2ed21fea
 WHIRLPOOL 
53daa9e7ab09f39b76b3eea28fcf8be080a2841cbba146626aabc147c8f3343de06e9f1c9a9aae34f90a4d86eb138f234fe71bd554c723a70a3cb8cb1f0d40df

diff --git a/dev-vcs/hg-fast-export/hg-fast-export-20160914.ebuild 
b/dev-vcs/hg-fast-export/hg-fast-export-20160914.ebuild
new file mode 100644
index ..91fdee4
--- /dev/null
+++ b/dev-vcs/hg-fast-export/hg-fast-export-20160914.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-r1 vcs-snapshot
+
+COMMIT="v${PV#20}"
+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"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-vcs/git
+   dev-vcs/mercurial
+   ${PYTHON_DEPS}"
+
+src_prepare() {
+   default
+   sed -e '/^PYTHON/s/python/&2.7/' \
+   -e '/^PYTHON/s/PYTHON:/E&/g' \
+   -e "/^ROOT/s:=.*:='${EPREFIX}/usr/bin':" \
+   -i "${PN}".sh hg-reset.sh || die
+}
+
+src_install() {
+   default
+   newbin "${PN}".sh "${PN}"
+   newbin hg-reset.sh hg-reset
+   python_foreach_impl python_doexe "${PN}".py
+   python_foreach_impl python_doexe hg-reset.py
+   python_foreach_impl python_domodule hg2git.py
+}

diff --git a/dev-vcs/hg-fast-export/metadata.xml 
b/dev-vcs/hg-fast-export/metadata.xml
index 24aedea..c6493cd 100644
--- a/dev-vcs/hg-fast-export/metadata.xml
+++ b/dev-vcs/hg-fast-export/metadata.xml
@@ -7,5 +7,6 @@


frej/fast-export
+   https://github.com/frej/fast-export/issues

 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/hg-fast-export/

2016-09-14 Thread Christoph Junghans
commit: 82af43101ecdb57aa1bb3f0e4ddadd6bd7ffe786
Author: Louis Sautier  gmail  com>
AuthorDate: Wed Sep 14 07:27:07 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Sep 14 15:16:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82af4310

dev-vcs/hg-fast-export: remove old

Package-Manager: portage-2.3.0

 dev-vcs/hg-fast-export/Manifest|  1 -
 .../hg-fast-export/hg-fast-export-20140328.ebuild  | 37 --
 2 files changed, 38 deletions(-)

diff --git a/dev-vcs/hg-fast-export/Manifest b/dev-vcs/hg-fast-export/Manifest
index 2ef08d5..d59c9d7 100644
--- a/dev-vcs/hg-fast-export/Manifest
+++ b/dev-vcs/hg-fast-export/Manifest
@@ -1,4 +1,3 @@
-DIST hg-fast-export-20140328.tar.gz 14436 SHA256 
a580dcd0ab2205de8e59cd3c46a23661799e433293b5a8d52179632eead0a690 SHA512 
9eb7613634a176a5f273f5f86d0cdc544b360e98743866e47cf36859e1a84e95bb88b646e7c36d8671b7c7e61a0601684c38372c95aa173d324b897d6db7a39c
 WHIRLPOOL 
1dd863a7685713fe244d71af1d7ffcbcb45a0904fad0cd31be64b524c7e5d37bd51ad13c11205eb587e606b57148f86041f334423d808335bf3137c46be9ce31
 DIST hg-fast-export-20140706.tar.gz 14671 SHA256 
cab19797e7903fc7c6aeee00317d27608d1724837554c2dea47ac531b348cd73 SHA512 
1c7421f6944af822dd0a6b8ac23c31f198b15da77a16773c5fd80371c3e059e1f45c1e67e5d88cfcf130e648252a76d923badf7fa2e0e3bd1a32e561c1c8f150
 WHIRLPOOL 
43d96daf9a77b18c7e7e2fe5375107a00e2b92f4ee1ed303534dfff42077b0a27c52ab65b89f308e3f5bda23f58a4f073537c60c69e94fed7f191e22bb04a49c
 DIST hg-fast-export-20150816.tar.gz 15245 SHA256 
d1c31db38318ce8af1abcdc75a02ee9f738ff652f602309ce4ded884ad8d1406 SHA512 
d6276c4f2eaaf580d2218f8561e9e60191dfcecdfbc612e0d216475fd16d1257c65ea95415cdd9a57a1c7f18773d616fad610a7931747e6579d6529e40a84a8a
 WHIRLPOOL 
fb6106fec5e33e26843d1967ce6f9eacb570906b5e77b62732820f85cc54eadcbd218a3e53c7fef00d9621865b0c976537e02c9f4c13a25fca53c57cf975d026
 DIST hg-fast-export-20160914.tar.gz 11379 SHA256 
1eb2c520f9fa93413d17e4a4551e3dde0dad31564498f1204b191741bd5a4763 SHA512 
9e57e7835cc50e8db5d2ebf840d60b4ce25ec19e9722e705eba1178cc41fde57129664de3e1fc157ce8352632c8d0b8be33109afa50b53e159793a8a2ed21fea
 WHIRLPOOL 
53daa9e7ab09f39b76b3eea28fcf8be080a2841cbba146626aabc147c8f3343de06e9f1c9a9aae34f90a4d86eb138f234fe71bd554c723a70a3cb8cb1f0d40df

diff --git a/dev-vcs/hg-fast-export/hg-fast-export-20140328.ebuild 
b/dev-vcs/hg-fast-export/hg-fast-export-20140328.ebuild
deleted file mode 100644
index d773433..
--- a/dev-vcs/hg-fast-export/hg-fast-export-20140328.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-r1 vcs-snapshot
-
-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"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-vcs/git
-   dev-vcs/mercurial
-   ${PYTHON_DEPS}"
-
-src_prepare() {
-   sed -e '/^PYTHON/s/python/&2/' \
-   -e 's/PYTHON/E&/g' \
-   -i "${PN}".sh || die
-   rm Makefile || die #don't compile old svn2git code
-}
-
-src_install() {
-   newbin "${PN}".sh "${PN}"
-   python_foreach_impl python_doexe "${PN}".py
-   python_foreach_impl python_domodule hg2git.py
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/hg-fast-export/

2016-09-14 Thread Christoph Junghans
commit: adc35fd8f43857c23142c4c03973e7f450c673f1
Author: Christoph Junghans  gentoo  org>
AuthorDate: Wed Sep 14 15:15:36 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Sep 14 15:16:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc35fd8

dev-vcs/hg-fast-export: follow upstream versioning

fixes #2325 (on github)

Package-Manager: portage-2.2.28

 dev-vcs/hg-fast-export/Manifest | 2 +-
 .../{hg-fast-export-20160914.ebuild => hg-fast-export-160914.ebuild}| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/hg-fast-export/Manifest b/dev-vcs/hg-fast-export/Manifest
index 97671d1..c5e006d 100644
--- a/dev-vcs/hg-fast-export/Manifest
+++ b/dev-vcs/hg-fast-export/Manifest
@@ -1 +1 @@
-DIST hg-fast-export-20160914.tar.gz 11379 SHA256 
1eb2c520f9fa93413d17e4a4551e3dde0dad31564498f1204b191741bd5a4763 SHA512 
9e57e7835cc50e8db5d2ebf840d60b4ce25ec19e9722e705eba1178cc41fde57129664de3e1fc157ce8352632c8d0b8be33109afa50b53e159793a8a2ed21fea
 WHIRLPOOL 
53daa9e7ab09f39b76b3eea28fcf8be080a2841cbba146626aabc147c8f3343de06e9f1c9a9aae34f90a4d86eb138f234fe71bd554c723a70a3cb8cb1f0d40df
+DIST hg-fast-export-160914.tar.gz 11379 SHA256 
1eb2c520f9fa93413d17e4a4551e3dde0dad31564498f1204b191741bd5a4763 SHA512 
9e57e7835cc50e8db5d2ebf840d60b4ce25ec19e9722e705eba1178cc41fde57129664de3e1fc157ce8352632c8d0b8be33109afa50b53e159793a8a2ed21fea
 WHIRLPOOL 
53daa9e7ab09f39b76b3eea28fcf8be080a2841cbba146626aabc147c8f3343de06e9f1c9a9aae34f90a4d86eb138f234fe71bd554c723a70a3cb8cb1f0d40df

diff --git a/dev-vcs/hg-fast-export/hg-fast-export-20160914.ebuild 
b/dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild
similarity index 93%
rename from dev-vcs/hg-fast-export/hg-fast-export-20160914.ebuild
rename to dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild
index 91fdee4..a268d75 100644
--- a/dev-vcs/hg-fast-export/hg-fast-export-20160914.ebuild
+++ b/dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild
@@ -11,7 +11,7 @@ inherit python-r1 vcs-snapshot
 COMMIT="v${PV#20}"
 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"
+SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/hg-fast-export/

2016-09-14 Thread Christoph Junghans
commit: 25d185370f33be70af599c8d0fd2b0056e01a0a0
Author: Christoph Junghans  gentoo  org>
AuthorDate: Wed Sep 14 15:12:16 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Wed Sep 14 15:16:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25d18537

dev-vcs/hg-fast-export: remove old

Package-Manager: portage-2.2.28

 dev-vcs/hg-fast-export/Manifest|  2 --
 .../hg-fast-export/hg-fast-export-20140706.ebuild  | 39 --
 .../hg-fast-export/hg-fast-export-20150816.ebuild  | 39 --
 3 files changed, 80 deletions(-)

diff --git a/dev-vcs/hg-fast-export/Manifest b/dev-vcs/hg-fast-export/Manifest
index d59c9d7..97671d1 100644
--- a/dev-vcs/hg-fast-export/Manifest
+++ b/dev-vcs/hg-fast-export/Manifest
@@ -1,3 +1 @@
-DIST hg-fast-export-20140706.tar.gz 14671 SHA256 
cab19797e7903fc7c6aeee00317d27608d1724837554c2dea47ac531b348cd73 SHA512 
1c7421f6944af822dd0a6b8ac23c31f198b15da77a16773c5fd80371c3e059e1f45c1e67e5d88cfcf130e648252a76d923badf7fa2e0e3bd1a32e561c1c8f150
 WHIRLPOOL 
43d96daf9a77b18c7e7e2fe5375107a00e2b92f4ee1ed303534dfff42077b0a27c52ab65b89f308e3f5bda23f58a4f073537c60c69e94fed7f191e22bb04a49c
-DIST hg-fast-export-20150816.tar.gz 15245 SHA256 
d1c31db38318ce8af1abcdc75a02ee9f738ff652f602309ce4ded884ad8d1406 SHA512 
d6276c4f2eaaf580d2218f8561e9e60191dfcecdfbc612e0d216475fd16d1257c65ea95415cdd9a57a1c7f18773d616fad610a7931747e6579d6529e40a84a8a
 WHIRLPOOL 
fb6106fec5e33e26843d1967ce6f9eacb570906b5e77b62732820f85cc54eadcbd218a3e53c7fef00d9621865b0c976537e02c9f4c13a25fca53c57cf975d026
 DIST hg-fast-export-20160914.tar.gz 11379 SHA256 
1eb2c520f9fa93413d17e4a4551e3dde0dad31564498f1204b191741bd5a4763 SHA512 
9e57e7835cc50e8db5d2ebf840d60b4ce25ec19e9722e705eba1178cc41fde57129664de3e1fc157ce8352632c8d0b8be33109afa50b53e159793a8a2ed21fea
 WHIRLPOOL 
53daa9e7ab09f39b76b3eea28fcf8be080a2841cbba146626aabc147c8f3343de06e9f1c9a9aae34f90a4d86eb138f234fe71bd554c723a70a3cb8cb1f0d40df

diff --git a/dev-vcs/hg-fast-export/hg-fast-export-20140706.ebuild 
b/dev-vcs/hg-fast-export/hg-fast-export-20140706.ebuild
deleted file mode 100644
index 7763dc6..
--- a/dev-vcs/hg-fast-export/hg-fast-export-20140706.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-r1 vcs-snapshot
-
-COMMIT="2c21922ad1795e1d305dac6bdb977f2e50eb809e"
-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"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-vcs/git
-   dev-vcs/mercurial
-   ${PYTHON_DEPS}"
-
-src_prepare() {
-   sed -e '/^PYTHON/s/python/&2.7/' \
-   -e '/^PYTHON/s/PYTHON:/E&/g' \
-   -e "/^ROOT/s:=.*:='${EPREFIX}/usr/bin':" \
-   -i "${PN}".sh || die
-   rm Makefile || die #don't compile old svn2git code
-}
-
-src_install() {
-   newbin "${PN}".sh "${PN}"
-   dodoc README
-   python_foreach_impl python_doexe "${PN}".py
-   python_foreach_impl python_domodule hg2git.py
-}

diff --git a/dev-vcs/hg-fast-export/hg-fast-export-20150816.ebuild 
b/dev-vcs/hg-fast-export/hg-fast-export-20150816.ebuild
deleted file mode 100644
index 1d91066..
--- a/dev-vcs/hg-fast-export/hg-fast-export-20150816.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-r1 vcs-snapshot
-
-COMMIT="3c27c693e13482059966003dd6545941b942a97a"
-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"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-vcs/git
-   dev-vcs/mercurial
-   ${PYTHON_DEPS}"
-
-src_prepare() {
-   sed -e '/^PYTHON/s/python/&2.7/' \
-   -e '/^PYTHON/s/PYTHON:/E&/g' \
-   -e "/^ROOT/s:=.*:='${EPREFIX}/usr/bin':" \
-   -i "${PN}".sh || die
-   rm Makefile || die #don't compile old svn2git code
-}
-
-src_install() {
-   newbin "${PN}".sh "${PN}"
-   dodoc README
-   python_foreach_impl python_doexe "${PN}".py
-   python_foreach_impl python_domodule hg2git.py
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/hg-fast-export/

2015-08-27 Thread Christoph Junghans
commit: 946f0ad99537140416114728e4d8b25304cc65e9
Author: Christoph Junghans ottxor AT gentoo DOT org
AuthorDate: Fri Aug 28 02:20:12 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Fri Aug 28 02:23:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=946f0ad9

dev-vcs/hg-fast-export: version bump

Package-Manager: portage-2.2.20.1

 dev-vcs/hg-fast-export/Manifest|  1 +
 .../hg-fast-export/hg-fast-export-20150816.ebuild  | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-vcs/hg-fast-export/Manifest b/dev-vcs/hg-fast-export/Manifest
index 515f9b6..19cb245 100644
--- a/dev-vcs/hg-fast-export/Manifest
+++ b/dev-vcs/hg-fast-export/Manifest
@@ -1,2 +1,3 @@
 DIST hg-fast-export-20140328.tar.gz 14436 SHA256 
a580dcd0ab2205de8e59cd3c46a23661799e433293b5a8d52179632eead0a690 SHA512 
9eb7613634a176a5f273f5f86d0cdc544b360e98743866e47cf36859e1a84e95bb88b646e7c36d8671b7c7e61a0601684c38372c95aa173d324b897d6db7a39c
 WHIRLPOOL 
1dd863a7685713fe244d71af1d7ffcbcb45a0904fad0cd31be64b524c7e5d37bd51ad13c11205eb587e606b57148f86041f334423d808335bf3137c46be9ce31
 DIST hg-fast-export-20140706.tar.gz 14671 SHA256 
cab19797e7903fc7c6aeee00317d27608d1724837554c2dea47ac531b348cd73 SHA512 
1c7421f6944af822dd0a6b8ac23c31f198b15da77a16773c5fd80371c3e059e1f45c1e67e5d88cfcf130e648252a76d923badf7fa2e0e3bd1a32e561c1c8f150
 WHIRLPOOL 
43d96daf9a77b18c7e7e2fe5375107a00e2b92f4ee1ed303534dfff42077b0a27c52ab65b89f308e3f5bda23f58a4f073537c60c69e94fed7f191e22bb04a49c
+DIST hg-fast-export-20150816.tar.gz 15245 SHA256 
d1c31db38318ce8af1abcdc75a02ee9f738ff652f602309ce4ded884ad8d1406 SHA512 
d6276c4f2eaaf580d2218f8561e9e60191dfcecdfbc612e0d216475fd16d1257c65ea95415cdd9a57a1c7f18773d616fad610a7931747e6579d6529e40a84a8a
 WHIRLPOOL 
fb6106fec5e33e26843d1967ce6f9eacb570906b5e77b62732820f85cc54eadcbd218a3e53c7fef00d9621865b0c976537e02c9f4c13a25fca53c57cf975d026

diff --git a/dev-vcs/hg-fast-export/hg-fast-export-20150816.ebuild 
b/dev-vcs/hg-fast-export/hg-fast-export-20150816.ebuild
new file mode 100644
index 000..1d91066
--- /dev/null
+++ b/dev-vcs/hg-fast-export/hg-fast-export-20150816.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-r1 vcs-snapshot
+
+COMMIT=3c27c693e13482059966003dd6545941b942a97a
+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
+
+LICENSE=MIT
+SLOT=0
+KEYWORDS=~amd64 ~arm
+IUSE=
+
+DEPEND=
+RDEPEND=dev-vcs/git
+   dev-vcs/mercurial
+   ${PYTHON_DEPS}
+
+src_prepare() {
+   sed -e '/^PYTHON/s/python/2.7/' \
+   -e '/^PYTHON/s/PYTHON:/E/g' \
+   -e /^ROOT/s:=.*:='${EPREFIX}/usr/bin': \
+   -i ${PN}.sh || die
+   rm Makefile || die #don't compile old svn2git code
+}
+
+src_install() {
+   newbin ${PN}.sh ${PN}
+   dodoc README
+   python_foreach_impl python_doexe ${PN}.py
+   python_foreach_impl python_domodule hg2git.py
+}