* [gentoo-commits] gentoo-x86 commit in dev-python/chaco: chaco-4.3.0.ebuild ChangeLog
@ 2013-04-03 7:28 Patrick Lauer (patrick)
0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2013-04-03 7:28 UTC (permalink / raw
To: gentoo-commits
patrick 13/04/03 07:28:45
Modified: ChangeLog
Added: chaco-4.3.0.ebuild
Log:
Bump
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.18 dev-python/chaco/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chaco/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chaco/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chaco/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/chaco/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 6 Dec 2012 17:30:26 -0000 1.17
+++ ChangeLog 3 Apr 2013 07:28:45 -0000 1.18
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/chaco
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/chaco/ChangeLog,v 1.17 2012/12/06 17:30:26 bicatali Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/chaco/ChangeLog,v 1.18 2013/04/03 07:28:45 patrick Exp $
+
+*chaco-4.3.0 (03 Apr 2013)
+
+ 03 Apr 2013; Patrick Lauer <patrick@gentoo.org> +chaco-4.3.0.ebuild:
+ Bump
06 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> chaco-4.2.0.ebuild:
Keyword amd64-linux and x86-linux
1.1 dev-python/chaco/chaco-4.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chaco/chaco-4.3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chaco/chaco-4.3.0.ebuild?rev=1.1&content-type=text/plain
Index: chaco-4.3.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/chaco/chaco-4.3.0.ebuild,v 1.1 2013/04/03 07:28:45 patrick Exp $
EAPI=4
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
DISTUTILS_SRC_TEST="nosetests"
inherit distutils virtualx
DESCRIPTION="Enthought Tool Suite: Interactive plotting toolkit"
HOMEPAGE="http://code.enthought.com/projects/chaco/ http://pypi.python.org/pypi/chaco"
SRC_URI="http://www.enthought.com/repo/ets/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc examples test"
RDEPEND=">=dev-python/enable-4
dev-python/numpy"
DEPEND="dev-python/setuptools
dev-python/numpy
doc? (
>=dev-python/enable-4
media-fonts/font-cursor-misc
media-fonts/font-misc-misc
!prefix? ( x11-base/xorg-server[xvfb] )
x11-apps/xhost
dev-python/sphinx
)
test? (
>=dev-python/enable-4
media-fonts/font-cursor-misc
media-fonts/font-misc-misc
)"
DOCS="docs/*.txt"
src_compile() {
distutils_src_compile
use doc && virtualmake -C docs html
}
src_test() {
VIRTUALX_COMMAND="distutils_src_test" virtualmake
}
src_install() {
find -name "*LICENSE*.txt" -delete
distutils_src_install
use doc && dohtml -r docs/build/html/*
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-03 7:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-03 7:28 [gentoo-commits] gentoo-x86 commit in dev-python/chaco: chaco-4.3.0.ebuild ChangeLog Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox