commit:     c34d46d5da31a8e9f61e347bd8689392c04371a7
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 00:13:55 2015 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 00:13:55 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c34d46d5

dev-python/pychroot: version bump

 dev-python/pychroot/Manifest                                      | 1 +
 .../pychroot/{pychroot-9999.ebuild => pychroot-0.9.12.ebuild}     | 8 ++++++--
 dev-python/pychroot/pychroot-9999.ebuild                          | 6 +++++-
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/dev-python/pychroot/Manifest b/dev-python/pychroot/Manifest
index c76993e..6cd19da 100644
--- a/dev-python/pychroot/Manifest
+++ b/dev-python/pychroot/Manifest
@@ -1,2 +1,3 @@
 DIST pychroot-0.9.11.tar.gz 17904 SHA256 
986a49997bb90e78e68cc99363659e01482adc0158c895d621f754b7d1a1870e SHA512 
0cc169b79dd29e4c712b6764a6cf83f91d71383664276faca676a848b00b34203fc6f4430bc0c6f4a099959e76fc06f08d4f3679fceaaf8126dc1c1c78283ea7
 WHIRLPOOL 
9ce13e27390c46cfe43ca597e55bd786ad338b513a60864d4bb040cf84a97c1e4d9e3c044d4c7c6f2d10ed0b7b815a7b4239a3aee40486df834a722e8803c914
+DIST pychroot-0.9.12.tar.gz 19791 SHA256 
a536341b52d1e50ddbd20a999a24ca927d9efc1a2dc14a0488e6b2a7c9eeb7cb SHA512 
27f8913fb624b928e9be07ea3e70fbc4a987d1313570f67d7c433fa96c31931defb661cb18734fb0f766bab494a0429d7931227224783fa3cd62faf44e005ee0
 WHIRLPOOL 
64dcc7fa3ec797d885fd96c332621fbcf42510094626a0de5e984096239ec0c7e7bb1246fb35dff503f6a7fe8ae348e3dca102a1c9bd8dd13646cb5d975b0ec0
 DIST pychroot-0.9.9.tar.gz 11936 SHA256 
49558bdc85dbdd25dbd2b3417eb857bd770bfb026db76c7e2bcedc8c605fe76b SHA512 
437e8fa1a7d13a884c6fccb0e0cc81de8ccd6ff63ca0b3d2f55dcaa0c9cbef0c81cd033d64e08c1d35805f1d7e568fe941128c569827d7ae641d2d3b2ca4c1c2
 WHIRLPOOL 
40b3deb33d865efa37ce0b78a4471a531c6c6d542750ef87bb54071084a3bbdb115ffec92fef9086c3cc0ca63f9a71c65e3a4daa88f30cede7e4a5cbbd3f4851

diff --git a/dev-python/pychroot/pychroot-9999.ebuild 
b/dev-python/pychroot/pychroot-0.9.12.ebuild
similarity index 86%
copy from dev-python/pychroot/pychroot-9999.ebuild
copy to dev-python/pychroot/pychroot-0.9.12.ebuild
index 3099351..53089fa 100644
--- a/dev-python/pychroot/pychroot-9999.ebuild
+++ b/dev-python/pychroot/pychroot-0.9.12.ebuild
@@ -23,7 +23,7 @@ IUSE="test"
 
 RDEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
-       =dev-python/snakeoil-9999[${PYTHON_USEDEP}]
+       >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}
        $(python_gen_cond_dep 'dev-python/3to2[${PYTHON_USEDEP}]' python2_7)
@@ -43,5 +43,9 @@ python_test() {
 
 python_install_all() {
        distutils-r1_python_install_all
-       emake -C doc PREFIX=/usr DESTDIR="${D}" install_man
+       if [[ ${PV} == *9999 ]]; then
+               emake -C doc PREFIX=/usr DESTDIR="${D}" install_man
+       else
+               doman man/*
+       fi
 }

diff --git a/dev-python/pychroot/pychroot-9999.ebuild 
b/dev-python/pychroot/pychroot-9999.ebuild
index 3099351..7dd6ffd 100644
--- a/dev-python/pychroot/pychroot-9999.ebuild
+++ b/dev-python/pychroot/pychroot-9999.ebuild
@@ -43,5 +43,9 @@ python_test() {
 
 python_install_all() {
        distutils-r1_python_install_all
-       emake -C doc PREFIX=/usr DESTDIR="${D}" install_man
+       if [[ ${PV} == *9999 ]]; then
+               emake -C doc PREFIX=/usr DESTDIR="${D}" install_man
+       else
+               doman man/*
+       fi
 }

Reply via email to