Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lfe: update to 2.0.1.
@ 2022-04-05  9:47 ypsvlq
  2022-06-29 20:54 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 1 reply; 2+ messages in thread
From: ypsvlq @ 2022-04-05  9:47 UTC (permalink / raw)
  To: ml

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

There is a new pull request by ypsvlq against master on the void-packages repository

https://github.com/ypsvlq/void-packages lfe
https://github.com/void-linux/void-packages/pull/36531

lfe: update to 2.0.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36531.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lfe-36531.patch --]
[-- Type: text/x-diff, Size: 1831 bytes --]

From cb27860f19c207a0771bc4d6dacb3293bcc02a84 Mon Sep 17 00:00:00 2001
From: Elaine Gibson <ypsvlq@gmail.com>
Date: Tue, 5 Apr 2022 10:45:59 +0100
Subject: [PATCH] lfe: update to 2.0.1.

---
 srcpkgs/lfe/patches/no-install-on-build.patch | 11 -----------
 srcpkgs/lfe/template                          | 13 +++++--------
 2 files changed, 5 insertions(+), 19 deletions(-)
 delete mode 100644 srcpkgs/lfe/patches/no-install-on-build.patch

diff --git a/srcpkgs/lfe/patches/no-install-on-build.patch b/srcpkgs/lfe/patches/no-install-on-build.patch
deleted file mode 100644
index 863aa45ba113..000000000000
--- a/srcpkgs/lfe/patches/no-install-on-build.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile	2018-01-15 14:49:00.426539554 +0100
-+++ b/Makefile	2018-01-15 14:49:04.968584026 +0100
-@@ -118,7 +118,7 @@ comp_opts.mk:
- -include comp_opts.mk
- 
- $(BINDIR)/lfe%:
--	$(INSTALL_BIN) $@ $(DESTBINDIR)
-+	: $(INSTALL_BIN) $@ $(DESTBINDIR)
- 
- install: compile install-man
- 	rm -Rf $(DESTEBINDIR)
diff --git a/srcpkgs/lfe/template b/srcpkgs/lfe/template
index 31f33e64eeaf..528ef58467da 100644
--- a/srcpkgs/lfe/template
+++ b/srcpkgs/lfe/template
@@ -1,19 +1,16 @@
 # Template file for 'lfe'
 pkgname=lfe
-version=1.3
-revision=3
+version=2.0.1
+revision=1
+build_style=gnu-makefile
 hostmakedepends="erlang"
 depends="erlang"
 short_desc="Lisp flavoured erlang"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="http://lfe.io/"
-distfiles="https://github.com/rvirding/lfe/archive/v${version}.tar.gz"
-checksum=04634f2c700ecedb55f4369962837792669e6be809dba90d81974198fc2b7b72
-
-do_build() {
-	make
-}
+distfiles="https://github.com/lfe/lfe/archive/v${version}.tar.gz"
+checksum=d64a5c0b626411afe67f146b56094337801c596d9b0cdfeabaf61223c479985f
 
 do_install() {
 	for b in lfe lfec lfescript; do

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

* Re: [PR PATCH] [Merged]: lfe: update to 2.0.1.
  2022-04-05  9:47 [PR PATCH] lfe: update to 2.0.1 ypsvlq
@ 2022-06-29 20:54 ` Duncaen
  0 siblings, 0 replies; 2+ messages in thread
From: Duncaen @ 2022-06-29 20:54 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

lfe: update to 2.0.1.
https://github.com/void-linux/void-packages/pull/36531

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-06-29 20:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-05  9:47 [PR PATCH] lfe: update to 2.0.1 ypsvlq
2022-06-29 20:54 ` [PR PATCH] [Merged]: " Duncaen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).