diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-02-20 18:49:31 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-02-20 18:51:06 +0100 |
commit | 760e17fcbac1b8c04a96ab08306dbcc644131dfb (patch) | |
tree | e89f1b472226b0439a5a08e98af7fca11f0e892c /app-misc | |
parent | sys-fs/pytagsfs: distutils-r1 + EAPI 5 (diff) | |
download | gentoo-760e17fcbac1b8c04a96ab08306dbcc644131dfb.tar.gz gentoo-760e17fcbac1b8c04a96ab08306dbcc644131dfb.tar.bz2 gentoo-760e17fcbac1b8c04a96ab08306dbcc644131dfb.zip |
Remove masked for removal packages
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/multimon/Manifest | 2 | ||||
-rw-r--r-- | app-misc/multimon/files/multimon-1.0-flags.patch | 46 | ||||
-rw-r--r-- | app-misc/multimon/files/multimon-1.0-includes.patch | 20 | ||||
-rw-r--r-- | app-misc/multimon/files/multimon-1.0-prll.patch | 75 | ||||
-rw-r--r-- | app-misc/multimon/metadata.xml | 4 | ||||
-rw-r--r-- | app-misc/multimon/multimon-1.0-r2.ebuild | 47 | ||||
-rw-r--r-- | app-misc/multimon/multimon-1.0-r3.ebuild | 50 | ||||
-rw-r--r-- | app-misc/usbirboy/Manifest | 2 | ||||
-rw-r--r-- | app-misc/usbirboy/files/usbirboy-0.2.1-kernel-2.6.16.diff | 43 | ||||
-rw-r--r-- | app-misc/usbirboy/files/usbirboy-0.2.1-module_param.diff | 23 | ||||
-rw-r--r-- | app-misc/usbirboy/files/usbirboy-0.2.1-nice-kernel-msgs.diff | 48 | ||||
-rw-r--r-- | app-misc/usbirboy/metadata.xml | 7 | ||||
-rw-r--r-- | app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild | 65 | ||||
-rw-r--r-- | app-misc/usbirboy/usbirboy-0.3.1-r1.ebuild | 57 | ||||
-rw-r--r-- | app-misc/usbirboy/usbirboy-0.3.1.ebuild | 57 |
15 files changed, 0 insertions, 546 deletions
diff --git a/app-misc/multimon/Manifest b/app-misc/multimon/Manifest deleted file mode 100644 index 475280672055..000000000000 --- a/app-misc/multimon/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST multimon-1.0-ubuntu.patch.xz 18532 SHA256 2d1e990dec9a949e7293a18eee7559d3df53133fc78c129e38d5b5fc439a6586 SHA512 1773bf4d1b0be59c2187543328a1cd59d097f026418b3c96afbd48f9c8491fb1c082d5d2e58b1d3242a912737915b5cdaf6e879ae82f2e7bc292919579ebcc28 WHIRLPOOL b49e64f5694db7791574bf2fddb9ca071b912bb4510701fafeed614cc8805df9130ce6bfeae9c380fecfd46656f3ff0f8d80625d93585c1ccff28e1e71d544ed -DIST multimon.tar.gz 49256 SHA256 bb4957f10ffbe0bdefb91170beeba22edba7cac265855fe47960d5f7033b5255 SHA512 e52a30996a66ca68a25490d3c522fe71454d0b3d4a0dd8ba567483fa8afe6350b68f391e7b8a4f5cd0c8440762b9cd7258c8efb5cc737c8780c3c2af77a9dba5 WHIRLPOOL ec0b97860037321e8cc29340bc41faddb2d073f361f83d656310f63ba8eaad51b5ac7102b08ba503b24c333714be4377afdf19075f10c189eaf5e20e3a6684b0 diff --git a/app-misc/multimon/files/multimon-1.0-flags.patch b/app-misc/multimon/files/multimon-1.0-flags.patch deleted file mode 100644 index 232cb4e15ac2..000000000000 --- a/app-misc/multimon/files/multimon-1.0-flags.patch +++ /dev/null @@ -1,46 +0,0 @@ ---- Makefile.orig 1997-12-08 17:56:05.000000000 +0100 -+++ Makefile 2010-10-20 06:16:56.000000000 +0200 -@@ -8,7 +8,7 @@ - else - CFLAGS +=-O3 -DSUN_AUDIO -DARCH_SPARC - endif --LDFLAGSX =-lX11 -L/usr/X11R6/lib -R/usr/X11R6/lib -lsocket -lnsl -+LIBSX =-lX11 -L/usr/X11R6/lib -R/usr/X11R6/lib -lsocket -lnsl - else - ifeq ($(DEBUG),y) - CFLAGS +=-g -O -m486 -malign-loops=2 -malign-jumps=2 \ -@@ -17,7 +17,7 @@ - CFLAGS +=-O3 -m486 -malign-loops=2 -malign-jumps=2 \ - -malign-functions=2 -DARCH_I386 - endif --LDFLAGSX =-lX11 -L/usr/X11R6/lib -+LIBSX =-lX11 -L/usr/X11R6/lib - endif - - -@@ -28,7 +28,7 @@ - - AS =as - LD =ld --LDFLAGS =-lm -+LIBS =-lm - HOSTCC =gcc - CC =gcc - MAKE =make -@@ -67,13 +67,13 @@ - $(MKDIR) $(BINDIR) - - $(BINDIR)/multimon: $(OBJ_L2) $(OBJ_L1) $(OBJ_MISC) -- $(CC) $^ $(LDFLAGS) $(LDFLAGSX) -o $@ -+ $(CC) $(LDFLAGS) $^ $(LIBS) $(LIBSX) -o $@ - - $(BINDIR)/gen: $(OBJ_GEN) -- $(CC) $^ $(LDFLAGS) -o $@ -+ $(CC) $(LDFLAGS) $^ $(LIBS) -o $@ - - $(BINDIR)/mkcostab: $(BINDIR)/mkcostab.o -- $(CC) $^ $(LDFLAGS) -o $@ -+ $(CC) $(LDFLAGS) $^ $(LIBS) -o $@ - - costabi.c costabf.c: $(BINDIR)/mkcostab - $(BINDIR)/mkcostab diff --git a/app-misc/multimon/files/multimon-1.0-includes.patch b/app-misc/multimon/files/multimon-1.0-includes.patch deleted file mode 100644 index 940841382d00..000000000000 --- a/app-misc/multimon/files/multimon-1.0-includes.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- mkcostab.c.orig 1997-12-08 17:56:06.000000000 +0100 -+++ mkcostab.c 2010-10-20 06:20:08.000000000 +0200 -@@ -23,6 +23,7 @@ - - #include <math.h> - #include <stdio.h> -+#include <stdlib.h> /* exit() */ - - /* ---------------------------------------------------------------------- */ - ---- xdisplay.c.orig 1997-12-08 17:56:06.000000000 +0100 -+++ xdisplay.c 2010-10-20 06:19:37.000000000 +0200 -@@ -36,6 +36,7 @@ - #include <X11/X.h> - #include <X11/Xlib.h> - #include <X11/Xutil.h> -+#include <stdlib.h> /* abort() exit() */ - - /* ---------------------------------------------------------------------- */ - diff --git a/app-misc/multimon/files/multimon-1.0-prll.patch b/app-misc/multimon/files/multimon-1.0-prll.patch deleted file mode 100644 index 0664bea9e9c1..000000000000 --- a/app-misc/multimon/files/multimon-1.0-prll.patch +++ /dev/null @@ -1,75 +0,0 @@ - Makefile | 35 ++++++++++++++++------------------- - 1 files changed, 16 insertions(+), 19 deletions(-) - -diff --git a/Makefile b/Makefile -index 74453f2..28a3b7d 100644 ---- a/Makefile -+++ b/Makefile -@@ -37,15 +37,15 @@ AR =ar - STRIP =strip - MKDIR =mkdir - --all: $(BINDIR) $(BINDIR)/multimon $(BINDIR)/gen -+all: multimon gen - --$(BINDIR)/%.s: %.c -+%.s: %.c - $(CC) $(CFLAGS) -S -o $@ $< - --$(BINDIR)/%.o: $(BINDIR)/%.s -+%.o: %.s - $(AS) -c -o $@ $< - --$(BINDIR)/%.o: %.c -+%.o: %.c - $(CC) $(CFLAGS) -c -o $@ $< - - SRC_L2 =hdlc.c pocsag.c -@@ -57,26 +57,23 @@ SRC_MISC =unixinput.c costabf.c xdisplay.c - - SRC_GEN =gen.c gen_dtmf.c gen_sin.c gen_zvei.c gen_hdlc.c costabi.c - --OBJ_L2 =$(SRC_L2:%.c=$(BINDIR)/%.o) --OBJ_L1 =$(SRC_L1:%.c=$(BINDIR)/%.o) --OBJ_MISC =$(SRC_MISC:%.c=$(BINDIR)/%.o) -+OBJ_L2 =$(SRC_L2:%.c=%.o) -+OBJ_L1 =$(SRC_L1:%.c=%.o) -+OBJ_MISC =$(SRC_MISC:%.c=%.o) - --OBJ_GEN =$(SRC_GEN:%.c=$(BINDIR)/%.o) -+OBJ_GEN =$(SRC_GEN:%.c=%.o) - --$(BINDIR): -- $(MKDIR) $(BINDIR) -- --$(BINDIR)/multimon: $(OBJ_L2) $(OBJ_L1) $(OBJ_MISC) -+multimon: $(OBJ_L2) $(OBJ_L1) $(OBJ_MISC) - $(CC) $(LDFLAGS) $^ $(LIBS) $(LIBSX) -o $@ - --$(BINDIR)/gen: $(OBJ_GEN) -+gen: $(OBJ_GEN) - $(CC) $(LDFLAGS) $^ $(LIBS) -o $@ - --$(BINDIR)/mkcostab: $(BINDIR)/mkcostab.o -+mkcostab: mkcostab.o - $(CC) $(LDFLAGS) $^ $(LIBS) -o $@ - --costabi.c costabf.c: $(BINDIR)/mkcostab -- $(BINDIR)/mkcostab -+costabi.c costabf.c: mkcostab -+ ./mkcostab - - clean: - $(RM) -f core `find . -name '*.[oas]' -print` -@@ -85,8 +82,8 @@ clean: - - - depend dep: -- $(CPP) -M $(CFLAGS) $(SRC_MISC) $(SRC_L1) $(SRC_L2) $(SRC_GEN) mkcostab.c > $(BINDIR)/.depend -+ $(CPP) -M $(CFLAGS) $(SRC_MISC) $(SRC_L1) $(SRC_L2) $(SRC_GEN) mkcostab.c > .depend - --ifeq ($(BINDIR)/.depend,$(wildcard $(BINDIR)/.depend)) --include $(BINDIR)/.depend -+ifeq (.depend,$(wildcard .depend)) -+include .depend - endif diff --git a/app-misc/multimon/metadata.xml b/app-misc/multimon/metadata.xml deleted file mode 100644 index 097975e3adc2..000000000000 --- a/app-misc/multimon/metadata.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -</pkgmetadata> diff --git a/app-misc/multimon/multimon-1.0-r2.ebuild b/app-misc/multimon/multimon-1.0-r2.ebuild deleted file mode 100644 index 89fb2972fb58..000000000000 --- a/app-misc/multimon/multimon-1.0-r2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils toolchain-funcs - -DESCRIPTION="Decoding digital transmission codes" -HOMEPAGE="http://www.baycom.org/~tom/ham/linux/multimon.html" -SRC_URI="http://www.baycom.org/~tom/ham/linux/multimon.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc x86" -IUSE="" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND} - x11-proto/xproto" - -S=${WORKDIR}/multimon - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-flags.patch \ - "${FILESDIR}"/${P}-prll.patch \ - "${FILESDIR}"/${P}-includes.patch - sed \ - -e '/^$(BINDIR)\//s:$: $(BINDIR):g' \ - -i Makefile || die -} - -src_compile() { - # bug #369713 - emake CFLAGS="${CFLAGS}" CC=$(tc-getCC) -} - -src_install() { - mv gen multimon-gen - dobin multimon-gen mkcostab multimon -} - -pkg_postinst() { - ewarn "The gen command has been renamed to multimon-gen to avoid conflicts" - ewarn "with dev-ruby/gen (#247156)" -} diff --git a/app-misc/multimon/multimon-1.0-r3.ebuild b/app-misc/multimon/multimon-1.0-r3.ebuild deleted file mode 100644 index c21cd6034d83..000000000000 --- a/app-misc/multimon/multimon-1.0-r3.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils toolchain-funcs - -DESCRIPTION="Decoding digital transmission codes" -HOMEPAGE="http://www.baycom.org/~tom/ham/linux/multimon.html" -SRC_URI="http://www.baycom.org/~tom/ham/linux/multimon.tar.gz - https://dev.gentoo.org/~lu_zero/distfiles/${P}-ubuntu.patch.xz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND} - x11-proto/xproto" - -S=${WORKDIR}/multimon - -src_prepare() { - epatch \ - "${WORKDIR}"/${P}-ubuntu.patch \ - "${FILESDIR}"/${P}-flags.patch \ - "${FILESDIR}"/${P}-prll.patch \ - "${FILESDIR}"/${P}-includes.patch - sed \ - -e '/^$(BINDIR)\//s:$: $(BINDIR):g' \ - -i Makefile || die -} - -src_compile() { - # bug #369713 - emake CFLAGS="${CFLAGS}" CC=$(tc-getCC) -} - -src_install() { - mv gen multimon-gen - dobin multimon-gen mkcostab multimon - doman multimon.1 multimon-gen.1 -} - -pkg_postinst() { - ewarn "The gen command has been renamed to multimon-gen to avoid conflicts" - ewarn "with dev-ruby/gen (#247156)" -} diff --git a/app-misc/usbirboy/Manifest b/app-misc/usbirboy/Manifest deleted file mode 100644 index 99ca6f47fe05..000000000000 --- a/app-misc/usbirboy/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST usbirboy-0.2.1.tar.gz 38664 SHA256 144e6e29dcce004f4999e2f90551529346516c478ae0773f753fda3abaed3ffd SHA512 f26daa847214f60e0883f261cf11d758f0d7a61434e2ec3c7dcee9862362d4a0d16225619cf920528a9a40f245eee97a3531112c1b57e1bec4d191a4196f161c WHIRLPOOL b1b31cdf874d8b0c040f4921bcab47d5292fba56600cab64c9b8e340c04267f3f1099473aa250043e775176cb0df4ba6b6eb1e4ee9616a7482ebfd95dfe652ab -DIST usbirboy-0.3.1.tar.gz 49649 SHA256 cb879c1c67bb8deba385a12d5d97ca9ea6b148e77d1cd985a4fa3054b71d5cc6 SHA512 49f5c9eed4272b3066a87bfbacf95b39f1912a0fd22e580a87cf6b850e4ce98adb2c7ffb08b4c3db6d5b9cf298caa279ebeb51372eb95b9edf0b1ca02ecfba60 WHIRLPOOL e542f81644ca84953b2c789676a8f7b469358e0283262cb4881dfe0e4e87b8c140b5b47c68699057bcf5ccff0ba9771dfcd40ed1859d945604223c6e2e6084c0 diff --git a/app-misc/usbirboy/files/usbirboy-0.2.1-kernel-2.6.16.diff b/app-misc/usbirboy/files/usbirboy-0.2.1-kernel-2.6.16.diff deleted file mode 100644 index bc2a2f0b3194..000000000000 --- a/app-misc/usbirboy/files/usbirboy-0.2.1-kernel-2.6.16.diff +++ /dev/null @@ -1,43 +0,0 @@ -diff -ru usbirboy-0.2.1-orig/usbirboykmod/usbirboy.c usbirboy-0.2.1/usbirboykmod/usbirboy.c ---- usbirboy-0.2.1-orig/usbirboykmod/usbirboy.c 2006-06-08 07:52:54.211338228 +0200 -+++ usbirboy-0.2.1/usbirboykmod/usbirboy.c 2006-06-08 07:57:26.989743855 +0200 -@@ -76,6 +76,14 @@ - #define LIRC_SET_REC_MODE _IOW('i', 0x00000012, __u32) - - -+#include <linux/version.h> -+ -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,16) -+#define USBIRBOY_THIS_MODULE(x) x, -+#else /* >= 2.6.16 */ -+#define USBIRBOY_THIS_MODULE(x) -+#endif -+ - - /* prevent races between open() and disconnect() */ - static DECLARE_MUTEX (disconnect_sem); -@@ -778,7 +784,7 @@ - - /*defines user space function bodies*/ - static struct file_operations usbirboy_fops = { -- .owner = THIS_MODULE, -+ USBIRBOY_THIS_MODULE(.owner = THIS_MODULE) - .read = usbirboy_user_read, - .ioctl = usbirboy_user_ioctl, - .open = usbirboy_user_open, -@@ -790,13 +796,13 @@ - static struct usb_class_driver usbirboy_class = { - .name = DRIVER_NAME, - .fops = &usbirboy_fops, -- .mode = S_IFCHR | S_IRUSR | S_IRGRP | S_IROTH, -+ USBIRBOY_THIS_MODULE(.mode = S_IFCHR | S_IRUSR | S_IRGRP | S_IROTH) - .minor_base = USBIRBOY_MINOR_BASE, - }; - - /*driver info for kernel*/ - static struct usb_driver usbirboy_driver = { -- .owner = THIS_MODULE, -+ USBIRBOY_THIS_MODULE(.owner = THIS_MODULE) - .name = DRIVER_NAME, - .id_table = usbirboy_device_table, - .probe = usbirboy_usb_probe, diff --git a/app-misc/usbirboy/files/usbirboy-0.2.1-module_param.diff b/app-misc/usbirboy/files/usbirboy-0.2.1-module_param.diff deleted file mode 100644 index 176ed375fb72..000000000000 --- a/app-misc/usbirboy/files/usbirboy-0.2.1-module_param.diff +++ /dev/null @@ -1,23 +0,0 @@ -Nur in usbirboy-0.2.1/usbirboykmod: Modules.symvers. -Nur in usbirboy-0.2.1/usbirboykmod/.tmp_versions: usbirboy.mod. -diff -ru usbirboy-0.2.1-orig/usbirboykmod/usbirboy.c usbirboy-0.2.1/usbirboykmod/usbirboy.c ---- usbirboy-0.2.1-orig/usbirboykmod/usbirboy.c 2006-07-03 10:30:07.393102962 +0200 -+++ usbirboy-0.2.1/usbirboykmod/usbirboy.c 2006-07-03 10:34:02.999771952 +0200 -@@ -90,7 +90,8 @@ - - /* define debug kernel option */ - static int debug = 0; --MODULE_PARM(debug, "i"); -+module_param(debug, bool, 0644); -+MODULE_PARM_DESC(debug, "Enable debugging messages"); - - static struct usb_driver usbirboy_driver; - static struct usb_class_driver usbirboy_class; -Nur in usbirboy-0.2.1/usbirboykmod: usbirboy.ko. -Nur in usbirboy-0.2.1/usbirboykmod: .usbirboy.ko.cmd. -Nur in usbirboy-0.2.1/usbirboykmod: usbirboy.mod.c. -Nur in usbirboy-0.2.1/usbirboykmod: usbirboy.mod.o. -Nur in usbirboy-0.2.1/usbirboykmod: .usbirboy.mod.o.cmd. -Nur in usbirboy-0.2.1/usbirboykmod: usbirboy.o. -Nur in usbirboy-0.2.1/usbirboykmod: .usbirboy.o.cmd. -Nur in usbirboy-0.2.1-orig/usbirboykmod: .usbirboy.o.d. diff --git a/app-misc/usbirboy/files/usbirboy-0.2.1-nice-kernel-msgs.diff b/app-misc/usbirboy/files/usbirboy-0.2.1-nice-kernel-msgs.diff deleted file mode 100644 index 8cac30623f9c..000000000000 --- a/app-misc/usbirboy/files/usbirboy-0.2.1-nice-kernel-msgs.diff +++ /dev/null @@ -1,48 +0,0 @@ -diff -ru usbirboy-0.2.1-orig/usbirboykmod/usbirboy.c usbirboy-0.2.1/usbirboykmod/usbirboy.c ---- usbirboy-0.2.1-orig/usbirboykmod/usbirboy.c 2006-07-06 11:47:10.353523729 +0200 -+++ usbirboy-0.2.1/usbirboykmod/usbirboy.c 2006-07-06 11:49:45.352506621 +0200 -@@ -65,6 +65,8 @@ - #define __END_DEBUG } - - -+#define usbirboy_info(format, arg...) printk(KERN_INFO "%s: " format "\n" , \ -+ DRIVER_NAME , ## arg) - - /* Strait from lirc.h adopted ioctl definitions */ - /* Lets hope they dont change those*/ -@@ -636,7 +638,7 @@ - - - /* let the user know what node this device is now attached to */ -- info("USB-IR-Boy device attached to usbirboy with minor %d\n", irdev->minor); -+ usbirboy_info("USB-IR-Boy device attached to usbirboy with minor %d", irdev->minor); - __DEBUG - printk("<----- %s \n", __FUNCTION__); - __END_DEBUG -@@ -725,7 +727,7 @@ - usbirboy_cleanup (usbirdev); - up (&disconnect_sem); - -- info( "USB-IR-Boy device disconnected. Minor: %d\n",minor); -+ usbirboy_info( "USB-IR-Boy device disconnected. Minor: %d",minor); - __DEBUG - printk("<----- %s \n", __FUNCTION__); - __END_DEBUG -@@ -754,7 +756,7 @@ - return -1; - } - -- info( DRIVER_DESC ":" DRIVER_VERSION); -+ usbirboy_info( DRIVER_DESC ":" DRIVER_VERSION); - - __DEBUG - printk("<----- %s \n", __FUNCTION__); -@@ -772,7 +774,7 @@ - __END_DEBUG - usb_deregister (&usbirboy_driver); - -- info( "usbirboy_driver deregistered...\n"); -+ usbirboy_info( "driver deregistered..."); - __DEBUG - printk("<----- %s \n", __FUNCTION__); - __END_DEBUG diff --git a/app-misc/usbirboy/metadata.xml b/app-misc/usbirboy/metadata.xml deleted file mode 100644 index 34cd99026cc7..000000000000 --- a/app-misc/usbirboy/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <upstream> - <remote-id type="sourceforge">usbirboy</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild b/app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild deleted file mode 100644 index ba716fc47dc3..000000000000 --- a/app-misc/usbirboy/usbirboy-0.2.1-r1.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit linux-mod eutils - -DESCRIPTION="Use home made infrared receiver connected via USB" -HOMEPAGE="http://usbirboy.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ia64 ppc ppc64 x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/${P}/usbirboykmod" - -pkg_setup() { - linux-mod_pkg_setup - - if ! kernel_is -ge 2 6; then - die "This package works only with 2.6 kernel!" - fi - - if ! linux_chkconfig_present USB; then - die "You need a kernel with enabled USB support!" - fi - - MODULE_NAMES="usbirboy(misc:${S})" - BUILD_PARAMS="INCLUDE=${KV_DIR}" - BUILD_TARGETS="default" -} - -src_unpack() { - unpack ${A} - - epatch "${FILESDIR}/${P}-kernel-2.6.16.diff" - epatch "${FILESDIR}/${P}-module_param.diff" - epatch "${FILESDIR}/${P}-nice-kernel-msgs.diff" -} - -src_install() { - linux-mod_src_install - - dodoc README - newdoc ../usbirboymcu/README README.mcu - - insinto /usr/share/${PN} - doins ../mcubin/usbirboy.s19 - - # Add configuration for udev - dodir /etc/udev/rules.d - echo 'KERNEL=="usbirboy", NAME="%k", SYMLINK="lirc"' \ - > "${D}etc/udev/rules.d/55-${PN}.rules" -} - -pkg_postinst() { - linux-mod_pkg_postinst - elog - elog "Firmware file has been installed to /usr/share/${PN}" - elog -} diff --git a/app-misc/usbirboy/usbirboy-0.3.1-r1.ebuild b/app-misc/usbirboy/usbirboy-0.3.1-r1.ebuild deleted file mode 100644 index fe9b8383adac..000000000000 --- a/app-misc/usbirboy/usbirboy-0.3.1-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit linux-mod eutils - -DESCRIPTION="Use home made infrared receiver connected via USB" -HOMEPAGE="http://usbirboy.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/${P}/usbirboykmod" - -pkg_setup() { - linux-mod_pkg_setup - - if ! kernel_is -ge 2 6; then - die "This package works only with 2.6 kernel!" - fi - - if ! linux_chkconfig_present USB; then - die "You need a kernel with enabled USB support!" - fi - - MODULE_NAMES="usbirboy(misc:${S})" - BUILD_PARAMS="INCLUDE=${KV_DIR}" - BUILD_TARGETS="clean all" -} - -src_install() { - linux-mod_src_install - - dodoc README - newdoc ../usbirboymcu/README README.mcu - - insinto /usr/share/${PN} - doins ../mcubin/usbirboy.s19 - - # Add configuration for udev - dodir /etc/udev/rules.d - echo 'KERNEL=="usbirboy", SYMLINK+="lirc"' \ - > "${D}etc/udev/rules.d/30-${PN}.rules" -} - -pkg_postinst() { - linux-mod_pkg_postinst - elog - elog "Firmware file has been installed to /usr/share/${PN}" - elog -} diff --git a/app-misc/usbirboy/usbirboy-0.3.1.ebuild b/app-misc/usbirboy/usbirboy-0.3.1.ebuild deleted file mode 100644 index c25c5ead0c75..000000000000 --- a/app-misc/usbirboy/usbirboy-0.3.1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit linux-mod eutils - -DESCRIPTION="Use home made infrared receiver connected via USB" -HOMEPAGE="http://usbirboy.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/${P}/usbirboykmod" - -pkg_setup() { - linux-mod_pkg_setup - - if ! kernel_is -ge 2 6; then - die "This package works only with 2.6 kernel!" - fi - - if ! linux_chkconfig_present USB; then - die "You need a kernel with enabled USB support!" - fi - - MODULE_NAMES="usbirboy(misc:${S})" - BUILD_PARAMS="INCLUDE=${KV_DIR}" - BUILD_TARGETS="clean all" -} - -src_install() { - linux-mod_src_install - - dodoc README - newdoc ../usbirboymcu/README README.mcu - - insinto /usr/share/${PN} - doins ../mcubin/usbirboy.s19 - - # Add configuration for udev - dodir /etc/udev/rules.d - echo 'KERNEL=="usbirboy", NAME="%k", SYMLINK="lirc"' \ - > "${D}etc/udev/rules.d/55-${PN}.rules" -} - -pkg_postinst() { - linux-mod_pkg_postinst - elog - elog "Firmware file has been installed to /usr/share/${PN}" - elog -} |