public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-cpp/gflags: ChangeLog gflags-1.6.ebuild gflags-1.4.ebuild
@ 2011-09-01 15:39 Krzysztof Pawlik (nelchael)
  0 siblings, 0 replies; only message in thread
From: Krzysztof Pawlik (nelchael) @ 2011-09-01 15:39 UTC (permalink / raw
  To: gentoo-commits

nelchael    11/09/01 15:39:36

  Modified:             ChangeLog
  Added:                gflags-1.6.ebuild
  Removed:              gflags-1.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 dev-cpp/gflags/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	12 Feb 2011 21:54:14 -0000	1.12
+++ ChangeLog	1 Sep 2011 15:39:35 -0000	1.13
@@ -1,6 +1,12 @@
 # ChangeLog for dev-cpp/gflags
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.12 2011/02/12 21:54:14 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.13 2011/09/01 15:39:35 nelchael Exp $
+
+*gflags-1.6 (01 Sep 2011)
+
+  01 Sep 2011; Krzysztof Pawlik <nelchael@gentoo.org> -gflags-1.4.ebuild,
+  +gflags-1.6.ebuild:
+  Version bump.
 
 *gflags-1.5 (12 Feb 2011)
 



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gflags/gflags-1.6.ebuild?rev=1.1&content-type=text/plain

Index: gflags-1.6.ebuild
===================================================================
# Copyright 1999-2011 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.1 2011/09/01 15:39:35 nelchael 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"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"

DEPEND=""
RDEPEND=""

src_configure() {
	econf $(use_enable static-libs static)
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"

	rm -rf "${D}"/usr/share/doc/*
	dodoc AUTHORS ChangeLog NEWS README
	dohtml doc/*
}






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

only message in thread, other threads:[~2011-09-01 15:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-01 15:39 [gentoo-commits] gentoo-x86 commit in dev-cpp/gflags: ChangeLog gflags-1.6.ebuild gflags-1.4.ebuild Krzysztof Pawlik (nelchael)

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