idella4     15/01/02 23:18:33

  Modified:             ChangeLog
  Added:                pygooglevoice-0.5-r2.ebuild
  Removed:              pygooglevoice-0.5-r1.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.5                  dev-python/pygooglevoice/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygooglevoice/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   23 Feb 2012 15:10:20 -0000      1.4
+++ ChangeLog   2 Jan 2015 23:18:33 -0000       1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pygooglevoice
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygooglevoice/ChangeLog,v 1.4 
2012/02/23 15:10:20 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygooglevoice/ChangeLog,v 1.5 
2015/01/02 23:18:33 idella4 Exp $
+
+*pygooglevoice-0.5-r2 (02 Jan 2015)
+
+  02 Jan 2015; Ian Delaney <[email protected]> +pygooglevoice-0.5-r2.ebuild,
+  -pygooglevoice-0.5-r1.ebuild:
+  revbump; conversion -> distutils-r1, rm old
 
   23 Feb 2012; Tim Harder <[email protected]> pygooglevoice-0.5-r1.ebuild:
   Update to EAPI 4 and restrict python 3 (bug #404021).
@@ -19,4 +25,3 @@
   30 May 2011; Tim Harder <[email protected]> +pygooglevoice-0.5.ebuild,
   +metadata.xml:
   Initial import.
-



1.1                  dev-python/pygooglevoice/pygooglevoice-0.5-r2.ebuild

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

Index: pygooglevoice-0.5-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/pygooglevoice/pygooglevoice-0.5-r2.ebuild,v 
1.1 2015/01/02 23:18:33 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="Python Bindings for the Google Voice API"
HOMEPAGE="http://code.google.com/p/pygooglevoice/";
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz
        http://${PN}.googlecode.com/files/${P}-extras.zip";

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples"

DEPEND="app-arch/unzip"

# Requires interactive login
RESTRICT="test"

PATCH=( "${FILESDIR}"/${P}-auth.patch )

python_test() {
        "${PYTHON}" googlevoice/tests.py
}

python_install_all() {
        use doc && local HTML_DOCS=( "${WORKDIR}"/doc/. )
        use examples && local EXAMPLES=( examples/. )
        distutils-r1_python_install_all
}




Reply via email to