diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-07-05 10:01:59 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-07-05 10:01:59 +0000 |
commit | 9ff83c63a93200dc8f8077e5e260c6f4df6cf9e3 (patch) | |
tree | 52cf83a6d9fbeec3e2df06d248e07a53e25ed5de /dev-python/gnuplot-py | |
parent | Support for non-interactive from wolf31o2 per bug #228677. (diff) | |
download | gentoo-2-9ff83c63a93200dc8f8077e5e260c6f4df6cf9e3.tar.gz gentoo-2-9ff83c63a93200dc8f8077e5e260c6f4df6cf9e3.tar.bz2 gentoo-2-9ff83c63a93200dc8f8077e5e260c6f4df6cf9e3.zip |
Version bump. Removed old and numeric dependent versions. Added longdescription in metadata
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-python/gnuplot-py')
-rw-r--r-- | dev-python/gnuplot-py/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/gnuplot-py/gnuplot-py-1.6.ebuild | 24 | ||||
-rw-r--r-- | dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild | 31 | ||||
-rw-r--r-- | dev-python/gnuplot-py/gnuplot-py-1.7.ebuild | 25 | ||||
-rw-r--r-- | dev-python/gnuplot-py/gnuplot-py-1.8.ebuild | 35 | ||||
-rw-r--r-- | dev-python/gnuplot-py/metadata.xml | 10 |
6 files changed, 54 insertions, 81 deletions
diff --git a/dev-python/gnuplot-py/ChangeLog b/dev-python/gnuplot-py/ChangeLog index bc004bc02e2e..da61b674249f 100644 --- a/dev-python/gnuplot-py/ChangeLog +++ b/dev-python/gnuplot-py/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-python/gnuplot-py # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.28 2008/02/08 16:23:31 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.29 2008/07/05 10:01:59 bicatali Exp $ + +*gnuplot-py-1.8 (05 Jul 2008) + + 05 Jul 2008; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml, + -gnuplot-py-1.6.ebuild, -gnuplot-py-1.7.ebuild, -gnuplot-py-1.7-r1.ebuild, + +gnuplot-py-1.8.ebuild: + Version bump. Removed old and numeric dependent versions. Added + longdescription in metadata 08 Feb 2008; Santiago M. Mola <coldwind@gentoo.org> gnuplot-py-1.7-r2.ebuild: diff --git a/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild deleted file mode 100644 index 9952336063c5..000000000000 --- a/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild,v 1.10 2006/01/29 19:49:29 cryos Exp $ - -inherit distutils - -IUSE="" -DESCRIPTION="A python wrapper for Gnuplot" -HOMEPAGE="http://gnuplot-py.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="x86 amd64 ~ppc" -SLOT="0" -DEPEND="virtual/python - sci-visualization/gnuplot - dev-python/numeric" - -src_install() { - distutils_src_install - dohtml doc/Gnuplot/* - insinto /usr/share/doc/${PF} - doins demo.py -} diff --git a/dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild deleted file mode 100644 index 01c8de193b3d..000000000000 --- a/dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild,v 1.7 2007/08/21 12:00:25 fmccor Exp $ - -inherit distutils eutils - -DESCRIPTION="A python wrapper for Gnuplot" -HOMEPAGE="http://gnuplot-py.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="virtual/python - sci-visualization/gnuplot - dev-python/numeric" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-mousesupport.patch -} - -src_install() { - distutils_src_install - dohtml doc/Gnuplot/* - insinto /usr/share/doc/${PF} - doins demo.py -} diff --git a/dev-python/gnuplot-py/gnuplot-py-1.7.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.7.ebuild deleted file mode 100644 index 439ac7606c61..000000000000 --- a/dev-python/gnuplot-py/gnuplot-py-1.7.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7.ebuild,v 1.6 2006/05/26 21:37:54 kugelfang Exp $ - -inherit distutils - -DESCRIPTION="A python wrapper for Gnuplot" -HOMEPAGE="http://gnuplot-py.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ppc s390 x86" -IUSE="" - -DEPEND="virtual/python - sci-visualization/gnuplot - dev-python/numeric" - -src_install() { - distutils_src_install - dohtml doc/Gnuplot/* - insinto /usr/share/doc/${PF} - doins demo.py -} diff --git a/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild new file mode 100644 index 000000000000..fac27a0ad1d6 --- /dev/null +++ b/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild,v 1.1 2008/07/05 10:01:59 bicatali Exp $ + +inherit distutils eutils + +DESCRIPTION="A python wrapper for Gnuplot" +HOMEPAGE="http://gnuplot-py.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="doc" + +DEPEND="virtual/python" +RDEPEND="sci-visualization/gnuplot + dev-python/numpy" + +PYTHON_MODNAME="Gnuplot" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}/${PN}-1.7-mousesupport.patch" +} + +src_install() { + distutils_src_install + dodoc {ANNOUNCE,CREDITS,NEWS,TODO,FAQ}.txt + if use doc; then + insinto /usr/share/doc/${PF}/html + doins -r doc/Gnuplot/* || die "doc install failed" + fi +} diff --git a/dev-python/gnuplot-py/metadata.xml b/dev-python/gnuplot-py/metadata.xml index de483c53568f..e68eb65dc13f 100644 --- a/dev-python/gnuplot-py/metadata.xml +++ b/dev-python/gnuplot-py/metadata.xml @@ -2,4 +2,14 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>python</herd> +<longdescription lang="en"> + Gnuplot.py is a Python module that interfaces to gnuplot, the popular + plotting program. It allows you to use gnuplot from within Python to + plot arrays of data from memory, data files, or mathematical + functions. If you use Python to perform computations or as `glue' for + numerical programs, you can use this module to plot data on the fly as + they are computed. And the combination with Python makes it is easy to + automate things, including to create crude `animations' by plotting + different datasets one after another. +</longdescription> </pkgmetadata> |