* [gentoo-commits] repo/gentoo:master commit in: app-misc/iguanaIR/
@ 2016-06-25 8:26 Michał Górny
0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2016-06-25 8:26 UTC (permalink / raw
To: gentoo-commits
commit: e0bb606583c700f2ed739ae22d6514e5bd8bf659
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 07:37:59 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 08:26:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0bb6065
app-misc/iguanaIR: Convert to python-single-r1
app-misc/iguanaIR/iguanaIR-1.0.1-r1.ebuild | 49 ++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
diff --git a/app-misc/iguanaIR/iguanaIR-1.0.1-r1.ebuild b/app-misc/iguanaIR/iguanaIR-1.0.1-r1.ebuild
new file mode 100644
index 0000000..debe3dc
--- /dev/null
+++ b/app-misc/iguanaIR/iguanaIR-1.0.1-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/iguanaIR/
@ 2016-11-01 10:29 Pacho Ramos
0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos @ 2016-11-01 10:29 UTC (permalink / raw
To: gentoo-commits
commit: b1975df270136edee80b5c36398c23470f1c70e3
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 1 10:23:34 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Nov 1 10:23:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1975df2
app-misc/iguanaIR: amd64/x86 stable, bug #593204
Package-Manager: portage-2.3.2
app-misc/iguanaIR/iguanaIR-1.0.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/iguanaIR/iguanaIR-1.0.1-r1.ebuild b/app-misc/iguanaIR/iguanaIR-1.0.1-r1.ebuild
index debe3dc..69560f8 100644
--- a/app-misc/iguanaIR/iguanaIR-1.0.1-r1.ebuild
+++ b/app-misc/iguanaIR/iguanaIR-1.0.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://iguanaworks.net/downloads/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE=""
# sys-apps/lsb-release is used by the init script for detecting Gentoo
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-01 10:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-01 10:29 [gentoo-commits] repo/gentoo:master commit in: app-misc/iguanaIR/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2016-06-25 8:26 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox