idella4     14/12/13 07:04:40

  Modified:             ChangeLog
  Added:                anyvc-0.3.7.1-r1.ebuild
  Removed:              anyvc-0.3.5.ebuild anyvc-0.3.7.1.ebuild
  Log:
  rebvump; convert -> distutils-r1, add missing dep, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.10                 dev-python/anyvc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/anyvc/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   9 Aug 2013 06:50:37 -0000       1.9
+++ ChangeLog   13 Dec 2014 07:04:40 -0000      1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/anyvc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/anyvc/ChangeLog,v 1.9 2013/08/09 
06:50:37 xmw Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/anyvc/ChangeLog,v 1.10 
2014/12/13 07:04:40 idella4 Exp $
+
+*anyvc-0.3.7.1-r1 (13 Dec 2014)
+
+  13 Dec 2014; Ian Delaney <idel...@gentoo.org> +anyvc-0.3.7.1-r1.ebuild,
+  -anyvc-0.3.5.ebuild, -anyvc-0.3.7.1.ebuild:
+  rebvump; convert -> distutils-r1, add missing dep, rm old
 
   09 Aug 2013; Michael Weber <x...@gentoo.org> metadata.xml:
   global use flag "git"



1.1                  dev-python/anyvc/anyvc-0.3.7.1-r1.ebuild

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

Index: anyvc-0.3.7.1-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/anyvc/anyvc-0.3.7.1-r1.ebuild,v 
1.1 2014/12/13 07:04:40 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="Library to access any version control system"
HOMEPAGE="http://pypi.python.org/pypi/anyvc";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="bazaar doc git mercurial subversion"

RDEPEND="dev-python/apipkg[${PYTHON_USEDEP}]
        dev-python/execnet[${PYTHON_USEDEP}]
        dev-python/py[${PYTHON_USEDEP}]
        bazaar? ( dev-vcs/bzr )
        git? ( dev-python/dulwich[${PYTHON_USEDEP}] )
        mercurial? ( dev-vcs/mercurial )
        subversion? ( dev-python/subvertpy )"
DEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
        dev-python/hgdistver[${PYTHON_USEDEP}]
        doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
#               dev-python/hgdistver )"

python_prepare_all() {
        # Do not use unsupported theme options.
        sed -e "/'tagline':/d" \
                -e "/'bitbucket_project':/d" \
                -i docs/conf.py
                distutils-r1_python_prepare_all
}

python_compile_all() {
        if use doc; then
                sphinx-build -b html docs docs_output || die "Generation of 
documentation failed"
        fi
}

python_install_all() {
        if use doc; then
                pushd docs_output > /dev/null
                docinto html
                cp -R [a-z]* _static "${ED}usr/share/doc/${PF}/html" || die 
"Installation of documentation failed"
                popd > /dev/null
        fi
        distutils-r1_python_install_all
}




Reply via email to