public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tre/
Date: Fri, 17 Jul 2020 10:32:22 +0000 (UTC)	[thread overview]
Message-ID: <1594981924.d7c292c9776cfb1e55f8d30d0750907d7b298bce.sam@gentoo> (raw)

commit:     d7c292c9776cfb1e55f8d30d0750907d7b298bce
Author:     John Helmert III <jchelmert3 <AT> posteo <DOT> net>
AuthorDate: Fri Jul 17 03:18:11 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 17 10:32:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c292c9

dev-libs/tre: Security cleanup, drop <0.8.0-r2

Bug: https://bugs.gentoo.org/597616
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: John Helmert III <jchelmert3 <AT> posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/16722
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/tre/tre-0.8.0-r1.ebuild | 64 ----------------------------------------
 1 file changed, 64 deletions(-)

diff --git a/dev-libs/tre/tre-0.8.0-r1.ebuild b/dev-libs/tre/tre-0.8.0-r1.ebuild
deleted file mode 100644
index 63e4a0a6414..00000000000
--- a/dev-libs/tre/tre-0.8.0-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib
-
-DESCRIPTION="Lightweight, robust, and efficient POSIX compliant regexp matching library"
-HOMEPAGE="https://laurikari.net/tre/ https://github.com/laurikari/tre/"
-SRC_URI="https://laurikari.net/tre/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="nls static-libs"
-
-RDEPEND="
-	!app-text/agrep
-	!dev-ruby/amatch
-	!app-misc/glimpse"
-
-DEPEND="
-	${RDEPEND}
-	virtual/pkgconfig
-	nls? ( sys-devel/gettext )"
-
-PATCHES=( "${FILESDIR}/${PV}-pkgcfg.patch" )
-
-src_prepare() {
-	default
-}
-
-src_configure() {
-	econf \
-		--enable-agrep \
-		--enable-system-abi \
-		$(use_enable nls) \
-		$(use_enable static-libs static)
-}
-
-src_test() {
-	if locale -a | grep -iq en_US.iso88591; then
-		emake -j1 check
-	else
-		ewarn "If you like to run the test,"
-		ewarn "please make sure en_US.ISO-8859-1 is installed."
-		die "en_US.ISO-8859-1 locale is missing"
-	fi
-}
-
-src_install() {
-	local HTML_DOCS=( doc/*.{css,html} )
-
-	default
-
-	# 626480
-	mv "${ED%/}"/usr/bin/agrep{,-tre}$(get_exeext) || die
-}
-
-pkg_postinst() {
-	ewarn "app-misc/glimpse, app-text/agrep and this package all provide agrep."
-	ewarn "If this causes any unforeseen incompatibilities please file a bug"
-	ewarn "on https://bugs.gentoo.org."
-}


             reply	other threads:[~2020-07-17 10:32 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-17 10:32 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-26 18:41 [gentoo-commits] repo/gentoo:master commit in: dev-libs/tre/ Arthur Zamarin
2025-02-12  5:48 Sam James
2025-02-12  5:48 Sam James
2025-02-09  8:13 Sam James
2025-02-09  8:12 Sam James
2024-12-12 11:02 Sam James
2024-12-12 11:02 Sam James
2024-12-12 11:02 Sam James
2024-12-12 11:02 Sam James
2024-12-12 11:02 Sam James
2024-12-12 11:02 Sam James
2024-12-12 11:02 Sam James
2024-05-12 12:29 Conrad Kostecki
2023-03-31 11:56 Arthur Zamarin
2023-03-07  3:46 WANG Xuerui
2023-03-04 11:09 Arthur Zamarin
2023-03-04 10:02 Arthur Zamarin
2023-03-04  9:16 Arthur Zamarin
2023-03-04  6:00 Arthur Zamarin
2023-03-04  5:35 Arthur Zamarin
2023-03-04  5:33 Arthur Zamarin
2023-01-28 13:29 Pacho Ramos
2023-01-15 14:57 Sam James
2022-09-09  6:20 Joonas Niilola
2022-08-29 19:43 Andreas Sturmlechner
2022-06-17  6:58 Agostino Sarubbo
2022-06-15  7:15 Agostino Sarubbo
2022-06-15  7:15 Agostino Sarubbo
2022-06-15  7:14 Agostino Sarubbo
2022-06-15  7:14 Agostino Sarubbo
2022-06-14 21:35 Jakov Smolić
2022-06-14 21:17 Jakov Smolić
2022-06-12 18:21 Sam James
2022-06-12 15:34 Sam James
2022-06-12 14:52 Sam James
2022-06-01  5:25 Sam James
2022-05-10 20:06 Arthur Zamarin
2022-05-08  9:33 Jakov Smolić
2022-05-08  9:15 Jakov Smolić
2022-02-25 20:53 Sam James
2021-07-05 13:25 Marek Szuba
2020-07-17  0:40 Sam James
2020-06-22 18:35 Sergei Trofimovich
2020-06-22 18:23 Sergei Trofimovich
2020-06-22  6:57 Agostino Sarubbo
2020-06-21 17:03 Agostino Sarubbo
2020-06-21 16:58 Agostino Sarubbo
2020-06-20 13:48 Thomas Deutschmann
2019-07-28 19:54 Mikle Kolyada
2019-04-21  3:10 Anthony G. Basile
2018-04-05 15:21 Aaron Bauman
2018-03-28 20:55 Matt Turner
2017-08-01 20:50 Patrice Clement
2017-03-18  7:33 Michał Górny
2017-02-17 12:20 Michał Górny
2017-01-29 16:19 Fabian Groffen
2016-08-21  1:44 Tim Harder

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=1594981924.d7c292c9776cfb1e55f8d30d0750907d7b298bce.sam@gentoo \
    --to=sam@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