summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-03-28 17:55:26 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-03-28 17:55:26 +0000
commite9e84bb0b059b2309f0dc1522c75715d4078b252 (patch)
treec1fcb483aad01b41d071fc4dfcac93c65bfa38c5 /dev-python/pyx
parentFix dosym typo (Manifest recommit) (diff)
downloadgentoo-2-e9e84bb0b059b2309f0dc1522c75715d4078b252.tar.gz
gentoo-2-e9e84bb0b059b2309f0dc1522c75715d4078b252.tar.bz2
gentoo-2-e9e84bb0b059b2309f0dc1522c75715d4078b252.zip
Version bump.
Diffstat (limited to 'dev-python/pyx')
-rw-r--r--dev-python/pyx/ChangeLog9
-rw-r--r--dev-python/pyx/files/digest-pyx-0.5.11
-rw-r--r--dev-python/pyx/pyx-0.5.1.ebuild29
3 files changed, 37 insertions, 2 deletions
diff --git a/dev-python/pyx/ChangeLog b/dev-python/pyx/ChangeLog
index cfa0848e52e3..53c88f146f6e 100644
--- a/dev-python/pyx/ChangeLog
+++ b/dev-python/pyx/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pyx
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/ChangeLog,v 1.2 2003/08/05 13:21:48 liquidx Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/ChangeLog,v 1.3 2004/03/28 17:55:26 kloeri Exp $
+
+*pyx-0.5.1 (28 Mar 2004)
+
+ 28 Mar 2004; Bryan Østergaard <kloeri@gentoo.org> pyx-0.5.1.ebuild:
+ Version bump.
05 Aug 2003; Alastair Tse <liquidx@gentoo.org> pyx-0.3.1.ebuild:
added tetex dep (#25512)
diff --git a/dev-python/pyx/files/digest-pyx-0.5.1 b/dev-python/pyx/files/digest-pyx-0.5.1
new file mode 100644
index 000000000000..54643160d402
--- /dev/null
+++ b/dev-python/pyx/files/digest-pyx-0.5.1
@@ -0,0 +1 @@
+MD5 b8538dc1fdb6618cc7057a64a71d92b4 PyX-0.5.1.tar.gz 605892
diff --git a/dev-python/pyx/pyx-0.5.1.ebuild b/dev-python/pyx/pyx-0.5.1.ebuild
new file mode 100644
index 000000000000..83ed8fdec562
--- /dev/null
+++ b/dev-python/pyx/pyx-0.5.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.5.1.ebuild,v 1.1 2004/03/28 17:55:26 kloeri Exp $
+
+IUSE=""
+
+inherit distutils
+
+MY_P=${P/pyx/PyX}
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="Python package for the generation of encapsulated PostScript figures"
+SRC_URI="mirror://sourceforge/pyx/${MY_P}.tar.gz"
+HOMEPAGE="http://pyx.sourceforge.net/"
+
+DEPEND=">=dev-lang/python-2.2
+ >=app-text/tetex-1"
+
+SLOT="0"
+KEYWORDS="~x86"
+LICENSE="GPL-2"
+
+src_install() {
+ DOCS="manual/manual.ps"
+ distutils_src_install
+
+ insinto /usr/share/doc/${PF}/examples
+ doins examples/*
+}