summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-07-15 15:15:40 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-07-15 15:15:40 +0000
commit3b0be94c23ba260ca1af265e82683c0ec4a8bd39 (patch)
treecca933cfed2bce6c6f3bd9f00213c9d89c66a47e /net-nds
parent. (diff)
downloadgentoo-2-3b0be94c23ba260ca1af265e82683c0ec4a8bd39.tar.gz
gentoo-2-3b0be94c23ba260ca1af265e82683c0ec4a8bd39.tar.bz2
gentoo-2-3b0be94c23ba260ca1af265e82683c0ec4a8bd39.zip
Remove old ebuilds.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/luma/files/digest-luma-1.41
-rw-r--r--net-nds/luma/files/digest-luma-1.61
-rw-r--r--net-nds/luma/files/digest-luma-2.0.31
-rw-r--r--net-nds/luma/files/winpopup-error.patch54
-rw-r--r--net-nds/luma/luma-1.4.ebuild38
-rw-r--r--net-nds/luma/luma-1.6.ebuild30
-rw-r--r--net-nds/luma/luma-2.0.3.ebuild39
7 files changed, 0 insertions, 164 deletions
diff --git a/net-nds/luma/files/digest-luma-1.4 b/net-nds/luma/files/digest-luma-1.4
deleted file mode 100644
index 3af23e30487f..000000000000
--- a/net-nds/luma/files/digest-luma-1.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 93bd7eee1bf1b472fa5e27161c113a76 luma-1.4-r1.tar.bz2 316259
diff --git a/net-nds/luma/files/digest-luma-1.6 b/net-nds/luma/files/digest-luma-1.6
deleted file mode 100644
index fea9bc2f0b44..000000000000
--- a/net-nds/luma/files/digest-luma-1.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 eb6fdd9f2a655666fb1efeda4dbe95d6 luma-1.6.tar.bz2 371291
diff --git a/net-nds/luma/files/digest-luma-2.0.3 b/net-nds/luma/files/digest-luma-2.0.3
deleted file mode 100644
index cbaa17672195..000000000000
--- a/net-nds/luma/files/digest-luma-2.0.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f8988682fce37d136c542b3a7bab583b luma-2.0.3.tar.bz2 458206
diff --git a/net-nds/luma/files/winpopup-error.patch b/net-nds/luma/files/winpopup-error.patch
deleted file mode 100644
index 3564b875be07..000000000000
--- a/net-nds/luma/files/winpopup-error.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-Index: lib/luma/base/utils/gui/SearchResultView.py
-===================================================================
-RCS file: /cvsroot/luma/luma/lib/luma/base/utils/gui/SearchResultView.py,v
-retrieving revision 1.14
-retrieving revision 1.15
-diff -U3 -r1.14 -r1.15
---- lib/luma/base/utils/gui/SearchResultView.py 8 Jul 2004 20:39:16 -0000 1.14
-+++ lib/luma/base/utils/gui/SearchResultView.py 25 Aug 2004 16:07:16 -0000 1.15
-@@ -50,18 +50,14 @@
-
- def show_entry(self, listItem):
- while len(self.childsToClean) > 0:
-- number = -1
-- for x in range(0, len(self.childWidgets)):
-- name1 = self.childWidgets[x].name()
-- name2 = self.childsToClean[0]
-- if name1 == name2:
-- number = x
-- if not(number == -1):
-- del self.childWidgets[number]
-- del self.childsToClean[0]
-+ childName = self.childsToClean[0]
-+ childIndex = self.childWidgets.index(childName)
-+ del self.childWidgets[childIndex]
-+ del self.childsToClean[0]
-
-- floatingWidget = ChildWindow(None)
-+ floatingWidget = ChildWindow(None, unicode(listItem.text(0)).encode('utf-8'))
- widget = ObjectWidget(floatingWidget, unicode(listItem.text(0)).encode('utf-8'), 0)
-+
- floatingWidget.setCentralWidget(widget)
- widget.buildToolBar(floatingWidget)
- values = [self.RESULT[unicode(listItem.text(0)).encode('utf-8')]]
-@@ -127,8 +123,7 @@
-
- def eventFilter(self, object, event):
- if (event.type() == QEvent.Close):
-- name = object.name()
-- self.childsToClean.append(name)
-+ self.childsToClean.append(object)
- return 0
-
- ###############################################################################
-@@ -252,8 +247,8 @@
-
- class ChildWindow(QMainWindow):
-
-- def __init__(self, parent = None):
-- QMainWindow.__init__(self)
-+ def __init__(self, parent = None, name= None):
-+ QMainWindow.__init__(self, parent, name)
-
-
- def closeEvent(self, event):
diff --git a/net-nds/luma/luma-1.4.ebuild b/net-nds/luma/luma-1.4.ebuild
deleted file mode 100644
index 399d83ce0304..000000000000
--- a/net-nds/luma/luma-1.4.ebuild
+++ /dev/null
@@ -1,38 +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-1.4.ebuild,v 1.4 2005/01/21 17:35:01 carlo 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}-r1.tar.bz2"
-
-S=${WORKDIR}/${P}-r1
-
-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_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/winpopup-error.patch
-}
-
-src_install() {
- dodir /usr
- python install.py --prefix=${D}/usr
-}
diff --git a/net-nds/luma/luma-1.6.ebuild b/net-nds/luma/luma-1.6.ebuild
deleted file mode 100644
index 69bb23f73ea5..000000000000
--- a/net-nds/luma/luma-1.6.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-1.6.ebuild,v 1.3 2005/04/08 18:04:38 hansmi 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
-}
diff --git a/net-nds/luma/luma-2.0.3.ebuild b/net-nds/luma/luma-2.0.3.ebuild
deleted file mode 100644
index 56168b827d0a..000000000000
--- a/net-nds/luma/luma-2.0.3.ebuild
+++ /dev/null
@@ -1,39 +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.3.ebuild,v 1.1 2005/02/14 21:36:53 carlo 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() {
- # need to update files for newer sip/pyqt versions (SizePolicy: int -> enum)
- # if $QTDIR/etc/settings/qtrc file exists, the qt build tools try to create
- [ -d "$QTDIR/etc/settings" ] && addwrite "$QTDIR/etc/settings"
- addpredict "$QTDIR/etc/settings"
- for F in `find . -iname "*\.ui"` ; do
- rm ${F%ui}py
- pyuic ${F} > ${F%ui}py
- done
-
- dodir /usr
- python install.py --prefix=${D}/usr
-}