summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Lauwers <blauwers@gentoo.org>2003-04-20 02:32:19 +0000
committerBart Lauwers <blauwers@gentoo.org>2003-04-20 02:32:19 +0000
commitc8f48b8a40af323f550f570e4683ae5af491915d (patch)
treefa5a3e658308f2a9896adf1f2535c48b3cc58146 /dev-python/python-biggles
parenttypo fix (diff)
downloadhistorical-c8f48b8a40af323f550f570e4683ae5af491915d.tar.gz
historical-c8f48b8a40af323f550f570e4683ae5af491915d.tar.bz2
historical-c8f48b8a40af323f550f570e4683ae5af491915d.zip
Initial submit per bug#15055
Diffstat (limited to 'dev-python/python-biggles')
-rw-r--r--dev-python/python-biggles/ChangeLog8
-rw-r--r--dev-python/python-biggles/files/digest-python-biggles-1.6.31
-rw-r--r--dev-python/python-biggles/python-biggles-1.6.3.ebuild17
3 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/python-biggles/ChangeLog b/dev-python/python-biggles/ChangeLog
new file mode 100644
index 000000000000..1bf1e33199ca
--- /dev/null
+++ b/dev-python/python-biggles/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-python/python-biggles
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/ChangeLog,v 1.1 2003/04/20 02:32:19 blauwers Exp $
+
+*python-biggles-1.6.3 (20 Apr 2003)
+
+ 20 Apr 2003; Bart Lauwers <blauwers@gentoo.org> :
+ Initial submit per Bug#15055
diff --git a/dev-python/python-biggles/files/digest-python-biggles-1.6.3 b/dev-python/python-biggles/files/digest-python-biggles-1.6.3
new file mode 100644
index 000000000000..a4ec3ec9c5af
--- /dev/null
+++ b/dev-python/python-biggles/files/digest-python-biggles-1.6.3
@@ -0,0 +1 @@
+MD5 316717ce5f54311d47853e6b2948a329 python-biggles-1.6.3.tar.gz 107760
diff --git a/dev-python/python-biggles/python-biggles-1.6.3.ebuild b/dev-python/python-biggles/python-biggles-1.6.3.ebuild
new file mode 100644
index 000000000000..2d1c81d5f964
--- /dev/null
+++ b/dev-python/python-biggles/python-biggles-1.6.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/python-biggles-1.6.3.ebuild,v 1.1 2003/04/20 02:32:19 blauwers Exp $
+
+inherit distutils
+
+DESCRIPTION="A Python module for creating publication-quality 2D scientific plots."
+SRC_URI="mirror://sourceforge/biggles/${P}.tar.gz"
+HOMEPAGE="http://biggles.sourceforge.net"
+
+DEPEND="~media-libs/plotutils-2.4.1
+ dev-python/Numeric"
+SLOT="0"
+KEYWORDS="~x86"
+LICENSE="GPL2"
+
+mydoc="examples/*"