alunduil    14/10/21 02:33:16

  Added:                sphinxcontrib-cheeseshop-0.2.ebuild ChangeLog
                        metadata.xml
  Log:
  add ebuild for sphinxcontrib-cheeseshop—dependence for fig
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 11A8217C!)

Revision  Changes    Path
1.1                  
dev-python/sphinxcontrib-cheeseshop/sphinxcontrib-cheeseshop-0.2.ebuild

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

Index: sphinxcontrib-cheeseshop-0.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-cheeseshop/sphinxcontrib-cheeseshop-0.2.ebuild,v
 1.1 2014/10/21 02:33:16 alunduil Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy)

inherit distutils-r1

DESCRIPTION="Sphinx extension cheeseshop"
HOMEPAGE="http://bitbucket.org/birkenfeld/sphinx-contrib";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

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

python_prepare_all() {
        ebegin 'patching setup.py'
        sed \
                -e '5s/file/open/' \
                -i setup.py
        STATUS=$?
        eend ${STATUS}
        [[ ${STATUS} -gt 0 ]] && die

        distutils-r1_python_prepare_all
}



1.1                  dev-python/sphinxcontrib-cheeseshop/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for dev-python/sphinxcontrib-cheeseshop
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-cheeseshop/ChangeLog,v 1.1 
2014/10/21 02:33:16 alunduil Exp $

*sphinxcontrib-cheeseshop-0.2 (21 Oct 2014)

  21 Oct 2014; Alex Brandt <alund...@gentoo.org>
  +sphinxcontrib-cheeseshop-0.2.ebuild, +metadata.xml:
  add ebuild written by me




1.1                  dev-python/sphinxcontrib-cheeseshop/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-cheeseshop/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-cheeseshop/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
        <maintainer>
                <email>alund...@gentoo.org</email>
                <name>Alex Brandt</name>
        </maintainer>
        <longdescription lang="en">
        </longdescription>
</pkgmetadata>




Reply via email to