diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-12-01 19:20:23 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-12-01 19:20:23 +0100 |
commit | 23b89ebb745e2334ed4d4d347581c17d49eaec28 (patch) | |
tree | 7937151f5a0940cadf81f966e756c82bdcb154a6 /app-misc | |
parent | net-analyzer/nagvis: Remove last-rited pkg (diff) | |
download | gentoo-23b89ebb745e2334ed4d4d347581c17d49eaec28.tar.gz gentoo-23b89ebb745e2334ed4d4d347581c17d49eaec28.tar.bz2 gentoo-23b89ebb745e2334ed4d4d347581c17d49eaec28.zip |
app-misc/iguanaIR: Remove last-rited pkg
Closes: https://bugs.gentoo.org/475330
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/iguanaIR/Manifest | 1 | ||||
-rw-r--r-- | app-misc/iguanaIR/iguanaIR-1.0.1-r1.ebuild | 48 | ||||
-rw-r--r-- | app-misc/iguanaIR/metadata.xml | 8 |
3 files changed, 0 insertions, 57 deletions
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 @@ -<?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> |