[arch-commits] Commit in makedev/repos (4 files)

Sébastien Luttringer seblu at nymeria.archlinux.org
Mon May 13 00:22:02 UTC 2013


    Date: Monday, May 13, 2013 @ 02:22:02
  Author: seblu
Revision: 90528

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

Added:
  makedev/repos/community-i686/PKGBUILD
    (from rev 90527, makedev/trunk/PKGBUILD)
  makedev/repos/community-x86_64/PKGBUILD
    (from rev 90527, makedev/trunk/PKGBUILD)
Deleted:
  makedev/repos/community-i686/PKGBUILD
  makedev/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   56 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   26 --------------------
 community-x86_64/PKGBUILD |   26 --------------------
 3 files changed, 56 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-13 00:21:47 UTC (rev 90527)
+++ community-i686/PKGBUILD	2013-05-13 00:22:02 UTC (rev 90528)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sebastien Luttringer <seblu+arch at seblu.net>
-# Contributor: Jonathan Liu <net147 at gmail.com>
-# Contributor: Judd Vinet <jvinet at zeroflux.org>
-
-pkgname=makedev
-pkgver=3.23_1
-pkgrel=1
-pkgdesc='The ubiquitous script to create static device nodes'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://people.redhat.com/nalin/MAKEDEV/'
-source=("http://people.redhat.com/nalin/MAKEDEV/MAKEDEV-${pkgver//_/-}.tar.gz")
-md5sums=('554faf6cbc9a84e4bd58ccfa32d74e2f')
-
-build() {
-  cd ${pkgname^^*}-${pkgver/_*}
-  make
-}
-
-package() {
-  cd ${pkgname^^*}-${pkgver/_*}
-  make DESTDIR="${pkgdir}" devdir=/usr/sbin makedevdir=/usr/sbin install
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: makedev/repos/community-i686/PKGBUILD (from rev 90527, makedev/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-13 00:22:02 UTC (rev 90528)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Jonathan Liu <net147 at gmail.com>
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+
+pkgname=makedev
+pkgver=3.23_1
+pkgrel=2
+pkgdesc='The ubiquitous script to create static device nodes'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://people.redhat.com/nalin/MAKEDEV/'
+source=("http://people.redhat.com/nalin/MAKEDEV/MAKEDEV-${pkgver//_/-}.tar.gz")
+md5sums=('554faf6cbc9a84e4bd58ccfa32d74e2f')
+
+build() {
+  cd ${pkgname^^*}-${pkgver/_*}
+  make
+}
+
+package() {
+  cd ${pkgname^^*}-${pkgver/_*}
+  # We make devdir == makedevdir to avoid install script to symlink into /dev
+  # As previous make doesn't have a bad devdir, everything goes well
+  make DESTDIR="$pkgdir" devdir=/usr/bin makedevdir=/usr/bin sbindir=/usr/bin install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-13 00:21:47 UTC (rev 90527)
+++ community-x86_64/PKGBUILD	2013-05-13 00:22:02 UTC (rev 90528)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sebastien Luttringer <seblu+arch at seblu.net>
-# Contributor: Jonathan Liu <net147 at gmail.com>
-# Contributor: Judd Vinet <jvinet at zeroflux.org>
-
-pkgname=makedev
-pkgver=3.23_1
-pkgrel=1
-pkgdesc='The ubiquitous script to create static device nodes'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://people.redhat.com/nalin/MAKEDEV/'
-source=("http://people.redhat.com/nalin/MAKEDEV/MAKEDEV-${pkgver//_/-}.tar.gz")
-md5sums=('554faf6cbc9a84e4bd58ccfa32d74e2f')
-
-build() {
-  cd ${pkgname^^*}-${pkgver/_*}
-  make
-}
-
-package() {
-  cd ${pkgname^^*}-${pkgver/_*}
-  make DESTDIR="${pkgdir}" devdir=/usr/sbin makedevdir=/usr/sbin install
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: makedev/repos/community-x86_64/PKGBUILD (from rev 90527, makedev/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-13 00:22:02 UTC (rev 90528)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Jonathan Liu <net147 at gmail.com>
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+
+pkgname=makedev
+pkgver=3.23_1
+pkgrel=2
+pkgdesc='The ubiquitous script to create static device nodes'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://people.redhat.com/nalin/MAKEDEV/'
+source=("http://people.redhat.com/nalin/MAKEDEV/MAKEDEV-${pkgver//_/-}.tar.gz")
+md5sums=('554faf6cbc9a84e4bd58ccfa32d74e2f')
+
+build() {
+  cd ${pkgname^^*}-${pkgver/_*}
+  make
+}
+
+package() {
+  cd ${pkgname^^*}-${pkgver/_*}
+  # We make devdir == makedevdir to avoid install script to symlink into /dev
+  # As previous make doesn't have a bad devdir, everything goes well
+  make DESTDIR="$pkgdir" devdir=/usr/bin makedevdir=/usr/bin sbindir=/usr/bin install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list