Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: abseil-cpp-20211102.0
@ 2022-04-12 19:59 prez
  2022-04-19 15:52 ` sgn
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: prez @ 2022-04-12 19:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 736 bytes --]

There is a new pull request by prez against master on the void-packages repository

https://github.com/prez/void-packages abseil
https://github.com/void-linux/void-packages/pull/36660

New package: abseil-cpp-20211102.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64


A patch file from https://github.com/void-linux/void-packages/pull/36660.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-abseil-36660.patch --]
[-- Type: text/x-diff, Size: 1138 bytes --]

From a3f6754787ffe82b938dcdc8a9fa3e17bcaf0ccd Mon Sep 17 00:00:00 2001
From: prez <prez@national.shitposting.agency>
Date: Tue, 12 Apr 2022 21:13:03 +0200
Subject: [PATCH] New package: abseil-cpp-20211102.0

---
 srcpkgs/abseil-cpp/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/abseil-cpp/template

diff --git a/srcpkgs/abseil-cpp/template b/srcpkgs/abseil-cpp/template
new file mode 100644
index 000000000000..f83220cff370
--- /dev/null
+++ b/srcpkgs/abseil-cpp/template
@@ -0,0 +1,16 @@
+# Template file for 'abseil-cpp'
+pkgname=abseil-cpp
+version=20211102.0
+revision=1
+archs="x86_64* aarch64* armv7l*"
+build_style=cmake
+configure_args="-DCMAKE_CXX_STANDARD=20
+ -DABSL_USE_EXTERNAL_GOOGLETEST=ON -DABSL_FIND_GOOGLETEST=ON"
+makedepends="linux-headers"
+checkdepends="gtest-devel"
+short_desc="Abseil Common Libraries (C++)"
+maintainer="prez <prez@national.shitposting.agency>"
+license="Apache-2.0"
+homepage="https://abseil.io/"
+distfiles="https://github.com/abseil/abseil-cpp/archive/${version}.tar.gz"
+checksum=dcf71b9cba8dc0ca9940c4b316a0c796be8fab42b070bb6b7cab62b48f0e66c4

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: New package: abseil-cpp-20211102.0
  2022-04-12 19:59 [PR PATCH] New package: abseil-cpp-20211102.0 prez
@ 2022-04-19 15:52 ` sgn
  2022-04-19 16:10 ` prez
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2022-04-19 15:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 221 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/36660#issuecomment-1102817493

Comment:
I think abseil meant to be embedded into projects? Its API/ABI isn't stable, is it?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: New package: abseil-cpp-20211102.0
  2022-04-12 19:59 [PR PATCH] New package: abseil-cpp-20211102.0 prez
  2022-04-19 15:52 ` sgn
@ 2022-04-19 16:10 ` prez
  2022-07-19  2:14 ` github-actions
  2022-08-07  2:14 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: prez @ 2022-04-19 16:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 194 bytes --]

New comment by prez on void-packages repository

https://github.com/void-linux/void-packages/pull/36660#issuecomment-1102835602

Comment:
This is an LTS branch. https://abseil.io/about/releases

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: New package: abseil-cpp-20211102.0
  2022-04-12 19:59 [PR PATCH] New package: abseil-cpp-20211102.0 prez
  2022-04-19 15:52 ` sgn
  2022-04-19 16:10 ` prez
@ 2022-07-19  2:14 ` github-actions
  2022-08-07  2:14 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-07-19  2:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36660#issuecomment-1188518781

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: New package: abseil-cpp-20211102.0
  2022-04-12 19:59 [PR PATCH] New package: abseil-cpp-20211102.0 prez
                   ` (2 preceding siblings ...)
  2022-07-19  2:14 ` github-actions
@ 2022-08-07  2:14 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-08-07  2:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 592 bytes --]

There's a closed pull request on the void-packages repository

New package: abseil-cpp-20211102.0
https://github.com/void-linux/void-packages/pull/36660

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-08-07  2:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-12 19:59 [PR PATCH] New package: abseil-cpp-20211102.0 prez
2022-04-19 15:52 ` sgn
2022-04-19 16:10 ` prez
2022-07-19  2:14 ` github-actions
2022-08-07  2:14 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).