summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <g2boojum@gentoo.org>2002-07-04 23:14:23 +0000
committerGrant Goodyear <g2boojum@gentoo.org>2002-07-04 23:14:23 +0000
commitb7b337ebd013d2651b34ac5ba43f79609e836824 (patch)
treea8ca7e4be2c6d068d6b876acb6153b24fc06a244 /x11-misc/bbconf
parentremoved new gnomemeeting mask. still masking latest pwlib and openh323 (diff)
downloadgentoo-2-b7b337ebd013d2651b34ac5ba43f79609e836824.tar.gz
gentoo-2-b7b337ebd013d2651b34ac5ba43f79609e836824.tar.bz2
gentoo-2-b7b337ebd013d2651b34ac5ba43f79609e836824.zip
New version; thanks to Matt Behrens
Diffstat (limited to 'x11-misc/bbconf')
-rw-r--r--x11-misc/bbconf/ChangeLog8
-rw-r--r--x11-misc/bbconf/bbconf-1.6.ebuild24
-rw-r--r--x11-misc/bbconf/files/digest-bbconf-1.61
3 files changed, 32 insertions, 1 deletions
diff --git a/x11-misc/bbconf/ChangeLog b/x11-misc/bbconf/ChangeLog
index b85e33569758..27b9716d5a78 100644
--- a/x11-misc/bbconf/ChangeLog
+++ b/x11-misc/bbconf/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/bbconf
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/ChangeLog,v 1.2 2002/04/11 03:32:36 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/ChangeLog,v 1.3 2002/07/04 23:14:23 g2boojum Exp $
+
+*bbconf-1.06 (04 Jul 2002)
+
+ 04 Jul 2002; Grant Goodyear <g2boojum@gentoo.org> ChangeLog :
+
+ new version; thanks to Matt Behrens
*bbconf-1.2-r1 (10 Apr 2002)
10 Apr 2002; Spider <spider@gentoo.org> bbconf-1.2-r1.ebuild:
Fix qt related configure flag.
diff --git a/x11-misc/bbconf/bbconf-1.6.ebuild b/x11-misc/bbconf/bbconf-1.6.ebuild
new file mode 100644
index 000000000000..3babcdd73577
--- /dev/null
+++ b/x11-misc/bbconf/bbconf-1.6.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2001 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Maintainer: Grant Goodyear <g2boojum@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.6.ebuild,v 1.1 2002/07/04 23:14:23 g2boojum Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="All-in-one blackbox configuration tool."
+SRC_URI="http://${PN}.sourceforge.net/code/${P}.tar.gz"
+HOMEPAGE="http://bbconf.sourceforge.net"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+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.6 b/x11-misc/bbconf/files/digest-bbconf-1.6
new file mode 100644
index 000000000000..18edb2569c11
--- /dev/null
+++ b/x11-misc/bbconf/files/digest-bbconf-1.6
@@ -0,0 +1 @@
+MD5 e5f35f2c8f8332b9d997f829bf14d7b1 bbconf-1.6.tar.gz 687087