vapier      15/07/22 06:18:08

  Modified:             gflags-9999.ebuild gflags-2.1.1-r1.ebuild ChangeLog
  Log:
  Add arm64 love.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.2                  dev-cpp/gflags/gflags-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gflags/gflags-9999.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gflags/gflags-9999.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gflags/gflags-9999.ebuild?r1=1.1&r2=1.2

Index: gflags-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gflags-9999.ebuild  17 Jul 2014 00:27:58 -0000      1.1
+++ gflags-9999.ebuild  22 Jul 2015 06:18:08 -0000      1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-9999.ebuild,v 1.1 
2014/07/17 00:27:58 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-9999.ebuild,v 1.2 
2015/07/22 06:18:08 vapier Exp $
 
 EAPI="5"
 
@@ -11,7 +11,7 @@
        EGIT_REPO_URI="https://code.google.com/p/gflags/";
 else
        SRC_URI="https://github.com/schuhschuh/gflags/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="Google's C++ argument parsing library"
@@ -19,7 +19,6 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
 IUSE="static-libs"
 
 multilib_src_configure() {



1.5                  dev-cpp/gflags/gflags-2.1.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gflags/gflags-2.1.1-r1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gflags/gflags-2.1.1-r1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gflags/gflags-2.1.1-r1.ebuild?r1=1.4&r2=1.5

Index: gflags-2.1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-2.1.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gflags-2.1.1-r1.ebuild      1 May 2015 05:49:26 -0000       1.4
+++ gflags-2.1.1-r1.ebuild      22 Jul 2015 06:18:08 -0000      1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-2.1.1-r1.ebuild,v 1.4 
2015/05/01 05:49:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-2.1.1-r1.ebuild,v 1.5 
2015/07/22 06:18:08 vapier Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
 PATCHES=( "${FILESDIR}/gflags-2.1.1-libs.patch" )



1.35                 dev-cpp/gflags/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gflags/ChangeLog?rev=1.35&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gflags/ChangeLog?rev=1.35&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gflags/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   7 Jun 2015 08:20:11 -0000       1.34
+++ ChangeLog   22 Jul 2015 06:18:08 -0000      1.35
@@ -1,6 +1,10 @@
 # ChangeLog for dev-cpp/gflags
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.34 2015/06/07 
08:20:11 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.35 2015/07/22 
06:18:08 vapier Exp $
+
+  22 Jul 2015; Mike Frysinger <[email protected]> gflags-2.1.1-r1.ebuild,
+  gflags-9999.ebuild:
+  Add arm64 love.
 
   07 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
   Add github to remote-id in metadata.xml




Reply via email to