public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/PyGithub: ChangeLog PyGithub-1.21.0.ebuild PyGithub-1.23.0.ebuild
@ 2014-01-01 20:30 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2014-01-01 20:30 UTC (permalink / raw
  To: gentoo-commits

radhermit    14/01/01 20:30:17

  Modified:             ChangeLog PyGithub-1.21.0.ebuild
                        PyGithub-1.23.0.ebuild
  Log:
  Update HOMEPAGE.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.20                 dev-python/PyGithub/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyGithub/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	30 Dec 2013 02:36:15 -0000	1.19
+++ ChangeLog	1 Jan 2014 20:30:16 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/PyGithub
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/ChangeLog,v 1.19 2013/12/30 02:36:15 radhermit Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/ChangeLog,v 1.20 2014/01/01 20:30:16 radhermit Exp $
+
+  01 Jan 2014; Tim Harder <radhermit@gentoo.org> PyGithub-1.21.0.ebuild,
+  PyGithub-1.23.0.ebuild:
+  Update HOMEPAGE.
 
   30 Dec 2013; Tim Harder <radhermit@gentoo.org> -PyGithub-1.17.0.ebuild,
   -PyGithub-1.18.0.ebuild, -PyGithub-1.19.0.ebuild, -PyGithub-1.20.0.ebuild:



1.2                  dev-python/PyGithub/PyGithub-1.21.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyGithub/PyGithub-1.21.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyGithub/PyGithub-1.21.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyGithub/PyGithub-1.21.0.ebuild?r1=1.1&r2=1.2

Index: PyGithub-1.21.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyGithub/PyGithub-1.21.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PyGithub-1.21.0.ebuild	18 Nov 2013 19:47:30 -0000	1.1
+++ PyGithub-1.21.0.ebuild	1 Jan 2014 20:30:16 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 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/PyGithub/PyGithub-1.21.0.ebuild,v 1.1 2013/11/18 19:47:30 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/PyGithub-1.21.0.ebuild,v 1.2 2014/01/01 20:30:16 radhermit Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -8,7 +8,7 @@
 inherit distutils-r1
 
 DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="http://vincent-jacques.net/PyGithub/"
+HOMEPAGE="https://github.com/jacquev6/PyGithub/"
 # Use github since pypi is missing test data
 SRC_URI="https://github.com/jacquev6/PyGithub/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 



1.2                  dev-python/PyGithub/PyGithub-1.23.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyGithub/PyGithub-1.23.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyGithub/PyGithub-1.23.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyGithub/PyGithub-1.23.0.ebuild?r1=1.1&r2=1.2

Index: PyGithub-1.23.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyGithub/PyGithub-1.23.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PyGithub-1.23.0.ebuild	30 Dec 2013 02:35:20 -0000	1.1
+++ PyGithub-1.23.0.ebuild	1 Jan 2014 20:30:16 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 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/PyGithub/PyGithub-1.23.0.ebuild,v 1.1 2013/12/30 02:35:20 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyGithub/PyGithub-1.23.0.ebuild,v 1.2 2014/01/01 20:30:16 radhermit Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -8,7 +8,7 @@
 inherit distutils-r1
 
 DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="http://vincent-jacques.net/PyGithub/"
+HOMEPAGE="https://github.com/jacquev6/PyGithub/"
 # Use github since pypi is missing test data
 SRC_URI="https://github.com/jacquev6/PyGithub/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-01 20:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-01 20:30 [gentoo-commits] gentoo-x86 commit in dev-python/PyGithub: ChangeLog PyGithub-1.21.0.ebuild PyGithub-1.23.0.ebuild Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox