summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-nds/luma/luma-2.0.2.ebuild')
-rw-r--r--net-nds/luma/luma-2.0.2.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-nds/luma/luma-2.0.2.ebuild b/net-nds/luma/luma-2.0.2.ebuild
deleted file mode 100644
index 11f916645612..000000000000
--- a/net-nds/luma/luma-2.0.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/luma/luma-2.0.2.ebuild,v 1.1 2005/02/04 22:56:24 kloeri Exp $
-
-inherit eutils
-
-DESCRIPTION="Luma is a graphical utility for accessing and managing data stored on LDAP servers."
-HOMEPAGE="http://luma.sourceforge.net/"
-SRC_URI="mirror://sourceforge/luma/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE="samba"
-
-RDEPEND=">=x11-libs/qt-3.2
- >=dev-lang/python-2.3
- >=dev-python/PyQt-3.10
- >=dev-python/python-ldap-2.0.1
- samba? ( >=dev-python/py-smbpasswd-1.0 )"
-DEPEND=">=x11-libs/qt-3.2
- >=dev-lang/python-2.3
- >=dev-python/PyQt-3.10
- >=dev-python/python-ldap-2.0.1
- samba? ( >=dev-python/py-smbpasswd-1.0 )"
-
-src_install() {
- dodir /usr
- python install.py --prefix=${D}/usr
-}