* [gentoo-commits] repo/gentoo:master commit in: www-servers/moonbridge/
@ 2021-09-18 20:47 Alfredo Tupone
0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2021-09-18 20:47 UTC (permalink / raw
To: gentoo-commits
commit: 32bcf31a34e82d1557df45d64b580fa3f0995488
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 18 20:47:38 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Sep 18 20:47:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32bcf31a
www-servers/moonbridge: IndirectInherits
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
www-servers/moonbridge/moonbridge-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-servers/moonbridge/moonbridge-1.0.1.ebuild b/www-servers/moonbridge/moonbridge-1.0.1.ebuild
index 206544b88f6..93fb08c942b 100644
--- a/www-servers/moonbridge/moonbridge-1.0.1.ebuild
+++ b/www-servers/moonbridge/moonbridge-1.0.1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
LUA_COMPAT=( lua5-{2,3} )
-inherit lua-single
+inherit lua-single toolchain-funcs
MYP=${PN}-v${PV}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/moonbridge/
@ 2022-07-17 17:49 Alfredo Tupone
0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2022-07-17 17:49 UTC (permalink / raw
To: gentoo-commits
commit: 7c5f6133dc97ec678e6480aa49916e7af79f7459
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 17 17:48:51 2022 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jul 17 17:48:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5f6133
www-servers/moonbridge: fix DEPS
Closes: https://bugs.gentoo.org/857693
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
www-servers/moonbridge/moonbridge-1.0.1.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/www-servers/moonbridge/moonbridge-1.0.1.ebuild b/www-servers/moonbridge/moonbridge-1.0.1.ebuild
index c718ae8e1f34..268658581d2e 100644
--- a/www-servers/moonbridge/moonbridge-1.0.1.ebuild
+++ b/www-servers/moonbridge/moonbridge-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -23,13 +23,14 @@ DEPEND="
dev-libs/libbsd"
RDEPEND="${DEPEND}"
BDEPEND="sys-devel/pmake
+ sys-apps/lsb-release
virtual/pkgconfig"
S="${WORKDIR}"/${MYP}
PATCHES=(
- "${FILESDIR}"/${P}-gentoo.patch
- "${FILESDIR}"/${P}-fcntl.patch
+ "${FILESDIR}"/${P}-gentoo.patch
+ "${FILESDIR}"/${P}-fcntl.patch
)
DOCS=( README reference.txt )
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-servers/moonbridge/
@ 2024-11-01 17:27 Alfredo Tupone
0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2024-11-01 17:27 UTC (permalink / raw
To: gentoo-commits
commit: d84d51fae605e4e32463fb9274081b34483d41a5
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Sat Oct 26 10:56:14 2024 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Nov 1 17:23:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84d51fa
www-servers/moonbridge: bump EAPI, fix variable order
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../{moonbridge-1.1.3.ebuild => moonbridge-1.1.3-r1.ebuild} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/www-servers/moonbridge/moonbridge-1.1.3.ebuild b/www-servers/moonbridge/moonbridge-1.1.3-r1.ebuild
similarity index 99%
rename from www-servers/moonbridge/moonbridge-1.1.3.ebuild
rename to www-servers/moonbridge/moonbridge-1.1.3-r1.ebuild
index 99c141eedf3f..201a80f48490 100644
--- a/www-servers/moonbridge/moonbridge-1.1.3.ebuild
+++ b/www-servers/moonbridge/moonbridge-1.1.3-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
LUA_COMPAT=( lua5-{2,3} )
@@ -13,6 +13,7 @@ DESCRIPTION="Network Server for Lua Applications"
HOMEPAGE="https://www.public-software-group.org/moonbridge"
SRC_URI="https://www.public-software-group.org/pub/projects/${PN}/v${PV}/${MYP}.tar.gz
https://dev.gentoo.org/~tupone/distfiles/${MYP}.tar.gz"
+S="${WORKDIR}"/${MYP}
LICENSE="MIT"
SLOT="0"
@@ -27,8 +28,6 @@ BDEPEND="dev-build/pmake
sys-apps/lsb-release
virtual/pkgconfig"
-S="${WORKDIR}"/${MYP}
-
PATCHES=(
"${FILESDIR}"/${PN}-1.1.2-gentoo.patch
"${FILESDIR}"/${PN}-1.0.1-fcntl.patch
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-01 17:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-17 17:49 [gentoo-commits] repo/gentoo:master commit in: www-servers/moonbridge/ Alfredo Tupone
-- strict thread matches above, loose matches on Subject: below --
2024-11-01 17:27 Alfredo Tupone
2021-09-18 20:47 Alfredo Tupone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox