public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-cpp/gflags: gflags-2.0.ebuild ChangeLog gflags-1.6.ebuild gflags-1.7.ebuild gflags-1.5.ebuild
@ 2012-02-16 23:30 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2012-02-16 23:30 UTC (permalink / raw
  To: gentoo-commits

vapier      12/02/16 23:30:21

  Modified:             gflags-2.0.ebuild ChangeLog gflags-1.6.ebuild
                        gflags-1.7.ebuild gflags-1.5.ebuild
  Log:
  Touch up style -- no functional changes.
  
  (Portage version: 2.2.0_alpha86/cvs/Linux x86_64)

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

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

Index: gflags-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gflags-2.0.ebuild	16 Feb 2012 18:51:51 -0000	1.1
+++ gflags-2.0.ebuild	16 Feb 2012 23:30:21 -0000	1.2
@@ -1,26 +1,24 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-2.0.ebuild,v 1.1 2012/02/16 18:51:51 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-2.0.ebuild,v 1.2 2012/02/16 23:30:21 vapier Exp $
 
 EAPI="3"
 
-DESCRIPTION="Google's C++ argument parsing library."
+DESCRIPTION="Google's C++ argument parsing library"
 HOMEPAGE="http://code.google.com/p/gflags/"
 SRC_URI="http://gflags.googlecode.com/files/${P}.tar.gz"
+
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE="static-libs"
 
-DEPEND=""
-RDEPEND=""
-
 src_configure() {
 	econf $(use_enable static-libs static)
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
+	emake DESTDIR="${D}" install || die
 
 	rm -rf "${D}"/usr/share/doc/*
 	dodoc AUTHORS ChangeLog NEWS README



1.16                 dev-cpp/gflags/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	16 Feb 2012 18:51:51 -0000	1.15
+++ ChangeLog	16 Feb 2012 23:30:21 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for dev-cpp/gflags
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.15 2012/02/16 18:51:51 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.16 2012/02/16 23:30:21 vapier Exp $
+
+  16 Feb 2012; Mike Frysinger <vapier@gentoo.org> gflags-1.5.ebuild,
+  gflags-1.6.ebuild, gflags-1.7.ebuild, gflags-2.0.ebuild:
+  Touch up style -- no functional changes.
 
 *gflags-2.0 (16 Feb 2012)
 *gflags-1.7 (16 Feb 2012)



1.3                  dev-cpp/gflags/gflags-1.6.ebuild

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

Index: gflags-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-1.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gflags-1.6.ebuild	11 Nov 2011 20:55:37 -0000	1.2
+++ gflags-1.6.ebuild	16 Feb 2012 23:30:21 -0000	1.3
@@ -1,26 +1,24 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-1.6.ebuild,v 1.2 2011/11/11 20:55:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-1.6.ebuild,v 1.3 2012/02/16 23:30:21 vapier Exp $
 
 EAPI="3"
 
-DESCRIPTION="Google's C++ argument parsing library."
-HOMEPAGE="http://code.google.com/p/google-gflags/"
-SRC_URI="http://google-gflags.googlecode.com/files/${P}.tar.gz"
+DESCRIPTION="Google's C++ argument parsing library"
+HOMEPAGE="http://code.google.com/p/gflags/"
+SRC_URI="http://gflags.googlecode.com/files/${P}.tar.gz"
+
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE="static-libs"
 
-DEPEND=""
-RDEPEND=""
-
 src_configure() {
 	econf $(use_enable static-libs static)
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
+	emake DESTDIR="${D}" install || die
 
 	rm -rf "${D}"/usr/share/doc/*
 	dodoc AUTHORS ChangeLog NEWS README



1.2                  dev-cpp/gflags/gflags-1.7.ebuild

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

Index: gflags-1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-1.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gflags-1.7.ebuild	16 Feb 2012 18:51:51 -0000	1.1
+++ gflags-1.7.ebuild	16 Feb 2012 23:30:21 -0000	1.2
@@ -1,26 +1,24 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-1.7.ebuild,v 1.1 2012/02/16 18:51:51 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-1.7.ebuild,v 1.2 2012/02/16 23:30:21 vapier Exp $
 
 EAPI="3"
 
-DESCRIPTION="Google's C++ argument parsing library."
+DESCRIPTION="Google's C++ argument parsing library"
 HOMEPAGE="http://code.google.com/p/gflags/"
 SRC_URI="http://gflags.googlecode.com/files/${P}.tar.gz"
+
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE="static-libs"
 
-DEPEND=""
-RDEPEND=""
-
 src_configure() {
 	econf $(use_enable static-libs static)
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
+	emake DESTDIR="${D}" install || die
 
 	rm -rf "${D}"/usr/share/doc/*
 	dodoc AUTHORS ChangeLog NEWS README



1.3                  dev-cpp/gflags/gflags-1.5.ebuild

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

Index: gflags-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-1.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gflags-1.5.ebuild	11 Nov 2011 20:55:37 -0000	1.2
+++ gflags-1.5.ebuild	16 Feb 2012 23:30:21 -0000	1.3
@@ -1,26 +1,24 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-1.5.ebuild,v 1.2 2011/11/11 20:55:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-1.5.ebuild,v 1.3 2012/02/16 23:30:21 vapier Exp $
 
 EAPI="3"
 
-DESCRIPTION="Google's C++ argument parsing library."
-HOMEPAGE="http://code.google.com/p/google-gflags/"
-SRC_URI="http://google-gflags.googlecode.com/files/${P}.tar.gz"
+DESCRIPTION="Google's C++ argument parsing library"
+HOMEPAGE="http://code.google.com/p/gflags/"
+SRC_URI="http://gflags.googlecode.com/files/${P}.tar.gz"
+
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE="static-libs"
 
-DEPEND=""
-RDEPEND=""
-
 src_configure() {
 	econf $(use_enable static-libs static)
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
+	emake DESTDIR="${D}" install || die
 
 	rm -rf "${D}"/usr/share/doc/*
 	dodoc AUTHORS ChangeLog NEWS README






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

only message in thread, other threads:[~2012-02-16 23:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-16 23:30 [gentoo-commits] gentoo-x86 commit in dev-cpp/gflags: gflags-2.0.ebuild ChangeLog gflags-1.6.ebuild gflags-1.7.ebuild gflags-1.5.ebuild 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