[arch-commits] Commit in linux-manpages/trunk (PKGBUILD)

2017-04-20 Thread Andreas Radke
Date: Thursday, April 20, 2017 @ 14:45:46
  Author: andyrtr
Revision: 293532

upgpkg: linux-manpages 4.10-1

upstream update 4.10

Modified:
  linux-manpages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-20 14:32:55 UTC (rev 293531)
+++ PKGBUILD2017-04-20 14:45:46 UTC (rev 293532)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Baechler 
 
 pkgname=linux-manpages
-pkgver=4.6
+pkgver=4.10
 pkgrel=1
 pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel."
 arch=('any')
@@ -16,7 +16,7 @@
 options=('!zipman')
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 source=("https://www.kernel.org/pub/linux/kernel/v4.x/linux-${pkgver}.tar.xz;)
-sha256sums=('a93771cd5a8ad27798f22e9240538dfea48d3a2bf2a6a6ab415de3f02d25d866')
+sha256sums=('3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b')
 
 build() {
   cd "${srcdir}/linux-$pkgver"


[arch-commits] Commit in linux-manpages/trunk (PKGBUILD)

2016-05-26 Thread Anatol Pomozov
Date: Thursday, May 26, 2016 @ 18:10:07
  Author: anatolik
Revision: 268603

upgpkg: linux-manpages 4.6-1

Modified:
  linux-manpages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-26 13:32:29 UTC (rev 268602)
+++ PKGBUILD2016-05-26 16:10:07 UTC (rev 268603)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Baechler 
 
 pkgname=linux-manpages
-pkgver=4.5
+pkgver=4.6
 pkgrel=1
 pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel."
 arch=('any')
@@ -16,7 +16,7 @@
 options=('!zipman')
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 source=("https://www.kernel.org/pub/linux/kernel/v4.x/linux-${pkgver}.tar.xz;)
-sha256sums=('a40defb401e01b37d6b8c8ad5c1bbab665be6ac6310cdeed59950c96b31a519c')
+sha256sums=('a93771cd5a8ad27798f22e9240538dfea48d3a2bf2a6a6ab415de3f02d25d866')
 
 build() {
   cd "${srcdir}/linux-$pkgver"


[arch-commits] Commit in linux-manpages/trunk (PKGBUILD)

2016-05-05 Thread Andreas Radke
Date: Thursday, May 5, 2016 @ 08:32:27
  Author: andyrtr
Revision: 266909

upgpkg: linux-manpages 4.5-1

upstream update 4.5

Modified:
  linux-manpages/trunk/PKGBUILD

--+
 PKGBUILD |   20 +---
 1 file changed, 13 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-05 06:27:43 UTC (rev 266908)
+++ PKGBUILD2016-05-05 06:32:27 UTC (rev 266909)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Baechler 
 
 pkgname=linux-manpages
-pkgver=3.19
+pkgver=4.5
 pkgrel=1
 pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel."
 arch=('any')
@@ -13,8 +13,10 @@
 replaces=('kernel26-manpages')
 conflicts=('kernel26-manpages')
 provides=('kernel26-manpages')
-source=("https://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz;)
-sha256sums=('be42511fe5321012bb4a2009167ce56a9e5fe362b4af43e8c371b3666859806c')
+options=('!zipman')
+# https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
+source=("https://www.kernel.org/pub/linux/kernel/v4.x/linux-${pkgver}.tar.xz;)
+sha256sums=('a40defb401e01b37d6b8c8ad5c1bbab665be6ac6310cdeed59950c96b31a519c')
 
 build() {
   cd "${srcdir}/linux-$pkgver"
@@ -22,9 +24,13 @@
 }
 
 package() {
-  install -d "${pkgdir}/usr/share/man/man9/"
-  install "${srcdir}"/linux-$pkgver/Documentation/DocBook/man/*.9.gz \
-"${pkgdir}/usr/share/man/man9/"
+  cd "${srcdir}/linux-$pkgver"
+  # fix install path
+  sed -i -e "s:/usr/local/man/man9/:${pkgdir}/usr/share/man/man9/:g" 
Documentation/DocBook/Makefile
+  make installmandocs
 
-  find "${pkgdir}" -type f -exec chmod 644 {} \;
+  #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 {} \;
 }


[arch-commits] Commit in linux-manpages/trunk (PKGBUILD)

2015-02-10 Thread Anatol Pomozov
Date: Tuesday, February 10, 2015 @ 19:55:25
  Author: anatolik
Revision: 231230

upgpkg: linux-manpages 3.19-1

Modified:
  linux-manpages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-10 17:56:56 UTC (rev 231229)
+++ PKGBUILD2015-02-10 18:55:25 UTC (rev 231230)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgname=linux-manpages
-pkgver=3.18
+pkgver=3.19
 pkgrel=1
 pkgdesc=Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel.
 arch=('any')
@@ -14,7 +14,7 @@
 conflicts=('kernel26-manpages')
 provides=('kernel26-manpages')
 source=(https://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz;)
-sha256sums=('becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd')
+sha256sums=('be42511fe5321012bb4a2009167ce56a9e5fe362b4af43e8c371b3666859806c')
 
 build() {
   cd ${srcdir}/linux-$pkgver


[arch-commits] Commit in linux-manpages/trunk (PKGBUILD)

2015-01-12 Thread Anatol Pomozov
Date: Monday, January 12, 2015 @ 19:45:53
  Author: anatolik
Revision: 228946

upgpkg: linux-manpages 3.18-1

Modified:
  linux-manpages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-12 17:23:23 UTC (rev 228945)
+++ PKGBUILD2015-01-12 18:45:53 UTC (rev 228946)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgname=linux-manpages
-pkgver=3.14
+pkgver=3.18
 pkgrel=1
 pkgdesc=Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel.
 arch=('any')
@@ -14,7 +14,7 @@
 conflicts=('kernel26-manpages')
 provides=('kernel26-manpages')
 source=(https://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz;)
-sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa')
+sha256sums=('becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd')
 
 build() {
   cd ${srcdir}/linux-$pkgver


[arch-commits] Commit in linux-manpages/trunk (PKGBUILD)

2014-04-01 Thread Thomas Bächler
Date: Wednesday, April 2, 2014 @ 01:08:31
  Author: thomas
Revision: 209733

upgpkg: linux-manpages 3.14-1

Modified:
  linux-manpages/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-01 22:04:05 UTC (rev 209732)
+++ PKGBUILD2014-04-01 23:08:31 UTC (rev 209733)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgname=linux-manpages
-pkgver=3.13
+pkgver=3.14
 pkgrel=1
 pkgdesc=Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel.
 arch=('any')
@@ -13,8 +13,8 @@
 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')
+source=(https://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz;)
+sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa')
 
 build() {
   cd ${srcdir}/linux-$pkgver



[arch-commits] Commit in linux-manpages/trunk (PKGBUILD)

2014-02-22 Thread Thomas Bächler
Date: Sunday, February 23, 2014 @ 00:04:56
  Author: thomas
Revision: 206253

upgpkg: linux-manpages 3.13-1

Modified:
  linux-manpages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-22 22:54:25 UTC (rev 206252)
+++ PKGBUILD2014-02-22 23:04:56 UTC (rev 206253)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgname=linux-manpages
-pkgver=3.12
+pkgver=3.13
 pkgrel=1
 pkgdesc=Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel.
 arch=('any')
@@ -14,7 +14,7 @@
 conflicts=('kernel26-manpages')
 provides=('kernel26-manpages')
 source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz;)
-sha256sums=('2e120ec7fde19fa51dc6b6cc11c81860a0775defcad5a5bf910ed9a50e845a02')
+sha256sums=('4d5e5eee5f276424c32e9591f1b6c971baedc7b49f28ce03d1f48b1e5d6226a2')
 
 build() {
   cd ${srcdir}/linux-$pkgver



[arch-commits] Commit in linux-manpages/trunk (PKGBUILD)

2013-11-13 Thread Thomas Bächler
Date: Thursday, November 14, 2013 @ 00:06:20
  Author: thomas
Revision: 199517

upgpkg: linux-manpages 3.12-1

Modified:
  linux-manpages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 22:14:20 UTC (rev 199516)
+++ PKGBUILD2013-11-13 23:06:20 UTC (rev 199517)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgname=linux-manpages
-pkgver=3.9
+pkgver=3.12
 pkgrel=1
 pkgdesc=Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel.
 arch=('any')
@@ -14,7 +14,7 @@
 conflicts=('kernel26-manpages')
 provides=('kernel26-manpages')
 source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz;)
-sha256sums=('60bc3e64ee5dc778de2cd7cd7640abf518a4c9d4f31b8ed624e16fad53f54541')
+sha256sums=('2e120ec7fde19fa51dc6b6cc11c81860a0775defcad5a5bf910ed9a50e845a02')
 
 build() {
   cd ${srcdir}/linux-$pkgver



[arch-commits] Commit in linux-manpages/trunk (PKGBUILD)

2013-05-11 Thread Thomas Bächler
Date: Saturday, May 11, 2013 @ 19:49:25
  Author: thomas
Revision: 185172

upgpkg: linux-manpages 3.9-1

Modified:
  linux-manpages/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 17:18:56 UTC (rev 185171)
+++ PKGBUILD2013-05-11 17:49:25 UTC (rev 185172)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgname=linux-manpages
-pkgver=3.1
+pkgver=3.9
 pkgrel=1
 pkgdesc=Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel.
 arch=('any')
@@ -14,7 +14,7 @@
 conflicts=('kernel26-manpages')
 provides=('kernel26-manpages')
 source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz;)
-md5sums=('edbdc798f23ae0f8045c82f6fa22c536')
+sha256sums=('60bc3e64ee5dc778de2cd7cd7640abf518a4c9d4f31b8ed624e16fad53f54541')
 
 build() {
   cd ${srcdir}/linux-$pkgver



[arch-commits] Commit in linux-manpages/trunk (PKGBUILD)

2011-11-08 Thread Thomas Bächler
Date: Tuesday, November 8, 2011 @ 18:03:12
  Author: thomas
Revision: 142395

upgpkg: linux-manpages 3.1-1

Modified:
  linux-manpages/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-08 22:38:58 UTC (rev 142394)
+++ PKGBUILD2011-11-08 23:03:12 UTC (rev 142395)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgname=linux-manpages
-pkgver=3.0.1
+pkgver=3.1
 pkgrel=1
 pkgdesc=Kernel hackers manual - Section 9 manpages that comes with the Linux 
kernel.
 arch=('any')
@@ -13,8 +13,8 @@
 replaces=('kernel26-manpages')
 conflicts=('kernel26-manpages')
 provides=('kernel26-manpages')
-source=(ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.bz2;)
-md5sums=('aed949984b878b7fb77ffe9cbee8ce0c')
+source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${pkgver}.tar.xz;)
+md5sums=('edbdc798f23ae0f8045c82f6fa22c536')
 
 build() {
   cd ${srcdir}/linux-$pkgver