diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-01-26 17:07:59 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-01-26 17:07:59 +0000 |
commit | d1fa064ae858f33f35ba6a4eaf7a71df111a303a (patch) | |
tree | 4b373b59f93f97e512be9ff7330bf56f3d508851 /x11-misc/bbkeys | |
parent | Updated patch to solve irqreturn_t problems on 2.4[.23+] series (diff) | |
download | gentoo-2-d1fa064ae858f33f35ba6a4eaf7a71df111a303a.tar.gz gentoo-2-d1fa064ae858f33f35ba6a4eaf7a71df111a303a.tar.bz2 gentoo-2-d1fa064ae858f33f35ba6a4eaf7a71df111a303a.zip |
Removed old ebuilds.
Diffstat (limited to 'x11-misc/bbkeys')
-rw-r--r-- | x11-misc/bbkeys/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/bbkeys/bbkeys-0.8.3-r1.ebuild | 31 | ||||
-rw-r--r-- | x11-misc/bbkeys/bbkeys-0.8.4.ebuild | 42 | ||||
-rw-r--r-- | x11-misc/bbkeys/files/digest-bbkeys-0.8.3-r1 | 1 | ||||
-rw-r--r-- | x11-misc/bbkeys/files/digest-bbkeys-0.8.4 | 1 |
5 files changed, 5 insertions, 76 deletions
diff --git a/x11-misc/bbkeys/ChangeLog b/x11-misc/bbkeys/ChangeLog index 9b5d84b7e0e0..a39b179ea994 100644 --- a/x11-misc/bbkeys/ChangeLog +++ b/x11-misc/bbkeys/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for x11-misc/bbkeys -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 # $Header + 26 Jan 2004; Markus Nigbur <pyrania@gentoo.org> bbkeys-0.8.3-r1.ebuild, + bbkeys-0.8.4.ebuild: + Removed old ebuilds. + 30 Oct 2003; Brandon Hale <tseng@gentoo.org> metadata.xml: Added metadata.xml diff --git a/x11-misc/bbkeys/bbkeys-0.8.3-r1.ebuild b/x11-misc/bbkeys/bbkeys-0.8.3-r1.ebuild deleted file mode 100644 index 212364964703..000000000000 --- a/x11-misc/bbkeys/bbkeys-0.8.3-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbkeys/bbkeys-0.8.3-r1.ebuild,v 1.9 2003/02/13 17:07:38 vapier 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" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 sparc " - -DEPEND=">=x11-wm/blackbox-0.61" - -src_compile() { - ./configure --prefix=/usr --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 - if [ ! "`grep bbkeys blackbox`" ] ; then - sed -e "s/.*blackbox/exec \/usr\/X11R6\/bin\/bbkeys \&\n&/" blackbox | cat > blackbox - fi -} diff --git a/x11-misc/bbkeys/bbkeys-0.8.4.ebuild b/x11-misc/bbkeys/bbkeys-0.8.4.ebuild deleted file mode 100644 index f37eb0363860..000000000000 --- a/x11-misc/bbkeys/bbkeys-0.8.4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbkeys/bbkeys-0.8.4.ebuild,v 1.9 2003/02/13 17:07:44 vapier Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Use keyboard shortcuts in the blackbox wm" -HOMEPAGE="http://bbkeys.sourceforge.net" -SRC_URI="http://bbkeys.sourceforge.net/downloads/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc" - -DEPEND="virtual/blackbox" - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr || die "./configure failed" - emake || die -} - -src_install () { - make \ - prefix=${D}/usr \ - install || die - rm -rf ${D}/usr/doc - dodoc AUTHORS BUGS ChangeLog NEWS README -} - -#What the hell was this trying to do? Make bbkeys automatically start? -#Well, I had to update this to at least attempt to work with the locations of -#X11R6 binaries. (They used to be in /usr/X11R6/bin, but alas, no more) -#Anyway you slice it though, this fails while blackbox is actually running, and -#I don't it'll work even if it not running. Also if I'm correct and this is what -#it's trying to do, I'd really suggest that you just use .xinitrc in your home -#directories. Add the command before the blackbox command and all is good. -#pkg_postinst() { -# cd ${ROOT}usr/bin/ -# if [ ! "`grep bbkeys blackbox`" ] ; then -# sed -e "s/.*blackbox/exec \/usr\/bin\/bbkeys \&\n&/" blackbox | cat > blackbox -# fi -#} diff --git a/x11-misc/bbkeys/files/digest-bbkeys-0.8.3-r1 b/x11-misc/bbkeys/files/digest-bbkeys-0.8.3-r1 deleted file mode 100644 index 8a8011916e17..000000000000 --- a/x11-misc/bbkeys/files/digest-bbkeys-0.8.3-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 f38ea900ad8c6a797833b4d380f737cd bbkeys-0.8.3.tar.gz 123531 diff --git a/x11-misc/bbkeys/files/digest-bbkeys-0.8.4 b/x11-misc/bbkeys/files/digest-bbkeys-0.8.4 deleted file mode 100644 index 34a3e95310a7..000000000000 --- a/x11-misc/bbkeys/files/digest-bbkeys-0.8.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 031698484f5e5c7d18eeb87f453bab98 bbkeys-0.8.4.tar.gz 183028 |