From 23b89ebb745e2334ed4d4d347581c17d49eaec28 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 1 Dec 2018 19:20:23 +0100 Subject: app-misc/iguanaIR: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/475330 Signed-off-by: Michał Górny --- app-misc/iguanaIR/Manifest | 1 - app-misc/iguanaIR/iguanaIR-1.0.1-r1.ebuild | 48 ------------------------------ app-misc/iguanaIR/metadata.xml | 8 ----- profiles/package.mask | 5 ---- 4 files changed, 62 deletions(-) delete mode 100644 app-misc/iguanaIR/Manifest delete mode 100644 app-misc/iguanaIR/iguanaIR-1.0.1-r1.ebuild delete mode 100644 app-misc/iguanaIR/metadata.xml diff --git a/app-misc/iguanaIR/Manifest b/app-misc/iguanaIR/Manifest deleted file mode 100644 index 37282c857e1e..000000000000 --- a/app-misc/iguanaIR/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST iguanaIR-1.0.1.tar.bz2 287572 BLAKE2B 6f1a0d3b6dc61199d85bc76892a7a241d8ef19c8bf9a0647074a5ad1433a1745f47f63e5c0dc8e2e543d088efd0d280f02269c0825cb60b46dc3e898273b5c2c SHA512 d70e792d6d51b99d9d82e4411bb16de24846d87b5066592734b614a866cdfb317f3aafbab6ef478552b57c4077776daa6db89b44201103ecaec8fd44df041e0e 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 @@ - - - - -hd_brummy@gentoo.org -Joerg Bornkessel - - diff --git a/profiles/package.mask b/profiles/package.mask index 74764243f25e..a9a1fee737e2 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -470,11 +470,6 @@ mail-filter/assp # bugs (#444368). Removal in a month. www-apps/lxr -# Pacho Ramos (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 (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, # -- cgit v1.2.3-65-gdbad