Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rtx: update to 2024.1.12, rename to mise
@ 2024-01-08 18:49 TeddyDD
  2024-01-08 18:51 ` [PR PATCH] [Updated] " TeddyDD
  2024-01-09  2:00 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 2 replies; 3+ messages in thread
From: TeddyDD @ 2024-01-08 18:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-mise
https://github.com/void-linux/void-packages/pull/48130

rtx: update to 2024.1.12, rename to mise
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

Renamed according to manual.

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/48130.patch is attached

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

From b07ce6f83a3ac124842ebd54e41900e72264e149 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Mon, 8 Jan 2024 19:48:18 +0100
Subject: [PATCH] rtx: update to 2024.1.12, rename to mise

---
 srcpkgs/mise/template | 31 +++++++++++++++++++++++++++++++
 srcpkgs/rtx           |  1 +
 srcpkgs/rtx/template  | 25 -------------------------
 3 files changed, 32 insertions(+), 25 deletions(-)
 create mode 100644 srcpkgs/mise/template
 create mode 120000 srcpkgs/rtx
 delete mode 100644 srcpkgs/rtx/template

diff --git a/srcpkgs/mise/template b/srcpkgs/mise/template
new file mode 100644
index 0000000000000..e8f0008fc76e9
--- /dev/null
+++ b/srcpkgs/mise/template
@@ -0,0 +1,31 @@
+# Template file for 'mise'
+pkgname=mise
+version=2024.1.12
+revision=1
+build_style=cargo
+# skip cli tests: fail to find executable
+make_check_args="-- --skip cli::direnv::exec::tests"
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Polyglot runtime manager (asdf rust clone)"
+maintainer="Daniel Lewan <daniel@teddydd.me>"
+license="MIT"
+homepage="https://github.com/jdx/mise"
+changelog="https://github.com/jdx/mise/releases"
+distfiles="https://github.com/jdx/mise/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
+checksum=19e0df02706b1f00118d3405e621643155dc702e84645634a87ddcb964b33a1a
+
+post_install() {
+	vlicense LICENSE
+	vman man/man1/mise.1
+	vdoc README.md
+	vcompletion completions/mise.bash bash mise
+	vcompletion completions/mise.fish fish mise
+	vcompletion completions/_mise zsh mise
+}
+
+mise_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" (transitional dummy package)"
+	build_style=meta
+}
diff --git a/srcpkgs/rtx b/srcpkgs/rtx
new file mode 120000
index 0000000000000..e3ee585a3922f
--- /dev/null
+++ b/srcpkgs/rtx
@@ -0,0 +1 @@
+./mise
\ No newline at end of file
diff --git a/srcpkgs/rtx/template b/srcpkgs/rtx/template
deleted file mode 100644
index 37bb53029430f..0000000000000
--- a/srcpkgs/rtx/template
+++ /dev/null
@@ -1,25 +0,0 @@
-# Template file for 'rtx'
-pkgname=rtx
-version=2023.10.1
-revision=1
-build_style=cargo
-# skip cli tests: fail to find executable
-make_check_args="-- --skip cli::direnv::exec::tests"
-hostmakedepends="pkg-config"
-makedepends="openssl-devel"
-short_desc="Polyglot runtime manager (asdf rust clone)"
-maintainer="Daniel Lewan <daniel@teddydd.me>"
-license="MIT"
-homepage="https://github.com/jdxcode/rtx"
-changelog="https://github.com/jdxcode/rtx/releases"
-distfiles="https://github.com/jdxcode/rtx/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=f722c106eb5b07a2f3b1b3ace9957943fccb84a1c5502240852ad3e915d55f0c
-
-post_install() {
-	vlicense LICENSE
-	vman man/man1/rtx.1
-	vdoc README.md
-	vcompletion completions/rtx.bash bash rtx
-	vcompletion completions/rtx.fish fish rtx
-	vcompletion completions/_rtx zsh rtx
-}

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

* Re: [PR PATCH] [Updated] rtx: update to 2024.1.12, rename to mise
  2024-01-08 18:49 [PR PATCH] rtx: update to 2024.1.12, rename to mise TeddyDD
@ 2024-01-08 18:51 ` TeddyDD
  2024-01-09  2:00 ` [PR PATCH] [Merged]: " sgn
  1 sibling, 0 replies; 3+ messages in thread
From: TeddyDD @ 2024-01-08 18:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-mise
https://github.com/void-linux/void-packages/pull/48130

rtx: update to 2024.1.12, rename to mise
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

Renamed according to manual.

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/48130.patch is attached

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

From f97f8a2fa1eacb5d794abf391194607c659aef65 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Mon, 8 Jan 2024 19:48:18 +0100
Subject: [PATCH] rtx: update to 2024.1.12, rename to mise

---
 srcpkgs/mise/template | 31 +++++++++++++++++++++++++++++++
 srcpkgs/rtx           |  1 +
 srcpkgs/rtx/template  | 25 -------------------------
 3 files changed, 32 insertions(+), 25 deletions(-)
 create mode 100644 srcpkgs/mise/template
 create mode 120000 srcpkgs/rtx
 delete mode 100644 srcpkgs/rtx/template

diff --git a/srcpkgs/mise/template b/srcpkgs/mise/template
new file mode 100644
index 0000000000000..78c28cab06c9b
--- /dev/null
+++ b/srcpkgs/mise/template
@@ -0,0 +1,31 @@
+# Template file for 'mise'
+pkgname=mise
+version=2024.1.12
+revision=1
+build_style=cargo
+# skip cli tests: fail to find executable
+make_check_args="-- --skip cli::direnv::exec::tests"
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Polyglot runtime manager (asdf rust clone)"
+maintainer="Daniel Lewan <daniel@teddydd.me>"
+license="MIT"
+homepage="https://github.com/jdx/mise"
+changelog="https://github.com/jdx/mise/releases"
+distfiles="https://github.com/jdx/mise/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
+checksum=19e0df02706b1f00118d3405e621643155dc702e84645634a87ddcb964b33a1a
+
+post_install() {
+	vlicense LICENSE
+	vman man/man1/mise.1
+	vdoc README.md
+	vcompletion completions/mise.bash bash mise
+	vcompletion completions/mise.fish fish mise
+	vcompletion completions/_mise zsh mise
+}
+
+rtx_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" (transitional dummy package)"
+	build_style=meta
+}
diff --git a/srcpkgs/rtx b/srcpkgs/rtx
new file mode 120000
index 0000000000000..e3ee585a3922f
--- /dev/null
+++ b/srcpkgs/rtx
@@ -0,0 +1 @@
+./mise
\ No newline at end of file
diff --git a/srcpkgs/rtx/template b/srcpkgs/rtx/template
deleted file mode 100644
index 37bb53029430f..0000000000000
--- a/srcpkgs/rtx/template
+++ /dev/null
@@ -1,25 +0,0 @@
-# Template file for 'rtx'
-pkgname=rtx
-version=2023.10.1
-revision=1
-build_style=cargo
-# skip cli tests: fail to find executable
-make_check_args="-- --skip cli::direnv::exec::tests"
-hostmakedepends="pkg-config"
-makedepends="openssl-devel"
-short_desc="Polyglot runtime manager (asdf rust clone)"
-maintainer="Daniel Lewan <daniel@teddydd.me>"
-license="MIT"
-homepage="https://github.com/jdxcode/rtx"
-changelog="https://github.com/jdxcode/rtx/releases"
-distfiles="https://github.com/jdxcode/rtx/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=f722c106eb5b07a2f3b1b3ace9957943fccb84a1c5502240852ad3e915d55f0c
-
-post_install() {
-	vlicense LICENSE
-	vman man/man1/rtx.1
-	vdoc README.md
-	vcompletion completions/rtx.bash bash rtx
-	vcompletion completions/rtx.fish fish rtx
-	vcompletion completions/_rtx zsh rtx
-}

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

* Re: [PR PATCH] [Merged]: rtx: update to 2024.1.12, rename to mise
  2024-01-08 18:49 [PR PATCH] rtx: update to 2024.1.12, rename to mise TeddyDD
  2024-01-08 18:51 ` [PR PATCH] [Updated] " TeddyDD
@ 2024-01-09  2:00 ` sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2024-01-09  2:00 UTC (permalink / raw)
  To: ml

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

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

rtx: update to 2024.1.12, rename to mise
https://github.com/void-linux/void-packages/pull/48130

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

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

Renamed according to manual.

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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] 3+ messages in thread

end of thread, other threads:[~2024-01-09  2:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-08 18:49 [PR PATCH] rtx: update to 2024.1.12, rename to mise TeddyDD
2024-01-08 18:51 ` [PR PATCH] [Updated] " TeddyDD
2024-01-09  2:00 ` [PR PATCH] [Merged]: " sgn

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