summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-10-02 22:56:47 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-10-02 22:56:47 +0000
commit9c02ac47be8ff445dc61ca31824cfd8a91f20432 (patch)
treec3a527db4f6f57a91fec03f26d0a8e5c588abc85 /dev-python
parentfixed the libdir sandbox violations for the stable libungif too (diff)
downloadhistorical-9c02ac47be8ff445dc61ca31824cfd8a91f20432.tar.gz
historical-9c02ac47be8ff445dc61ca31824cfd8a91f20432.tar.bz2
historical-9c02ac47be8ff445dc61ca31824cfd8a91f20432.zip
Version bump, bug 66094.
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/gnuplot-py/ChangeLog7
-rw-r--r--dev-python/gnuplot-py/Manifest4
-rw-r--r--dev-python/gnuplot-py/files/digest-gnuplot-py-1.71
-rw-r--r--dev-python/gnuplot-py/gnuplot-py-1.7.ebuild24
4 files changed, 34 insertions, 2 deletions
diff --git a/dev-python/gnuplot-py/ChangeLog b/dev-python/gnuplot-py/ChangeLog
index f3dbea8c5a90..45821c3026be 100644
--- a/dev-python/gnuplot-py/ChangeLog
+++ b/dev-python/gnuplot-py/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/gnuplot-py
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.4 2004/06/25 01:30:50 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.5 2004/10/02 22:56:47 kloeri Exp $
+
+*gnuplot-py-1.7 (03 Oct 2004)
+
+ 03 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> +gnuplot-py-1.7.ebuild:
+ Version bump, bug 66094.
05 Jun 2004; David Holm <dholm@gentoo.org> gnuplot-py-1.6.ebuild:
Added to ~ppc.
diff --git a/dev-python/gnuplot-py/Manifest b/dev-python/gnuplot-py/Manifest
index 2faff6eafaeb..e856d3166b9f 100644
--- a/dev-python/gnuplot-py/Manifest
+++ b/dev-python/gnuplot-py/Manifest
@@ -1,4 +1,6 @@
-MD5 61e95a9d6bfa400d992380027bc8ea90 ChangeLog 601
+MD5 b1b9d3182d346a8e3ca9acf1ae16c41b gnuplot-py-1.7.ebuild 620
MD5 5e1af2892d7c437f97ed0e124757547f gnuplot-py-1.6.ebuild 617
MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
+MD5 db26ef2d2b3f82ceeab848bc099524c5 ChangeLog 734
+MD5 f9117dc8628a6185c7db33adeb171577 files/digest-gnuplot-py-1.7 66
MD5 e78f98cfb3a978120690eb8cc84e5dda files/digest-gnuplot-py-1.6 65
diff --git a/dev-python/gnuplot-py/files/digest-gnuplot-py-1.7 b/dev-python/gnuplot-py/files/digest-gnuplot-py-1.7
new file mode 100644
index 000000000000..3f30a19b9104
--- /dev/null
+++ b/dev-python/gnuplot-py/files/digest-gnuplot-py-1.7
@@ -0,0 +1 @@
+MD5 724f9eee164d6ff763777b22a5851572 gnuplot-py-1.7.tar.gz 107278
diff --git a/dev-python/gnuplot-py/gnuplot-py-1.7.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.7.ebuild
new file mode 100644
index 000000000000..53392efdc4f8
--- /dev/null
+++ b/dev-python/gnuplot-py/gnuplot-py-1.7.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 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.1 2004/10/02 22:56:47 kloeri 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="LGPL-2.1"
+KEYWORDS="~x86 ~amd64 ~ppc"
+SLOT="0"
+DEPEND="virtual/python
+ media-gfx/gnuplot
+ dev-python/numeric"
+
+src_install() {
+ distutils_src_install
+ dohtml doc/Gnuplot/*
+ insinto /usr/share/doc/${PF}
+ doins demo.py
+}