diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-07-15 15:15:40 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-07-15 15:15:40 +0000 |
commit | 3b0be94c23ba260ca1af265e82683c0ec4a8bd39 (patch) | |
tree | cca933cfed2bce6c6f3bd9f00213c9d89c66a47e | |
parent | . (diff) | |
download | gentoo-2-3b0be94c23ba260ca1af265e82683c0ec4a8bd39.tar.gz gentoo-2-3b0be94c23ba260ca1af265e82683c0ec4a8bd39.tar.bz2 gentoo-2-3b0be94c23ba260ca1af265e82683c0ec4a8bd39.zip |
Remove old ebuilds.
(Portage version: 2.0.51.22-r1)
-rw-r--r-- | media-video/quickrip/files/digest-quickrip-0.6 | 1 | ||||
-rw-r--r-- | media-video/quickrip/files/digest-quickrip-0.7 | 1 | ||||
-rw-r--r-- | media-video/quickrip/files/digest-quickrip-0.8 | 1 | ||||
-rw-r--r-- | media-video/quickrip/quickrip-0.6.ebuild | 32 | ||||
-rw-r--r-- | media-video/quickrip/quickrip-0.7.ebuild | 32 | ||||
-rw-r--r-- | media-video/quickrip/quickrip-0.8.ebuild | 31 | ||||
-rw-r--r-- | net-nds/luma/files/digest-luma-1.4 | 1 | ||||
-rw-r--r-- | net-nds/luma/files/digest-luma-1.6 | 1 | ||||
-rw-r--r-- | net-nds/luma/files/digest-luma-2.0.3 | 1 | ||||
-rw-r--r-- | net-nds/luma/files/winpopup-error.patch | 54 | ||||
-rw-r--r-- | net-nds/luma/luma-1.4.ebuild | 38 | ||||
-rw-r--r-- | net-nds/luma/luma-1.6.ebuild | 30 | ||||
-rw-r--r-- | net-nds/luma/luma-2.0.3.ebuild | 39 |
13 files changed, 0 insertions, 262 deletions
diff --git a/media-video/quickrip/files/digest-quickrip-0.6 b/media-video/quickrip/files/digest-quickrip-0.6 deleted file mode 100644 index 4591c83fcb1c..000000000000 --- a/media-video/quickrip/files/digest-quickrip-0.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 3e6075a7217a7a470465960eced1cc41 quickrip-0.6.tar.gz 77319 diff --git a/media-video/quickrip/files/digest-quickrip-0.7 b/media-video/quickrip/files/digest-quickrip-0.7 deleted file mode 100644 index c4f5759487aa..000000000000 --- a/media-video/quickrip/files/digest-quickrip-0.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 b156e8cbd6db45a55929e807964383b2 quickrip-0.7.tar.gz 82119 diff --git a/media-video/quickrip/files/digest-quickrip-0.8 b/media-video/quickrip/files/digest-quickrip-0.8 deleted file mode 100644 index a8915253b5d5..000000000000 --- a/media-video/quickrip/files/digest-quickrip-0.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 89071d4da44cffbc556afd7122230c18 quickrip-0.8.tar.gz 128674 diff --git a/media-video/quickrip/quickrip-0.6.ebuild b/media-video/quickrip/quickrip-0.6.ebuild deleted file mode 100644 index fa34f121ac0d..000000000000 --- a/media-video/quickrip/quickrip-0.6.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/quickrip/quickrip-0.6.ebuild,v 1.10 2005/02/22 20:59:49 carlo Exp $ - -inherit eutils - -MY_PV="$(echo ${PV} | cut -d. -f1,2)" -S="${WORKDIR}/QuickRip" -DESCRIPTION="Basic DVD ripper written in Python and PyQT." -HOMEPAGE="http://quickrip.sourceforge.net/" -SRC_URI="http://www.tomchance.uklinux.net/projects/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 -ppc -mips" -IUSE="" - -DEPEND="virtual/libc - >=dev-lang/python-2.2 - >=x11-libs/qt-3.1 - >=dev-python/PyQt-3.5 - media-video/mplayer - media-video/transcode" - -src_install() { - exeinto /usr/share/quickrip - doexe *.py ui/*.ui - - dodoc README LICENSE - dodir /usr/bin - dosym /usr/share/quickrip/quickrip.py /usr/bin/quickrip -} diff --git a/media-video/quickrip/quickrip-0.7.ebuild b/media-video/quickrip/quickrip-0.7.ebuild deleted file mode 100644 index 21d7a982f9d6..000000000000 --- a/media-video/quickrip/quickrip-0.7.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/quickrip/quickrip-0.7.ebuild,v 1.7 2005/02/22 20:59:49 carlo Exp $ - -inherit eutils - -S="${WORKDIR}/QuickRip" -DESCRIPTION="Basic DVD ripper written in Python and PyQT." -HOMEPAGE="http://quickrip.sourceforge.net/" -SRC_URI="mirror://sourceforge/quickrip/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 -ppc -mips" -IUSE="" - -DEPEND="virtual/libc - >=dev-lang/python-2.2 - >=x11-libs/qt-3.1 - >=dev-python/PyQt-3.5-r1 - media-video/mplayer - media-video/transcode" - -src_install() { - exeinto /usr/share/quickrip - - doexe *.py ui/*.ui quickriprc - - dodoc README LICENSE - dodir /usr/bin - dosym /usr/share/quickrip/quickrip.py /usr/bin/quickrip -} diff --git a/media-video/quickrip/quickrip-0.8.ebuild b/media-video/quickrip/quickrip-0.8.ebuild deleted file mode 100644 index 19a0b5a88377..000000000000 --- a/media-video/quickrip/quickrip-0.8.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/quickrip/quickrip-0.8.ebuild,v 1.7 2005/02/22 20:59:49 carlo Exp $ - -inherit eutils - -S="${WORKDIR}/quickrip" -DESCRIPTION="Basic DVD ripper written in Python with Qt and command line interfaces." -HOMEPAGE="http://quickrip.sourceforge.net/" -SRC_URI="mirror://sourceforge/quickrip/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 -ppc -mips ~amd64" -IUSE="" -DEPEND="virtual/libc - >=dev-lang/python-2.2 - >=x11-libs/qt-3.1 - >=dev-python/PyQt-3.5-r1 - media-video/mplayer - media-video/transcode" - -src_install() { - MANDIR=${D}/usr/share/man/man1 - exeinto /usr/share/quickrip - doexe *.py ui/*.ui quickriprc - doman *.1.gz - dodoc README LICENSE - dodir /usr/bin - dosym /usr/share/quickrip/quickrip.py /usr/bin/quickrip -} - 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 -} |