public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-embedded/libftdi: ChangeLog libftdi-0.16.ebuild
@ 2009-05-12 22:21 Mike Frysinger (vapier)
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Frysinger (vapier) @ 2009-05-12 22:21 UTC (permalink / raw
  To: gentoo-commits

vapier      09/05/12 22:21:07

  Modified:             ChangeLog
  Added:                libftdi-0.16.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.42                 dev-embedded/libftdi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	22 Apr 2009 20:33:55 -0000	1.41
+++ ChangeLog	12 May 2009 22:21:07 -0000	1.42
@@ -1,6 +1,11 @@
 # ChangeLog for dev-embedded/libftdi
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.41 2009/04/22 20:33:55 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.42 2009/05/12 22:21:07 vapier Exp $
+
+*libftdi-0.16 (12 May 2009)
+
+  12 May 2009; Mike Frysinger <vapier@gentoo.org> +libftdi-0.16.ebuild:
+  Version bump.
 
   22 Apr 2009; Markus Meier <maekke@gentoo.org> libftdi-0.15:
   amd64 stable, bug #264854



1.1                  dev-embedded/libftdi/libftdi-0.16.ebuild

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

Index: libftdi-0.16.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.16.ebuild,v 1.1 2009/05/12 22:21:07 vapier Exp $

DESCRIPTION="Userspace access to FTDI USB interface chips"
HOMEPAGE="http://www.intra2net.com/en/developer/libftdi/"
SRC_URI="http://www.intra2net.com/en/developer/libftdi/download/${P}.tar.gz"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc examples"

RDEPEND=">=dev-libs/libusb-0.1.7"
DEPEND="${RDEPEND}
	doc? ( app-doc/doxygen )"

src_unpack() {
	unpack ${A}
	cd "${S}"
	# don't bother building examples as we dont want the binaries
	# installed and the Makefile has broken install targets
	sed -i '/^SUBDIRS =/s:examples::' Makefile.in

	use doc || export ac_cv_path_DOXYGEN=true
}

src_install() {
	emake DESTDIR="${D}" install || die "Installation failed"
	dodoc ChangeLog README

	if use doc ; then
		doman doc/man/man3/*
		dohtml doc/html/*
	fi
	if use examples ; then
		docinto examples
		dodoc examples/*.c
	fi
}






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-embedded/libftdi: ChangeLog libftdi-0.16.ebuild
@ 2009-10-14  2:28 Mike Frysinger (vapier)
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Frysinger (vapier) @ 2009-10-14  2:28 UTC (permalink / raw
  To: gentoo-commits

vapier      09/10/14 02:28:42

  Modified:             ChangeLog libftdi-0.16.ebuild
  Log:
  Switch to virtual/libusb:0 #270039 #281176.
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.43                 dev-embedded/libftdi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	12 May 2009 22:21:07 -0000	1.42
+++ ChangeLog	14 Oct 2009 02:28:42 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for dev-embedded/libftdi
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.42 2009/05/12 22:21:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.43 2009/10/14 02:28:42 vapier Exp $
+
+  14 Oct 2009; Mike Frysinger <vapier@gentoo.org> libftdi-0.16.ebuild:
+  Switch to virtual/libusb:0 #270039 #281176.
 
 *libftdi-0.16 (12 May 2009)
 



1.2                  dev-embedded/libftdi/libftdi-0.16.ebuild

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

Index: libftdi-0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.16.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libftdi-0.16.ebuild	12 May 2009 22:21:07 -0000	1.1
+++ libftdi-0.16.ebuild	14 Oct 2009 02:28:42 -0000	1.2
@@ -1,6 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.16.ebuild,v 1.1 2009/05/12 22:21:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.16.ebuild,v 1.2 2009/10/14 02:28:42 vapier Exp $
+
+EAPI=1
 
 DESCRIPTION="Userspace access to FTDI USB interface chips"
 HOMEPAGE="http://www.intra2net.com/en/developer/libftdi/"
@@ -11,7 +13,7 @@
 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc examples"
 
-RDEPEND=">=dev-libs/libusb-0.1.7"
+RDEPEND="virtual/libusb:0"
 DEPEND="${RDEPEND}
 	doc? ( app-doc/doxygen )"
 






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-embedded/libftdi: ChangeLog libftdi-0.16.ebuild
@ 2009-10-24 13:42 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-10-24 13:42 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/10/24 13:42:40

  Modified:             ChangeLog libftdi-0.16.ebuild
  Log:
  ppc stable #288994
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.44                 dev-embedded/libftdi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	14 Oct 2009 02:28:42 -0000	1.43
+++ ChangeLog	24 Oct 2009 13:42:39 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-embedded/libftdi
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.43 2009/10/14 02:28:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.44 2009/10/24 13:42:39 nixnut Exp $
+
+  24 Oct 2009; nixnut <nixnut@gentoo.org> libftdi-0.16.ebuild:
+  ppc stable #288994
 
   14 Oct 2009; Mike Frysinger <vapier@gentoo.org> libftdi-0.16.ebuild:
   Switch to virtual/libusb:0 #270039 #281176.



1.3                  dev-embedded/libftdi/libftdi-0.16.ebuild

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

Index: libftdi-0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.16.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libftdi-0.16.ebuild	14 Oct 2009 02:28:42 -0000	1.2
+++ libftdi-0.16.ebuild	24 Oct 2009 13:42:39 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.16.ebuild,v 1.2 2009/10/14 02:28:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.16.ebuild,v 1.3 2009/10/24 13:42:39 nixnut Exp $
 
 EAPI=1
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ppc ~ppc64 ~sparc ~x86"
 IUSE="doc examples"
 
 RDEPEND="virtual/libusb:0"






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-embedded/libftdi: ChangeLog libftdi-0.16.ebuild
@ 2009-10-29 14:37 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2009-10-29 14:37 UTC (permalink / raw
  To: gentoo-commits

maekke      09/10/29 14:37:50

  Modified:             ChangeLog libftdi-0.16.ebuild
  Log:
  amd64/x86 stable, bug #288994
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.45                 dev-embedded/libftdi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	24 Oct 2009 13:42:39 -0000	1.44
+++ ChangeLog	29 Oct 2009 14:37:50 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-embedded/libftdi
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.44 2009/10/24 13:42:39 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.45 2009/10/29 14:37:50 maekke Exp $
+
+  29 Oct 2009; Markus Meier <maekke@gentoo.org> libftdi-0.16.ebuild:
+  amd64/x86 stable, bug #288994
 
   24 Oct 2009; nixnut <nixnut@gentoo.org> libftdi-0.16.ebuild:
   ppc stable #288994



1.4                  dev-embedded/libftdi/libftdi-0.16.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/libftdi-0.16.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/libftdi-0.16.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/libftdi-0.16.ebuild?r1=1.3&r2=1.4

Index: libftdi-0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.16.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libftdi-0.16.ebuild	24 Oct 2009 13:42:39 -0000	1.3
+++ libftdi-0.16.ebuild	29 Oct 2009 14:37:50 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.16.ebuild,v 1.3 2009/10/24 13:42:39 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.16.ebuild,v 1.4 2009/10/29 14:37:50 maekke Exp $
 
 EAPI=1
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
 IUSE="doc examples"
 
 RDEPEND="virtual/libusb:0"






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-embedded/libftdi: ChangeLog libftdi-0.16.ebuild
@ 2009-10-31 14:25 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2009-10-31 14:25 UTC (permalink / raw
  To: gentoo-commits

ranger      09/10/31 14:25:04

  Modified:             ChangeLog libftdi-0.16.ebuild
  Log:
  Marking libftdi-0.16 ppc64 for bug 288994
  (Portage version: 2.1.7.1/cvs/Linux ppc64)

Revision  Changes    Path
1.46                 dev-embedded/libftdi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	29 Oct 2009 14:37:50 -0000	1.45
+++ ChangeLog	31 Oct 2009 14:25:03 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-embedded/libftdi
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.45 2009/10/29 14:37:50 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.46 2009/10/31 14:25:03 ranger Exp $
+
+  31 Oct 2009; Brent Baude <ranger@gentoo.org> libftdi-0.16.ebuild:
+  Marking libftdi-0.16 ppc64 for bug 288994
 
   29 Oct 2009; Markus Meier <maekke@gentoo.org> libftdi-0.16.ebuild:
   amd64/x86 stable, bug #288994



1.5                  dev-embedded/libftdi/libftdi-0.16.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/libftdi-0.16.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/libftdi-0.16.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/libftdi-0.16.ebuild?r1=1.4&r2=1.5

Index: libftdi-0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.16.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libftdi-0.16.ebuild	29 Oct 2009 14:37:50 -0000	1.4
+++ libftdi-0.16.ebuild	31 Oct 2009 14:25:03 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.16.ebuild,v 1.4 2009/10/29 14:37:50 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.16.ebuild,v 1.5 2009/10/31 14:25:03 ranger Exp $
 
 EAPI=1
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ppc64 ~sparc x86"
 IUSE="doc examples"
 
 RDEPEND="virtual/libusb:0"






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-embedded/libftdi: ChangeLog libftdi-0.16.ebuild
@ 2009-12-20 12:39 Mike Frysinger (vapier)
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Frysinger (vapier) @ 2009-12-20 12:39 UTC (permalink / raw
  To: gentoo-commits

vapier      09/12/20 12:39:35

  Modified:             ChangeLog libftdi-0.16.ebuild
  Log:
  Mark sparc stable #288994.

Revision  Changes    Path
1.47                 dev-embedded/libftdi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	31 Oct 2009 14:25:03 -0000	1.46
+++ ChangeLog	20 Dec 2009 12:39:35 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for dev-embedded/libftdi
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.46 2009/10/31 14:25:03 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.47 2009/12/20 12:39:35 vapier Exp $
+
+  20 Dec 2009; Mike Frysinger <vapier@gentoo.org> libftdi-0.16.ebuild:
+  Mark sparc stable #288994.
 
   31 Oct 2009; Brent Baude <ranger@gentoo.org> libftdi-0.16.ebuild:
   Marking libftdi-0.16 ppc64 for bug 288994



1.6                  dev-embedded/libftdi/libftdi-0.16.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/libftdi-0.16.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/libftdi-0.16.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/libftdi-0.16.ebuild?r1=1.5&r2=1.6

Index: libftdi-0.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.16.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libftdi-0.16.ebuild	31 Oct 2009 14:25:03 -0000	1.5
+++ libftdi-0.16.ebuild	20 Dec 2009 12:39:35 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.16.ebuild,v 1.5 2009/10/31 14:25:03 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.16.ebuild,v 1.6 2009/12/20 12:39:35 vapier Exp $
 
 EAPI=1
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ppc64 sparc x86"
 IUSE="doc examples"
 
 RDEPEND="virtual/libusb:0"






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-12-20 12:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-14  2:28 [gentoo-commits] gentoo-x86 commit in dev-embedded/libftdi: ChangeLog libftdi-0.16.ebuild Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-20 12:39 Mike Frysinger (vapier)
2009-10-31 14:25 Brent Baude (ranger)
2009-10-29 14:37 Markus Meier (maekke)
2009-10-24 13:42 Gysbert Wassenaar (nixnut)
2009-05-12 22:21 Mike Frysinger (vapier)

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