public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lua/
Date: Sun,  6 Dec 2020 15:03:10 +0000 (UTC)	[thread overview]
Message-ID: <1607266982.007c50206d790f4593156fea91b372f76b04d337.marecki@gentoo> (raw)

commit:     007c50206d790f4593156fea91b372f76b04d337
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  6 14:54:55 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Dec  6 15:03:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=007c5020

app-eselect/eselect-lua: do not PDEPEND on Lua implementations

Does not actually depend on Lua, makes it necessary to have every new
implementation added to the list, redundant (dev-lang/lua slots already
depend on app-eselect/eselect-lua), inconsistent with how other "select
your implementation" eselect modules handle dependencies, the LuaJIT
alternative was not entirely correct.

Closes: https://bugs.gentoo.org/752546
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 app-eselect/eselect-lua/eselect-lua-2.ebuild | 22 ++++------------------
 1 file changed, 4 insertions(+), 18 deletions(-)

diff --git a/app-eselect/eselect-lua/eselect-lua-2.ebuild b/app-eselect/eselect-lua/eselect-lua-2.ebuild
index 82abd3207ea..e4f9797b017 100644
--- a/app-eselect/eselect-lua/eselect-lua-2.ebuild
+++ b/app-eselect/eselect-lua/eselect-lua-2.ebuild
@@ -11,24 +11,10 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
-DEPEND="
-	!dev-lang/lua:0
-	>=app-admin/eselect-1.2.4
-"
-RDEPEND="${DEPEND}"
-PDEPEND="
-	|| (
-		dev-lang/lua:5.1
-		dev-lang/lua:5.2
-		dev-lang/lua:5.3
-		(
-			dev-lang/luajit:2
-			app-eselect/eselect-luajit
-		)
-	)
-"
-#		dev-lang/lua:5.4
-# TODO: ^
+DEPEND="!dev-lang/lua:0"
+RDEPEND="${DEPEND}
+	>=app-admin/eselect-1.2.4"
+
 S="${WORKDIR}"
 
 src_install() {


             reply	other threads:[~2020-12-06 15:03 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-06 15:03 Marek Szuba [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-24 11:08 [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lua/ Sam James
2021-09-20 22:29 James Le Cuirot
2021-06-25 12:10 Marek Szuba
2021-02-08 15:08 Sergei Trofimovich
2021-01-06 13:12 Fabian Groffen
2020-12-16 14:02 Marek Szuba
2020-12-06 19:56 William Hubbs
2020-09-22  5:41 Vadim Misbakh-Soloviov
2020-09-22  5:33 Vadim Misbakh-Soloviov
2017-01-29 14:49 Fabian Groffen
2016-08-06 23:13 William Hubbs
2016-08-06 19:44 William Hubbs
2016-08-06 10:51 Pacho Ramos
2016-01-09 19:22 Fabian Groffen

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=1607266982.007c50206d790f4593156fea91b372f76b04d337.marecki@gentoo \
    --to=marecki@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