radhermit    15/06/28 21:17:30

  Modified:             ChangeLog
  Added:                snakeoil-0.6.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.83                 dev-python/snakeoil/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/ChangeLog?rev=1.83&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/ChangeLog?rev=1.83&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/ChangeLog?r1=1.82&r2=1.83

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog   3 Jun 2015 21:53:18 -0000       1.82
+++ ChangeLog   28 Jun 2015 21:17:30 -0000      1.83
@@ -1,6 +1,11 @@
 # 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.82 
2015/06/03 21:53:18 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.83 
2015/06/28 21:17:30 radhermit Exp $
+
+*snakeoil-0.6.4 (28 Jun 2015)
+
+  28 Jun 2015; Tim Harder <radher...@gentoo.org> +snakeoil-0.6.4.ebuild:
+  Version bump.
 
   03 Jun 2015; Justin Lecher <j...@gentoo.org> metadata.xml:
   Add pypi to remote-id in metadata.xml



1.1                  dev-python/snakeoil/snakeoil-0.6.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/snakeoil-0.6.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/snakeoil-0.6.4.ebuild?rev=1.1&content-type=text/plain

Index: snakeoil-0.6.4.ebuild
===================================================================
# 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-0.6.4.ebuild,v 
1.1 2015/06/28 21:17:30 radhermit Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1

if [[ ${PV} == *9999 ]] ; then
        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"
        SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
fi

DESCRIPTION="Miscellaneous python utility code"
HOMEPAGE="http://github.com/pkgcore/snakeoil";

LICENSE="BSD"
SLOT="0"

python_configure_all() {
        # disable snakeoil 2to3 caching
        unset PY2TO3_CACHEDIR
}

python_test() {
        esetup.py test
}




Reply via email to