From e61b5b9db61d79e22a672009eb8afffedd309578 Mon Sep 17 00:00:00 2001 From: Alastair Tse Date: Wed, 8 Oct 2003 10:34:14 +0000 Subject: stable bump --- dev-python/pyrex/Manifest | 8 +++----- dev-python/pyrex/files/digest-pyrex-0.8 | 1 - dev-python/pyrex/pyrex-0.8.2.ebuild | 4 ++-- dev-python/pyrex/pyrex-0.8.ebuild | 27 --------------------------- 4 files changed, 5 insertions(+), 35 deletions(-) delete mode 100644 dev-python/pyrex/files/digest-pyrex-0.8 delete mode 100644 dev-python/pyrex/pyrex-0.8.ebuild (limited to 'dev-python/pyrex') diff --git a/dev-python/pyrex/Manifest b/dev-python/pyrex/Manifest index 6d4d0e306f15..eba3281a4083 100644 --- a/dev-python/pyrex/Manifest +++ b/dev-python/pyrex/Manifest @@ -1,10 +1,8 @@ MD5 3d68a94dc52dd510c8a871badfe46319 ChangeLog 985 +MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 96e20a0987bb580e7cb207d5711ad7b9 pyrex-0.5.ebuild 815 -MD5 10044bc64d60aaa157ccfa19419e50db pyrex-0.8.ebuild 798 MD5 6624c677e7e5f016743698013e05d618 pyrex-0.7.1.ebuild 799 -MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 f5eef16745a9b74b07dfc5aeceaa9e76 pyrex-0.8.2.ebuild 800 -MD5 4e4a984b9a5191d2ea0e5887a5067ba0 files/digest-pyrex-0.8 61 +MD5 9a48e3f61a2eacffecf9cdca949e8612 pyrex-0.8.2.ebuild 798 MD5 0b6119a106d045a4cfa4647d3d12e5cc files/digest-pyrex-0.5 120 -MD5 5c46cd453275b56cabe9cd981a306fa5 files/digest-pyrex-0.8.2 63 MD5 063768a9ab68fa42e5c4477c1703a791 files/digest-pyrex-0.7.1 63 +MD5 5c46cd453275b56cabe9cd981a306fa5 files/digest-pyrex-0.8.2 63 diff --git a/dev-python/pyrex/files/digest-pyrex-0.8 b/dev-python/pyrex/files/digest-pyrex-0.8 deleted file mode 100644 index 948dafebfbbc..000000000000 --- a/dev-python/pyrex/files/digest-pyrex-0.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 18b9b13bf8b8be70b46ee165522f268c Pyrex-0.8.tar.gz 153554 diff --git a/dev-python/pyrex/pyrex-0.8.2.ebuild b/dev-python/pyrex/pyrex-0.8.2.ebuild index 66387e6432a2..7266c5b0edbb 100644 --- a/dev-python/pyrex/pyrex-0.8.2.ebuild +++ b/dev-python/pyrex/pyrex-0.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.8.2.ebuild,v 1.3 2003/09/06 23:32:28 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.8.2.ebuild,v 1.4 2003/10/08 10:33:30 liquidx Exp $ inherit distutils @@ -12,7 +12,7 @@ SRC_URI="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="virtual/python" diff --git a/dev-python/pyrex/pyrex-0.8.ebuild b/dev-python/pyrex/pyrex-0.8.ebuild deleted file mode 100644 index 7aa9bbc8a9b5..000000000000 --- a/dev-python/pyrex/pyrex-0.8.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrex/pyrex-0.8.ebuild,v 1.3 2003/09/06 23:32:28 msterret Exp $ - -inherit distutils - -MY_P="Pyrex-${PV}" -S=${WORKDIR}/${MY_P} -DESCRIPTION="a language for writing Python extension modules" -HOMEPAGE="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex" -SRC_URI="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/${MY_P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~x86" - -DEPEND="virtual/python" - -src_install() { - mydoc="CHANGES.txt INSTALL.txt README.txt USAGE.txt" - distutils_src_install - - dodir /usr/share/doc/${PF}/Demos - cp -r ${S}/Demos ${D}/usr/share/doc/${PF} - dohtml -r Doc/* - cp ${S}/Doc/primes.c ${D}usr/share/doc/${PF}/html/ -} -- cgit v1.2.3-65-gdbad