idella4 15/02/23 14:46:43 Modified: metadata.xml pyclimate-1.2.2-r1.ebuild ChangeLog Added: pyclimate-1.2.2-r2.ebuild Log: revbump; convert -> distutils-r1, add python herd, agreement with jlec (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.4 dev-python/pyclimate/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/metadata.xml?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/metadata.xml?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/metadata.xml?r1=1.3&r2=1.4 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/metadata.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- metadata.xml 7 Oct 2012 08:57:52 -0000 1.3 +++ metadata.xml 23 Feb 2015 14:46:43 -0000 1.4 @@ -1,7 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci</herd> + <herd>sci</herd> + <herd>python</herd> <longdescription> A package designed to accomplish some usual tasks during the analysis of climate variability using Python. It provides functions to perform some 1.11 dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?r1=1.10&r2=1.11 Index: pyclimate-1.2.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- pyclimate-1.2.2-r1.ebuild 23 Feb 2012 08:02:18 -0000 1.10 +++ pyclimate-1.2.2-r1.ebuild 23 Feb 2015 14:46:43 -0000 1.11 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/pyclimate/pyclimate-1.2.2-r1.ebuild,v 1.10 2012/02/23 08:02:18 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v 1.11 2015/02/23 14:46:43 idella4 Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" 1.28 dev-python/pyclimate/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 7 Oct 2012 08:57:52 -0000 1.27 +++ ChangeLog 23 Feb 2015 14:46:43 -0000 1.28 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pyclimate -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.27 2012/10/07 08:57:52 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.28 2015/02/23 14:46:43 idella4 Exp $ + +*pyclimate-1.2.2-r2 (23 Feb 2015) + + 23 Feb 2015; Ian Delaney <[email protected]> +pyclimate-1.2.2-r2.ebuild, + metadata.xml, pyclimate-1.2.2-r1.ebuild: + revbump; convert -> distutils-r1, add python herd, agreement with jlec 07 Oct 2012; Pacho Ramos <[email protected]> metadata.xml: Drop maintainer due retirement, #24135. 1.1 dev-python/pyclimate/pyclimate-1.2.2-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r2.ebuild?rev=1.1&content-type=text/plain Index: pyclimate-1.2.2-r2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r2.ebuild,v 1.1 2015/02/23 14:46:43 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 MY_P="${P/pyclimate/PyClimate}" DESCRIPTION="Climate Data Analysis Module for Python" HOMEPAGE="http://www.pyclimate.org/" SRC_URI="http://fisica.ehu.es/jsaenz/pyclimate_files/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="examples" DEPEND="" RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] >=dev-python/scientificpython-2.8[${PYTHON_USEDEP}] >=sci-libs/netcdf-3.0" S="${WORKDIR}/${MY_P}" pkg_setup() { python-single-r1_pkg_setup } python_install_all() { use examples && local EXAMPLES=( examples/. ) distutils-r1_python_install_all dodoc doc/manual.ps doc/dcdflib_doc/dcdflib* }
