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: sys-apps/bfs/
Date: Fri,  3 May 2024 08:57:13 +0000 (UTC)	[thread overview]
Message-ID: <1714726502.0db093027abf8b8a6d310e94e94d976e02301c5e.sam@gentoo> (raw)

commit:     0db093027abf8b8a6d310e94e94d976e02301c5e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May  3 08:43:40 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May  3 08:55:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db09302

sys-apps/bfs: drop 3.1.2

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/bfs/Manifest         |  1 -
 sys-apps/bfs/bfs-3.1.2.ebuild | 46 -------------------------------------------
 2 files changed, 47 deletions(-)

diff --git a/sys-apps/bfs/Manifest b/sys-apps/bfs/Manifest
index 45307e10b73c..a3f1fd79ccad 100644
--- a/sys-apps/bfs/Manifest
+++ b/sys-apps/bfs/Manifest
@@ -1,3 +1,2 @@
-DIST bfs-3.1.2.tar.gz 237571 BLAKE2B 48051f50bcc11a06c542f21e33a858903c80d6950651c022d2a909e5da3f8813659f08937b202b11753ea132388899f3ebc66d28751682f0bfbfa9cf13e3938f SHA512 324a32067b2ae4ed50f166c783c28f16048ac33c8457eda5acc4ea86f25b3c0268c96c3d7c3230e1dde75fee72d41e7d4d53371d5fb6a95b2a9c812d079d1ad5
 DIST bfs-3.1.3.tar.gz 237696 BLAKE2B ca76ef02cd8ea65ab7d866a9c677063367c16c89b5f521da842ca0465e0485a90077009d9b5f324c7df09c1ab53036eb0f2965f372fd56762556dfbed43deb2c SHA512 4511c809666241f1b14ef3a01b80f0dc369510b67f45c1ce3e2d4445bcec9a4b86fb01333067b8dd713e992e57be7b99328b47a21b27864e6575981287de8e36
 DIST bfs-3.2.tar.gz 252756 BLAKE2B 444d23c8df92c6c0bcbd38889cec29012c40d742a23e1755390259a325fab9d082a23ef444bf76462b21fcdeb41fa749593f5ec7d640f7270252ed4268ccc3fe SHA512 2881a37b65d8015853a658a4f759a5213ea433a726ee9952b82bd2d6c682f92e7d014eaa7ec8f1d127b3c25b5d3b04e3b24ae61ec2549212a7a4f9335f91bf8b

diff --git a/sys-apps/bfs/bfs-3.1.2.ebuild b/sys-apps/bfs/bfs-3.1.2.ebuild
deleted file mode 100644
index ba8cd9bde472..000000000000
--- a/sys-apps/bfs/bfs-3.1.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Breadth-first version of the UNIX find command"
-HOMEPAGE="https://tavianator.com/projects/bfs.html"
-SRC_URI="https://github.com/tavianator/bfs/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="0BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc"
-IUSE="acl caps debug io-uring unicode xattr"
-
-DEPEND="
-	acl? ( virtual/acl )
-	caps? ( sys-libs/libcap )
-	io-uring? ( sys-libs/liburing:= )
-	unicode? ( dev-libs/oniguruma:= )
-	xattr? ( sys-apps/attr )
-"
-RDEPEND="${DEPEND}"
-
-bfsmake() {
-	emake \
-		USE_ACL=$(usev acl '1') \
-		USE_ATTR=$(usev xattr '1') \
-		USE_LIBCAP=$(usev caps '1') \
-		USE_LIBURING=$(usev io-uring '1') \
-		USE_ONIGURUMA=$(usev unicode '1') \
-		"$@"
-}
-
-src_compile() {
-	tc-export CC
-	use debug || append-cppflags -DNDEBUG
-
-	bfsmake
-}
-
-src_test() {
-	# -n check gets confused so need manual src_test definition?
-	bfsmake check
-}


             reply	other threads:[~2024-05-03  8:57 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-03  8:57 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-14  6:39 [gentoo-commits] repo/gentoo:master commit in: sys-apps/bfs/ Sam James
2025-02-27 14:46 Sam James
2025-01-18 23:39 Sam James
2025-01-18 23:39 Sam James
2024-10-29  2:45 Sam James
2024-09-18  1:34 Sam James
2024-08-27  1:35 Sam James
2024-08-27  1:35 Sam James
2024-06-12  4:59 Sam James
2024-06-01  3:07 Sam James
2024-05-03  8:57 Sam James
2024-03-07 18:17 Sam James
2024-03-07 17:20 Sam James
2024-03-07 17:20 Sam James
2024-03-02  3:15 Sam James
2024-03-02  3:15 Sam James
2024-02-22 20:33 Arthur Zamarin
2024-02-22 20:33 Arthur Zamarin
2024-02-22 20:33 Arthur Zamarin
2024-02-17  0:09 Sam James
2024-02-08  6:41 Sam James
2024-02-08  6:41 Sam James
2024-02-08  6:29 Sam James
2024-02-07  3:07 Sam James

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=1714726502.0db093027abf8b8a6d310e94e94d976e02301c5e.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