public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 0/1] dev-lang/luajit: indentation fixes
@ 2022-11-03  9:05 Petr Vaněk
  2022-11-03  9:05 ` [gentoo-dev] [PATCH 1/1] dev-lang/luajit: fix indentation in install phase Petr Vaněk
  2022-11-10  7:50 ` [gentoo-dev] Re: [PATCH 0/1] dev-lang/luajit: indentation fixes Petr Vaněk
  0 siblings, 2 replies; 5+ messages in thread
From: Petr Vaněk @ 2022-11-03  9:05 UTC (permalink / raw
  To: William Hubbs; +Cc: gentoo-dev, Petr Vaněk

Hi,

I have found improperly indented dosym call in src_install phase in
luajit ebuilds. Following patch fixes it.

Petr

Petr Vaněk (1):
  dev-lang/luajit: fix indentation in install phase

 dev-lang/luajit/luajit-2.1.0_beta3_p20220127-r2.ebuild | 2 +-
 dev-lang/luajit/luajit-2.1.0_beta3_p20220613.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.37.4



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-dev] [PATCH 1/1] dev-lang/luajit: fix indentation in install phase
  2022-11-03  9:05 [gentoo-dev] [PATCH 0/1] dev-lang/luajit: indentation fixes Petr Vaněk
@ 2022-11-03  9:05 ` Petr Vaněk
  2022-11-10  7:50 ` [gentoo-dev] Re: [PATCH 0/1] dev-lang/luajit: indentation fixes Petr Vaněk
  1 sibling, 0 replies; 5+ messages in thread
From: Petr Vaněk @ 2022-11-03  9:05 UTC (permalink / raw
  To: William Hubbs; +Cc: gentoo-dev, Petr Vaněk

Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
---
 dev-lang/luajit/luajit-2.1.0_beta3_p20220127-r2.ebuild | 2 +-
 dev-lang/luajit/luajit-2.1.0_beta3_p20220613.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/luajit/luajit-2.1.0_beta3_p20220127-r2.ebuild b/dev-lang/luajit/luajit-2.1.0_beta3_p20220127-r2.ebuild
index 6735d5ae4d0..eb39eee7fe3 100644
--- a/dev-lang/luajit/luajit-2.1.0_beta3_p20220127-r2.ebuild
+++ b/dev-lang/luajit/luajit-2.1.0_beta3_p20220127-r2.ebuild
@@ -53,7 +53,7 @@ src_compile() {
 
 src_install() {
 	_emake install
-dosym luajit-2.1.0-beta3 /usr/bin/luajit
+	dosym luajit-2.1.0-beta3 /usr/bin/luajit
 	pax-mark m "${ED}/usr/bin/luajit-${MY_PV}"
 
 	HTML_DOCS="doc/." einstalldocs
diff --git a/dev-lang/luajit/luajit-2.1.0_beta3_p20220613.ebuild b/dev-lang/luajit/luajit-2.1.0_beta3_p20220613.ebuild
index e5985feb3a9..b3acc0d0871 100644
--- a/dev-lang/luajit/luajit-2.1.0_beta3_p20220613.ebuild
+++ b/dev-lang/luajit/luajit-2.1.0_beta3_p20220613.ebuild
@@ -53,7 +53,7 @@ src_compile() {
 
 src_install() {
 	_emake install
-dosym luajit-2.1.0-beta3 /usr/bin/luajit
+	dosym luajit-2.1.0-beta3 /usr/bin/luajit
 	pax-mark m "${ED}/usr/bin/luajit-${MY_PV}"
 
 	HTML_DOCS="doc/." einstalldocs
-- 
2.37.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-dev] Re: [PATCH 0/1] dev-lang/luajit: indentation fixes
  2022-11-03  9:05 [gentoo-dev] [PATCH 0/1] dev-lang/luajit: indentation fixes Petr Vaněk
  2022-11-03  9:05 ` [gentoo-dev] [PATCH 1/1] dev-lang/luajit: fix indentation in install phase Petr Vaněk
@ 2022-11-10  7:50 ` Petr Vaněk
  2022-11-12 20:25   ` William Hubbs
  1 sibling, 1 reply; 5+ messages in thread
From: Petr Vaněk @ 2022-11-10  7:50 UTC (permalink / raw
  To: William Hubbs; +Cc: gentoo-dev

On Thu, Nov 03, 2022 at 10:05:57AM +0100, Petr Vaněk wrote:
> Hi,
> 
> I have found improperly indented dosym call in src_install phase in
> luajit ebuilds. Following patch fixes it.

Ping



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] Re: [PATCH 0/1] dev-lang/luajit: indentation fixes
  2022-11-10  7:50 ` [gentoo-dev] Re: [PATCH 0/1] dev-lang/luajit: indentation fixes Petr Vaněk
@ 2022-11-12 20:25   ` William Hubbs
  2022-11-19 12:30     ` Petr Vaněk
  0 siblings, 1 reply; 5+ messages in thread
From: William Hubbs @ 2022-11-12 20:25 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 333 bytes --]

On Thu, Nov 10, 2022 at 08:50:53AM +0100, Petr Vaněk wrote:
> On Thu, Nov 03, 2022 at 10:05:57AM +0100, Petr Vaněk wrote:
> > Hi,
> > 
> > I have found improperly indented dosym call in src_install phase in
> > luajit ebuilds. Following patch fixes it.
> 
> Ping

I'll look at this today.

Thanks,

William

> 
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-dev] Re: [PATCH 0/1] dev-lang/luajit: indentation fixes
  2022-11-12 20:25   ` William Hubbs
@ 2022-11-19 12:30     ` Petr Vaněk
  0 siblings, 0 replies; 5+ messages in thread
From: Petr Vaněk @ 2022-11-19 12:30 UTC (permalink / raw
  To: gentoo-dev

On Sat, Nov 12, 2022 at 02:25:44PM -0600, William Hubbs wrote:
> On Thu, Nov 10, 2022 at 08:50:53AM +0100, Petr Vaněk wrote:
> > On Thu, Nov 03, 2022 at 10:05:57AM +0100, Petr Vaněk wrote:
> > > Hi,
> > > 
> > > I have found improperly indented dosym call in src_install phase in
> > > luajit ebuilds. Following patch fixes it.
> > 
> > Ping
> 
> I'll look at this today.

Polite ping.

Petr


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-11-19 12:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-03  9:05 [gentoo-dev] [PATCH 0/1] dev-lang/luajit: indentation fixes Petr Vaněk
2022-11-03  9:05 ` [gentoo-dev] [PATCH 1/1] dev-lang/luajit: fix indentation in install phase Petr Vaněk
2022-11-10  7:50 ` [gentoo-dev] Re: [PATCH 0/1] dev-lang/luajit: indentation fixes Petr Vaněk
2022-11-12 20:25   ` William Hubbs
2022-11-19 12:30     ` Petr Vaněk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox