* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lua/
@ 2016-01-09 19:22 Fabian Groffen
0 siblings, 0 replies; 14+ messages in thread
From: Fabian Groffen @ 2016-01-09 19:22 UTC (permalink / raw
To: gentoo-commits
commit: d4c3113174c62b3b8082604cd91ef67f3ee8fbeb
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 9 19:21:11 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Jan 9 19:21:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4c31131
app-eselect/eselect-lua: marked ~*-solaris
Package-Manager: portage-2.2.20-prefix
app-eselect/eselect-lua/eselect-lua-1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-eselect/eselect-lua/eselect-lua-1.ebuild b/app-eselect/eselect-lua/eselect-lua-1.ebuild
index 4eb1738..0d538bb 100644
--- a/app-eselect/eselect-lua/eselect-lua-1.ebuild
+++ b/app-eselect/eselect-lua/eselect-lua-1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://www.gentoo.org"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND=">=app-admin/eselect-1.2.4"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lua/
@ 2016-08-06 10:51 Pacho Ramos
0 siblings, 0 replies; 14+ messages in thread
From: Pacho Ramos @ 2016-08-06 10:51 UTC (permalink / raw
To: gentoo-commits
commit: 44f13d0582d4fc362cfb3c9aa24e4b6538b290ec
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 10:41:26 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 10:41:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f13d05
app-eselect/eselect-lua: Cleanup per bug #150215
Package-Manager: portage-2.3.0
app-eselect/eselect-lua/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/app-eselect/eselect-lua/metadata.xml b/app-eselect/eselect-lua/metadata.xml
index adeefc0..2eecebe 100644
--- a/app-eselect/eselect-lua/metadata.xml
+++ b/app-eselect/eselect-lua/metadata.xml
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>mabi@gentoo.org</email>
- </maintainer>
<longdescription lang="en">Lua eselect module</longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lua/
@ 2016-08-06 19:44 William Hubbs
0 siblings, 0 replies; 14+ messages in thread
From: William Hubbs @ 2016-08-06 19:44 UTC (permalink / raw
To: gentoo-commits
commit: 778b985f209ff177817f9ae0f8ddf969a9cfa38e
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 19:30:47 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 19:31:27 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=778b985f
app-eselect/eselect-lua: add myself as maintainer
Package-Manager: portage-2.2.28
app-eselect/eselect-lua/metadata.xml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/app-eselect/eselect-lua/metadata.xml b/app-eselect/eselect-lua/metadata.xml
index 2eecebe..33d91d1 100644
--- a/app-eselect/eselect-lua/metadata.xml
+++ b/app-eselect/eselect-lua/metadata.xml
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <longdescription lang="en">Lua eselect module</longdescription>
+ <maintainer>
+ <email>williamh@gentoo.org</email>
+ <name>William Hubbs</name>
+ </maintainer>
+ <longdescription lang="en">
+ Lua eselect module
+ </longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lua/
@ 2016-08-06 23:13 William Hubbs
0 siblings, 0 replies; 14+ messages in thread
From: William Hubbs @ 2016-08-06 23:13 UTC (permalink / raw
To: gentoo-commits
commit: 45c442a7aa9aefab110cccf48d86fc8244150581
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 23:12:47 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 23:12:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c442a7
app-eselect/eselect-lua: fix metadata
Package-Manager: portage-2.2.28
app-eselect/eselect-lua/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-eselect/eselect-lua/metadata.xml b/app-eselect/eselect-lua/metadata.xml
index 33d91d1..34308d2 100644
--- a/app-eselect/eselect-lua/metadata.xml
+++ b/app-eselect/eselect-lua/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
+ <maintainer type="person">
<email>williamh@gentoo.org</email>
<name>William Hubbs</name>
</maintainer>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lua/
@ 2017-01-29 14:49 Fabian Groffen
0 siblings, 0 replies; 14+ messages in thread
From: Fabian Groffen @ 2017-01-29 14:49 UTC (permalink / raw
To: gentoo-commits
commit: daa6ee437590376412080d211c4aa5c4b35d5213
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 14:45:07 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 14:45:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daa6ee43
app-eselect/eselect-lua: dropped ~ia64-linux ~x86-freebsd
Package-Manager: portage-2.3.3
app-eselect/eselect-lua/eselect-lua-1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-eselect/eselect-lua/eselect-lua-1.ebuild b/app-eselect/eselect-lua/eselect-lua-1.ebuild
index 0d538bb..94d538c 100644
--- a/app-eselect/eselect-lua/eselect-lua-1.ebuild
+++ b/app-eselect/eselect-lua/eselect-lua-1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -9,7 +9,7 @@ HOMEPAGE="https://www.gentoo.org"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND=">=app-admin/eselect-1.2.4"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lua/
@ 2020-09-22 5:33 Vadim Misbakh-Soloviov
0 siblings, 0 replies; 14+ messages in thread
From: Vadim Misbakh-Soloviov @ 2020-09-22 5:33 UTC (permalink / raw
To: gentoo-commits
commit: fcf46d9d67c70d4bd2b7ff45a30fd76ed862c626
Author: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 05:33:07 2020 +0000
Commit: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 05:33:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcf46d9d
app-eselect/eselect-lua: drop old version
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Vadim Misbakh-Soloviov <mva <AT> gentoo.org>
app-eselect/eselect-lua/eselect-lua-1.ebuild | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/app-eselect/eselect-lua/eselect-lua-1.ebuild b/app-eselect/eselect-lua/eselect-lua-1.ebuild
deleted file mode 100644
index 321aa912069..00000000000
--- a/app-eselect/eselect-lua/eselect-lua-1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Lua eselect module"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-
-LICENSE="GPL-2"
-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=">=app-admin/eselect-1.2.4"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"
-
-src_install() {
- insinto /usr/share/eselect/modules/
- newins "${FILESDIR}"/lua.eselect-${PV} lua.eselect
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lua/
@ 2020-09-22 5:41 Vadim Misbakh-Soloviov
0 siblings, 0 replies; 14+ messages in thread
From: Vadim Misbakh-Soloviov @ 2020-09-22 5:41 UTC (permalink / raw
To: gentoo-commits
commit: b5958725ab0f40a86af5cb22056e42f176c61ed5
Author: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 05:41:40 2020 +0000
Commit: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 05:41:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5958725
app-eselect/eselect-lua: fix depends
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Vadim Misbakh-Soloviov <mva <AT> gentoo.org>
app-eselect/eselect-lua/eselect-lua-2.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/app-eselect/eselect-lua/eselect-lua-2.ebuild b/app-eselect/eselect-lua/eselect-lua-2.ebuild
index f9013c396ac..82abd3207ea 100644
--- a/app-eselect/eselect-lua/eselect-lua-2.ebuild
+++ b/app-eselect/eselect-lua/eselect-lua-2.ebuild
@@ -13,6 +13,10 @@ 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
@@ -22,12 +26,9 @@ DEPEND="
app-eselect/eselect-luajit
)
)
- >=app-admin/eselect-1.2.4
"
# dev-lang/lua:5.4
# TODO: ^
-RDEPEND="${DEPEND}"
-
S="${WORKDIR}"
src_install() {
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lua/
@ 2020-12-06 15:03 Marek Szuba
0 siblings, 0 replies; 14+ messages in thread
From: Marek Szuba @ 2020-12-06 15:03 UTC (permalink / raw
To: gentoo-commits
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() {
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lua/
@ 2020-12-06 19:56 William Hubbs
0 siblings, 0 replies; 14+ messages in thread
From: William Hubbs @ 2020-12-06 19:56 UTC (permalink / raw
To: gentoo-commits
commit: 00ed76fbae5e9e634cc51730d91e5cbf90e2d527
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 6 19:55:29 2020 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Dec 6 19:55:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00ed76fb
app-eselect/eselect-lua: fix dependencies and maintainer order
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
app-eselect/eselect-lua/eselect-lua-2.ebuild | 5 ++---
app-eselect/eselect-lua/metadata.xml | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/app-eselect/eselect-lua/eselect-lua-2.ebuild b/app-eselect/eselect-lua/eselect-lua-2.ebuild
index e4f9797b017..461ba343b7b 100644
--- a/app-eselect/eselect-lua/eselect-lua-2.ebuild
+++ b/app-eselect/eselect-lua/eselect-lua-2.ebuild
@@ -11,9 +11,8 @@ 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"
-RDEPEND="${DEPEND}
- >=app-admin/eselect-1.2.4"
+RDEPEND="app-admin/eselect
+ !dev-lang/lua:0"
S="${WORKDIR}"
diff --git a/app-eselect/eselect-lua/metadata.xml b/app-eselect/eselect-lua/metadata.xml
index c4df8c7ed36..e41bbe8ef66 100644
--- a/app-eselect/eselect-lua/metadata.xml
+++ b/app-eselect/eselect-lua/metadata.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>mva@gentoo.org</email>
- <name>Vadim Misbakh-Soloviov</name>
- </maintainer>
<maintainer type="person">
<email>williamh@gentoo.org</email>
<name>William Hubbs</name>
</maintainer>
+ <maintainer type="person">
+ <email>mva@gentoo.org</email>
+ <name>Vadim Misbakh-Soloviov</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lua/
@ 2020-12-16 14:02 Marek Szuba
0 siblings, 0 replies; 14+ messages in thread
From: Marek Szuba @ 2020-12-16 14:02 UTC (permalink / raw
To: gentoo-commits
commit: 7c37e3d49a32f280b50cfc846f4f1c2c9ef923aa
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 16 09:23:44 2020 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 14:01:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c37e3d4
app-eselect/eselect-lua: add missing ~arm64 keyword
Trivial change to an ALLARCH ebuild so don't bother the arm64 arch team
with it.
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-eselect/eselect-lua/eselect-lua-2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-eselect/eselect-lua/eselect-lua-2.ebuild b/app-eselect/eselect-lua/eselect-lua-2.ebuild
index 461ba343b7b..3529ad19414 100644
--- a/app-eselect/eselect-lua/eselect-lua-2.ebuild
+++ b/app-eselect/eselect-lua/eselect-lua-2.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
LICENSE="GPL-2"
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"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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=""
RDEPEND="app-admin/eselect
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lua/
@ 2021-01-06 13:12 Fabian Groffen
0 siblings, 0 replies; 14+ messages in thread
From: Fabian Groffen @ 2021-01-06 13:12 UTC (permalink / raw
To: gentoo-commits
commit: 15f5f0efbc932607842231f787fdcba4b5fcc9d7
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 6 13:10:30 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 13:12:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f5f0ef
app-eselect/eselect-lua: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
app-eselect/eselect-lua/eselect-lua-4-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-eselect/eselect-lua/eselect-lua-4-r1.ebuild b/app-eselect/eselect-lua/eselect-lua-4-r1.ebuild
index 3529ad19414..f3dfc2b8be4 100644
--- a/app-eselect/eselect-lua/eselect-lua-4-r1.ebuild
+++ b/app-eselect/eselect-lua/eselect-lua-4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,7 +8,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="app-admin/eselect
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lua/
@ 2021-02-08 15:08 Sergei Trofimovich
0 siblings, 0 replies; 14+ messages in thread
From: Sergei Trofimovich @ 2021-02-08 15:08 UTC (permalink / raw
To: gentoo-commits
commit: 63b846105764d187dd49b78735bd1d40ceca072d
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Feb 8 14:23:07 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Feb 8 15:08:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63b84610
app-eselect/eselect-lua: stable 4-r1 for hppa, bug #766528
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
app-eselect/eselect-lua/eselect-lua-4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-eselect/eselect-lua/eselect-lua-4-r1.ebuild b/app-eselect/eselect-lua/eselect-lua-4-r1.ebuild
index 96af746df4c..aa3b260ecf9 100644
--- a/app-eselect/eselect-lua/eselect-lua-4-r1.ebuild
+++ b/app-eselect/eselect-lua/eselect-lua-4-r1.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="app-admin/eselect
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lua/
@ 2021-06-25 12:10 Marek Szuba
0 siblings, 0 replies; 14+ messages in thread
From: Marek Szuba @ 2021-06-25 12:10 UTC (permalink / raw
To: gentoo-commits
commit: afeb1d5adeb34c5f0c2e55ffcd2f24f6de673fc5
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 25 11:43:07 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Jun 25 12:09:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afeb1d5a
app-eselect/eselect-lua: keyword 4-r1 for ~riscv
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-eselect/eselect-lua/eselect-lua-4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-eselect/eselect-lua/eselect-lua-4-r1.ebuild b/app-eselect/eselect-lua/eselect-lua-4-r1.ebuild
index aa3b260ecf9..dfe36c5e43c 100644
--- a/app-eselect/eselect-lua/eselect-lua-4-r1.ebuild
+++ b/app-eselect/eselect-lua/eselect-lua-4-r1.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="app-admin/eselect
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lua/
@ 2021-09-20 22:29 James Le Cuirot
0 siblings, 0 replies; 14+ messages in thread
From: James Le Cuirot @ 2021-09-20 22:29 UTC (permalink / raw
To: gentoo-commits
commit: 31fca8f08ba634fc7aece8710ec8d878588b4a1b
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 20 22:28:01 2021 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Sep 20 22:28:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31fca8f0
app-eselect/eselect-lua: Keyword 4-r1 for ~m68k
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
app-eselect/eselect-lua/eselect-lua-4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-eselect/eselect-lua/eselect-lua-4-r1.ebuild b/app-eselect/eselect-lua/eselect-lua-4-r1.ebuild
index dfe36c5e43c..a77289586b0 100644
--- a/app-eselect/eselect-lua/eselect-lua-4-r1.ebuild
+++ b/app-eselect/eselect-lua/eselect-lua-4-r1.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="app-admin/eselect
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2021-09-20 22:29 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-06 19:44 [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lua/ William Hubbs
-- strict thread matches above, loose matches on Subject: below --
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-12-06 15:03 Marek Szuba
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 10:51 Pacho Ramos
2016-01-09 19:22 Fabian Groffen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox