diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-12-25 20:03:43 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-12-25 20:03:43 +0000 |
commit | f5eadad757719c1132827faca747dcc76c615e80 (patch) | |
tree | 974b541b5065e447eb12d0ab3e1fcec7443049d5 /dev-python/jsonrpclib | |
parent | Convert to distutils-r1. (diff) | |
download | gentoo-2-f5eadad757719c1132827faca747dcc76c615e80.tar.gz gentoo-2-f5eadad757719c1132827faca747dcc76c615e80.tar.bz2 gentoo-2-f5eadad757719c1132827faca747dcc76c615e80.zip |
Sync the live ebuild.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/jsonrpclib')
-rw-r--r-- | dev-python/jsonrpclib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/jsonrpclib/jsonrpclib-9999.ebuild | 11 |
2 files changed, 10 insertions, 8 deletions
diff --git a/dev-python/jsonrpclib/ChangeLog b/dev-python/jsonrpclib/ChangeLog index 004cb9682414..28ba429964a7 100644 --- a/dev-python/jsonrpclib/ChangeLog +++ b/dev-python/jsonrpclib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/jsonrpclib -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonrpclib/ChangeLog,v 1.3 2013/10/23 03:36:22 prometheanfire Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonrpclib/ChangeLog,v 1.4 2014/12/25 20:03:43 mgorny Exp $ + + 25 Dec 2014; Michał Górny <mgorny@gentoo.org> jsonrpclib-9999.ebuild: + Sync the live ebuild. 23 Oct 2013; Matthew Thode <prometheanfire@gentoo.org> jsonrpclib-0_pre20110820-r1.ebuild: diff --git a/dev-python/jsonrpclib/jsonrpclib-9999.ebuild b/dev-python/jsonrpclib/jsonrpclib-9999.ebuild index 809de1b0db49..c8a7dbadc2c2 100644 --- a/dev-python/jsonrpclib/jsonrpclib-9999.ebuild +++ b/dev-python/jsonrpclib/jsonrpclib-9999.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonrpclib/jsonrpclib-9999.ebuild,v 1.1 2012/04/18 14:54:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonrpclib/jsonrpclib-9999.ebuild,v 1.2 2014/12/25 20:03:43 mgorny Exp $ -EAPI="4" +EAPI="5" +PYTHON_COMPAT=( python2_6 python2_7 ) -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" -inherit distutils +inherit distutils-r1 if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://github.com/joshmarshall/jsonrpclib.git" |