[arch-commits] Commit in util-linux/repos (30 files)

2012-10-15 Thread Tom Gundersen
Date: Monday, October 15, 2012 @ 10:14:40
  Author: tomegun
Revision: 168750

db-move: moved util-linux from [testing] to [core] (i686, x86_64)

Added:
  util-linux/repos/core-i686/PKGBUILD
(from rev 168749, util-linux/repos/testing-i686/PKGBUILD)
  util-linux/repos/core-i686/pam-common
(from rev 168749, util-linux/repos/testing-i686/pam-common)
  util-linux/repos/core-i686/pam-login
(from rev 168749, util-linux/repos/testing-i686/pam-login)
  util-linux/repos/core-i686/pam-su
(from rev 168749, util-linux/repos/testing-i686/pam-su)
  util-linux/repos/core-i686/util-linux.install
(from rev 168749, util-linux/repos/testing-i686/util-linux.install)
  util-linux/repos/core-i686/uuidd.tmpfiles
(from rev 168749, util-linux/repos/testing-i686/uuidd.tmpfiles)
  util-linux/repos/core-x86_64/PKGBUILD
(from rev 168749, util-linux/repos/testing-x86_64/PKGBUILD)
  util-linux/repos/core-x86_64/pam-common
(from rev 168749, util-linux/repos/testing-x86_64/pam-common)
  util-linux/repos/core-x86_64/pam-login
(from rev 168749, util-linux/repos/testing-x86_64/pam-login)
  util-linux/repos/core-x86_64/pam-su
(from rev 168749, util-linux/repos/testing-x86_64/pam-su)
  util-linux/repos/core-x86_64/util-linux.install
(from rev 168749, util-linux/repos/testing-x86_64/util-linux.install)
  util-linux/repos/core-x86_64/uuidd.tmpfiles
(from rev 168749, util-linux/repos/testing-x86_64/uuidd.tmpfiles)
Deleted:
  util-linux/repos/core-i686/PKGBUILD
  util-linux/repos/core-i686/hwclock-systz.patch
  util-linux/repos/core-i686/pam-common
  util-linux/repos/core-i686/pam-login
  util-linux/repos/core-i686/pam-su
  util-linux/repos/core-i686/su.1
  util-linux/repos/core-i686/util-linux.install
  util-linux/repos/core-i686/uuidd.tmpfiles
  util-linux/repos/core-x86_64/PKGBUILD
  util-linux/repos/core-x86_64/hwclock-systz.patch
  util-linux/repos/core-x86_64/pam-common
  util-linux/repos/core-x86_64/pam-login
  util-linux/repos/core-x86_64/pam-su
  util-linux/repos/core-x86_64/su.1
  util-linux/repos/core-x86_64/util-linux.install
  util-linux/repos/core-x86_64/uuidd.tmpfiles
  util-linux/repos/testing-i686/
  util-linux/repos/testing-x86_64/

-+
 core-i686/PKGBUILD  |  179 +
 core-i686/hwclock-systz.patch   |   96 ---
 core-i686/pam-common|   12 -
 core-i686/pam-login |   14 +-
 core-i686/pam-su|   18 +-
 core-i686/su.1  |  230 --
 core-i686/util-linux.install|   40 +++---
 core-i686/uuidd.tmpfiles|2 
 core-x86_64/PKGBUILD|  179 +
 core-x86_64/hwclock-systz.patch |   96 ---
 core-x86_64/pam-common  |   12 -
 core-x86_64/pam-login   |   14 +-
 core-x86_64/pam-su  |   18 +-
 core-x86_64/su.1|  230 --
 core-x86_64/util-linux.install  |   40 +++---
 core-x86_64/uuidd.tmpfiles  |2 
 16 files changed, 250 insertions(+), 932 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-10-15 14:11:49 UTC (rev 168749)
+++ core-i686/PKGBUILD  2012-10-15 14:14:40 UTC (rev 168750)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=util-linux
-pkgver=2.22
-pkgrel=7
-pkgdesc=Miscellaneous system utilities for Linux
-url=http://www.kernel.org/pub/linux/utils/util-linux/;
-arch=('i686' 'x86_64')
-groups=('base')
-depends=('pam' 'shadow')
-makedepends=('bc') # for check() only, change this to checkdepends for pacman 
4.1
-conflicts=('util-linux-ng' '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
-su.1
-uuidd.tmpfiles
-pam-login
-pam-common
-pam-su
-   hwclock-systz.patch)
-backup=(etc/pam.d/chfn
-etc/pam.d/chsh
-etc/pam.d/login
-etc/pam.d/su
-etc/pam.d/su-l)
-install=util-linux.install
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -p1 -i ../hwclock-systz.patch
-
-  # unbreak --localstatedir
-  # TODO(dreisner): find out what sami had in mind with these heuristics
-  sed -i '71,75d' configure.ac
-  ./autogen.sh
-
-  ./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
-
-#  --enable-reset \ # part of ncurses
-#  --enable-last \ # not part of any package

[arch-commits] Commit in util-linux/repos (30 files)

2012-09-20 Thread Tom Gundersen
Date: Thursday, September 20, 2012 @ 17:57:58
  Author: tomegun
Revision: 166877

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  util-linux/repos/testing-i686/PKGBUILD
(from rev 166876, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-i686/hwclock-systz.patch
(from rev 166876, util-linux/trunk/hwclock-systz.patch)
  util-linux/repos/testing-i686/pam-common
(from rev 166876, util-linux/trunk/pam-common)
  util-linux/repos/testing-i686/pam-login
(from rev 166876, util-linux/trunk/pam-login)
  util-linux/repos/testing-i686/pam-su
(from rev 166876, util-linux/trunk/pam-su)
  util-linux/repos/testing-i686/su.1
(from rev 166876, util-linux/trunk/su.1)
  util-linux/repos/testing-i686/util-linux.install
(from rev 166876, util-linux/trunk/util-linux.install)
  util-linux/repos/testing-i686/uuidd.tmpfiles
(from rev 166876, util-linux/trunk/uuidd.tmpfiles)
  util-linux/repos/testing-x86_64/PKGBUILD
(from rev 166876, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-x86_64/hwclock-systz.patch
(from rev 166876, util-linux/trunk/hwclock-systz.patch)
  util-linux/repos/testing-x86_64/pam-common
(from rev 166876, util-linux/trunk/pam-common)
  util-linux/repos/testing-x86_64/pam-login
(from rev 166876, util-linux/trunk/pam-login)
  util-linux/repos/testing-x86_64/pam-su
(from rev 166876, util-linux/trunk/pam-su)
  util-linux/repos/testing-x86_64/su.1
(from rev 166876, util-linux/trunk/su.1)
  util-linux/repos/testing-x86_64/util-linux.install
(from rev 166876, util-linux/trunk/util-linux.install)
  util-linux/repos/testing-x86_64/uuidd.tmpfiles
(from rev 166876, util-linux/trunk/uuidd.tmpfiles)
Deleted:
  util-linux/repos/testing-i686/PKGBUILD
  util-linux/repos/testing-i686/pam-common
  util-linux/repos/testing-i686/pam-login
  util-linux/repos/testing-i686/pam-su
  util-linux/repos/testing-i686/su.1
  util-linux/repos/testing-i686/util-linux.install
  util-linux/repos/testing-i686/uuidd.tmpfiles
  util-linux/repos/testing-x86_64/PKGBUILD
  util-linux/repos/testing-x86_64/pam-common
  util-linux/repos/testing-x86_64/pam-login
  util-linux/repos/testing-x86_64/pam-su
  util-linux/repos/testing-x86_64/su.1
  util-linux/repos/testing-x86_64/util-linux.install
  util-linux/repos/testing-x86_64/uuidd.tmpfiles

+
 testing-i686/PKGBUILD  |  190 +++---
 testing-i686/hwclock-systz.patch   |   96 +++
 testing-i686/pam-common|   12 
 testing-i686/pam-login |   14 -
 testing-i686/pam-su|   18 -
 testing-i686/su.1  |  460 +--
 testing-i686/util-linux.install|   78 ++---
 testing-i686/uuidd.tmpfiles|2 
 testing-x86_64/PKGBUILD|  190 +++---
 testing-x86_64/hwclock-systz.patch |   96 +++
 testing-x86_64/pam-common  |   12 
 testing-x86_64/pam-login   |   14 -
 testing-x86_64/pam-su  |   18 -
 testing-x86_64/su.1|  460 +--
 testing-x86_64/util-linux.install  |   78 ++---
 testing-x86_64/uuidd.tmpfiles  |2 
 16 files changed, 970 insertions(+), 770 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 166876:166877 to see the changes.