summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyx/pyx-0.3.1.ebuild')
-rw-r--r--dev-python/pyx/pyx-0.3.1.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/pyx/pyx-0.3.1.ebuild b/dev-python/pyx/pyx-0.3.1.ebuild
deleted file mode 100644
index af2b57a1c0f8..000000000000
--- a/dev-python/pyx/pyx-0.3.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.3.1.ebuild,v 1.9 2004/06/25 01:47:15 agriffis 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
- virtual/tetex"
-
-SLOT="0"
-KEYWORDS="x86"
-LICENSE="GPL-2"
-
-
-src_install() {
-
- DOCS="manual/manual.ps"
- distutils_src_install
-
- insinto /usr/share/doc/${PF}/examples
- doins examples/*
-
-}
-
-
-
-