public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-embedded/libftd2xx: ChangeLog libftd2xx-0.4.13-r1.ebuild libftd2xx-0.4.13.ebuild
@ 2007-12-29 12:27 Jurek Bartuszek (jurek)
  0 siblings, 0 replies; only message in thread
From: Jurek Bartuszek (jurek) @ 2007-12-29 12:27 UTC (permalink / raw
  To: gentoo-commits

jurek       07/12/29 12:27:17

  Modified:             ChangeLog
  Added:                libftd2xx-0.4.13-r1.ebuild
  Removed:              libftd2xx-0.4.13.ebuild
  Log:
  dev-embedded/libftd2xx-0.4.13-r1: Fixed not installing WinTypes.h
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.2                  dev-embedded/libftd2xx/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftd2xx/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftd2xx/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftd2xx/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftd2xx/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	2 Sep 2007 19:05:52 -0000	1.1
+++ ChangeLog	29 Dec 2007 12:27:16 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-embedded/libftd2xx
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftd2xx/ChangeLog,v 1.1 2007/09/02 19:05:52 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftd2xx/ChangeLog,v 1.2 2007/12/29 12:27:16 jurek Exp $
+
+*libftd2xx-0.4.13-r1 (29 Dec 2007)
+
+  29 Dec 2007; Jurek Bartuszek <jurek@gentoo.org> -libftd2xx-0.4.13.ebuild,
+  +libftd2xx-0.4.13-r1.ebuild:
+  Fixed not installing WinTypes.h
 
 *libftd2xx-0.4.13 (02 Sep 2007)
 



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

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

Index: libftd2xx-0.4.13-r1.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftd2xx/libftd2xx-0.4.13-r1.ebuild,v 1.1 2007/12/29 12:27:16 jurek Exp $

inherit multilib

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

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

LICENSE="as-is"
SLOT="0"
KEYWORDS="~x86"
IUSE="examples"

DEPEND=""
RDEPEND="${DEPEND}"

S="${WORKDIR}/${MY_P}"

src_install() {
	ftdifile="${PN}.so.${PV}"
	ftdisym="${PN}.so.0 ${PN}.so"

	insinto /usr/include || die "insinto failed"
	doins ftd2xx.h || die "doins failed"
	doins WinTypes.h || die "doins failed"

	dolib.so ${ftdifile} || die "dolib.so failed"
	for i in ${ftdisym}
	do
		dosym ${ftdifile} /usr/$(get_libdir)/${i}
	done

	if use examples; then
		insinto /usr/share/doc/${PF} || die "insinto failed"
		doins -r sample || die "doins failed"
		insinto /usr/share/doc/${PF}/sample || die "insinto failed"
		doins -r lib_table || die "doins failed"
	fi

	dodoc Config.txt FAQ.txt README.dat
}



-- 
gentoo-commits@gentoo.org mailing list



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

only message in thread, other threads:[~2007-12-29 12:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-29 12:27 [gentoo-commits] gentoo-x86 commit in dev-embedded/libftd2xx: ChangeLog libftd2xx-0.4.13-r1.ebuild libftd2xx-0.4.13.ebuild Jurek Bartuszek (jurek)

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