Github messages for voidlinux
 help / color / mirror / Atom feed
From: bugcrazy <bugcrazy@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] oils: renamed old names
Date: Sun, 25 Aug 2024 16:57:51 +0200	[thread overview]
Message-ID: <20240825145751.ABEBB2D423@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-51964@inbox.vuxu.org>

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

There is an updated 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: 2001 bytes --]

From ed38a9b45c943e16b58a235ab931e23be867f875 Mon Sep 17 00:00:00 2001
From: bugcrazy <marcoaureliopc@gmail.com>
Date: Sun, 25 Aug 2024 11:59:32 -0300
Subject: [PATCH] oils: renamed old names

---
 srcpkgs/oil                    |  1 +
 srcpkgs/{oil => oils}/template | 19 +++++++++++++------
 2 files changed, 14 insertions(+), 6 deletions(-)
 create mode 120000 srcpkgs/oil
 rename srcpkgs/{oil => oils}/template (71%)

diff --git a/srcpkgs/oil b/srcpkgs/oil
new file mode 120000
index 00000000000000..fd2981096626b0
--- /dev/null
+++ b/srcpkgs/oil
@@ -0,0 +1 @@
+oils
\ No newline at end of file
diff --git a/srcpkgs/oil/template b/srcpkgs/oils/template
similarity index 71%
rename from srcpkgs/oil/template
rename to srcpkgs/oils/template
index c1a9bd148a279d..cfc1bf0c1807f4 100644
--- a/srcpkgs/oil/template
+++ b/srcpkgs/oils/template
@@ -1,18 +1,19 @@
-# Template file for 'oil'
-pkgname=oil
+# Template file for 'oils'
+pkgname=oils
 version=0.22.0
 revision=1
 build_style=configure
 configure_args="--prefix=/usr"
 hostmakedepends="$(vopt_if readline readline-devel)"
 makedepends="$hostmakedepends"
-short_desc="Oil, a new unix shell"
+short_desc="Oils, a new unix shell"
 maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
 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,14 @@ 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
+}
+
+oil_package() {
+	build_style=meta
+	depends="${sourcepkg}"
+	short_desc+=" - transitional dummy package"
 }

  parent reply	other threads:[~2024-08-25 14:57 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-24  4:58 [PR PATCH] " 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 ` bugcrazy [this message]
2024-08-25 14:59 ` 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240825145751.ABEBB2D423@inbox.vuxu.org \
    --to=bugcrazy@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).