mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-misc/iguanaIR: Remove last-rited pkg
Closes: https://bugs.gentoo.org/475330 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST iguanaIR-1.0.1.tar.bz2 287572 BLAKE2B 6f1a0d3b6dc61199d85bc76892a7a241d8ef19c8bf9a0647074a5ad1433a1745f47f63e5c0dc8e2e543d088efd0d280f02269c0825cb60b46dc3e898273b5c2c SHA512 d70e792d6d51b99d9d82e4411bb16de24846d87b5066592734b614a866cdfb317f3aafbab6ef478552b57c4077776daa6db89b44201103ecaec8fd44df041e0e
|
||||
@@ -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
|
||||
}
|
||||
@@ -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>
|
||||
@@ -470,11 +470,6 @@ mail-filter/assp
|
||||
# bugs (#444368). Removal in a month.
|
||||
www-apps/lxr
|
||||
|
||||
# Pacho Ramos <pacho@gentoo.org> (01 Nov 2018)
|
||||
# Needs to be bumped (#475330), build issues (#521094), install files in
|
||||
# /dev (#452248), ignores CFLAGS (#452244). Removal in a month.
|
||||
app-misc/iguanaIR
|
||||
|
||||
# Pacho Ramos <pacho@gentoo.org> (01 Nov 2018)
|
||||
# All this packages are broken and need major version bumps to fix them. See
|
||||
# bug #504114, #486510, #510550, #511096, #517260, #551784, #616490, #
|
||||
|
||||
Reference in New Issue
Block a user