idella4     15/01/02 03:23:38

  Modified:             ChangeLog
  Added:                pycdf-0.6.3-r1.ebuild
  Removed:              pycdf-0.6.3.ebuild
  Log:
  revbump; conversion -> distutils-r1, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.15                 dev-python/pycdf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycdf/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   10 Aug 2014 21:16:14 -0000      1.14
+++ ChangeLog   2 Jan 2015 03:23:38 -0000       1.15
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pycdf
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycdf/ChangeLog,v 1.14 
2014/08/10 21:16:14 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycdf/ChangeLog,v 1.15 
2015/01/02 03:23:38 idella4 Exp $
+
+*pycdf-0.6.3-r1 (02 Jan 2015)
+
+  02 Jan 2015; Ian Delaney <idel...@gentoo.org> +pycdf-0.6.3-r1.ebuild,
+  -pycdf-0.6.3.ebuild:
+  revbump; conversion -> distutils-r1, rm old
 
   10 Aug 2014; Sergei Trofimovich <sly...@gentoo.org> pycdf-0.6.3.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1                  dev-python/pycdf/pycdf-0.6.3-r1.ebuild

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

Index: pycdf-0.6.3-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pycdf/pycdf-0.6.3-r1.ebuild,v 1.1 
2015/01/02 03:23:38 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

MY_P="${PN}-${PV:0:3}-${PV:4:1}"

DESCRIPTION="Python interface to scientific netCDF library"
HOMEPAGE="http://pysclint.sourceforge.net/pycdf/";
SRC_URI="mirror://sourceforge/pysclint/${MY_P}.tar.gz"

LICENSE="PSF-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples"

DEPEND="dev-python/numpy[${PYTHON_USEDEP}]
        >=sci-libs/netcdf-3.6.1"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${MY_P}"

python_install_all() {
        use doc && dohtml doc/pycdf.html
        dodoc CHANGES doc/pycdf.txt
        use examples && local EXAMPLES=( examples/. )
        distutils-r1_python_install_all
}




Reply via email to