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: app-crypt/tc-play/
Date: Mon,  1 Aug 2022 03:15:40 +0000 (UTC)	[thread overview]
Message-ID: <1659323663.42c11dcac7716d6b0566fd9b9bd63026d956b696.sam@gentoo> (raw)

commit:     42c11dcac7716d6b0566fd9b9bd63026d956b696
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  1 03:06:10 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug  1 03:14:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c11dca

app-crypt/tc-play: [QA] EAPI 8, fix useless multilib

Multilib is only ever used here in src_configure because
it's exported. The program isn't even built for multilib
(which is a good thing, or it'd be even more of a waste,
as it's not like it'd get installed anyway).

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

 .../{tc-play-2.0-r1.ebuild => tc-play-2.0-r2.ebuild}  | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/app-crypt/tc-play/tc-play-2.0-r1.ebuild b/app-crypt/tc-play/tc-play-2.0-r2.ebuild
similarity index 83%
rename from app-crypt/tc-play/tc-play-2.0-r1.ebuild
rename to app-crypt/tc-play/tc-play-2.0-r2.ebuild
index 401465c26b69..244696e5f144 100644
--- a/app-crypt/tc-play/tc-play-2.0-r1.ebuild
+++ b/app-crypt/tc-play/tc-play-2.0-r2.ebuild
@@ -1,11 +1,11 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit toolchain-funcs multilib-minimal
+inherit toolchain-funcs
 
-DESCRIPTION="a free, pretty much fully featured and stable TrueCrypt implementation"
+DESCRIPTION="A free, pretty much fully featured and stable TrueCrypt implementation"
 HOMEPAGE="https://github.com/bwalex/tc-play"
 SRC_URI="https://github.com/bwalex/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
@@ -15,19 +15,18 @@ KEYWORDS="~amd64"
 IUSE="gnutls"
 
 DEPEND="
+	dev-libs/libgcrypt:=
 	dev-libs/libgpg-error
-	sys-fs/lvm2
 	sys-apps/util-linux
-	dev-libs/libgcrypt:0
+	sys-fs/lvm2
 	gnutls? ( net-libs/gnutls )
 	!gnutls? (
-		dev-libs/openssl:0=
-	)"
+		dev-libs/openssl:=
+	)
+"
 RDEPEND="${DEPEND}"
 
-DOCS=(
-	README.md
-)
+DOCS=( README.md )
 
 PATCHES=(
 	"${FILESDIR}/${P}-build.patch"


             reply	other threads:[~2022-08-01  3:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-01  3:15 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-09 13:17 [gentoo-commits] repo/gentoo:master commit in: app-crypt/tc-play/ David Seifert
2022-03-19 23:17 David Seifert
2021-04-30 21:49 Mikle Kolyada
2017-02-04  1:31 Alon Bar-Lev
2016-06-12 13:41 Alon Bar-Lev
2016-06-03 14:43 Anthony G. Basile

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=1659323663.42c11dcac7716d6b0566fd9b9bd63026d956b696.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