Github messages for voidlinux
 help / color / mirror / Atom feed
From: wibed <wibed@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] libcgroup: update to 2.0
Date: Sun, 22 Aug 2021 11:09:36 +0200	[thread overview]
Message-ID: <20210822090936.mi0RECzjf2ingWioRHmN9Ln0z7RMQmenc20K3xULs4o@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-32623@inbox.vuxu.org>

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

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

https://github.com/wibed/void-packages libcgroupUpgrade
https://github.com/void-linux/void-packages/pull/32623

libcgroup: update to 2.0
<!-- Mark items with [x] where applicable -->

#### General
- [ x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ x] I built this PR locally for my native architecture, (ARCH-MUSL)
- [ ] 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/32623.patch is attached

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

From b428a366d9be122b290e374649eb3916bf9eecca Mon Sep 17 00:00:00 2001
From: wibed <wibe@tutanota.com>
Date: Sun, 22 Aug 2021 06:25:48 +0200
Subject: [PATCH 1/2] upgrade to 2.0

---
 srcpkgs/libcgroup/template | 18 +++++++-----------
 srcpkgs/libcgroup/update   |  1 -
 2 files changed, 7 insertions(+), 12 deletions(-)
 delete mode 100644 srcpkgs/libcgroup/update

diff --git a/srcpkgs/libcgroup/template b/srcpkgs/libcgroup/template
index c9c19120e597..8fcf111224af 100644
--- a/srcpkgs/libcgroup/template
+++ b/srcpkgs/libcgroup/template
@@ -1,17 +1,16 @@
 # Template file for 'libcgroup'
 pkgname=libcgroup
-version=0.41
-revision=8
+version=2
+revision=1
 build_style=gnu-configure
-configure_args="--sbindir=/usr/bin --enable-pam-module-dir=/usr/lib/security"
-hostmakedepends="flex automake libtool"
+hostmakedepends="flex"
 makedepends="pam-devel"
 short_desc="Library that abstracts the control group file system in Linux"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="LGPL-2.1"
-homepage="http://libcg.sourceforge.net"
-distfiles="${SOURCEFORGE_SITE}/libcg/${pkgname}-${version}.tar.bz2"
-checksum=e4e38bdc7ef70645ce33740ddcca051248d56b53283c0dc6d404e17706f6fb51
+license="LGPL-2.1-only"
+homepage="https://github.com/libcgroup/libcgroup"
+distfiles="https://github.com/libcgroup/libcgroup/releases/download/v${version}/libcgroup-${version}.tar.gz"
+checksum=aecc501a9ea6a97da0673585db5081df912ae607dec36d5f6f7ab14f69d48ab8
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl)	# Add musl-fts implementation
@@ -20,9 +19,6 @@ case "$XBPS_TARGET_MACHINE" in
 		;;
 esac
 
-pre_configure() {
-	autoreconf -if
-}
 post_configure() {
 	# Disable tests
 	sed -i Makefile -e "/SUBDIRS =/ s; tests;;"
diff --git a/srcpkgs/libcgroup/update b/srcpkgs/libcgroup/update
deleted file mode 100644
index d395a5b230c3..000000000000
--- a/srcpkgs/libcgroup/update
+++ /dev/null
@@ -1 +0,0 @@
-pattern="${pkgname}-v?\K[\d.]+(?=\.tar)"

From e6f280625d2ff34d3064e530a924b1dbbbd2eb51 Mon Sep 17 00:00:00 2001
From: wibed <wibe@tutanota.com>
Date: Sun, 22 Aug 2021 06:25:48 +0200
Subject: [PATCH 2/2] upgrade to 2.0

---
 srcpkgs/libcgroup/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libcgroup/template b/srcpkgs/libcgroup/template
index 8fcf111224af..70dccea0068f 100644
--- a/srcpkgs/libcgroup/template
+++ b/srcpkgs/libcgroup/template
@@ -1,6 +1,6 @@
 # Template file for 'libcgroup'
 pkgname=libcgroup
-version=2
+version=2.0
 revision=1
 build_style=gnu-configure
 hostmakedepends="flex"

  parent reply	other threads:[~2021-08-22  9:09 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-22  4:29 [PR PATCH] libcgroup upgrade " wibed
2021-08-22  7:38 ` paper42
2021-08-22  9:09 ` wibed [this message]
2021-08-22  9:11 ` [PR PATCH] [Updated] libcgroup: update " wibed
2021-08-22  9:20 ` paper42
2021-08-22  9:23 ` [PR PATCH] [Updated] " wibed
2021-08-22  9:26 ` wibed
2021-08-22 18:17 ` paper42
2021-08-23  9:01 ` [PR PATCH] [Updated] " wibed
2021-08-23 16:20 ` paper42
2021-08-23 18:26 ` [PR PATCH] [Updated] " wibed
2021-08-24  7:02 ` wibed
2021-08-24 19:25 ` paper42
2021-08-24 19:38 ` paper42
2021-08-28 10:59 ` wibed
2022-06-02  2:15 ` github-actions
2022-06-17  2:13 ` [PR PATCH] [Closed]: " github-actions
  -- strict thread matches above, loose matches on Subject: below --
2021-07-28 15:54 [PR PATCH] " wibed
2021-07-28 16:15 ` [PR PATCH] [Updated] " wibed
2021-07-28 16:44 ` wibed
2021-07-28 16:46 ` wibed
2021-07-28 16:47 ` wibed
2021-07-28 17:14 ` wibed
2021-08-18  3:22 ` wibed
2021-08-18  3:31 ` wibed
2021-08-19 12:56 ` wibed
2021-08-20  0:13 ` wibed
2021-08-20  0:56 ` wibed
2021-08-20  1:05 ` wibed
2021-08-20  1:46 ` wibed
2021-08-21  0:50 ` wibed
2021-08-21  1:11 ` wibed
2021-08-21  1:17 ` wibed
2021-08-21  1:18 ` wibed
2021-08-21  1:21 ` wibed
2021-08-21  2:55 ` wibed
2021-08-21  2:57 ` wibed
2021-08-22  4:03 ` wibed

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=20210822090936.mi0RECzjf2ingWioRHmN9Ln0z7RMQmenc20K3xULs4o@z \
    --to=wibed@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).