vapier      15/04/18 03:06:18

  Modified:             libftdi-1.0.ebuild libftdi-9999.ebuild ChangeLog
  Log:
  Add arm64/mips love.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.4                  dev-embedded/libftdi/libftdi-1.0.ebuild

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

Index: libftdi-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libftdi-1.0.ebuild  9 Dec 2013 05:24:42 -0000       1.3
+++ libftdi-1.0.ebuild  18 Apr 2015 03:06:18 -0000      1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-1.0.ebuild,v 
1.3 2013/12/09 05:24:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-1.0.ebuild,v 
1.4 2015/04/18 03:06:18 vapier Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
        inherit git-2
 else
        
SRC_URI="http://www.intra2net.com/en/developer/${PN}/download/${MY_P}.tar.bz2";
-       KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+       KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 DESCRIPTION="Userspace access to FTDI USB interface chips"



1.9                  dev-embedded/libftdi/libftdi-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/libftdi/libftdi-9999.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/libftdi/libftdi-9999.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/libftdi/libftdi-9999.ebuild?r1=1.8&r2=1.9

Index: libftdi-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-9999.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libftdi-9999.ebuild 12 Mar 2013 11:17:26 -0000      1.8
+++ libftdi-9999.ebuild 18 Apr 2015 03:06:18 -0000      1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-9999.ebuild,v 
1.8 2013/03/12 11:17:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-9999.ebuild,v 
1.9 2015/04/18 03:06:18 vapier Exp $
 
 EAPI="4"
 
@@ -12,7 +12,7 @@
        inherit git-2
 else
        
SRC_URI="http://www.intra2net.com/en/developer/${PN}/download/${MY_P}.tar.bz2";
-       KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+       KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 DESCRIPTION="Userspace access to FTDI USB interface chips"



1.67                 dev-embedded/libftdi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   9 Dec 2013 05:24:42 -0000       1.66
+++ ChangeLog   18 Apr 2015 03:06:18 -0000      1.67
@@ -1,6 +1,10 @@
 # ChangeLog for dev-embedded/libftdi
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.66 
2013/12/09 05:24:42 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.67 
2015/04/18 03:06:18 vapier Exp $
+
+  18 Apr 2015; Mike Frysinger <[email protected]> libftdi-1.0.ebuild,
+  libftdi-9999.ebuild:
+  Add arm64/mips love.
 
   09 Dec 2013; Mike Frysinger <[email protected]> libftdi-0.20.ebuild,
   libftdi-1.0.ebuild:




Reply via email to