* [gentoo-commits] gentoo-x86 commit in dev-python/anyvc: anyvc-0.3.4.ebuild ChangeLog
@ 2010-10-02 23:23 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; only message in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-10-02 23:23 UTC (permalink / raw
To: gentoo-commits
arfrever 10/10/02 23:23:46
Modified: ChangeLog
Added: anyvc-0.3.4.ebuild
Log:
Version bump.
(Portage version: 2.2_rc88_p72/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-python/anyvc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/anyvc/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/anyvc/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/anyvc/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/anyvc/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 14 Sep 2010 21:43:08 -0000 1.3
+++ ChangeLog 2 Oct 2010 23:23:46 -0000 1.4
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/anyvc
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/anyvc/ChangeLog,v 1.3 2010/09/14 21:43:08 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/anyvc/ChangeLog,v 1.4 2010/10/02 23:23:46 arfrever Exp $
+
+*anyvc-0.3.4 (02 Oct 2010)
+
+ 02 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -anyvc-0.3.3.ebuild, +anyvc-0.3.4.ebuild:
+ Version bump.
*anyvc-0.3.3 (14 Sep 2010)
1.1 dev-python/anyvc/anyvc-0.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/anyvc/anyvc-0.3.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/anyvc/anyvc-0.3.4.ebuild?rev=1.1&content-type=text/plain
Index: anyvc-0.3.4.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/anyvc/anyvc-0.3.4.ebuild,v 1.1 2010/10/02 23:23:46 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
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
dev-python/execnet
dev-python/py
bazaar? ( dev-vcs/bzr )
git? ( dev-python/dulwich )
mercurial? ( dev-vcs/mercurial )
subversion? ( dev-python/subvertpy )"
DEPEND="${RDEPEND}
dev-python/setuptools
doc? ( dev-python/sphinx )"
src_compile() {
distutils_src_compile
if use doc; then
einfo "Generation of documentation"
sphinx-build -b html docs docs_output || die "Generation of documentation failed"
fi
}
src_install() {
distutils_src_install
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
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-10-02 23:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-02 23:23 [gentoo-commits] gentoo-x86 commit in dev-python/anyvc: anyvc-0.3.4.ebuild ChangeLog Arfrever Frehtes Taifersar Arahesis (arfrever)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox