public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gflags/
Date: Sun,  9 Jul 2017 21:41:34 +0000 (UTC)	[thread overview]
Message-ID: <1499636487.aee23fa6945af0a9f46c9d688123766180bc9254.mgorny@gentoo> (raw)

commit:     aee23fa6945af0a9f46c9d688123766180bc9254
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 08:58:38 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul  9 21:41:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee23fa6

dev-cpp/gflags: Bump to 2.2.0

Closes: https://github.com/gentoo/gentoo/pull/5010

 dev-cpp/gflags/Manifest            |  1 +
 dev-cpp/gflags/gflags-2.2.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-cpp/gflags/Manifest b/dev-cpp/gflags/Manifest
index 05a9e2e2bb2..2eeb61d8396 100644
--- a/dev-cpp/gflags/Manifest
+++ b/dev-cpp/gflags/Manifest
@@ -1,2 +1,3 @@
 DIST gflags-2.1.1.tar.gz 102015 SHA256 432edece8102fc141c2e3381e2eb5eabb1ce7614851cc96bdec4715105086238 SHA512 18d1a0a1271f12f0e87447e3a9d6810f531f5b190d84274465add5a928c189caac911ec2592422895961ab3c0c7566ff50c0c22f71d185ac3413c54bdbfb00ef WHIRLPOOL 608dc62262d8b4a0451dd3493b02fd35ad5214f1793f173ca5d93e631e15b59cc4557b2a2f9f5e67f72c2ad0d6cd343648b113bf4701fd8f6c3f5d949ac41813
 DIST gflags-2.1.2.tar.gz 95716 SHA256 d8331bd0f7367c8afd5fcb5f5e85e96868a00fd24b7276fa5fcee1e5575c2662 SHA512 f636023c1150e4d536d2d472e40d643ff0b02d3c96d8cb7f31544df23e6255fa6c4fd927ef94a3660c250d3faeae7d8d78519fc5e856749a577347a78d9d9ab5 WHIRLPOOL 2b3bd528c0e2139042a239d50017d93637f5db7007adaa29d3ae3788e57219c8ae8931404ea95766e43d07f17cb9995954ab213b68699ec1de0d21b3b6f86066
+DIST gflags-2.2.0.tar.gz 96408 SHA256 466c36c6508a451734e4f4d76825cf9cd9b8716d2b70ef36479ae40f08271f88 SHA512 e2106ca70ff539024f888bca12487b3bf7f4f51928acf5ae3e1022f6bbd5e3b7882196ec50b609fd52f739e1f7b13eec7d4b3535d8216ec019a3577de6b4228d WHIRLPOOL dad0108c8a3217c82d0c098b387c527be6ddf0d4df936e49695777721d25b8df0f5ff456aa28bfa6cbfc69d535d395f3dbc898117332cd711864ce0f6524e58d

diff --git a/dev-cpp/gflags/gflags-2.2.0.ebuild b/dev-cpp/gflags/gflags-2.2.0.ebuild
new file mode 100644
index 00000000000..79f70a7aee4
--- /dev/null
+++ b/dev-cpp/gflags/gflags-2.2.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-multilib
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/gflags/gflags.git"
+else
+	SRC_URI="https://github.com/gflags/gflags/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	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"
+HOMEPAGE="http://gflags.github.io/gflags/"
+
+LICENSE="BSD"
+SLOT="0/2.2"
+IUSE="static-libs test"
+
+# AUTHORS.txt only links the google group
+DOCS=( ChangeLog.txt README.md )
+
+multilib_src_configure() {
+	local mycmakeargs=(
+		-DBUILD_SHARED_LIBS=ON
+		-DBUILD_STATIC_LIBS=$(usex static-libs)
+		-DBUILD_TESTING=$(usex test)
+		# avoid installing .cmake/packages, e.g.:
+		# >>> /tmp/portage/dev-cpp/gflags-9999/homedir/.cmake/packages/gflags/a7fca4708532331c2d656af0fdc8b8b9
+		-DREGISTER_INSTALL_PREFIX=OFF
+	)
+	cmake-utils_src_configure
+}


             reply	other threads:[~2017-07-09 21:41 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-09 21:41 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-10 21:00 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gflags/ Matt Turner
2023-07-10 21:00 Matt Turner
2023-07-10 21:00 Matt Turner
2023-03-22 18:53 Andreas Sturmlechner
2023-02-01 19:27 Andreas Sturmlechner
2022-08-04  8:04 Agostino Sarubbo
2022-08-03 17:30 Arthur Zamarin
2022-08-03  7:49 Agostino Sarubbo
2022-08-03  4:38 Arthur Zamarin
2022-08-03  4:38 Arthur Zamarin
2022-08-03  4:38 Arthur Zamarin
2022-08-03  4:38 Arthur Zamarin
2022-06-14  6:17 Jakov Smolić
2021-08-08 19:05 Amy Liffey
2021-03-06 12:24 Andreas Sturmlechner
2020-09-30  5:48 Andreas Sturmlechner
2019-11-27 13:16 Mikle Kolyada
2019-11-23 16:49 Agostino Sarubbo
2019-11-23 15:46 Agostino Sarubbo
2019-11-23 12:43 Agostino Sarubbo
2019-11-23  2:36 Aaron Bauman
2019-11-22 10:24 Agostino Sarubbo
2019-07-06  6:17 Michał Górny
2019-05-16  3:54 Aaron Bauman
2018-01-04 21:05 Mikle Kolyada
2018-01-04  9:08 Mike Frysinger
2017-11-18 10:13 Sergei Trofimovich
2017-11-18 10:03 Sergei Trofimovich
2017-07-09 21:41 Michał Górny
2017-07-09 21:41 Michał Górny
2017-07-09 21:41 Michał Górny
2017-07-09 21:41 Michał Górny
2017-07-09 21:41 Michał Górny
2017-07-09 21:41 Michał Górny
2015-09-01 18:55 Tobias Klausmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1499636487.aee23fa6945af0a9f46c9d688123766180bc9254.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox