From: "Stephan Hartmann" <sultan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/re2/
Date: Thu, 24 Sep 2020 11:02:43 +0000 (UTC) [thread overview]
Message-ID: <1600945319.c13b9bca05b607aeb3d4d391410107d1af00f27f.sultan@gentoo> (raw)
commit: c13b9bca05b607aeb3d4d391410107d1af00f27f
Author: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 11:01:59 2020 +0000
Commit: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 11:01:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13b9bca
dev-libs/re2: remove old
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>
dev-libs/re2/Manifest | 2 --
dev-libs/re2/re2-0.2020.06.01.ebuild | 52 ------------------------------------
dev-libs/re2/re2-0.2020.07.06.ebuild | 52 ------------------------------------
3 files changed, 106 deletions(-)
diff --git a/dev-libs/re2/Manifest b/dev-libs/re2/Manifest
index c4f509f017c..97571d043d0 100644
--- a/dev-libs/re2/Manifest
+++ b/dev-libs/re2/Manifest
@@ -1,3 +1 @@
-DIST re2-2020-06-01.tar.gz 403203 BLAKE2B 46270c39fdb9eda127752e97e5dfea24a6cb9ddc32bfc298e123eb29609a003fd1a7a3591e760944ec36721ee1981f9bdbbc0b04d596764922e6bbc3daa9159c SHA512 8592a5409cb087c3188023746a4121bd58972a7a21bae98022af587f6191b3096bbb5d379e622ea853ff3373c76972fb61f331354550715c9a7e77d08fba6f3c
-DIST re2-2020-07-06.tar.gz 404055 BLAKE2B 1dca93ec928ef508aa30c44889d3f451acdf1f4430dc62b05c256790cb755e30ec5fac6aca23d44ad57eb61b0971437529bf63fb89b4bd7bf1937748046e61a9 SHA512 5ff5b0fa80d28a5c1cd56e42de4392899347e083c8eedb79282763b8967d301e0d287223e2b1a140cc30f7420a4a1aed5d7be0b68e8f5d2e8813ab4bfa64c103
DIST re2-2020-08-01.tar.gz 404076 BLAKE2B 063c3e78cf4983d214309a93a234d864d5ad3acc63ca40befb0b78604ea1406676eb85c34489f3baf74afc0f05ea46482bd7400eb485cd1951feaf4c1429b21c SHA512 1ae261155a1eb96606788eb736faa4dc3240d85f47e3b4c412a4f85f7e4cc69f7c7cbab98397aaf725def1cbc9c5da2c679cfb5573a442d60897740766ae2967
diff --git a/dev-libs/re2/re2-0.2020.06.01.ebuild b/dev-libs/re2/re2-0.2020.06.01.ebuild
deleted file mode 100644
index b1b73d54da9..00000000000
--- a/dev-libs/re2/re2-0.2020.06.01.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-minimal toolchain-funcs
-
-# Different date format used upstream.
-RE2_VER=${PV#0.}
-RE2_VER=${RE2_VER//./-}
-
-DESCRIPTION="An efficient, principled regular expression library"
-HOMEPAGE="https://github.com/google/re2"
-SRC_URI="https://github.com/google/re2/archive/${RE2_VER}.tar.gz -> re2-${RE2_VER}.tar.gz"
-
-LICENSE="BSD"
-# NOTE: Always run libre2 through abi-compliance-checker!
-# https://abi-laboratory.pro/tracker/timeline/re2/
-SONAME="7"
-SLOT="0/${SONAME}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
-IUSE="icu"
-
-BDEPEND="icu? ( virtual/pkgconfig )"
-DEPEND="icu? ( dev-libs/icu:0=[${MULTILIB_USEDEP}] )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/re2-${RE2_VER}"
-
-DOCS=( AUTHORS CONTRIBUTORS README doc/syntax.txt )
-HTML_DOCS=( doc/syntax.html )
-
-src_prepare() {
- default
- grep -q "^SONAME=${SONAME}\$" Makefile || die "SONAME mismatch"
- if use icu; then
- sed -i -e 's:^# \(\(CC\|LD\)ICU=.*\):\1:' Makefile || die
- fi
- multilib_copy_sources
-}
-
-src_configure() {
- tc-export AR CXX
-}
-
-multilib_src_compile() {
- emake SONAME="${SONAME}" shared
-}
-
-multilib_src_install() {
- emake SONAME="${SONAME}" DESTDIR="${D}" prefix="${EPREFIX}/usr" libdir="\$(exec_prefix)/$(get_libdir)" shared-install
-}
diff --git a/dev-libs/re2/re2-0.2020.07.06.ebuild b/dev-libs/re2/re2-0.2020.07.06.ebuild
deleted file mode 100644
index adf595f07b8..00000000000
--- a/dev-libs/re2/re2-0.2020.07.06.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-minimal toolchain-funcs
-
-# Different date format used upstream.
-RE2_VER=${PV#0.}
-RE2_VER=${RE2_VER//./-}
-
-DESCRIPTION="An efficient, principled regular expression library"
-HOMEPAGE="https://github.com/google/re2"
-SRC_URI="https://github.com/google/re2/archive/${RE2_VER}.tar.gz -> re2-${RE2_VER}.tar.gz"
-
-LICENSE="BSD"
-# NOTE: Always run libre2 through abi-compliance-checker!
-# https://abi-laboratory.pro/tracker/timeline/re2/
-SONAME="8"
-SLOT="0/${SONAME}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="icu"
-
-BDEPEND="icu? ( virtual/pkgconfig )"
-DEPEND="icu? ( dev-libs/icu:0=[${MULTILIB_USEDEP}] )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/re2-${RE2_VER}"
-
-DOCS=( AUTHORS CONTRIBUTORS README doc/syntax.txt )
-HTML_DOCS=( doc/syntax.html )
-
-src_prepare() {
- default
- grep -q "^SONAME=${SONAME}\$" Makefile || die "SONAME mismatch"
- if use icu; then
- sed -i -e 's:^# \(\(CC\|LD\)ICU=.*\):\1:' Makefile || die
- fi
- multilib_copy_sources
-}
-
-src_configure() {
- tc-export AR CXX
-}
-
-multilib_src_compile() {
- emake SONAME="${SONAME}" shared
-}
-
-multilib_src_install() {
- emake SONAME="${SONAME}" DESTDIR="${D}" prefix="${EPREFIX}/usr" libdir="\$(exec_prefix)/$(get_libdir)" shared-install
-}
next reply other threads:[~2020-09-24 11:02 UTC|newest]
Thread overview: 88+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-24 11:02 Stephan Hartmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-24 4:05 [gentoo-commits] repo/gentoo:master commit in: dev-libs/re2/ Matt Turner
2024-07-30 6:58 Patrick Lauer
2024-07-29 7:33 Joonas Niilola
2024-07-29 7:33 Joonas Niilola
2024-07-29 7:33 Joonas Niilola
2024-01-03 18:52 Arthur Zamarin
2023-08-13 8:16 Stephan Hartmann
2022-12-19 11:06 Stephan Hartmann
2022-12-19 11:06 Stephan Hartmann
2022-11-01 5:21 WANG Xuerui
2022-08-26 10:08 Sam James
2022-08-25 18:25 Arthur Zamarin
2022-08-25 18:23 Arthur Zamarin
2022-06-26 17:54 Stephan Hartmann
2022-04-04 6:22 Stephan Hartmann
2022-03-09 8:59 Jakov Smolić
2021-12-31 2:28 Sam James
2021-12-31 0:46 Sam James
2021-12-31 0:46 Sam James
2021-12-30 20:25 Arthur Zamarin
2021-11-18 22:22 Mike Gilbert
2021-11-18 22:22 Mike Gilbert
2021-07-08 3:53 Sam James
2021-07-05 22:35 Sam James
2021-07-02 4:10 Sam James
2021-07-02 4:09 Sam James
2021-06-29 5:53 Yixun Lan
2021-06-04 19:51 Mike Gilbert
2021-06-04 19:51 Mike Gilbert
2021-05-09 21:48 Sam James
2021-05-09 21:48 Sam James
2021-05-09 21:44 Sam James
2021-05-09 21:42 Sam James
2021-04-02 15:00 Mike Gilbert
2021-03-26 14:38 Mike Gilbert
2020-12-08 19:23 Stephan Hartmann
2020-11-22 3:26 Sam James
2020-11-22 3:26 Sam James
2020-11-19 11:16 Agostino Sarubbo
2020-11-18 23:42 Thomas Deutschmann
2020-11-03 20:20 Mike Gilbert
2020-10-20 20:35 Mike Gilbert
2020-09-24 6:59 Agostino Sarubbo
2020-09-24 6:49 Agostino Sarubbo
2020-09-22 19:33 Sam James
2020-09-22 19:33 Sam James
2020-09-05 2:04 Mike Gilbert
2020-07-17 23:25 Sam James
2020-07-17 7:02 Agostino Sarubbo
2020-07-14 19:05 Mike Gilbert
2020-07-14 19:05 Mike Gilbert
2020-06-13 18:59 Mike Gilbert
2020-06-06 19:31 Mart Raudsepp
2020-06-03 10:27 Agostino Sarubbo
2020-05-24 8:09 Agostino Sarubbo
2020-05-24 7:40 Agostino Sarubbo
2020-05-03 19:57 Mike Gilbert
2020-04-02 19:28 Mike Gilbert
2020-03-21 9:24 Mart Raudsepp
2020-02-07 13:16 Agostino Sarubbo
2020-02-07 12:12 Agostino Sarubbo
2020-02-06 8:10 Agostino Sarubbo
2019-12-29 19:34 Mike Gilbert
2019-12-29 19:34 Mike Gilbert
2019-09-13 17:51 Mike Gilbert
2019-08-25 19:47 Mike Gilbert
2019-04-26 17:51 Anthony G. Basile
2019-01-21 19:40 Sergei Trofimovich
2019-01-04 22:41 Mikle Kolyada
2019-01-01 21:19 Sergei Trofimovich
2018-12-26 20:06 Sergei Trofimovich
2018-12-26 20:04 Sergei Trofimovich
2018-12-26 13:15 Sergei Trofimovich
2018-12-09 23:51 Thomas Deutschmann
2018-12-07 21:26 Richard Freeman
2018-10-03 2:03 Mike Gilbert
2018-06-13 14:36 Mike Gilbert
2018-06-06 14:28 Mike Gilbert
2017-03-27 19:28 Paweł Hajdan
2016-12-28 3:54 Mike Gilbert
2016-12-26 15:24 Mike Gilbert
2016-12-25 18:48 Mike Gilbert
2016-11-24 5:17 Mike Gilbert
2016-10-17 3:56 Mike Gilbert
2016-10-14 10:38 Agostino Sarubbo
2016-10-14 10:37 Agostino Sarubbo
2016-05-09 21:25 Mike Gilbert
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=1600945319.c13b9bca05b607aeb3d4d391410107d1af00f27f.sultan@gentoo \
--to=sultan@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