Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [RFC] base-minimal: rename to base-container
@ 2023-08-12 17:24 classabbyamp
  2023-08-12 17:33 ` [PR PATCH] [Updated] " classabbyamp
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: classabbyamp @ 2023-08-12 17:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages base-container
https://github.com/void-linux/void-packages/pull/45565

[RFC] base-minimal: rename to base-container
If we don't want to do this, I'd be fine with just changing the description.

This makes it more clear that it's not meant for normal usage. Provide a transitional package because this could ruin someone's day.

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

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



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

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

From b4512e5e33ac09cd2749c39ee79d192559faa81a Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sat, 12 Aug 2023 13:22:02 -0400
Subject: [PATCH] base-minimal: rename to base-container

This makes it more clear that it's not meant for normal usage.
provide a transitional package because this could ruin someone's day
---
 srcpkgs/{base-minimal => base-container}/template | 14 ++++++++++----
 srcpkgs/base-minimal                              |  1 +
 2 files changed, 11 insertions(+), 4 deletions(-)
 rename srcpkgs/{base-minimal => base-container}/template (59%)
 create mode 120000 srcpkgs/base-minimal

diff --git a/srcpkgs/base-minimal/template b/srcpkgs/base-container/template
similarity index 59%
rename from srcpkgs/base-minimal/template
rename to srcpkgs/base-container/template
index f43f0c3ccc356..bdeeb823d15d5 100644
--- a/srcpkgs/base-minimal/template
+++ b/srcpkgs/base-container/template
@@ -1,9 +1,9 @@
-# Template file for 'base-minimal'
-pkgname=base-minimal
+# Template file for 'base-container'
+pkgname=base-container
 version=0.3
-revision=1
+revision=2
 build_style=meta
-short_desc="Void Linux base system meta with minimal tools"
+short_desc="Void Linux base system meta for containers and chroots"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="Public Domain"
 homepage="https://www.voidlinux.org/"
@@ -17,3 +17,9 @@ case "$XBPS_TARGET_MACHINE" in
 	*-musl) depends+=" musl";;
 	*) depends+=" glibc-locales";;
 esac
+
+base-minimal_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" (transitional dummy package)"
+	build_style=meta
+}
diff --git a/srcpkgs/base-minimal b/srcpkgs/base-minimal
new file mode 120000
index 0000000000000..4b836ce798602
--- /dev/null
+++ b/srcpkgs/base-minimal
@@ -0,0 +1 @@
+base-container
\ No newline at end of file

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

end of thread, other threads:[~2023-12-01 23:15 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-12 17:24 [PR PATCH] [RFC] base-minimal: rename to base-container classabbyamp
2023-08-12 17:33 ` [PR PATCH] [Updated] " classabbyamp
2023-08-12 17:37 ` ahesford
2023-08-12 17:42 ` [PR PATCH] [Updated] " classabbyamp
2023-08-12 17:43 ` [PR PATCH] [Updated] [RFC] base-{minimal,voidstrap}: rename to base-container{,-full} classabbyamp
2023-08-12 17:46 ` classabbyamp
2023-08-12 17:48 ` classabbyamp
2023-08-14 11:56 ` Zapeth
2023-08-14 12:03 ` Zapeth
2023-08-14 12:03 ` Zapeth
2023-08-14 13:42 ` ahesford
2023-08-14 14:07 ` Zapeth
2023-11-13  1:46 ` github-actions
2023-11-30 15:13 ` [PR PATCH] [Updated] " classabbyamp
2023-12-01 23:15 ` [PR PATCH] [Merged]: " classabbyamp

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