public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-embedded/libftd2xx: libftd2xx-1.1.12-r1.ebuild ChangeLog libftd2xx-1.1.12.ebuild
@ 2014-12-30  8:33 Yixun Lan (dlan)
  0 siblings, 0 replies; only message in thread
From: Yixun Lan (dlan) @ 2014-12-30  8:33 UTC (permalink / raw
  To: gentoo-commits

dlan        14/12/30 08:33:23

  Modified:             ChangeLog
  Added:                libftd2xx-1.1.12-r1.ebuild
  Removed:              libftd2xx-1.1.12.ebuild
  Log:
  fix USE=examples issue, bug #533124, thanks Brendan Horan
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)

Revision  Changes    Path
1.13                 dev-embedded/libftd2xx/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/libftd2xx/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/libftd2xx/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/libftd2xx/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftd2xx/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	4 May 2014 13:22:19 -0000	1.12
+++ ChangeLog	30 Dec 2014 08:33:23 -0000	1.13
@@ -1,6 +1,12 @@
 # ChangeLog for dev-embedded/libftd2xx
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftd2xx/ChangeLog,v 1.12 2014/05/04 13:22:19 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftd2xx/ChangeLog,v 1.13 2014/12/30 08:33:23 dlan Exp $
+
+*libftd2xx-1.1.12-r1 (30 Dec 2014)
+
+  30 Dec 2014; Yixun Lan <dlan@gentoo.org> -libftd2xx-1.1.12.ebuild,
+  +libftd2xx-1.1.12-r1.ebuild:
+  fix USE=examples issue, bug #533124, thanks Brendan Horan
 
   04 May 2014; Manuel Rüger <mrueg@gentoo.org> metadata.xml:
   Fix metadata.xml.



1.1                  dev-embedded/libftd2xx/libftd2xx-1.1.12-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/libftd2xx/libftd2xx-1.1.12-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/libftd2xx/libftd2xx-1.1.12-r1.ebuild?rev=1.1&content-type=text/plain

Index: libftd2xx-1.1.12-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftd2xx/libftd2xx-1.1.12-r1.ebuild,v 1.1 2014/12/30 08:33:23 dlan Exp $

EAPI=5
inherit multilib

MY_P="${PN}${PV}"

DESCRIPTION="Library that allows a direct access to a USB device"
HOMEPAGE="http://www.ftdichip.com/Drivers/D2XX.htm"
SRC_URI="http://www.ftdichip.com/Drivers/D2XX/Linux/${MY_P}.tar.gz"

LICENSE="FTDI LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="examples"

QA_PREBUILT="*"

S=${WORKDIR}

src_install() {

	use arm && cd "${S}"/release/build/arm926
	use amd64 && cd "${S}"/release/build/x86_64
	use x86 && cd "${S}"/release/build/i386

	into /opt
	dolib.so ${PN}.so.${PV}
	dosym ${PN}.so.${PV} /opt/$(get_libdir)/${PN}.so.${PV:0:1}
	dosym ${PN}.so.${PV:0:1} /opt/$(get_libdir)/${PN}.so
	insinto /usr/include
	doins "${S}"/release/ftd2xx.h "${S}"/release/WinTypes.h

	dodir /etc/env.d
	echo "LDPATH=\"/opt/$(get_libdir)\"" > ${D}/etc/env.d/50libftd2xx || die
	if use examples ; then
		insinto /usr/share/doc/${PF}/sample
		doins -r "${S}"/release/examples
	fi

	dodoc "${S}"/release/ReadMe.txt
}





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

only message in thread, other threads:[~2014-12-30  8:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-30  8:33 [gentoo-commits] gentoo-x86 commit in dev-embedded/libftd2xx: libftd2xx-1.1.12-r1.ebuild ChangeLog libftd2xx-1.1.12.ebuild Yixun Lan (dlan)

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