This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "theslinux-buildsystem".

The branch, util-linux has been updated
       via  c9acbc65746d595b7f14faecd95a14332b8dced5 (commit)
       via  5a387d437e95f578f1a5abed9ca3865340b509e3 (commit)
      from  2fdbd04932aa20d70284f9ddec2eb138f5b21541 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c9acbc65746d595b7f14faecd95a14332b8dced5
Author: Ky-Anh Huynh <ky...@theslinux.org>
Date:   Mon Sep 30 10:16:12 2013 +0700

    Remove package information :pkg{name,ver,rel,checksums}

commit 5a387d437e95f578f1a5abed9ca3865340b509e3
Author: Ky-Anh Huynh <ky...@theslinux.org>
Date:   Mon Sep 30 09:30:22 2013 +0700

    Update from ABS @ 191844

-----------------------------------------------------------------------

Summary of changes:
 util-linux/PKGBUILD | 53 +++++++++++++++++++++++++++--------------------------
 1 file changed, 27 insertions(+), 26 deletions(-)

diff --git a/util-linux/PKGBUILD b/util-linux/PKGBUILD
index 644086f..0d6996a 100644
--- a/util-linux/PKGBUILD
+++ b/util-linux/PKGBUILD
@@ -1,21 +1,23 @@
-# $Id: PKGBUILD 179846 2013-03-10 12:44:21Z pierre $
-# Maintainer: Tom Gundersen <t...@jklm.no>
-# Contributor: judd <jvi...@zeroflux.org>
+# Maintainer: Anh K. Huynh <ky...@theslinux.org>
+# Original Maintainer: Tom Gundersen <t...@jklm.no>
+# Original Maintainer: Dave Reisner <dreis...@archlinux.org>
+# Original Contributor: judd <jvi...@zeroflux.org>
 
 pkgname=util-linux
-pkgver=2.22.2
-pkgrel=2
+pkgver=2.23.2
+pkgrel=1
 pkgdesc="Miscellaneous system utilities for Linux"
 url="http://www.kernel.org/pub/linux/utils/util-linux/";
 arch=('i686' 'x86_64')
 groups=('base' 'base-devel')
 depends=('pam' 'shadow' 'coreutils' 'glibc')
+makedepends=('systemd')
 # checkdepends=('bc')
 conflicts=('util-linux-ng' 'eject')
-provides=("util-linux-ng=${pkgver}" 'eject')
+provides=("util-linux-ng=$pkgver" 'eject')
 license=('GPL2')
 options=('!libtool')
-source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v2.22/${pkgname}-${pkgver}.tar.xz
+source=("ftp://ftp.kernel.org/pub/linux/utils/$pkgbase/v${pkgver%.*}/$pkgbase-$pkgver.tar.xz";
         uuidd.tmpfiles
         pam-login
         pam-common
@@ -28,19 +30,19 @@ backup=(etc/pam.d/chfn
 install=util-linux.install
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$pkgname-$pkgver"
 
   ./configure --prefix=/usr \
-              --libdir=/usr/lib \
-              --localstatedir=/run \
-              --enable-fs-paths-extra=/usr/bin:/usr/sbin \
-              --enable-raw \
-              --enable-vipw \
-              --enable-newgrp \
-              --enable-chfn-chsh \
-              --enable-write \
-              --enable-mesg \
-              --enable-socket-activation
+    --libdir=/usr/lib \
+    --localstatedir=/run \
+    --enable-fs-paths-extra=/usr/bin \
+    --enable-raw \
+    --enable-vipw \
+    --enable-newgrp \
+    --enable-chfn-chsh \
+    --enable-write \
+    --enable-mesg \
+    --enable-socket-activation
 
 #              --enable-reset \ # part of ncurses
 #              --enable-line \ # not part of any package
@@ -55,12 +57,10 @@ build() {
 #}
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$pkgname-$pkgver"
 
   make DESTDIR="${pkgdir}" install
 
-  cd "${pkgdir}"
-
   # setuid chfn and chsh
   chmod 4755 "$pkgdir"/usr/bin/{newgrp,ch{sh,fn}}
 
@@ -74,9 +74,10 @@ package() {
   # include tmpfiles fragment for uuidd
   # TODO(dreisner): offer this upstream?
   install -Dm644 "$srcdir/uuidd.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/uuidd.conf"
+
+  # usrmove
+  cd "$pkgdir"
+  mv {,usr/}sbin/* usr/bin
+  mv bin/* usr/bin
+  rmdir bin sbin usr/sbin
 }
-md5sums=('eeacbfdd2556acd899a2d0ffdb446185'
-         'a39554bfd65cccfd8254bb46922f4a67'
-         '4368b3f98abd8a32662e094c54e7f9b1'
-         'a31374fef2cba0ca34dfc7078e2969e4'
-         'fa85e5cce5d723275b14365ba71a8aad')


hooks/post-receive
-- 
theslinux-buildsystem

--
To ubsubscribe from the list phantom@lists.theslinux.org,
please send an email to ecar...@lists.theslinux.org with subject
  ubsubscribe phantom

To get basic commands to use Ecartis system, use subject 'help'.

Reply via email to