diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-04-06 22:03:36 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-04-06 22:03:36 +0000 |
commit | c04b0635d7841bccab9fb2c4d44738461fd53ed9 (patch) | |
tree | 742e32ba3324283fb8a00d251e22ce022c1315e2 /dev-python | |
parent | qmail-ldap update (diff) | |
download | historical-c04b0635d7841bccab9fb2c4d44738461fd53ed9.tar.gz historical-c04b0635d7841bccab9fb2c4d44738461fd53ed9.tar.bz2 historical-c04b0635d7841bccab9fb2c4d44738461fd53ed9.zip |
version bump
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyx/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pyx/Manifest | 6 | ||||
-rw-r--r-- | dev-python/pyx/files/digest-pyx-0.6.1 | 1 | ||||
-rw-r--r-- | dev-python/pyx/pyx-0.6.1.ebuild | 29 |
4 files changed, 40 insertions, 3 deletions
diff --git a/dev-python/pyx/ChangeLog b/dev-python/pyx/ChangeLog index 53c88f146f6e..5c7978aaee6f 100644 --- a/dev-python/pyx/ChangeLog +++ b/dev-python/pyx/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pyx # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/ChangeLog,v 1.4 2004/04/06 22:03:36 liquidx Exp $ + +*pyx-0.6.1 (04 Apr 2004) + + 04 Apr 2004; Alastair Tse <liquidx@gentoo.org> pyx-0.6.1.ebuild: + version bump *pyx-0.5.1 (28 Mar 2004) diff --git a/dev-python/pyx/Manifest b/dev-python/pyx/Manifest index 42d3104ba261..3a6c5d8c3c7c 100644 --- a/dev-python/pyx/Manifest +++ b/dev-python/pyx/Manifest @@ -1,6 +1,8 @@ -MD5 af7e7d2e4b9e9364ddfc21aa7fc63dc8 ChangeLog 579 +MD5 43d631e5d577649a93e9b4234d1333a2 ChangeLog 689 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 387c0432ec55961b70718fa5d3575cf3 pyx-0.3.1.ebuild 690 +MD5 449ee305e02dcf0104f91d282ee4a77e pyx-0.6.1.ebuild 684 MD5 0b071fc2682e68f74ff883d5911f9de4 pyx-0.5.1.ebuild 683 -MD5 046929f755c91e49463c8d511e6ed84b files/digest-pyx-0.5.1 61 +MD5 709e65698a4cd367d0a7260414515a6a files/digest-pyx-0.6.1 61 MD5 46a94096ae827068a9488dbb0a2e4197 files/digest-pyx-0.3.1 61 +MD5 046929f755c91e49463c8d511e6ed84b files/digest-pyx-0.5.1 61 diff --git a/dev-python/pyx/files/digest-pyx-0.6.1 b/dev-python/pyx/files/digest-pyx-0.6.1 new file mode 100644 index 000000000000..9342dea1a519 --- /dev/null +++ b/dev-python/pyx/files/digest-pyx-0.6.1 @@ -0,0 +1 @@ +MD5 08b05b63b24319c2a34992367d420548 PyX-0.6.1.tar.gz 998392 diff --git a/dev-python/pyx/pyx-0.6.1.ebuild b/dev-python/pyx/pyx-0.6.1.ebuild new file mode 100644 index 000000000000..4b6de026025a --- /dev/null +++ b/dev-python/pyx/pyx-0.6.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.6.1.ebuild,v 1.1 2004/04/06 22:03:36 liquidx 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/* +} |