commit:     3630022d9b2677620737e974113c013fc2555fd8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 11:54:03 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 11:54:03 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3630022d

app-admin/eselect-python: Fake-bump for testing

 app-eselect/eselect-python/Manifest                              | 1 +
 ...ect-python-99999999.ebuild => eselect-python-20151115.ebuild} | 9 ++++-----
 app-eselect/eselect-python/eselect-python-99999999.ebuild        | 3 +--
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/app-eselect/eselect-python/Manifest 
b/app-eselect/eselect-python/Manifest
index 98a02a2..9ac29ae 100644
--- a/app-eselect/eselect-python/Manifest
+++ b/app-eselect/eselect-python/Manifest
@@ -2,3 +2,4 @@ DIST eselect-python-20111108.tar.bz2 64959 SHA256 
34d7618808a3c1d22e6763bc6c67d5
 DIST eselect-python-20131210.tar.bz2 71802 SHA256 
61ff5a5a3ae7982c6ffd503886cbcd35142df05f07008722b90ab5036e4bf8f2 SHA512 
8c523019e2a8fe7f1679b96a3da22326dbe65888739bb8cce3c4e2aa7c2c08cada01196a65c8fe35e08b3b7682a3f695e453e9ef1fb53f6b8886c51c09107d60
 WHIRLPOOL 
e8c75eb1ad6fcaaba50cae9d10d2414b29b3cfc8d06c79257948b0d0b4e7c2156d1672be4f5edd28055b5ae3f6aa54b1b8ef6eaaae9dfa1ce9b7b0b68dbc712a
 DIST eselect-python-20140115.tar.bz2 71910 SHA256 
5898ee19015ae905168e8b7aa76552b96f691285ab77c426b6a9238ecf742e45 SHA512 
65d6a6b9dfa0a0f4bea5352f965bed8942a16382135edea093342fa79a824d114b900cbcf607490f260b4ce4e5a2eb57872169e5494f8e6e65f41dd63cd5d335
 WHIRLPOOL 
633bca3e8a87e04c54a3790bb207da92d41af604cce7f8600c5317f6a759c55efbd3e5ba658e893d2d079248d2dadb1a0bb60248960e3d20cd766768a228d8c5
 DIST eselect-python-20140125.tar.bz2 72102 SHA256 
ee7b470f7facc42285bab7f4b947280741515a85c9067339511c219248f8fdfb SHA512 
94d4eb5a1af365c6f56a6fc2b75298018267cd4f6004f30b2e4d0c4744d3e82b33f6c82e6f0ea0f15132d5157c3ace99fa167bbf3ebada46edd2e005ca96eb51
 WHIRLPOOL 
70d5f9af2929507d26e56080ce934066d2de5f16030dfd63b016215465ad5fc89eb952d64cc545c7058d146108e26925741d2c8fbaba08abba1a5cae7b0c23b6
+DIST eselect-python-20151115.tar.bz2 3256 SHA256 
e5a5a97f80ff9613db1af35c5a265baa9157eb38e2513391fe59d4b794a71e57 SHA512 
525f1552c5dd27cb0a81c9d9ff965dc63c538e2880de1dd873a6059bd387b9935bc6c4b43b7d9b409a827751ba1f25925862f65264b03a80df893bf2405f7d61
 WHIRLPOOL 
dc9d847d6ac55d4b8a6c86029689e244697faa68e02025545ffc57574ea389a938a8886c1a0ebb4a25993204020468d06cac2abaa6a77fc8926ebdd1e8e50b25

diff --git a/app-eselect/eselect-python/eselect-python-99999999.ebuild 
b/app-eselect/eselect-python/eselect-python-20151115.ebuild
similarity index 87%
copy from app-eselect/eselect-python/eselect-python-99999999.ebuild
copy to app-eselect/eselect-python/eselect-python-20151115.ebuild
index d43f443..fc7b0f6 100644
--- a/app-eselect/eselect-python/eselect-python-99999999.ebuild
+++ b/app-eselect/eselect-python/eselect-python-20151115.ebuild
@@ -9,8 +9,8 @@ if [[ ${PV} == "99999999" ]] ; then
        EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git"
        EGIT_BRANCH="mgornys-hackery"
 else
-       SRC_URI="mirror://gentoo/${P}.tar.bz2
-               https://dev.gentoo.org/~floppym/dist/${P}.tar.bz2";
+       inherit autotools vcs-snapshot
+       
SRC_URI="https://gitweb.gentoo.org/proj/eselect-python.git/snapshot/2e082de29ee3707d11d1097132aaeeae16d0ea83.tar.bz2
 -> ${P}.tar.bz2"
        KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
@@ -21,16 +21,15 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-# TODO: add appropriate >= dep on python-exec
 RDEPEND=">=app-admin/eselect-1.2.3
-       dev-lang/python-exec:2
+       >=dev-lang/python-exec-2.1:2
        !<dev-lang/python-2.7.10-r3:2.7
        !<dev-lang/python-3.3.5-r3:3.3
        !<dev-lang/python-3.4.3-r3:3.4
        !<dev-lang/python-3.5.0-r2:3.5"
 
 src_prepare() {
-       [[ ${PV} == "99999999" ]] && eautoreconf
+       eautoreconf
 }
 
 src_install() {

diff --git a/app-eselect/eselect-python/eselect-python-99999999.ebuild 
b/app-eselect/eselect-python/eselect-python-99999999.ebuild
index d43f443..092cd23 100644
--- a/app-eselect/eselect-python/eselect-python-99999999.ebuild
+++ b/app-eselect/eselect-python/eselect-python-99999999.ebuild
@@ -21,9 +21,8 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-# TODO: add appropriate >= dep on python-exec
 RDEPEND=">=app-admin/eselect-1.2.3
-       dev-lang/python-exec:2
+       >=dev-lang/python-exec-2.1:2
        !<dev-lang/python-2.7.10-r3:2.7
        !<dev-lang/python-3.3.5-r3:3.3
        !<dev-lang/python-3.4.3-r3:3.4

Reply via email to