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 | b1940a057ca95b9f5ad339220dc603e87babfac5 (patch) | |
tree | f6bd4f41bee087520194581752b3cd54e7c4f465 /x11-misc/bbkeys | |
parent | Updated patch to solve irqreturn_t problems on 2.4[.23+] series (diff) | |
download | historical-b1940a057ca95b9f5ad339220dc603e87babfac5.tar.gz historical-b1940a057ca95b9f5ad339220dc603e87babfac5.tar.bz2 historical-b1940a057ca95b9f5ad339220dc603e87babfac5.zip |
Removed old ebuilds.
Diffstat (limited to 'x11-misc/bbkeys')
-rw-r--r-- | x11-misc/bbkeys/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/bbkeys/Manifest | 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 |
6 files changed, 6 insertions, 81 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/Manifest b/x11-misc/bbkeys/Manifest index a3ccf0953ae9..9a81ff7f35f2 100644 --- a/x11-misc/bbkeys/Manifest +++ b/x11-misc/bbkeys/Manifest @@ -1,10 +1,6 @@ -MD5 1a52e149696994412998d4947e171e77 ChangeLog 1437 -MD5 2d920af0d53a245f65c674141d0e7583 bbkeys-0.8.3-r1.ebuild 883 -MD5 f7078affc1489af51d5163e5c0cfe6f9 bbkeys-0.8.4.ebuild 1423 MD5 0013afc11d32ed2a7b87d13c0a7c9047 bbkeys-0.8.5.ebuild 703 MD5 46afdc204b837bce342e95f31d84e39f bbkeys-0.8.6.ebuild 704 +MD5 abff6c172eb3c34e25d59cab282cfbb1 ChangeLog 1558 MD5 8d1b68c4cce30055f96e0936954ed21a metadata.xml 234 -MD5 63e8c533f7e2ade1e2d41c5e078e4b9e files/digest-bbkeys-0.8.3-r1 64 -MD5 ed9e2a10a457d32b847e0213a31ae06c files/digest-bbkeys-0.8.4 64 MD5 e1bbe339d874d657bca8b892070af274 files/digest-bbkeys-0.8.5 64 MD5 bedaae3e116012e4c2697e97452da123 files/digest-bbkeys-0.8.6 64 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 |