summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2001-08-31 00:35:15 +0000
committerDonny Davies <woodchip@gentoo.org>2001-08-31 00:35:15 +0000
commitdeb6277090a9cdc7c41b04dd5a95a4f3e009cd95 (patch)
tree9cd8c0da23a3a741d8824b2c2e909688e10607a8 /app-misc
parent*** empty log message *** (diff)
downloadhistorical-deb6277090a9cdc7c41b04dd5a95a4f3e009cd95.tar.gz
historical-deb6277090a9cdc7c41b04dd5a95a4f3e009cd95.tar.bz2
historical-deb6277090a9cdc7c41b04dd5a95a4f3e009cd95.zip
*** empty log message ***
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/bbkeysconf/bbkeysconf-1.3.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/app-misc/bbkeysconf/bbkeysconf-1.3.ebuild b/app-misc/bbkeysconf/bbkeysconf-1.3.ebuild
deleted file mode 100644
index b57c73cdcd58..000000000000
--- a/app-misc/bbkeysconf/bbkeysconf-1.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Joe Bormolini <lordjoe@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-misc/bbkeysconf/bbkeysconf-1.3.ebuild,v 1.2 2001/08/15 19:23:16 lordjoe Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Configure bbkeys"
-SRC_URI="http://movingparts.thelinuxcommunity.org/bbkeys/${A}"
-HOMEPAGE="http://movingparts.thelinuxcommunity.org"
-
-DEPEND=">=x11-libs/qt-x11-2.3.0
- >=x11-wm/blackbox-0.61
- >=x11-wm/bbkeys-0.8.2"
-
-src_compile() {
-
- local qtdir=${QTDIR}
- try make MOC=${qtdir}/bin/moc CXXFLAGS="-g -I${qtdir}/include ${CXXFLAGS}" LIBS="-L${qtdir}/lib -L/usr/X11R6/lib -lqt -lX11"
-}
-
-src_install () {
-
- into /usr/X11R6
- dobin bbkeysconf
-}
-