public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/iguanaIR: iguanaIR-1.0.1.ebuild ChangeLog
@ 2012-05-07 15:14 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2012-05-07 15:14 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/05/07 15:14:40

  Modified:             ChangeLog
  Added:                iguanaIR-1.0.1.ebuild
  Log:
  Version bump wrt #308921 by Derek Adams and Clement Siuchung Cheung. This version will respect LDFLAGS wrt #337354 and missing -lpthread wrt #367643 by Diego Elio Pettenò. Workaround broken SWIG version check and missing dependency wrt #398877 by "digital.or".
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  app-misc/iguanaIR/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/iguanaIR/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/iguanaIR/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/iguanaIR/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/iguanaIR/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	7 May 2012 14:38:02 -0000	1.8
+++ ChangeLog	7 May 2012 15:14:39 -0000	1.9
@@ -1,6 +1,14 @@
 # ChangeLog for app-misc/iguanaIR
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/iguanaIR/ChangeLog,v 1.8 2012/05/07 14:38:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/iguanaIR/ChangeLog,v 1.9 2012/05/07 15:14:39 ssuominen Exp $
+
+*iguanaIR-1.0.1 (07 May 2012)
+
+  07 May 2012; Samuli Suominen <ssuominen@gentoo.org> +iguanaIR-1.0.1.ebuild:
+  Version bump wrt #308921 by Derek Adams and Clement Siuchung Cheung. This
+  version will respect LDFLAGS wrt #337354 and missing -lpthread wrt #367643 by
+  Diego Elio Pettenò. Workaround broken SWIG version check and missing
+  dependency wrt #398877 by "digital.or".
 
   07 May 2012; Samuli Suominen <ssuominen@gentoo.org> iguanaIR-0.93.ebuild:
   Missing virtual/libusb:0 dependency wrt #336511 by Clement Siuchung Cheung.



1.1                  app-misc/iguanaIR/iguanaIR-1.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/iguanaIR/iguanaIR-1.0.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/iguanaIR/iguanaIR-1.0.1.ebuild?rev=1.1&content-type=text/plain

Index: iguanaIR-1.0.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/iguanaIR/iguanaIR-1.0.1.ebuild,v 1.1 2012/05/07 15:14:39 ssuominen Exp $

EAPI=4
inherit python 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"
DEPEND="${RDEPEND}
	|| ( dev-lang/python:2.7 dev-lang/python:2.6 )
	>=dev-lang/swig-2.0.0"

pkg_setup() {
	enewgroup iguanair
	enewuser iguanair -1 -1 -1 'iguanair,usb'

	python_set_active_version 2
	python_pkg_setup
}

src_prepare() {
	# Working around bug in SWIG version checking
	sed -i -e 's:1.3.31:2.0.0:g' configure || die
}

src_install() {
	emake DESTDIR="${D}" install

	dodoc AUTHORS README.txt WHY notes.txt protocols.txt

	rm -f docs/{Makefile,pullDocs}
	dodoc -r docs
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-07 15:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-07 15:14 [gentoo-commits] gentoo-x86 commit in app-misc/iguanaIR: iguanaIR-1.0.1.ebuild ChangeLog Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox