summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/optik/optik-1.3.ebuild')
-rw-r--r--dev-python/optik/optik-1.3.ebuild16
1 files changed, 9 insertions, 7 deletions
diff --git a/dev-python/optik/optik-1.3.ebuild b/dev-python/optik/optik-1.3.ebuild
index 3feec40e70b1..813b60a95d1c 100644
--- a/dev-python/optik/optik-1.3.ebuild
+++ b/dev-python/optik/optik-1.3.ebuild
@@ -1,17 +1,19 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author: Ollie Rutherfurd <oliver@rutherfurd.net>
-# Maintainer: Jon Nelson <jnelson@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-python/optik/optik-1.3.ebuild,v 1.1 2002/04/28 17:18:23 jnelson Exp $
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/optik/optik-1.3.ebuild,v 1.1.1.1 2005/11/30 10:10:32 chriswhite Exp $
S="${WORKDIR}/Optik-${PV}"
DESCRIPTION="Optik is a powerful, flexible, easy-to-use command-line parsing library for Python."
-SRC_URI="http://prdownloads.sourceforge.net/optik/Optik-${PV}.tar.gz"
+SRC_URI="mirror://sourceforge/optik/Optik-${PV}.tar.gz"
HOMEPAGE="http://optik.sourceforge.net/"
DEPEND="virtual/python"
-RDEPEND="${DEPEND}"
+
+SLOT="0"
+KEYWORDS="x86 sparc alpha"
+LICENSE="BSD"
+IUSE=""
src_compile() {
python setup.py build || die