diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-04-05 13:10:35 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-04-05 13:10:35 +0000 |
commit | cdb4f62e46d29ae67ac2b8c1b6b4fc6ab2055561 (patch) | |
tree | ec0203b19ca72f8be149084b1be268528c830671 /x11-misc/bbconf | |
parent | Remove masks for kde-3.4.0_rc1. (diff) | |
download | gentoo-2-cdb4f62e46d29ae67ac2b8c1b6b4fc6ab2055561.tar.gz gentoo-2-cdb4f62e46d29ae67ac2b8c1b6b4fc6ab2055561.tar.bz2 gentoo-2-cdb4f62e46d29ae67ac2b8c1b6b4fc6ab2055561.zip |
Remove old ebuilds, that depend on obsolete Qt-2.
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-misc/bbconf')
-rw-r--r-- | x11-misc/bbconf/bbconf-1.2-r1.ebuild | 25 | ||||
-rw-r--r-- | x11-misc/bbconf/bbconf-1.6.ebuild | 24 | ||||
-rw-r--r-- | x11-misc/bbconf/files/digest-bbconf-1.2-r1 | 1 | ||||
-rw-r--r-- | x11-misc/bbconf/files/digest-bbconf-1.6 | 1 |
4 files changed, 0 insertions, 51 deletions
diff --git a/x11-misc/bbconf/bbconf-1.2-r1.ebuild b/x11-misc/bbconf/bbconf-1.2-r1.ebuild deleted file mode 100644 index 33d644d76b7c..000000000000 --- a/x11-misc/bbconf/bbconf-1.2-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.2-r1.ebuild,v 1.15 2004/06/24 22:12:22 agriffis Exp $ - -DESCRIPTION="All-in-one blackbox configuration tool." -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://bbconf.sourceforge.net" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc " -IUSE="" - -DEPEND="virtual/x11 - =x11-libs/qt-2*" - -#RDEPEND="" - -src_compile () { - ./configure --prefix=/usr --host=${CHOST} --with-qt-dir=/usr/qt/2 || die - emake || die -} - -src_install () { - make DESTDIR=${D} install || die -} diff --git a/x11-misc/bbconf/bbconf-1.6.ebuild b/x11-misc/bbconf/bbconf-1.6.ebuild deleted file mode 100644 index 096bdd2b6581..000000000000 --- a/x11-misc/bbconf/bbconf-1.6.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.6.ebuild,v 1.14 2004/06/24 22:12:22 agriffis Exp $ - -DESCRIPTION="All-in-one blackbox configuration tool." -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://bbconf.sourceforge.net" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 -ppc sparc " -IUSE="" - -DEPEND="virtual/x11 - >=x11-libs/qt-3.0.3" - -src_compile () { - ./configure --prefix=/usr --host=${CHOST} --with-qt-dir=/usr/qt/3 || die - emake || die -} - -src_install () { - make DESTDIR=${D} install || die -} diff --git a/x11-misc/bbconf/files/digest-bbconf-1.2-r1 b/x11-misc/bbconf/files/digest-bbconf-1.2-r1 deleted file mode 100644 index a597a2958686..000000000000 --- a/x11-misc/bbconf/files/digest-bbconf-1.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 09da21749c13b72681a50bcb76f37484 bbconf-1.2.tar.gz 559768 diff --git a/x11-misc/bbconf/files/digest-bbconf-1.6 b/x11-misc/bbconf/files/digest-bbconf-1.6 deleted file mode 100644 index 18edb2569c11..000000000000 --- a/x11-misc/bbconf/files/digest-bbconf-1.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 e5f35f2c8f8332b9d997f829bf14d7b1 bbconf-1.6.tar.gz 687087 |