summaryrefslogtreecommitdiff
path: root/app-misc/iguanaIR
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/iguanaIR')
-rw-r--r--app-misc/iguanaIR/Manifest3
-rw-r--r--app-misc/iguanaIR/iguanaIR-1.0.1-r1.ebuild48
-rw-r--r--app-misc/iguanaIR/metadata.xml8
3 files changed, 0 insertions, 59 deletions
diff --git a/app-misc/iguanaIR/Manifest b/app-misc/iguanaIR/Manifest
deleted file mode 100644
index 47e6449bc7b9..000000000000
--- a/app-misc/iguanaIR/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST iguanaIR-1.0.1.tar.bz2 287572 BLAKE2B 6f1a0d3b6dc61199d85bc76892a7a241d8ef19c8bf9a0647074a5ad1433a1745f47f63e5c0dc8e2e543d088efd0d280f02269c0825cb60b46dc3e898273b5c2c SHA512 d70e792d6d51b99d9d82e4411bb16de24846d87b5066592734b614a866cdfb317f3aafbab6ef478552b57c4077776daa6db89b44201103ecaec8fd44df041e0e
-EBUILD iguanaIR-1.0.1-r1.ebuild 1006 BLAKE2B e4c91659ab12bc9461759aca221bae606be8b16a4c33c0a532075d394f139ca2bc6f048cead1aa5a0f540691aee8d4a67af146b57cd1ded6a7e127a237257e69 SHA512 1e327b784cd3117ad00dcd6b6250e5112db4dcdef3a463106c531c5bbb9575adce1d60f2aab42002c197ef436023b70cceab01fd05758aea5898e6c19231af45
-MISC metadata.xml 246 BLAKE2B 944087c83bbbbc622182d61966f7c750d9a195d5e66b4416ce44ee1c0df561f10abd2d2918c6ae35b76ce8a7275c5491f4344ce2093cc3b95e9146bb92fa750a SHA512 868df1fab803f62a132c9c8b53b4e74c3db4b664eb1499c2f484c5b993b1ba138656b3ef9745bc911a53e2628891bf8017e367999f4842f7b27cf34905650004
diff --git a/app-misc/iguanaIR/iguanaIR-1.0.1-r1.ebuild b/app-misc/iguanaIR/iguanaIR-1.0.1-r1.ebuild
deleted file mode 100644
index 041069f38491..000000000000
--- a/app-misc/iguanaIR/iguanaIR-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1 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
- ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
- >=dev-lang/swig-2.0.0"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-pkg_setup() {
- enewgroup iguanair
- enewuser iguanair -1 -1 -1 'iguanair,usb'
-
- python-single-r1_pkg_setup
-}
-
-src_prepare() {
- default
- # Working around bug in SWIG version checking
- sed -i -e 's:1.3.31:2.0.0:g' configure || die
-}
-
-src_install() {
- default
- python_optimize
-
- dodoc WHY notes.txt protocols.txt
-
- rm -f docs/{Makefile,pullDocs} || die
- dodoc -r docs
-}
diff --git a/app-misc/iguanaIR/metadata.xml b/app-misc/iguanaIR/metadata.xml
deleted file mode 100644
index 139e8d63a524..000000000000
--- a/app-misc/iguanaIR/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-<email>hd_brummy@gentoo.org</email>
-<name>Joerg Bornkessel</name>
-</maintainer>
-</pkgmetadata>