diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-10-06 15:30:16 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-10-06 15:30:16 +0000 |
commit | 3e511008adb1aba4e01c7a7455f2c0f2f73b750d (patch) | |
tree | a2c774b78d6585e40bd6cd6bf84d44f36146ae11 /x11-misc/bbkeys | |
parent | added -lm (diff) | |
download | gentoo-2-3e511008adb1aba4e01c7a7455f2c0f2f73b750d.tar.gz gentoo-2-3e511008adb1aba4e01c7a7455f2c0f2f73b750d.tar.bz2 gentoo-2-3e511008adb1aba4e01c7a7455f2c0f2f73b750d.zip |
The Big Commit. Modifies apps to install into /usr instead of /usr/X11R6. If it breaks, fix it.
Diffstat (limited to 'x11-misc/bbkeys')
-rw-r--r-- | x11-misc/bbkeys/bbkeys-0.8.2-r1.ebuild | 27 | ||||
-rw-r--r-- | x11-misc/bbkeys/bbkeys-0.8.3-r1.ebuild (renamed from x11-misc/bbkeys/bbkeys-0.8.3.ebuild) | 4 | ||||
-rw-r--r-- | x11-misc/bbkeys/files/digest-bbkeys-0.8.2-r1 | 1 | ||||
-rw-r--r-- | x11-misc/bbkeys/files/digest-bbkeys-0.8.3 | 1 |
4 files changed, 2 insertions, 31 deletions
diff --git a/x11-misc/bbkeys/bbkeys-0.8.2-r1.ebuild b/x11-misc/bbkeys/bbkeys-0.8.2-r1.ebuild deleted file mode 100644 index bb6d391c1a74..000000000000 --- a/x11-misc/bbkeys/bbkeys-0.8.2-r1.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/x11-misc/bbkeys/bbkeys-0.8.2-r1.ebuild,v 1.1 2001/08/30 06:50:04 woodchip Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Use keyboard shortcuts in the blackbox wm" -HOMEPAGE="http://movingparts.thelinuxcommunity.org" -SRC_URI="http://movingparts.thelinuxcommunity.org/bbkeys/${P}.tar.gz" - -DEPEND=">=x11-wm/blackbox-0.61" - -src_compile() { - ./configure --prefix=/usr/X11R6 --host=${CHOST} || die - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - rm -rf ${D}/usr/X11R6/doc - dodoc AUTHORS ChangeLog README -} - -pkg_postinst() { - cd ${ROOT}usr/X11R6/bin/wm - sed -e "s/.*blackbox/exec \/usr\/X11R6\/bin\/bbkeys \&\n&/" blackbox | cat > blackbox -} diff --git a/x11-misc/bbkeys/bbkeys-0.8.3.ebuild b/x11-misc/bbkeys/bbkeys-0.8.3-r1.ebuild index 6e485d679e8b..db6d09641d22 100644 --- a/x11-misc/bbkeys/bbkeys-0.8.3.ebuild +++ b/x11-misc/bbkeys/bbkeys-0.8.3-r1.ebuild @@ -1,7 +1,7 @@ # 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/x11-misc/bbkeys/bbkeys-0.8.3.ebuild,v 1.1 2001/10/01 00:20:58 lordjoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbkeys/bbkeys-0.8.3-r1.ebuild,v 1.1 2001/10/06 15:30:16 danarmak Exp $ S=${WORKDIR}/${P} DESCRIPTION="Use keyboard shortcuts in the blackbox wm" @@ -11,7 +11,7 @@ SRC_URI="http://movingparts.thelinuxcommunity.org/bbkeys/${P}.tar.gz" DEPEND=">=x11-wm/blackbox-0.61" src_compile() { - ./configure --prefix=/usr/X11R6 --host=${CHOST} || die + ./configure --prefix=/usr --host=${CHOST} || die emake || die } diff --git a/x11-misc/bbkeys/files/digest-bbkeys-0.8.2-r1 b/x11-misc/bbkeys/files/digest-bbkeys-0.8.2-r1 deleted file mode 100644 index 5016d7965c30..000000000000 --- a/x11-misc/bbkeys/files/digest-bbkeys-0.8.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 ce506020fbb17dab286129dcde444ffa bbkeys-0.8.2.tar.gz diff --git a/x11-misc/bbkeys/files/digest-bbkeys-0.8.3 b/x11-misc/bbkeys/files/digest-bbkeys-0.8.3 deleted file mode 100644 index e7695ae67c83..000000000000 --- a/x11-misc/bbkeys/files/digest-bbkeys-0.8.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 f38ea900ad8c6a797833b4d380f737cd bbkeys-0.8.3.tar.gz |