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.12.ebuild
@ 2008-04-17 20:30 Mike Frysinger (vapier)
  0 siblings, 0 replies; 7+ messages in thread
From: Mike Frysinger (vapier) @ 2008-04-17 20:30 UTC (permalink / raw
  To: gentoo-commits

vapier      08/04/17 20:30:21

  Modified:             ChangeLog
  Added:                libftdi-0.12.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_pre5)

Revision  Changes    Path
1.24                 dev-embedded/libftdi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	12 Apr 2008 20:22:40 -0000	1.23
+++ ChangeLog	17 Apr 2008 20:30:20 -0000	1.24
@@ -1,6 +1,11 @@
 # ChangeLog for dev-embedded/libftdi
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.23 2008/04/12 20:22:40 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.24 2008/04/17 20:30:20 vapier Exp $
+
+*libftdi-0.12 (17 Apr 2008)
+
+  17 Apr 2008; Mike Frysinger <vapier@gentoo.org> +libftdi-0.12.ebuild:
+  Version bump.
 
   12 Apr 2008; Tobias Scherbaum <dertobi123@gentoo.org> libftdi-0.10.ebuild:
   ppc stable, bug #217310



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

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

Index: libftdi-0.12.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.12.ebuild,v 1.1 2008/04/17 20:30:20 vapier Exp $

DESCRIPTION="Userspace access to FTDI USB interface chips"
HOMEPAGE="http://www.intra2net.com/opensource/ftdi/"
SRC_URI="http://www.intra2net.com/opensource/ftdi/TGZ/${P}.tar.gz"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~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 || die
	fi
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-embedded/libftdi: ChangeLog libftdi-0.12.ebuild
@ 2008-04-19 22:08 Mike Frysinger (vapier)
  0 siblings, 0 replies; 7+ messages in thread
From: Mike Frysinger (vapier) @ 2008-04-19 22:08 UTC (permalink / raw
  To: gentoo-commits

vapier      08/04/19 22:08:21

  Modified:             ChangeLog libftdi-0.12.ebuild
  Log:
  Add some ~sparc love.
  (Portage version: 2.2_pre5)

Revision  Changes    Path
1.25                 dev-embedded/libftdi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	17 Apr 2008 20:30:20 -0000	1.24
+++ ChangeLog	19 Apr 2008 22:08:21 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-embedded/libftdi
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.24 2008/04/17 20:30:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.25 2008/04/19 22:08:21 vapier Exp $
+
+  19 Apr 2008; Mike Frysinger <vapier@gentoo.org> libftdi-0.12.ebuild:
+  Add some ~sparc love.
 
 *libftdi-0.12 (17 Apr 2008)
 



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

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

Index: libftdi-0.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libftdi-0.12.ebuild	17 Apr 2008 20:30:20 -0000	1.1
+++ libftdi-0.12.ebuild	19 Apr 2008 22:08:21 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.12.ebuild,v 1.1 2008/04/17 20:30:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.12.ebuild,v 1.2 2008/04/19 22:08:21 vapier Exp $
 
 DESCRIPTION="Userspace access to FTDI USB interface chips"
 HOMEPAGE="http://www.intra2net.com/opensource/ftdi/"
@@ -8,7 +8,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc examples"
 
 RDEPEND=">=dev-libs/libusb-0.1.7"



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-embedded/libftdi: ChangeLog libftdi-0.12.ebuild
@ 2008-05-16 14:20 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2008-05-16 14:20 UTC (permalink / raw
  To: gentoo-commits

armin76     08/05/16 14:20:35

  Modified:             ChangeLog libftdi-0.12.ebuild
  Log:
  sparc stable wrt #217847
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.26                 dev-embedded/libftdi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	19 Apr 2008 22:08:21 -0000	1.25
+++ ChangeLog	16 May 2008 14:20:35 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-embedded/libftdi
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.25 2008/04/19 22:08:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.26 2008/05/16 14:20:35 armin76 Exp $
+
+  16 May 2008; Raúl Porcel <armin76@gentoo.org> libftdi-0.12.ebuild:
+  sparc stable wrt #217847
 
   19 Apr 2008; Mike Frysinger <vapier@gentoo.org> libftdi-0.12.ebuild:
   Add some ~sparc love.



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

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

Index: libftdi-0.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libftdi-0.12.ebuild	19 Apr 2008 22:08:21 -0000	1.2
+++ libftdi-0.12.ebuild	16 May 2008 14:20:35 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.12.ebuild,v 1.2 2008/04/19 22:08:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.12.ebuild,v 1.3 2008/05/16 14:20:35 armin76 Exp $
 
 DESCRIPTION="Userspace access to FTDI USB interface chips"
 HOMEPAGE="http://www.intra2net.com/opensource/ftdi/"
@@ -8,7 +8,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 sparc ~x86"
 IUSE="doc examples"
 
 RDEPEND=">=dev-libs/libusb-0.1.7"



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-embedded/libftdi: ChangeLog libftdi-0.12.ebuild
@ 2008-05-29 10:46 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-05-29 10:46 UTC (permalink / raw
  To: gentoo-commits

opfer       08/05/29 10:46:04

  Modified:             ChangeLog libftdi-0.12.ebuild
  Log:
  stable x86, bug 224025
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.27                 dev-embedded/libftdi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	16 May 2008 14:20:35 -0000	1.26
+++ ChangeLog	29 May 2008 10:46:03 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for dev-embedded/libftdi
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.26 2008/05/16 14:20:35 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.27 2008/05/29 10:46:03 opfer Exp $
+
+  29 May 2008; Christian Faulhammer <opfer@gentoo.org> libftdi-0.12.ebuild:
+  stable x86, bug 224025
 
   16 May 2008; Raúl Porcel <armin76@gentoo.org> libftdi-0.12.ebuild:
   sparc stable wrt #217847



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

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

Index: libftdi-0.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.12.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libftdi-0.12.ebuild	16 May 2008 14:20:35 -0000	1.3
+++ libftdi-0.12.ebuild	29 May 2008 10:46:03 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.12.ebuild,v 1.3 2008/05/16 14:20:35 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.12.ebuild,v 1.4 2008/05/29 10:46:03 opfer Exp $
 
 DESCRIPTION="Userspace access to FTDI USB interface chips"
 HOMEPAGE="http://www.intra2net.com/opensource/ftdi/"
@@ -8,7 +8,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 sparc x86"
 IUSE="doc examples"
 
 RDEPEND=">=dev-libs/libusb-0.1.7"



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-embedded/libftdi: ChangeLog libftdi-0.12.ebuild
@ 2008-05-29 17:16 Markus Rothe (corsair)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Rothe (corsair) @ 2008-05-29 17:16 UTC (permalink / raw
  To: gentoo-commits

corsair     08/05/29 17:16:23

  Modified:             ChangeLog libftdi-0.12.ebuild
  Log:
  Stable on ppc64; bug #224025
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.28                 dev-embedded/libftdi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	29 May 2008 10:46:03 -0000	1.27
+++ ChangeLog	29 May 2008 17:16:22 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-embedded/libftdi
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.27 2008/05/29 10:46:03 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.28 2008/05/29 17:16:22 corsair Exp $
+
+  29 May 2008; Markus Rothe <corsair@gentoo.org> libftdi-0.12.ebuild:
+  Stable on ppc64; bug #224025
 
   29 May 2008; Christian Faulhammer <opfer@gentoo.org> libftdi-0.12.ebuild:
   stable x86, bug 224025



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

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

Index: libftdi-0.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.12.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libftdi-0.12.ebuild	29 May 2008 10:46:03 -0000	1.4
+++ libftdi-0.12.ebuild	29 May 2008 17:16:22 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.12.ebuild,v 1.4 2008/05/29 10:46:03 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.12.ebuild,v 1.5 2008/05/29 17:16:22 corsair Exp $
 
 DESCRIPTION="Userspace access to FTDI USB interface chips"
 HOMEPAGE="http://www.intra2net.com/opensource/ftdi/"
@@ -8,7 +8,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~amd64 ~ppc ppc64 sparc x86"
 IUSE="doc examples"
 
 RDEPEND=">=dev-libs/libusb-0.1.7"



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-embedded/libftdi: ChangeLog libftdi-0.12.ebuild
@ 2008-06-01 13:04 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 7+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-06-01 13:04 UTC (permalink / raw
  To: gentoo-commits

nixnut      08/06/01 13:04:25

  Modified:             ChangeLog libftdi-0.12.ebuild
  Log:
  Stable on ppc wrt bug 224025
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.29                 dev-embedded/libftdi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	29 May 2008 17:16:22 -0000	1.28
+++ ChangeLog	1 Jun 2008 13:04:24 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for dev-embedded/libftdi
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.28 2008/05/29 17:16:22 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.29 2008/06/01 13:04:24 nixnut Exp $
+
+  01 Jun 2008; nixnut <nixnut@gentoo.org> libftdi-0.12.ebuild:
+  Stable on ppc wrt bug 224025
 
   29 May 2008; Markus Rothe <corsair@gentoo.org> libftdi-0.12.ebuild:
   Stable on ppc64; bug #224025



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

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

Index: libftdi-0.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.12.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libftdi-0.12.ebuild	29 May 2008 17:16:22 -0000	1.5
+++ libftdi-0.12.ebuild	1 Jun 2008 13:04:24 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.12.ebuild,v 1.5 2008/05/29 17:16:22 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.12.ebuild,v 1.6 2008/06/01 13:04:24 nixnut Exp $
 
 DESCRIPTION="Userspace access to FTDI USB interface chips"
 HOMEPAGE="http://www.intra2net.com/opensource/ftdi/"
@@ -8,7 +8,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 sparc x86"
+KEYWORDS="~amd64 ppc ppc64 sparc x86"
 IUSE="doc examples"
 
 RDEPEND=">=dev-libs/libusb-0.1.7"



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-embedded/libftdi: ChangeLog libftdi-0.12.ebuild
@ 2008-06-04 14:55 Steve Dibb (beandog)
  0 siblings, 0 replies; 7+ messages in thread
From: Steve Dibb (beandog) @ 2008-06-04 14:55 UTC (permalink / raw
  To: gentoo-commits

beandog     08/06/04 14:55:52

  Modified:             ChangeLog libftdi-0.12.ebuild
  Log:
  amd64 stable, bug 224025
  (Portage version: 2.1.5.3)

Revision  Changes    Path
1.30                 dev-embedded/libftdi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	1 Jun 2008 13:04:24 -0000	1.29
+++ ChangeLog	4 Jun 2008 14:55:51 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-embedded/libftdi
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.29 2008/06/01 13:04:24 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.30 2008/06/04 14:55:51 beandog Exp $
+
+  04 Jun 2008; Steve Dibb <beandog@gentoo.org> libftdi-0.12.ebuild:
+  amd64 stable, bug 224025
 
   01 Jun 2008; nixnut <nixnut@gentoo.org> libftdi-0.12.ebuild:
   Stable on ppc wrt bug 224025



1.7                  dev-embedded/libftdi/libftdi-0.12.ebuild

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

Index: libftdi-0.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.12.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libftdi-0.12.ebuild	1 Jun 2008 13:04:24 -0000	1.6
+++ libftdi-0.12.ebuild	4 Jun 2008 14:55:51 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.12.ebuild,v 1.6 2008/06/01 13:04:24 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.12.ebuild,v 1.7 2008/06/04 14:55:51 beandog Exp $
 
 DESCRIPTION="Userspace access to FTDI USB interface chips"
 HOMEPAGE="http://www.intra2net.com/opensource/ftdi/"
@@ -8,7 +8,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 ppc ppc64 sparc x86"
 IUSE="doc examples"
 
 RDEPEND=">=dev-libs/libusb-0.1.7"
@@ -35,6 +35,6 @@
 	fi
 	if use examples ; then
 		docinto examples
-		dodoc examples/*.c || die
+		dodoc examples/*.c
 	fi
 }



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-06-04 14:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-29 17:16 [gentoo-commits] gentoo-x86 commit in dev-embedded/libftdi: ChangeLog libftdi-0.12.ebuild Markus Rothe (corsair)
  -- strict thread matches above, loose matches on Subject: below --
2008-06-04 14:55 Steve Dibb (beandog)
2008-06-01 13:04 Gysbert Wassenaar (nixnut)
2008-05-29 10:46 Christian Faulhammer (opfer)
2008-05-16 14:20 Raul Porcel (armin76)
2008-04-19 22:08 Mike Frysinger (vapier)
2008-04-17 20:30 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