diff options
author | Tim Harder <radhermit@gentoo.org> | 2015-02-17 00:03:44 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2015-02-17 00:03:44 +0000 |
commit | 49542d2faa1fada4efa38b16ee4b4f57964da5e1 (patch) | |
tree | 688a6edb4356f2744556dc017e8011bfd3a9885d | |
parent | Prevent file collision with emul-linux-x86-baselibs (diff) | |
download | gentoo-2-49542d2faa1fada4efa38b16ee4b4f57964da5e1.tar.gz gentoo-2-49542d2faa1fada4efa38b16ee4b4f57964da5e1.tar.bz2 gentoo-2-49542d2faa1fada4efa38b16ee4b4f57964da5e1.zip |
Drop py3.2 support and use https git repo.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
-rw-r--r-- | dev-python/snakeoil/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/snakeoil/snakeoil-9999.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/snakeoil/ChangeLog b/dev-python/snakeoil/ChangeLog index 495a3887a319..99f0fc52c377 100644 --- a/dev-python/snakeoil/ChangeLog +++ b/dev-python/snakeoil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/snakeoil # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.75 2015/02/09 10:53:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.76 2015/02/17 00:03:44 radhermit Exp $ + + 17 Feb 2015; Tim Harder <radhermit@gentoo.org> snakeoil-9999.ebuild: + Drop py3.2 support and use https git repo. 09 Feb 2015; Pacho Ramos <pacho@gentoo.org> -snakeoil-0.5.2.ebuild: Drop old version using deprecated eclasses and old EAPI diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild b/dev-python/snakeoil/snakeoil-9999.ebuild index 59bb5b910aeb..f09f3e9f5af7 100644 --- a/dev-python/snakeoil/snakeoil-9999.ebuild +++ b/dev-python/snakeoil/snakeoil-9999.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-9999.ebuild,v 1.15 2014/10/18 17:29:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-9999.ebuild,v 1.16 2015/02/17 00:03:44 radhermit Exp $ EAPI=4 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="git://github.com/pkgcore/snakeoil.git" + EGIT_REPO_URI="https://github.com/pkgcore/snakeoil.git" inherit git-r3 else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" |