Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] atop: remove obsolete vseds.
@ 2023-03-23 19:15 mhmdanas
  2023-03-25 11:50 ` [PR PATCH] [Updated] " mhmdanas
  2023-03-26 13:59 ` [PR PATCH] [Merged]: atop: update to 2.8.1 leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: mhmdanas @ 2023-03-23 19:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages atop-remove-obsolete-vseds
https://github.com/void-linux/void-packages/pull/42949

atop: remove obsolete vseds.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO** (I just built the thing)

<!--
#### 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/42949.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-atop-remove-obsolete-vseds-42949.patch --]
[-- Type: text/x-diff, Size: 766 bytes --]

From 71e989b08c74c47ef2e2f1af097fc503f470f0bc Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 23 Mar 2023 19:14:30 +0000
Subject: [PATCH] atop: remove obsolete vseds.

---
 srcpkgs/atop/template | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/srcpkgs/atop/template b/srcpkgs/atop/template
index 376f8369d511..55a37a2bb40e 100644
--- a/srcpkgs/atop/template
+++ b/srcpkgs/atop/template
@@ -15,9 +15,7 @@ checksum=ca48d2f17e071deead5e6e9cc9e388bf6a3270d695e61976b3794d4d927b5c4e
 make_dirs="/var/log/atop 755 root root"
 
 pre_install() {
-	vsed -e '/chown/d' \
-		-e 's/04711/0755/' \
-		-e 's,sbin,bin,g' \
+	vsed -e 's,sbin,bin,g' \
 		-e '/$(DEFPATH)/d' -i Makefile
 	vsed -e 's,bin/sh,bin/bash,' -i atop.daily
 }

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

* Re: [PR PATCH] [Updated] atop: remove obsolete vseds.
  2023-03-23 19:15 [PR PATCH] atop: remove obsolete vseds mhmdanas
@ 2023-03-25 11:50 ` mhmdanas
  2023-03-26 13:59 ` [PR PATCH] [Merged]: atop: update to 2.8.1 leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: mhmdanas @ 2023-03-25 11:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages atop-remove-obsolete-vseds
https://github.com/void-linux/void-packages/pull/42949

atop: remove obsolete vseds.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/42949.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-atop-remove-obsolete-vseds-42949.patch --]
[-- Type: text/x-diff, Size: 1185 bytes --]

From fc06f41b94c5073bd720b2cc7288a973921a8a53 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 23 Mar 2023 19:14:30 +0000
Subject: [PATCH] atop: update to 2.8.1.

---
 srcpkgs/atop/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/atop/template b/srcpkgs/atop/template
index 376f8369d511..cfc8d8570f40 100644
--- a/srcpkgs/atop/template
+++ b/srcpkgs/atop/template
@@ -1,6 +1,6 @@
 # Template file for 'atop'
 pkgname=atop
-version=2.7.1
+version=2.8.1
 revision=1
 build_style=gnu-makefile
 make_install_target="sysvinstall"
@@ -10,14 +10,12 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.atoptool.nl/"
 distfiles="https://www.atoptool.nl/download/atop-${version}.tar.gz"
-checksum=ca48d2f17e071deead5e6e9cc9e388bf6a3270d695e61976b3794d4d927b5c4e
+checksum=970058a19b79c3444f971f854572a0e63891dc2d5f7037ff837570854ce0da1e
 
 make_dirs="/var/log/atop 755 root root"
 
 pre_install() {
-	vsed -e '/chown/d' \
-		-e 's/04711/0755/' \
-		-e 's,sbin,bin,g' \
+	vsed -e 's,sbin,bin,g' \
 		-e '/$(DEFPATH)/d' -i Makefile
 	vsed -e 's,bin/sh,bin/bash,' -i atop.daily
 }

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

* Re: [PR PATCH] [Merged]: atop: update to 2.8.1.
  2023-03-23 19:15 [PR PATCH] atop: remove obsolete vseds mhmdanas
  2023-03-25 11:50 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-03-26 13:59 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2023-03-26 13:59 UTC (permalink / raw)
  To: ml

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

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

atop: update to 2.8.1.
https://github.com/void-linux/void-packages/pull/42949

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

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

<!--
#### 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:[~2023-03-26 13:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-23 19:15 [PR PATCH] atop: remove obsolete vseds mhmdanas
2023-03-25 11:50 ` [PR PATCH] [Updated] " mhmdanas
2023-03-26 13:59 ` [PR PATCH] [Merged]: atop: update to 2.8.1 leahneukirchen

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