[arch-commits] Commit in systemd/repos (6 files)

2012-01-15 Thread Dave Reisner
Date: Sunday, January 15, 2012 @ 12:04:48
  Author: dreisner
Revision: 146661

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

Deleted:
  systemd/repos/testing-i686/PKGBUILD
  systemd/repos/testing-i686/os-release
  systemd/repos/testing-i686/systemd.install
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/os-release
  systemd/repos/testing-x86_64/systemd.install

+
 testing-i686/PKGBUILD  |   86 ---
 testing-i686/os-release|5 --
 testing-i686/systemd.install   |   53 
 testing-x86_64/PKGBUILD|   86 ---
 testing-x86_64/os-release  |5 --
 testing-x86_64/systemd.install |   53 
 6 files changed, 288 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-01-15 17:04:30 UTC (rev 146660)
+++ testing-i686/PKGBUILD   2012-01-15 17:04:48 UTC (rev 146661)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-
-pkgname=systemd
-pkgver=38
-pkgrel=2
-pkgdesc=Session and Startup manager
-arch=('i686' 'x86_64')
-url=http://www.freedesktop.org/wiki/Software/systemd;
-license=('GPL2')
-depends=('acl' 'dbus-core' 'kbd' 'libcap' 'util-linux=2.19' 'udev=172' 'xz')
-makedepends=('gperf' 'cryptsetup' 'intltool' 'linux-api-headers')
-optdepends=('cryptsetup: required for encrypted block devices'
-'dbus-python: systemd-analyze'
-'initscripts: legacy support for hostname and vconsole setup'
-'initscripts-systemd: native boot and initialization scripts'
-'python2-cairo: systemd-analyze'
-'systemd-arch-units: collection of native unit files for Arch 
daemon/init scripts')
-groups=('systemd')
-options=('!libtool')
-backup=(etc/dbus-1/system.d/org.freedesktop.systemd1.conf
-etc/dbus-1/system.d/org.freedesktop.hostname1.conf
-etc/dbus-1/system.d/org.freedesktop.login1.conf
-etc/dbus-1/system.d/org.freedesktop.locale1.conf
-etc/dbus-1/system.d/org.freedesktop.timedate1.conf
-etc/systemd/system.conf
-etc/systemd/user.conf
-etc/systemd/systemd-logind.conf)
-install=systemd.install
-source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz;
-os-release
-'0001-tmpfiles-fix-parsing-of-proc-net-unix-on-32Bit-machi.patch'
-'0001-units-make-sure-syslog-socket-goes-away-early-during.patch')
-md5sums=('68c66dce5a28c0efd7c210af5d11efed'
- '752636def0db3c03f121f8b4f44a63cd'
- '07437e70be65ef14fd4f13c5ec5bd1fe'
- 'c567ce597f68c07b9bc5b7e835f80f7d')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Don't unset locale in getty
-  # https://bugzilla.redhat.com/show_bug.cgi?id=663900
-  sed -i -e '/^Environ.*LANG/s/^/#/' \
- -e '/^ExecStart/s/agetty/ -8/' units/getty@.service.m4
-
-  patch -Np1  
$srcdir/0001-tmpfiles-fix-parsing-of-proc-net-unix-on-32Bit-machi.patch
-  patch -Np1  
$srcdir/0001-units-make-sure-syslog-socket-goes-away-early-during.patch
-
-  ./configure --sysconfdir=/etc \
-  --libexecdir=/usr/lib \
-  --libdir=/usr/lib \
-  --localstatedir=/var \
-  --with-rootprefix=
-
-  make
-
-  # fix .so links in manpages
-  sed -i 's|\.so halt\.8|.so man8/systemd.halt.8|' man/{halt,poweroff}.8
-  sed -i 's|\.so systemd\.1|.so man1/systemd.1|' man/init.1
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 $srcdir/os-release $pkgdir/etc/os-release
-  printf d /run/console 755 root root\n  
$pkgdir/usr/lib/tmpfiles.d/console.conf
-
-  # fix systemd-analyze for python2
-  sed -i '1s/python$/python2/' $pkgdir/usr/bin/systemd-analyze
-
-  # rename man pages to avoid conflicts with sysvinit and initscripts
-  cd $pkgdir/usr/share/man
-
-  manpages=(man8/{telinit,halt,reboot,poweroff,runlevel,shutdown}.8
-man5/{hostname,{vconsole,locale}.conf}.5)
-
-  for manpage in ${manpages[@]}; do
-IFS='/' read section page  $manpage
-mv $manpage $section/systemd.$page
-  done
-}
-
-# vim: ft=sh syn=sh et

Deleted: testing-i686/os-release
===
--- testing-i686/os-release 2012-01-15 17:04:30 UTC (rev 146660)
+++ testing-i686/os-release 2012-01-15 17:04:48 UTC (rev 146661)
@@ -1,5 +0,0 @@
-NAME=Arch Linux
-ID=arch
-PRETTY_NAME=Arch Linux
-ANSI_COLOR=1;36
-

Deleted: testing-i686/systemd.install
===
--- testing-i686/systemd.install2012-01-15 17:04:30 UTC (rev 146660)
+++ testing-i686/systemd.install2012-01-15 17:04:48 UTC (rev 146661)
@@ -1,53 +0,0 @@
-#!/bin/sh
-
-checkgroups() {
-  if ! usr/bin/getent group lock /dev/null; then
-usr/sbin/groupadd -g 54 lock
-  fi
-}
-
-sd_booted() {
-  

[arch-commits] Commit in systemd/repos (6 files)

2012-01-15 Thread Dave Reisner
Date: Sunday, January 15, 2012 @ 12:12:00
  Author: dreisner
Revision: 146662

svn fail

Added:
  systemd/repos/testing-i686/PKGBUILD
  systemd/repos/testing-i686/os-release
  systemd/repos/testing-i686/systemd.install
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/os-release
  systemd/repos/testing-x86_64/systemd.install

+
 testing-i686/PKGBUILD  |   87 +++
 testing-i686/os-release|5 ++
 testing-i686/systemd.install   |   53 +++
 testing-x86_64/PKGBUILD|   87 +++
 testing-x86_64/os-release  |5 ++
 testing-x86_64/systemd.install |   53 +++
 6 files changed, 290 insertions(+)

Added: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-15 17:12:00 UTC (rev 146662)
@@ -0,0 +1,87 @@
+# $Id: PKGBUILD 146660 2012-01-15 17:04:30Z dreisner $
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=systemd
+pkgver=38
+pkgrel=3
+pkgdesc=Session and Startup manager
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/systemd;
+license=('GPL2')
+depends=('acl' 'dbus-core' 'kbd' 'libcap' 'util-linux=2.19' 'udev=172' 'xz')
+makedepends=('gperf' 'cryptsetup' 'intltool' 'linux-api-headers')
+optdepends=('cryptsetup: required for encrypted block devices'
+'dbus-python: systemd-analyze'
+'initscripts: legacy support for hostname and vconsole setup'
+'initscripts-systemd: native boot and initialization scripts'
+'python2-cairo: systemd-analyze'
+'systemd-arch-units: collection of native unit files for Arch 
daemon/init scripts')
+groups=('systemd')
+options=('!libtool')
+backup=(etc/dbus-1/system.d/org.freedesktop.systemd1.conf
+etc/dbus-1/system.d/org.freedesktop.hostname1.conf
+etc/dbus-1/system.d/org.freedesktop.login1.conf
+etc/dbus-1/system.d/org.freedesktop.locale1.conf
+etc/dbus-1/system.d/org.freedesktop.timedate1.conf
+etc/systemd/system.conf
+etc/systemd/user.conf
+etc/systemd/systemd-logind.conf)
+install=systemd.install
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz;
+os-release
+'0001-tmpfiles-fix-parsing-of-proc-net-unix-on-32Bit-machi.patch'
+'0001-units-make-sure-syslog-socket-goes-away-early-during.patch')
+md5sums=('68c66dce5a28c0efd7c210af5d11efed'
+ '752636def0db3c03f121f8b4f44a63cd'
+ '07437e70be65ef14fd4f13c5ec5bd1fe'
+ 'c567ce597f68c07b9bc5b7e835f80f7d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Don't unset locale in getty
+  # https://bugzilla.redhat.com/show_bug.cgi?id=663900
+  sed -i -e '/^Environ.*LANG/s/^/#/' \
+ -e '/^ExecStart/s/agetty/ -8/' units/getty@.service.m4
+
+  patch -Np1  
$srcdir/0001-tmpfiles-fix-parsing-of-proc-net-unix-on-32Bit-machi.patch
+  patch -Np1  
$srcdir/0001-units-make-sure-syslog-socket-goes-away-early-during.patch
+
+  ./configure --sysconfdir=/etc \
+  --libexecdir=/usr/lib \
+  --libdir=/usr/lib \
+  --localstatedir=/var \
+  --with-rootprefix= \
+  --with-rootlibdir=/lib
+
+  make
+
+  # fix .so links in manpages
+  sed -i 's|\.so halt\.8|.so man8/systemd.halt.8|' man/{halt,poweroff}.8
+  sed -i 's|\.so systemd\.1|.so man1/systemd.1|' man/init.1
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/os-release $pkgdir/etc/os-release
+  printf d /run/console 755 root root\n  
$pkgdir/usr/lib/tmpfiles.d/console.conf
+
+  # fix systemd-analyze for python2
+  sed -i '1s/python$/python2/' $pkgdir/usr/bin/systemd-analyze
+
+  # rename man pages to avoid conflicts with sysvinit and initscripts
+  cd $pkgdir/usr/share/man
+
+  manpages=(man8/{telinit,halt,reboot,poweroff,runlevel,shutdown}.8
+man5/{hostname,{vconsole,locale}.conf}.5)
+
+  for manpage in ${manpages[@]}; do
+IFS='/' read section page  $manpage
+mv $manpage $section/systemd.$page
+  done
+}
+
+# vim: ft=sh syn=sh et

Added: testing-i686/os-release
===
--- testing-i686/os-release (rev 0)
+++ testing-i686/os-release 2012-01-15 17:12:00 UTC (rev 146662)
@@ -0,0 +1,5 @@
+NAME=Arch Linux
+ID=arch
+PRETTY_NAME=Arch Linux
+ANSI_COLOR=1;36
+

Added: testing-i686/systemd.install
===
--- testing-i686/systemd.install(rev 0)
+++ testing-i686/systemd.install2012-01-15 17:12:00 UTC (rev 146662)
@@ -0,0 +1,53 @@
+#!/bin/sh
+
+checkgroups() {
+  if ! getent group lock /dev/null; then
+sbin/groupadd -g 54 lock
+  fi
+}
+
+sd_booted()