Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: elan-3.1.0
@ 2024-02-21 13:12 Eloitor
  2024-02-21 13:17 ` Eloitor
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Eloitor @ 2024-02-21 13:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages elan
https://github.com/void-linux/void-packages/pull/48865

New package: elan-3.1.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 2597ce8387acc337943fff0ae210114d8b09c50a Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Wed, 21 Feb 2024 15:00:21 +0100
Subject: [PATCH] New package: elan-3.1.0

---
 srcpkgs/elan/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/elan/template

diff --git a/srcpkgs/elan/template b/srcpkgs/elan/template
new file mode 100644
index 0000000000000..c684e0d513dc8
--- /dev/null
+++ b/srcpkgs/elan/template
@@ -0,0 +1,19 @@
+# Template file for 'elan'
+pkgname=elan
+version=3.1.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Lean version manager"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="MIT,Apache-2.0"
+homepage="https://github.com/leanprover/elan"
+changelog="https://github.com/leanprover/elan/blob/master/CHANGELOG.md"
+distfiles="https://github.com/leanprover/elan/archive/refs/tags/v${version}.tar.gz"
+checksum=634366078812599bef485eec3af25bc3fa88da6dbe39414128b9c9e14a681a0a
+
+post_install() {
+	vlicense LICENSE-MIT
+	vlicense LICENSE-APACHE
+}

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

* Re: New package: elan-3.1.0
  2024-02-21 13:12 [PR PATCH] New package: elan-3.1.0 Eloitor
@ 2024-02-21 13:17 ` Eloitor
  2024-02-23  8:23 ` meator
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Eloitor @ 2024-02-21 13:17 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/48865#issuecomment-1956632628

Comment:
It would be nice to  check if the installed lean works in every architecture, and if not remove them.
I'll try it on x86_64-musl soon.

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

* Re: New package: elan-3.1.0
  2024-02-21 13:12 [PR PATCH] New package: elan-3.1.0 Eloitor
  2024-02-21 13:17 ` Eloitor
@ 2024-02-23  8:23 ` meator
  2024-02-23  9:48 ` [PR PATCH] [Updated] " Eloitor
  2024-02-24  7:43 ` Eloitor
  3 siblings, 0 replies; 5+ messages in thread
From: meator @ 2024-02-23  8:23 UTC (permalink / raw)
  To: ml

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

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/48865#issuecomment-1960905489

Comment:
Your commit [isn't connected to your GitHub account](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address?platform=linux). I believe it isn't a requirement to have that, but it's useful nontheless.

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

* Re: [PR PATCH] [Updated] New package: elan-3.1.0
  2024-02-21 13:12 [PR PATCH] New package: elan-3.1.0 Eloitor
  2024-02-21 13:17 ` Eloitor
  2024-02-23  8:23 ` meator
@ 2024-02-23  9:48 ` Eloitor
  2024-02-24  7:43 ` Eloitor
  3 siblings, 0 replies; 5+ messages in thread
From: Eloitor @ 2024-02-23  9:48 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages elan
https://github.com/void-linux/void-packages/pull/48865

New package: elan-3.1.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From c4203eeb35334b9238aa0811fe10f09dae704d4d Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Wed, 21 Feb 2024 15:00:21 +0100
Subject: [PATCH] New package: elan-3.1.0

---
 srcpkgs/elan/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/elan/template

diff --git a/srcpkgs/elan/template b/srcpkgs/elan/template
new file mode 100644
index 0000000000000..c684e0d513dc8
--- /dev/null
+++ b/srcpkgs/elan/template
@@ -0,0 +1,19 @@
+# Template file for 'elan'
+pkgname=elan
+version=3.1.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Lean version manager"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="MIT,Apache-2.0"
+homepage="https://github.com/leanprover/elan"
+changelog="https://github.com/leanprover/elan/blob/master/CHANGELOG.md"
+distfiles="https://github.com/leanprover/elan/archive/refs/tags/v${version}.tar.gz"
+checksum=634366078812599bef485eec3af25bc3fa88da6dbe39414128b9c9e14a681a0a
+
+post_install() {
+	vlicense LICENSE-MIT
+	vlicense LICENSE-APACHE
+}

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

* Re: New package: elan-3.1.0
  2024-02-21 13:12 [PR PATCH] New package: elan-3.1.0 Eloitor
                   ` (2 preceding siblings ...)
  2024-02-23  9:48 ` [PR PATCH] [Updated] " Eloitor
@ 2024-02-24  7:43 ` Eloitor
  3 siblings, 0 replies; 5+ messages in thread
From: Eloitor @ 2024-02-24  7:43 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/48865#issuecomment-1962288630

Comment:
Is it ok now? Does the commit email matter?

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

end of thread, other threads:[~2024-02-24  7:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-21 13:12 [PR PATCH] New package: elan-3.1.0 Eloitor
2024-02-21 13:17 ` Eloitor
2024-02-23  8:23 ` meator
2024-02-23  9:48 ` [PR PATCH] [Updated] " Eloitor
2024-02-24  7:43 ` Eloitor

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).