summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/iguanaIR/Manifest1
-rw-r--r--app-misc/iguanaIR/files/iguanaIR-0.93-asneeded.patch29
-rw-r--r--app-misc/iguanaIR/files/iguanaIR-0.93-gentoo.diff34
-rw-r--r--app-misc/iguanaIR/iguanaIR-0.93.ebuild42
-rw-r--r--app-misc/iguanaIR/iguanaIR-1.0.1.ebuild45
5 files changed, 0 insertions, 151 deletions
diff --git a/app-misc/iguanaIR/Manifest b/app-misc/iguanaIR/Manifest
index 4311df55f5d9..e5d0a437ca9d 100644
--- a/app-misc/iguanaIR/Manifest
+++ b/app-misc/iguanaIR/Manifest
@@ -1,2 +1 @@
-DIST iguanaIR-0.93.tar.bz2 1006655 SHA256 4a2f546eb0f99a3617efe20676633f06e2b74f8b352be939acff30d226cabca8 SHA512 c955c366aba87f58638ed187657ff4c73e03dc3a8f0295ea740ce612bb38f639fa48c56735156268712a6fd00c85b132e14819fb7cf21988dbb18cc0cc4fce9d WHIRLPOOL d051fa30aaa70e2e53b4f7ec7aac28d30126e57d92ffac4e6bfa5aa7a749b66cb54ba4d82f288770d90a05e136c596503f2079be262afd06aabf1b9d9de4ef34
DIST iguanaIR-1.0.1.tar.bz2 287572 SHA256 1ba324667671892b2a36aee0089d0afafd266f8b255b073b113eb5ab71f38fcc SHA512 d70e792d6d51b99d9d82e4411bb16de24846d87b5066592734b614a866cdfb317f3aafbab6ef478552b57c4077776daa6db89b44201103ecaec8fd44df041e0e WHIRLPOOL 5b04d462c30b8e141b95614de8e08a951792d3f0e0bf71f535ba84c15f0b445ac136f296d7be5f829cf9f0aec37267af4ca6f9b9ad5d8a7936003bfa94c0023a
diff --git a/app-misc/iguanaIR/files/iguanaIR-0.93-asneeded.patch b/app-misc/iguanaIR/files/iguanaIR-0.93-asneeded.patch
deleted file mode 100644
index 099b1a4ee4f0..000000000000
--- a/app-misc/iguanaIR/files/iguanaIR-0.93-asneeded.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- iguanaIR-0.93.orig/Makefile.in 2009-12-13 15:27:50.942734390 +0100
-+++ iguanaIR-0.93/Makefile.in 2009-12-13 15:29:58.580486676 +0100
-@@ -48,14 +48,14 @@
- igclient igdaemon: libiguanaIR.so
-
- libiguanaIR.so: iguanaIR.o support.o dataPackets.o pipes.o base.o
-- $(CC) -shared $(CPPFLAGS) $^ -lpopt -lrt -o $@
-+ $(CC) -shared $(CPPFLAGS) $^ -o $@ -lpopt -lrt
-
- igdaemon: daemon.o client-interface.o device-interface.o usbclient.o \
- list.o compatibility.o
-- $(CC) $(CPPFLAGS) $(CFLAGS) $^ $(LIBS) -lusb -L. -liguanaIR -o $@
-+ $(CC) $(CPPFLAGS) $(CFLAGS) $^ -o $@ -L. -liguanaIR -lusb -lpopt
-
- igclient: client.o list.o
-- $(CC) $(CPPFLAGS) $^ -lpopt -L. -liguanaIR -o $@
-+ $(CC) $(CPPFLAGS) $^ -o $@ -L. -liguanaIR -lpopt
-
- %.o: %.c Makefile iguanaIR.h
- $(CC) -c $(CPPFLAGS) $(CFLAGS) $< -o $@
-@@ -71,7 +71,7 @@
- swig $(CPPFLAGS) -python $<
-
- _iguanaIR.so: iguanaIR_wrap.c
-- $(CC) $(CPPFLAGS) -shared $(CFLAGS) -Wno-strict-aliasing -Wno-unused -Wno-implicit-function-declaration -Wno-long-long @PYTHON_CPPFLAGS@ $^ -L. -liguanaIR -o $@
-+ $(CC) $(CPPFLAGS) -shared $(CFLAGS) -Wno-strict-aliasing -Wno-unused -Wno-implicit-function-declaration -Wno-long-long @PYTHON_CPPFLAGS@ $^ -o $@ -L. -liguanaIR
- endif
-
- .PHONY: install
diff --git a/app-misc/iguanaIR/files/iguanaIR-0.93-gentoo.diff b/app-misc/iguanaIR/files/iguanaIR-0.93-gentoo.diff
deleted file mode 100644
index 5e488a9b5266..000000000000
--- a/app-misc/iguanaIR/files/iguanaIR-0.93-gentoo.diff
+++ /dev/null
@@ -1,34 +0,0 @@
-diff -Naur iguanaIR-0.93.orig/iguanaIR.gentoo.init iguanaIR-0.93/iguanaIR.gentoo.init
---- iguanaIR-0.93.orig/iguanaIR.gentoo.init 2008-03-20 15:34:46.000000000 +0100
-+++ iguanaIR-0.93/iguanaIR.gentoo.init 2008-03-20 15:38:06.000000000 +0100
-@@ -1,7 +1,7 @@
- #!/sbin/openrc-run
-
- # load the settings
--[ -f /etc/default/iguanaIR ] && . /etc/default/iguanaIR
-+[ -f /etc/iguanaIR/iguanaIR ] && . /etc/iguanaIR/iguanaIR
-
- # common defaults
- IGPATH=/usr/bin/igdaemon
-diff -Naur iguanaIR-0.93.orig/Makefile.in iguanaIR-0.93/Makefile.in
---- iguanaIR-0.93.orig/Makefile.in 2008-03-20 15:34:46.000000000 +0100
-+++ iguanaIR-0.93/Makefile.in 2008-03-20 15:36:49.000000000 +0100
-@@ -79,12 +79,12 @@
- install -D igclient $(DESTDIR)/usr/bin/igclient
- install -D igdaemon $(DESTDIR)/usr/bin/igdaemon
- install -D libiguanaIR.so $(DESTDIR)/usr/$(LIBDIR)/libiguanaIR.so
-- install -D iguanaIR.init $(DESTDIR)/etc/rc.d/init.d/iguanaIR
-- install -D --mode=0644 iguanaIR.options $(DESTDIR)/etc/default/iguanaIR
-- install -D iguanaIR.h $(DESTDIR)/usr/include/iguanaIR.h
-- install -D --mode 644 plug-trigger/udev/iguanaIR.rules \
-- $(DESTDIR)/etc/udev/rules.d/iguanaIR.rules
-- install --mode 755 -d $(DESTDIR)/etc/udev/devices/iguanaIR
-+ install -D iguanaIR.gentoo.init $(DESTDIR)/etc/init.d/iguanaIR
-+ install -D --mode=0644 iguanaIR.options $(DESTDIR)/etc/iguanaIR/iguanaIR
-+ install -D --mode=0644 iguanaIR.h $(DESTDIR)/usr/include/iguanaIR.h
-+# install -D --mode=644 plug-trigger/udev/iguanaIR.rules \
-+# $(DESTDIR)/etc/udev/rules.d/iguanaIR.rules
-+# install --mode 755 -d $(DESTDIR)/etc/udev/devices/iguanaIR
- # This is for fairly old versions of Fedora....
- # install -D --mode 644 plug-trigger/hotplug/iguanaIR.usermap \
- # $(DESTDIR)/etc/hotplug/usb/iguanaIR.usermap
diff --git a/app-misc/iguanaIR/iguanaIR-0.93.ebuild b/app-misc/iguanaIR/iguanaIR-0.93.ebuild
deleted file mode 100644
index 974ff8be4315..000000000000
--- a/app-misc/iguanaIR/iguanaIR-0.93.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils flag-o-matic python
-
-DESCRIPTION="library for Irman control of Unix software"
-HOMEPAGE="http://iguanaworks.net/index.php"
-SRC_URI="http://iguanaworks.net/downloads/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND="dev-libs/popt
- virtual/libusb:0"
-DEPEND="${RDEPEND}
- || ( dev-lang/python:2.7 dev-lang/python:2.6 )"
-
-pkg_setup() {
- append-flags -fPIC
-
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- sed -i -e 's:CFLAGS =:CFLAGS ?=:' Makefile.in || die
-
- epatch \
- "${FILESDIR}"/${P}-gentoo.diff \
- "${FILESDIR}"/${P}-asneeded.patch
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- insinto /lib/udev/rules.d
- doins "${FILESDIR}"/40-iguanaIR.rules
-}
diff --git a/app-misc/iguanaIR/iguanaIR-1.0.1.ebuild b/app-misc/iguanaIR/iguanaIR-1.0.1.ebuild
deleted file mode 100644
index 55c7e58b5ecd..000000000000
--- a/app-misc/iguanaIR/iguanaIR-1.0.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit python user
-
-DESCRIPTION="library for Irman control of Unix software"
-HOMEPAGE="http://iguanaworks.net/index.php"
-SRC_URI="http://iguanaworks.net/downloads/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-# sys-apps/lsb-release is used by the init script for detecting Gentoo
-RDEPEND="dev-libs/popt
- sys-apps/lsb-release
- virtual/libusb:0"
-DEPEND="${RDEPEND}
- || ( dev-lang/python:2.7 dev-lang/python:2.6 )
- >=dev-lang/swig-2.0.0"
-
-pkg_setup() {
- enewgroup iguanair
- enewuser iguanair -1 -1 -1 'iguanair,usb'
-
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- # Working around bug in SWIG version checking
- sed -i -e 's:1.3.31:2.0.0:g' configure || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- dodoc AUTHORS README.txt WHY notes.txt protocols.txt
-
- rm -f docs/{Makefile,pullDocs}
- dodoc -r docs
-}