[arch-commits] Commit in linux-manpages/repos/extra-any (PKGBUILD PKGBUILD)

Thomas Bächler thomas at nymeria.archlinux.org
Tue Apr 1 23:08:39 UTC 2014


    Date: Wednesday, April 2, 2014 @ 01:08:39
  Author: thomas
Revision: 209734

archrelease: copy trunk to extra-any

Added:
  linux-manpages/repos/extra-any/PKGBUILD
    (from rev 209733, linux-manpages/trunk/PKGBUILD)
Deleted:
  linux-manpages/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-01 23:08:31 UTC (rev 209733)
+++ PKGBUILD	2014-04-01 23:08:39 UTC (rev 209734)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-# Maintainer: Thomas Baechler <thomas at archlinux.org>
-
-pkgname=linux-manpages
-pkgver=3.13
-pkgrel=1
-pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the Linux kernel."
-arch=('any')
-url="http://www.kernel.org"
-license=('GPL2')
-makedepends=('xmlto' 'docbook-xsl')
-replaces=('kernel26-manpages')
-conflicts=('kernel26-manpages')
-provides=('kernel26-manpages')
-source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz")
-sha256sums=('4d5e5eee5f276424c32e9591f1b6c971baedc7b49f28ce03d1f48b1e5d6226a2')
-
-build() {
-  cd "${srcdir}/linux-$pkgver"
-  make mandocs
-}
-
-package() {
-  install -d "${pkgdir}/usr/share/man/man9/"
-  install "${srcdir}"/linux-$pkgver/Documentation/DocBook/man/*.9.gz \
-    "${pkgdir}/usr/share/man/man9/"
-
-  find "${pkgdir}" -type f -exec chmod 644 {} \;
-}

Copied: linux-manpages/repos/extra-any/PKGBUILD (from rev 209733, linux-manpages/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-04-01 23:08:39 UTC (rev 209734)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Maintainer: Thomas Baechler <thomas at archlinux.org>
+
+pkgname=linux-manpages
+pkgver=3.14
+pkgrel=1
+pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the Linux kernel."
+arch=('any')
+url="http://www.kernel.org"
+license=('GPL2')
+makedepends=('xmlto' 'docbook-xsl')
+replaces=('kernel26-manpages')
+conflicts=('kernel26-manpages')
+provides=('kernel26-manpages')
+source=("https://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz")
+sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa')
+
+build() {
+  cd "${srcdir}/linux-$pkgver"
+  make mandocs
+}
+
+package() {
+  install -d "${pkgdir}/usr/share/man/man9/"
+  install "${srcdir}"/linux-$pkgver/Documentation/DocBook/man/*.9.gz \
+    "${pkgdir}/usr/share/man/man9/"
+
+  find "${pkgdir}" -type f -exec chmod 644 {} \;
+}




More information about the arch-commits mailing list