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-r1.ebuild ChangeLog
@ 2014-02-25  0:44 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2014-02-25  0:44 UTC (permalink / raw
  To: gentoo-commits

vapier      14/02/25 00:44:57

  Modified:             ChangeLog
  Added:                gflags-2.0-r1.ebuild
  Log:
  Add multilib-minimal support.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.24                 dev-cpp/gflags/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	19 Oct 2013 00:18:21 -0000	1.23
+++ ChangeLog	25 Feb 2014 00:44:57 -0000	1.24
@@ -1,6 +1,11 @@
 # ChangeLog for dev-cpp/gflags
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.23 2013/10/19 00:18:21 vapier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.24 2014/02/25 00:44:57 vapier Exp $
+
+*gflags-2.0-r1 (25 Feb 2014)
+
+  25 Feb 2014; Mike Frysinger <vapier@gentoo.org> +gflags-2.0-r1.ebuild:
+  Add multilib-minimal support.
 
   19 Oct 2013; Mike Frysinger <vapier@gentoo.org> gflags-2.0.ebuild:
   Add keywords for everyone.



1.1                  dev-cpp/gflags/gflags-2.0-r1.ebuild

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

Index: gflags-2.0-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-2.0-r1.ebuild,v 1.1 2014/02/25 00:44:57 vapier Exp $

EAPI="5"

inherit multilib-minimal

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="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"

multilib_src_configure() {
	ECONF_SOURCE=${S} econf $(use_enable static-libs static)
}

multilib_src_install_all() {
	rm -rf "${ED}"/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:[~2014-02-25  0:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-25  0:44 [gentoo-commits] gentoo-x86 commit in dev-cpp/gflags: gflags-2.0-r1.ebuild ChangeLog 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