gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r8856: added util-linux


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8856: added util-linux
Date: Sun, 11 Dec 2022 12:55:52 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8856
revision-id: carlhansen1234@gmail.com-20221211175535-riy2hrjzfzkzu5zz
parent: carlhansen1234@gmail.com-20221211022733-ahs48nt2irf06w8l
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sun 2022-12-11 09:55:35 -0800
message:
  added util-linux
removed:
  pkg/external/util-linux/       utillinux-20160617013639-z5fu1hm2di316w5v-57
  pkg/external/util-linux/Makefile makefile-20160617013639-z5fu1hm2di316w5v-122
  pkg/external/util-linux/gpg-keyring 
gpgkeyring-20160617013639-z5fu1hm2di316w5v-123
added:
  pkg/other/util-linux/          utillinux-20221211175422-t2tw870x3c3czupx-1
  pkg/other/util-linux/Makefile  makefile-20221211175422-t2tw870x3c3czupx-3
  pkg/other/util-linux/config.mk config.mk-20221211175422-t2tw870x3c3czupx-2
  pkg/other/util-linux/sha256sums sha256sums-20221211175422-t2tw870x3c3czupx-4
=== removed directory 'pkg/external/util-linux'
=== removed file 'pkg/external/util-linux/Makefile'
--- a/pkg/external/util-linux/Makefile  2016-06-17 19:08:15 +0000
+++ b/pkg/external/util-linux/Makefile  1970-01-01 00:00:00 +0000
@@ -1,6 +0,0 @@
-GARNAME = util-linux
-GARVERSION = 2.22.2
-HOME_URL = http://userweb.kernel.org/~kzak/util-linux-ng/
-DESCRIPTION = The util-linux package contains a large variety of low-level 
system utilities.
-BINFILES = uuidgen
-include ../../gar.lib/external.mk

=== removed file 'pkg/external/util-linux/gpg-keyring'
Binary files a/pkg/external/util-linux/gpg-keyring      2016-06-17 19:08:15 
+0000 and b/pkg/external/util-linux/gpg-keyring     1970-01-01 00:00:00 +0000 
differ
=== added directory 'pkg/other/util-linux'
=== added file 'pkg/other/util-linux/Makefile'
--- a/pkg/other/util-linux/Makefile     1970-01-01 00:00:00 +0000
+++ b/pkg/other/util-linux/Makefile     2022-12-11 17:55:35 +0000
@@ -0,0 +1,64 @@
+# Copyright © 2022 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
+
+NAME = util-linux
+GARNAME = util-linux
+GARVERSION = 2.38.1
+HOME_URL =  https://mirrors.edge.kernel.org/pub/linux/utils/util-linux
+DESCRIPTION = low level utilities for working with GNUlinux systems
+define BLURB
+low level utilities for working with GNUlinux, including:
+cal    colcrt     findmnt   ipcmk    lastb    lscpu     lsns        nsenter    
 scriptreplay  ul         wall
+chfn   colrm      flock     ipcrm    linux32  lsfd      mcookie     prlimit    
 setarch       umount     wdctl
+chmem  column     getopt    ipcs     linux64  lsipc     mesg        rename     
 setsid        uname26    whereis
+choom  dmesg      hardlink  irqtop   logger   lsirq     more        renice     
 setterm       unshare    x86_64
+chrt   eject      hexdump   isosize  login    lslocks   mount       rev        
 su            utmpdump
+chsh   fallocate  i386      kill     look     lslogins  mountpoint  script     
 taskset       uuidgen
+col    fincore    ionice    last     lsblk    lsmem     namei       scriptlive 
 uclampset     uuidparse
+addpart     blkzone   ctrlaltdel  fsck         fstrim    mkfs         mkswap   
   readprofile  runuser    swapoff      wipefs
+agetty      blockdev  delpart     fsck.cramfs  hwclock   mkfs.bfs     nologin  
   resizepart   sfdisk     swapon       zramctl
+blkdiscard  cfdisk    fdisk       fsck.minix   ldattach  mkfs.cramfs  partx    
   rfkill       sulogin    switch_root
+blkid       chcpu     findfs      fsfreeze     losetup   mkfs.minix   
pivot_root  rtcwake      swaplabel  uuidd
+endef
+######################################################################
+# 
https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.38/util-linux-2.38.1.tar.xz
+MASTER_SITES =  https://mirrors.edge.kernel.org/
+MASTER_SUBDIR = pub/linux/utils/$(GARNAME)/v2.38/
+DISTFILES = $(DISTNAME).tar.xz
+SIGFILES  =
+#$(DISTNAME).tar.sign
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/autotools.mk
+include config.mk
+
+# HINT:  
+# make -k install; make -k install
+# to work around pseudo=error messages in the included makefile
+#  seems to then work
+#
+# There is also some tests, but docs say don't do on production system:
+# cd  ...-build && make ckeck
+#

=== added file 'pkg/other/util-linux/config.mk'
--- a/pkg/other/util-linux/config.mk    1970-01-01 00:00:00 +0000
+++ b/pkg/other/util-linux/config.mk    2022-12-11 17:55:35 +0000
@@ -0,0 +1,4 @@
+## Configuration options ##
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=

=== added file 'pkg/other/util-linux/sha256sums'
--- a/pkg/other/util-linux/sha256sums   1970-01-01 00:00:00 +0000
+++ b/pkg/other/util-linux/sha256sums   2022-12-11 17:55:35 +0000
@@ -0,0 +1,1 @@
+60492a19b44e6cf9a3ddff68325b333b8b52b6c59ce3ebd6a0ecaa4c5117e84f  
download/util-linux-2.38.1.tar.xz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]