idella4     14/04/17 09:37:21

  Modified:             sphinxtogithub-1.0.0.ebuild ChangeLog
  Added:                sphinxtogithub-1.1.0.ebuild
  Log:
  bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.4                  dev-python/sphinxtogithub/sphinxtogithub-1.0.0.ebuild

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

Index: sphinxtogithub-1.0.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/sphinxtogithub/sphinxtogithub-1.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sphinxtogithub-1.0.0.ebuild 31 Mar 2014 20:54:25 -0000      1.3
+++ sphinxtogithub-1.0.0.ebuild 17 Apr 2014 09:37:21 -0000      1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/sphinxtogithub/sphinxtogithub-1.0.0.ebuild,v 
1.3 2014/03/31 20:54:25 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/sphinxtogithub/sphinxtogithub-1.0.0.ebuild,v 
1.4 2014/04/17 09:37:21 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
@@ -14,7 +14,6 @@
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-
 IUSE="test"
 
 RDEPEND=">=dev-python/sphinx-1.1[${PYTHON_USEDEP}]"



1.4                  dev-python/sphinxtogithub/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinxtogithub/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   31 Mar 2014 20:54:25 -0000      1.3
+++ ChangeLog   17 Apr 2014 09:37:21 -0000      1.4
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/sphinxtogithub
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxtogithub/ChangeLog,v 1.3 
2014/03/31 20:54:25 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxtogithub/ChangeLog,v 1.4 
2014/04/17 09:37:21 idella4 Exp $
+
+*sphinxtogithub-1.1.0 (17 Apr 2014)
+
+  17 Apr 2014; Ian Delaney <[email protected]> +sphinxtogithub-1.1.0.ebuild,
+  sphinxtogithub-1.0.0.ebuild:
+  bump
 
   31 Mar 2014; Michał Górny <[email protected]> sphinxtogithub-1.0.0.ebuild:
   Add support for the new PyPy slotting.



1.1                  dev-python/sphinxtogithub/sphinxtogithub-1.1.0.ebuild

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

Index: sphinxtogithub-1.1.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/sphinxtogithub/sphinxtogithub-1.1.0.ebuild,v 
1.1 2014/04/17 09:37:21 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )

inherit distutils-r1

DESCRIPTION="A python script for preparing the html output of Sphinx 
documentation for github pages"
HOMEPAGE="http://github.com/michaeljones/sphinx-to-github/";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""

RDEPEND=">=dev-python/sphinx-1.1[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]"

python_prepare_all() {
        # Req'd to avoid file collisions
        sed -e s":find_packages():find_packages(exclude=['tests']):" -i 
setup.py || die

        distutils-r1_python_prepare_all
}

python_test() {
        esetup.py test
}




Reply via email to