Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] oils: renamed old names
@ 2024-08-24  4:58 bugcrazy
  2024-08-24  5:17 ` [PR PATCH] [Updated] " bugcrazy
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: bugcrazy @ 2024-08-24  4:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bugcrazy/void-packages patch-21
https://github.com/void-linux/void-packages/pull/51964

oils: renamed old names
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**|**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/51964.patch is attached

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

From d4555c5dc8981ed5fb92e62c0efb88d7e04f2190 Mon Sep 17 00:00:00 2001
From: bugcrazy <marcoaureliopc@gmail.com>
Date: Fri, 23 Aug 2024 19:24:40 -0300
Subject: [PATCH] oils: renamed old names

---
 srcpkgs/{oil => oils}/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
 rename srcpkgs/{oil => oils}/template (83%)

diff --git a/srcpkgs/oil/template b/srcpkgs/oils/template
similarity index 83%
rename from srcpkgs/oil/template
rename to srcpkgs/oils/template
index c1a9bd148a279d..252b161fa7fadc 100644
--- a/srcpkgs/oil/template
+++ b/srcpkgs/oils/template
@@ -1,5 +1,5 @@
-# Template file for 'oil'
-pkgname=oil
+# Template file for 'oils'
+pkgname=oils
 version=0.22.0
 revision=1
 build_style=configure
@@ -12,7 +12,8 @@ license="Apache-2.0"
 homepage="https://www.oilshell.org"
 distfiles="https://www.oilshell.org/download/oil-${version}.tar.xz"
 checksum=452e7fd428b686aa752cfeb9be2b94f9fcf7ba9ab22e0ae570a87cdcf782242e
-register_shell="/usr/bin/osh /usr/bin/oil"
+replaces="oil<=0.23.0"
+register_shell="/usr/bin/osh /usr/bin/ysh"
 nocross="Build systems gets confused with host and cross toolchains/headers"
 nostrip=yes
 
@@ -28,8 +29,8 @@ do_install() {
 	# Install binaries
 	vbin _bin/oil.ovm
 	vman doc/osh.1
-	# Symlink osh, oil to oil.ovm.
+	# Symlink osh, ysh to oil.ovm.
 	cd "${DESTDIR}"/usr/bin
 	ln -s oil.ovm osh
-	ln -s oil.ovm oil
+	ln -s oil.ovm ysh
 }

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

end of thread, other threads:[~2024-10-01 17:44 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-24  4:58 [PR PATCH] oils: renamed old names bugcrazy
2024-08-24  5:17 ` [PR PATCH] [Updated] " bugcrazy
2024-08-24  5:48 ` [PR REVIEW] " classabbyamp
2024-08-24 14:35 ` ahesford
2024-08-24 17:32 ` bugcrazy
2024-08-24 17:41 ` classabbyamp
2024-08-25 14:57 ` [PR PATCH] [Updated] " bugcrazy
2024-08-25 14:59 ` [PR REVIEW] " bugcrazy
2024-08-26  9:48 ` [PR PATCH] [Updated] " bugcrazy
2024-09-11 12:51 ` oils: renamed old names and update leahneukirchen
2024-09-11 19:31 ` bugcrazy
2024-09-11 19:44 ` leahneukirchen
2024-09-11 19:44 ` leahneukirchen
2024-09-12 12:43 ` bugcrazy
2024-09-12 14:36 ` ahesford
2024-09-12 15:05 ` leahneukirchen
2024-09-14 17:19 ` meator
2024-09-14 19:01 ` meator
2024-09-30 15:50 ` bugcrazy
2024-09-30 18:32 ` leahneukirchen
2024-09-30 22:49 ` [PR PATCH] [Updated] " bugcrazy
2024-09-30 22:52 ` oil: update to 0.23.0 bugcrazy
2024-10-01  1:33 ` classabbyamp
2024-10-01 16:02 ` [PR PATCH] [Merged]: " leahneukirchen
2024-10-01 17:44 ` bugcrazy

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