[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-06-08 Thread Tobias Powalowski
Date: Saturday, June 8, 2013 @ 10:49:41
  Author: tpowa
Revision: 188071

upgpkg: linux-lts 3.0.81-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |   28 +++-
 linux-lts.install |2 +-
 2 files changed, 12 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-08 08:31:33 UTC (rev 188070)
+++ PKGBUILD2013-06-08 08:49:41 UTC (rev 188071)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.80
+pkgver=3.0.81
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '65b04cd3c832999be855072004581f67'
+ '476601c8706838fda9e357117def6c30'
  '8f430189023f071f2be6aa7d3bc747d5'
  '879c8a04d02530f902ef3d6d3fc80933'
  '232b52576a62c7a333e9fe7a1e1ca359'
@@ -36,9 +36,9 @@
 
 # module.symbols md5sums
 # x86_64
-# 7bbff8466d94d4e5e741c37d47f8bff0  /lib/modules/3.0.79-1-lts/modules.symbols
+# 7bbff8466d94d4e5e741c37d47f8bff0  /lib/modules/3.0.80-1-lts/modules.symbols
 # i686
-# 7cc7f544df89dda72aeb87a99180e4d1  /lib/modules/3.0.79-1-lts/modules.symbols
+# 7cc7f544df89dda72aeb87a99180e4d1  /lib/modules/3.0.80-1-lts/modules.symbols
 
 _kernelname=${pkgbase#linux}
 
@@ -152,14 +152,18 @@
   # add vmlinux
   install -D -m644 vmlinux ${pkgdir}/usr/src/linux-${_kernver}/vmlinux
 
-  # install fallback mkinitcpio.conf file and preset file for kernel
-  install -D -m644 ${srcdir}/linux-lts.preset 
${pkgdir}/etc/mkinitcpio.d/${pkgbase}.preset
 
   # set correct depmod command for install
+  cp -f ${startdir}/${install} ${startdir}/${install}.pkg
+  true  install=${install}.pkg
   sed \
 -e  s/KERNEL_NAME=.*/KERNEL_NAME=${_kernelname}/ \
 -e  s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/ \
--i ${startdir}/linux-lts.install
+-i ${startdir}/${install}
+
+  # install fallback mkinitcpio.conf file and preset file for kernel
+  install -D -m644 ${srcdir}/linux-lts.preset 
${pkgdir}/etc/mkinitcpio.d/${pkgbase}.preset
+
   sed \
 -e 1s|'linux.*'|'${pkgbase}'| \
 -e s|ALL_kver=.*|ALL_kver=\/boot/vmlinuz-${pkgbase}\| \
@@ -325,13 +329,3 @@
 done
 
 # vim:set ts=8 sts=2 sw=2 et:
-md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '65b04cd3c832999be855072004581f67'
- '8f430189023f071f2be6aa7d3bc747d5'
- '879c8a04d02530f902ef3d6d3fc80933'
- '232b52576a62c7a333e9fe7a1e1ca359'
- 'f3def2cefdcbb954c21d8505d23cc83c'
- '263725f20c0b9eb9c353040792d644e5'
- 'c8299cf750a84e12d60b372c8ca7e1e8'
- '670931649c60fcb3ef2e0119ed532bd4'
- '8a71abc4224f575008f974a099b5cf6f')

Modified: linux-lts.install
===
--- linux-lts.install   2013-06-08 08:31:33 UTC (rev 188070)
+++ linux-lts.install   2013-06-08 08:49:41 UTC (rev 188071)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.80-1-lts
+KERNEL_VERSION=
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-05-26 Thread Tobias Powalowski
Date: Sunday, May 26, 2013 @ 17:23:17
  Author: tpowa
Revision: 186439

upgpkg: linux-lts 3.0.80-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |   14 --
 linux-lts.install |2 +-
 2 files changed, 13 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-26 15:22:40 UTC (rev 186438)
+++ PKGBUILD2013-05-26 15:23:17 UTC (rev 186439)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.79
+pkgver=3.0.80
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '4a0312db7ca4c4526fe7c238b4fa5b0c'
+ '65b04cd3c832999be855072004581f67'
  '8f430189023f071f2be6aa7d3bc747d5'
  '879c8a04d02530f902ef3d6d3fc80933'
  '232b52576a62c7a333e9fe7a1e1ca359'
@@ -325,3 +325,13 @@
 done
 
 # vim:set ts=8 sts=2 sw=2 et:
+md5sums=('ecf932280e2441bdd992423ef3d55f8f'
+ '65b04cd3c832999be855072004581f67'
+ '8f430189023f071f2be6aa7d3bc747d5'
+ '879c8a04d02530f902ef3d6d3fc80933'
+ '232b52576a62c7a333e9fe7a1e1ca359'
+ 'f3def2cefdcbb954c21d8505d23cc83c'
+ '263725f20c0b9eb9c353040792d644e5'
+ 'c8299cf750a84e12d60b372c8ca7e1e8'
+ '670931649c60fcb3ef2e0119ed532bd4'
+ '8a71abc4224f575008f974a099b5cf6f')

Modified: linux-lts.install
===
--- linux-lts.install   2013-05-26 15:22:40 UTC (rev 186438)
+++ linux-lts.install   2013-05-26 15:23:17 UTC (rev 186439)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.79-1-lts
+KERNEL_VERSION=3.0.80-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-05-20 Thread Tobias Powalowski
Date: Monday, May 20, 2013 @ 08:38:28
  Author: tpowa
Revision: 185987

upgpkg: linux-lts 3.0.79-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |   10 --
 linux-lts.install |2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-20 06:10:23 UTC (rev 185986)
+++ PKGBUILD2013-05-20 06:38:28 UTC (rev 185987)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.78
+pkgver=3.0.79
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'e82abb9211fdf67d11dff1e9498bb26c'
+ '4a0312db7ca4c4526fe7c238b4fa5b0c'
  '8f430189023f071f2be6aa7d3bc747d5'
  '879c8a04d02530f902ef3d6d3fc80933'
  '232b52576a62c7a333e9fe7a1e1ca359'
@@ -34,6 +34,12 @@
  '670931649c60fcb3ef2e0119ed532bd4'
  '8a71abc4224f575008f974a099b5cf6f')
 
+# module.symbols md5sums
+# x86_64
+# 7bbff8466d94d4e5e741c37d47f8bff0  /lib/modules/3.0.79-1-lts/modules.symbols
+# i686
+# 7cc7f544df89dda72aeb87a99180e4d1  /lib/modules/3.0.79-1-lts/modules.symbols
+
 _kernelname=${pkgbase#linux}
 
 prepare() {

Modified: linux-lts.install
===
--- linux-lts.install   2013-05-20 06:10:23 UTC (rev 185986)
+++ linux-lts.install   2013-05-20 06:38:28 UTC (rev 185987)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.78-1-lts
+KERNEL_VERSION=3.0.79-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-05-13 Thread Tobias Powalowski
Date: Monday, May 13, 2013 @ 14:44:58
  Author: tpowa
Revision: 185334

upgpkg: linux-lts 3.0.78-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |   14 ++
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-13 12:25:58 UTC (rev 185333)
+++ PKGBUILD2013-05-13 12:44:58 UTC (rev 185334)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.77
+pkgver=3.0.78
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '3d3c5c83847f847a7b1bbf513762a110'
+ 'e82abb9211fdf67d11dff1e9498bb26c'
  '8f430189023f071f2be6aa7d3bc747d5'
  '879c8a04d02530f902ef3d6d3fc80933'
  '232b52576a62c7a333e9fe7a1e1ca359'
@@ -319,13 +319,3 @@
 done
 
 # vim:set ts=8 sts=2 sw=2 et:
-md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '18b6691f4bbf38fec1e9373916f42e04'
- '8f430189023f071f2be6aa7d3bc747d5'
- '879c8a04d02530f902ef3d6d3fc80933'
- '232b52576a62c7a333e9fe7a1e1ca359'
- 'f3def2cefdcbb954c21d8505d23cc83c'
- '263725f20c0b9eb9c353040792d644e5'
- 'c8299cf750a84e12d60b372c8ca7e1e8'
- '670931649c60fcb3ef2e0119ed532bd4'
- '8a71abc4224f575008f974a099b5cf6f')

Modified: linux-lts.install
===
--- linux-lts.install   2013-05-13 12:25:58 UTC (rev 185333)
+++ linux-lts.install   2013-05-13 12:44:58 UTC (rev 185334)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.77-1-lts
+KERNEL_VERSION=3.0.78-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 11:12:14
  Author: tpowa
Revision: 184766

upgpkg: linux-lts 3.0.77-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |   12 +++-
 linux-lts.install |2 +-
 2 files changed, 12 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-08 07:31:32 UTC (rev 184765)
+++ PKGBUILD2013-05-08 09:12:14 UTC (rev 184766)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.76
+pkgver=3.0.77
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -319,3 +319,13 @@
 done
 
 # vim:set ts=8 sts=2 sw=2 et:
+md5sums=('ecf932280e2441bdd992423ef3d55f8f'
+ '18b6691f4bbf38fec1e9373916f42e04'
+ '8f430189023f071f2be6aa7d3bc747d5'
+ '879c8a04d02530f902ef3d6d3fc80933'
+ '232b52576a62c7a333e9fe7a1e1ca359'
+ 'f3def2cefdcbb954c21d8505d23cc83c'
+ '263725f20c0b9eb9c353040792d644e5'
+ 'c8299cf750a84e12d60b372c8ca7e1e8'
+ '670931649c60fcb3ef2e0119ed532bd4'
+ '8a71abc4224f575008f974a099b5cf6f')

Modified: linux-lts.install
===
--- linux-lts.install   2013-05-08 07:31:32 UTC (rev 184765)
+++ linux-lts.install   2013-05-08 09:12:14 UTC (rev 184766)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.76-1-lts
+KERNEL_VERSION=3.0.77-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-05-02 Thread Tobias Powalowski
Date: Thursday, May 2, 2013 @ 17:29:52
  Author: tpowa
Revision: 184141

upgpkg: linux-lts 3.0.76-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-02 15:23:58 UTC (rev 184140)
+++ PKGBUILD2013-05-02 15:29:52 UTC (rev 184141)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.75
+pkgver=3.0.76
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'a70501e213e087135d01a5bdcfe6bd1d'
+ '3d3c5c83847f847a7b1bbf513762a110'
  '8f430189023f071f2be6aa7d3bc747d5'
  '879c8a04d02530f902ef3d6d3fc80933'
  '232b52576a62c7a333e9fe7a1e1ca359'

Modified: linux-lts.install
===
--- linux-lts.install   2013-05-02 15:23:58 UTC (rev 184140)
+++ linux-lts.install   2013-05-02 15:29:52 UTC (rev 184141)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.75-1-lts
+KERNEL_VERSION=3.0.76-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-04-27 Thread Tobias Powalowski
Date: Saturday, April 27, 2013 @ 09:33:10
  Author: tpowa
Revision: 183699

upgpkg: linux-lts 3.0.75-1

bump to 3.0.75

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-27 07:03:52 UTC (rev 183698)
+++ PKGBUILD2013-04-27 07:33:10 UTC (rev 183699)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.74
+pkgver=3.0.75
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '867605b6b3e0495464d3093556a3409d'
+ 'a70501e213e087135d01a5bdcfe6bd1d'
  '8f430189023f071f2be6aa7d3bc747d5'
  '879c8a04d02530f902ef3d6d3fc80933'
  '232b52576a62c7a333e9fe7a1e1ca359'

Modified: linux-lts.install
===
--- linux-lts.install   2013-04-27 07:03:52 UTC (rev 183698)
+++ linux-lts.install   2013-04-27 07:33:10 UTC (rev 183699)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.74-1-lts
+KERNEL_VERSION=3.0.75-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-04-17 Thread Tobias Powalowski
Date: Wednesday, April 17, 2013 @ 14:40:54
  Author: tpowa
Revision: 183082

upgpkg: linux-lts 3.0.74-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-17 12:34:07 UTC (rev 183081)
+++ PKGBUILD2013-04-17 12:40:54 UTC (rev 183082)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.73
+pkgver=3.0.74
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '475946806429c40939bbfb087ba54de0'
+ '867605b6b3e0495464d3093556a3409d'
  '8f430189023f071f2be6aa7d3bc747d5'
  '879c8a04d02530f902ef3d6d3fc80933'
  '232b52576a62c7a333e9fe7a1e1ca359'

Modified: linux-lts.install
===
--- linux-lts.install   2013-04-17 12:34:07 UTC (rev 183081)
+++ linux-lts.install   2013-04-17 12:40:54 UTC (rev 183082)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.73-1-lts
+KERNEL_VERSION=3.0.74-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-04-13 Thread Tobias Powalowski
Date: Saturday, April 13, 2013 @ 17:31:06
  Author: tpowa
Revision: 182731

upgpkg: linux-lts 3.0.73-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |   14 --
 linux-lts.install |2 +-
 2 files changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 13:43:21 UTC (rev 182730)
+++ PKGBUILD2013-04-13 15:31:06 UTC (rev 182731)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.72
+pkgver=3.0.73
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -22,10 +22,9 @@
 'i915-fix-ghost-tv-output.patch'
 'ext4-options.patch'
 'module-symbol-waiting-3.0.patch'
-'module-init-wait-3.0.patch'
-'ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch')
+'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'b8255a58fbdf50cea9a0fa5069e41427'
+ '475946806429c40939bbfb087ba54de0'
  '8f430189023f071f2be6aa7d3bc747d5'
  '879c8a04d02530f902ef3d6d3fc80933'
  '232b52576a62c7a333e9fe7a1e1ca359'
@@ -33,8 +32,7 @@
  '263725f20c0b9eb9c353040792d644e5'
  'c8299cf750a84e12d60b372c8ca7e1e8'
  '670931649c60fcb3ef2e0119ed532bd4'
- '8a71abc4224f575008f974a099b5cf6f'
- 'ee587972bbd35841cc0efe82db9caa7c')
+ '8a71abc4224f575008f974a099b5cf6f')
 
 _kernelname=${pkgbase#linux}
 
@@ -47,10 +45,6 @@
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
 
-  # revert i686 build breaker 3.0.72 kernel
-  if [ ${CARCH} = i686 ]; then  
-patch -Rp1 -i 
${srcdir}/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
-  fi
   # Some chips detect a ghost TV output
   # mailing list discussion: 
http://lists.freedesktop.org/archives/intel-gfx/2011-April/010371.html
   # Arch Linux bug report: FS#19234

Modified: linux-lts.install
===
--- linux-lts.install   2013-04-13 13:43:21 UTC (rev 182730)
+++ linux-lts.install   2013-04-13 15:31:06 UTC (rev 182731)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.72-1-lts
+KERNEL_VERSION=3.0.73-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-03-29 Thread Andreas Radke
Date: Friday, March 29, 2013 @ 11:54:31
  Author: andyrtr
Revision: 180979

upgpkg: linux-lts 3.0.71-1

upstream update 3.0.71

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 10:06:34 UTC (rev 180978)
+++ PKGBUILD2013-03-29 10:54:31 UTC (rev 180979)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.70
+pkgver=3.0.71
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '617c8e29b86efc412496584b4a6b909c'
+ '33df614a5ee70e5aa2d39fc8afd16a1d'
  'a8c2f7618f3cc6689e1bea32692b72f5'
  '4925d736212481eb1f7b318ef9e8b95f'
  '232b52576a62c7a333e9fe7a1e1ca359'

Modified: linux-lts.install
===
--- linux-lts.install   2013-03-29 10:06:34 UTC (rev 180978)
+++ linux-lts.install   2013-03-29 10:54:31 UTC (rev 180979)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.70-1-lts
+KERNEL_VERSION=3.0.71-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-03-21 Thread Tobias Powalowski
Date: Thursday, March 21, 2013 @ 08:53:18
  Author: tpowa
Revision: 180408

upgpkg: linux-lts 3.0.70-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 07:27:08 UTC (rev 180407)
+++ PKGBUILD2013-03-21 07:53:18 UTC (rev 180408)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.69
+pkgver=3.0.70
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '4dcef62f3ac067ae1946d945f1b98f77'
+ '617c8e29b86efc412496584b4a6b909c'
  'a8c2f7618f3cc6689e1bea32692b72f5'
  '4925d736212481eb1f7b318ef9e8b95f'
  '232b52576a62c7a333e9fe7a1e1ca359'

Modified: linux-lts.install
===
--- linux-lts.install   2013-03-21 07:27:08 UTC (rev 180407)
+++ linux-lts.install   2013-03-21 07:53:18 UTC (rev 180408)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.69-1-lts
+KERNEL_VERSION=3.0.70-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-03-15 Thread Tobias Powalowski
Date: Friday, March 15, 2013 @ 10:48:23
  Author: tpowa
Revision: 180056

upgpkg: linux-lts 3.0.69-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |6 +++---
 linux-lts.install |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-15 08:11:16 UTC (rev 180055)
+++ PKGBUILD2013-03-15 09:48:23 UTC (rev 180056)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.68
+pkgver=3.0.69
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,11 +24,11 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '4f56b1b1feac489242545448c9efab8f'
+ '4dcef62f3ac067ae1946d945f1b98f77'
  'a8c2f7618f3cc6689e1bea32692b72f5'
  '4925d736212481eb1f7b318ef9e8b95f'
  '232b52576a62c7a333e9fe7a1e1ca359'
- '9d3c56a4b999c8bfbd4018089a62f662'
+ 'f3def2cefdcbb954c21d8505d23cc83c'
  '263725f20c0b9eb9c353040792d644e5'
  'c8299cf750a84e12d60b372c8ca7e1e8'
  '670931649c60fcb3ef2e0119ed532bd4'

Modified: linux-lts.install
===
--- linux-lts.install   2013-03-15 08:11:16 UTC (rev 180055)
+++ linux-lts.install   2013-03-15 09:48:23 UTC (rev 180056)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.68-1-lts
+KERNEL_VERSION=3.0.69-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-03-04 Thread Tobias Powalowski
Date: Monday, March 4, 2013 @ 18:14:18
  Author: tpowa
Revision: 179286

upgpkg: linux-lts 3.0.68-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 17:13:36 UTC (rev 179285)
+++ PKGBUILD2013-03-04 17:14:18 UTC (rev 179286)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.67
+pkgver=3.0.68
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '67828aedb924b6f0d44176087ba76f1f'
+ '4f56b1b1feac489242545448c9efab8f'
  'a8c2f7618f3cc6689e1bea32692b72f5'
  '4925d736212481eb1f7b318ef9e8b95f'
  '232b52576a62c7a333e9fe7a1e1ca359'

Modified: linux-lts.install
===
--- linux-lts.install   2013-03-04 17:13:36 UTC (rev 179285)
+++ linux-lts.install   2013-03-04 17:14:18 UTC (rev 179286)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.67-1-lts
+KERNEL_VERSION=3.0.68-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-03-03 Thread Andreas Radke
Date: Sunday, March 3, 2013 @ 16:52:54
  Author: andyrtr
Revision: 179096

upgpkg: linux-lts 3.0.67-1

upstream update 3.0.67

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 15:14:27 UTC (rev 179095)
+++ PKGBUILD2013-03-03 15:52:54 UTC (rev 179096)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.66
+pkgver=3.0.67
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'f94341436cb2b269e639ad28236959fd'
+ '67828aedb924b6f0d44176087ba76f1f'
  'a8c2f7618f3cc6689e1bea32692b72f5'
  '4925d736212481eb1f7b318ef9e8b95f'
  '232b52576a62c7a333e9fe7a1e1ca359'

Modified: linux-lts.install
===
--- linux-lts.install   2013-03-03 15:14:27 UTC (rev 179095)
+++ linux-lts.install   2013-03-03 15:52:54 UTC (rev 179096)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.66-1-lts
+KERNEL_VERSION=3.0.67-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-02-21 Thread Tobias Powalowski
Date: Thursday, February 21, 2013 @ 23:37:33
  Author: tpowa
Revision: 178426

upgpkg: linux-lts 3.0.66-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-21 21:52:49 UTC (rev 178425)
+++ PKGBUILD2013-02-21 22:37:33 UTC (rev 178426)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.65
+pkgver=3.0.66
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'ea1f38bc0644122831a229556e055e0d'
+ 'f94341436cb2b269e639ad28236959fd'
  'a8c2f7618f3cc6689e1bea32692b72f5'
  '4925d736212481eb1f7b318ef9e8b95f'
  '232b52576a62c7a333e9fe7a1e1ca359'

Modified: linux-lts.install
===
--- linux-lts.install   2013-02-21 21:52:49 UTC (rev 178425)
+++ linux-lts.install   2013-02-21 22:37:33 UTC (rev 178426)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.65-1-lts
+KERNEL_VERSION=3.0.66-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-02-17 Thread Evangelos Foutras
Date: Monday, February 18, 2013 @ 01:59:48
  Author: foutrelis
Revision: 178204

upgpkg: linux-lts 3.0.65-1

New upstream release.

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-18 00:59:19 UTC (rev 178203)
+++ PKGBUILD2013-02-18 00:59:48 UTC (rev 178204)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.64
+pkgver=3.0.65
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'dd04b4e73d99bd13d503003970a099ae'
+ 'ea1f38bc0644122831a229556e055e0d'
  'a8c2f7618f3cc6689e1bea32692b72f5'
  '4925d736212481eb1f7b318ef9e8b95f'
  '232b52576a62c7a333e9fe7a1e1ca359'

Modified: linux-lts.install
===
--- linux-lts.install   2013-02-18 00:59:19 UTC (rev 178203)
+++ linux-lts.install   2013-02-18 00:59:48 UTC (rev 178204)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.64-1-lts
+KERNEL_VERSION=3.0.65-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-02-14 Thread Evangelos Foutras
Date: Friday, February 15, 2013 @ 03:56:13
  Author: foutrelis
Revision: 178066

upgpkg: linux-lts 3.0.64-1

New upstream release.

Modified:
  linux-lts/trunk/PKGBUILD  (contents, properties)
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |6 +++---
 linux-lts.install |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-15 02:40:45 UTC (rev 178065)
+++ PKGBUILD2013-02-15 02:56:13 UTC (rev 178066)
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 130991 2011-07-09 12:23:51Z thomas $
+# $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.63
+pkgver=3.0.64
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'd51e51287d9b97508643792e7869acb4'
+ 'dd04b4e73d99bd13d503003970a099ae'
  'a8c2f7618f3cc6689e1bea32692b72f5'
  '4925d736212481eb1f7b318ef9e8b95f'
  '232b52576a62c7a333e9fe7a1e1ca359'


Property changes on: linux-lts/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Modified: linux-lts.install
===
--- linux-lts.install   2013-02-15 02:40:45 UTC (rev 178065)
+++ linux-lts.install   2013-02-15 02:56:13 UTC (rev 178066)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.63-1-lts
+KERNEL_VERSION=3.0.64-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-02-11 Thread Evangelos Foutras
Date: Monday, February 11, 2013 @ 20:10:53
  Author: foutrelis
Revision: 177935

upgpkg: linux-lts 3.0.63-1

New upstream release.

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-11 19:10:09 UTC (rev 177934)
+++ PKGBUILD2013-02-11 19:10:53 UTC (rev 177935)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.62
+pkgver=3.0.63
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'b0c86830c65280b02223fd8fff8aec08'
+ 'd51e51287d9b97508643792e7869acb4'
  'a8c2f7618f3cc6689e1bea32692b72f5'
  '4925d736212481eb1f7b318ef9e8b95f'
  '232b52576a62c7a333e9fe7a1e1ca359'

Modified: linux-lts.install
===
--- linux-lts.install   2013-02-11 19:10:09 UTC (rev 177934)
+++ linux-lts.install   2013-02-11 19:10:53 UTC (rev 177935)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.62-1-lts
+KERNEL_VERSION=3.0.63-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-02-04 Thread Tobias Powalowski
Date: Monday, February 4, 2013 @ 11:47:17
  Author: tpowa
Revision: 177022

upgpkg: linux-lts 3.0.62-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |9 +
 linux-lts.install |2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 09:31:16 UTC (rev 177021)
+++ PKGBUILD2013-02-04 10:47:17 UTC (rev 177022)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.61
+pkgver=3.0.62
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,15 +24,16 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'a156c74debcfac86ff5fcd27a83ea40b'
- '0039c38ffa0565161b8d014baba12853'
- '5dd73b3abaa481ef0e3ad423e043c0ab'
+ 'b0c86830c65280b02223fd8fff8aec08'
+ 'a8c2f7618f3cc6689e1bea32692b72f5'
+ '4925d736212481eb1f7b318ef9e8b95f'
  '232b52576a62c7a333e9fe7a1e1ca359'
  '9d3c56a4b999c8bfbd4018089a62f662'
  '263725f20c0b9eb9c353040792d644e5'
  'c8299cf750a84e12d60b372c8ca7e1e8'
  '670931649c60fcb3ef2e0119ed532bd4'
  '8a71abc4224f575008f974a099b5cf6f')
+
 _kernelname=${pkgbase#linux}
 
 build() {

Modified: linux-lts.install
===
--- linux-lts.install   2013-02-04 09:31:16 UTC (rev 177021)
+++ linux-lts.install   2013-02-04 10:47:17 UTC (rev 177022)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.61-1-lts
+KERNEL_VERSION=3.0.62-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-01-28 Thread Tobias Powalowski
Date: Monday, January 28, 2013 @ 12:12:43
  Author: tpowa
Revision: 176265

upgpkg: linux-lts 3.0.61-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |9 -
 linux-lts.install |2 +-
 2 files changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-28 10:44:16 UTC (rev 176264)
+++ PKGBUILD2013-01-28 11:12:43 UTC (rev 176265)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.60
+pkgver=3.0.61
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,16 +24,15 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '8c5284481aa9efac193bc1b2f6a42b73'
- 'db663665a42cac29ee1f3323d9f4219e'
- '7a48063a23fc1a0cd30cf79b701dca97'
+ 'a156c74debcfac86ff5fcd27a83ea40b'
+ '0039c38ffa0565161b8d014baba12853'
+ '5dd73b3abaa481ef0e3ad423e043c0ab'
  '232b52576a62c7a333e9fe7a1e1ca359'
  '9d3c56a4b999c8bfbd4018089a62f662'
  '263725f20c0b9eb9c353040792d644e5'
  'c8299cf750a84e12d60b372c8ca7e1e8'
  '670931649c60fcb3ef2e0119ed532bd4'
  '8a71abc4224f575008f974a099b5cf6f')
-
 _kernelname=${pkgbase#linux}
 
 build() {

Modified: linux-lts.install
===
--- linux-lts.install   2013-01-28 10:44:16 UTC (rev 176264)
+++ linux-lts.install   2013-01-28 11:12:43 UTC (rev 176265)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.60-1-lts
+KERNEL_VERSION=3.0.61-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-01-22 Thread tpowa
Date: Tuesday, January 22, 2013 @ 09:29:33
  Author: tpowa
Revision: 175825

upgpkg: linux-lts 3.0.60-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |5 +++--
 linux-lts.install |2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-22 08:27:36 UTC (rev 175824)
+++ PKGBUILD2013-01-22 08:29:33 UTC (rev 175825)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.59
+pkgver=3.0.60
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'a77456a5b0714202171288109c0b34ed'
+ '8c5284481aa9efac193bc1b2f6a42b73'
  'db663665a42cac29ee1f3323d9f4219e'
  '7a48063a23fc1a0cd30cf79b701dca97'
  '232b52576a62c7a333e9fe7a1e1ca359'
@@ -33,6 +33,7 @@
  'c8299cf750a84e12d60b372c8ca7e1e8'
  '670931649c60fcb3ef2e0119ed532bd4'
  '8a71abc4224f575008f974a099b5cf6f')
+
 _kernelname=${pkgbase#linux}
 
 build() {

Modified: linux-lts.install
===
--- linux-lts.install   2013-01-22 08:27:36 UTC (rev 175824)
+++ linux-lts.install   2013-01-22 08:29:33 UTC (rev 175825)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.59-1-lts
+KERNEL_VERSION=3.0.60-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-01-17 Thread Tobias Powalowski
Date: Thursday, January 17, 2013 @ 14:54:39
  Author: tpowa
Revision: 175515

upgpkg: linux-lts 3.0.59-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |5 ++---
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-17 19:32:04 UTC (rev 175514)
+++ PKGBUILD2013-01-17 19:54:39 UTC (rev 175515)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.58
+pkgver=3.0.59
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'ba96bc67a5fcbf866bf01a59907da04d'
+ 'a77456a5b0714202171288109c0b34ed'
  'db663665a42cac29ee1f3323d9f4219e'
  '7a48063a23fc1a0cd30cf79b701dca97'
  '232b52576a62c7a333e9fe7a1e1ca359'
@@ -33,7 +33,6 @@
  'c8299cf750a84e12d60b372c8ca7e1e8'
  '670931649c60fcb3ef2e0119ed532bd4'
  '8a71abc4224f575008f974a099b5cf6f')
-
 _kernelname=${pkgbase#linux}
 
 build() {

Modified: linux-lts.install
===
--- linux-lts.install   2013-01-17 19:32:04 UTC (rev 175514)
+++ linux-lts.install   2013-01-17 19:54:39 UTC (rev 175515)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.58-1-lts
+KERNEL_VERSION=3.0.59-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2013-01-12 Thread Tobias Powalowski
Date: Saturday, January 12, 2013 @ 05:27:12
  Author: tpowa
Revision: 175053

upgpkg: linux-lts 3.0.58-1

bump to latest version, added CONFIG_ARPD, added CONFIG_DYNAMIC_DEBUG

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |8 
 linux-lts.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-12 10:23:37 UTC (rev 175052)
+++ PKGBUILD2013-01-12 10:27:12 UTC (rev 175053)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.57
+pkgver=3.0.58
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,9 +24,9 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'ec95efbcf6399d0c3fd64c89fd91bef8'
- 'af692c789cae37d98a8927cc8f5842bf'
- '5307498e3164b48ce7ed2ae70c6e80f3'
+ 'ba96bc67a5fcbf866bf01a59907da04d'
+ 'db663665a42cac29ee1f3323d9f4219e'
+ '7a48063a23fc1a0cd30cf79b701dca97'
  '232b52576a62c7a333e9fe7a1e1ca359'
  '9d3c56a4b999c8bfbd4018089a62f662'
  '263725f20c0b9eb9c353040792d644e5'

Modified: linux-lts.install
===
--- linux-lts.install   2013-01-12 10:23:37 UTC (rev 175052)
+++ linux-lts.install   2013-01-12 10:27:12 UTC (rev 175053)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.57-1-lts
+KERNEL_VERSION=3.0.58-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-12-18 Thread Tobias Powalowski
Date: Tuesday, December 18, 2012 @ 08:43:52
  Author: tpowa
Revision: 173306

upgpkg: linux-lts 3.0.57-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-18 13:42:38 UTC (rev 173305)
+++ PKGBUILD2012-12-18 13:43:52 UTC (rev 173306)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.56
+pkgver=3.0.57
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '99ced08688dd44774b6ef685a6b5985e'
+ 'ec95efbcf6399d0c3fd64c89fd91bef8'
  'af692c789cae37d98a8927cc8f5842bf'
  '5307498e3164b48ce7ed2ae70c6e80f3'
  '232b52576a62c7a333e9fe7a1e1ca359'

Modified: linux-lts.install
===
--- linux-lts.install   2012-12-18 13:42:38 UTC (rev 173305)
+++ linux-lts.install   2012-12-18 13:43:52 UTC (rev 173306)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.56-1-lts
+KERNEL_VERSION=3.0.57-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-12-11 Thread Tobias Powalowski
Date: Tuesday, December 11, 2012 @ 09:41:28
  Author: tpowa
Revision: 173126

upgpkg: linux-lts 3.0.56-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |   14 --
 linux-lts.install |2 +-
 2 files changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-11 13:33:12 UTC (rev 173125)
+++ PKGBUILD2012-12-11 14:41:28 UTC (rev 173126)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.54
+pkgver=3.0.56
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -22,10 +22,9 @@
 'i915-fix-ghost-tv-output.patch'
 'ext4-options.patch'
 'module-symbol-waiting-3.0.patch'
-'module-init-wait-3.0.patch'
-'3.0.54-ptrace-i686-build.patch')
+'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '27d8d645091a979988ee4eba100dedd8'
+ '99ced08688dd44774b6ef685a6b5985e'
  'af692c789cae37d98a8927cc8f5842bf'
  '5307498e3164b48ce7ed2ae70c6e80f3'
  '232b52576a62c7a333e9fe7a1e1ca359'
@@ -33,8 +32,7 @@
  '263725f20c0b9eb9c353040792d644e5'
  'c8299cf750a84e12d60b372c8ca7e1e8'
  '670931649c60fcb3ef2e0119ed532bd4'
- '8a71abc4224f575008f974a099b5cf6f'
- '80889d526d86e516757b52fc99dca64d')
+ '8a71abc4224f575008f974a099b5cf6f')
 
 _kernelname=${pkgbase#linux}
 
@@ -70,10 +68,6 @@
   patch -Np1 -i ${srcdir}/module-symbol-waiting-3.0.patch
   patch -Np1 -i ${srcdir}/module-init-wait-3.0.patch
 
-  # fix building on i686 platform
-  # 
https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=commitdiff;h=051d62f6f239a9427fcab244a310610ed8bedb43
-  patch -Np1 -i ${srcdir}/3.0.54-ptrace-i686-build.patch
-
   if [ ${CARCH} = x86_64 ]; then
 cat ${srcdir}/config.x86_64  ./.config
   else

Modified: linux-lts.install
===
--- linux-lts.install   2012-12-11 13:33:12 UTC (rev 173125)
+++ linux-lts.install   2012-12-11 14:41:28 UTC (rev 173126)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.54-1-lts
+KERNEL_VERSION=3.0.56-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-11-26 Thread Tobias Powalowski
Date: Tuesday, November 27, 2012 @ 02:34:24
  Author: tpowa
Revision: 172047

upgpkg: linux-lts 3.0.53-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |   22 +++---
 linux-lts.install |2 +-
 2 files changed, 12 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-27 07:10:29 UTC (rev 172046)
+++ PKGBUILD2012-11-27 07:34:24 UTC (rev 172047)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.52
+pkgver=3.0.53
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -23,6 +23,16 @@
 'ext4-options.patch'
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
+md5sums=('ecf932280e2441bdd992423ef3d55f8f'
+ '3205185e2806019e0d236a14e96ab83a'
+ 'edc668eef98c6795fbdbc7efd755d9bb'
+ '6ec56de185c2a3a24e234ddc0915049a'
+ '232b52576a62c7a333e9fe7a1e1ca359'
+ '9d3c56a4b999c8bfbd4018089a62f662'
+ '263725f20c0b9eb9c353040792d644e5'
+ 'c8299cf750a84e12d60b372c8ca7e1e8'
+ '670931649c60fcb3ef2e0119ed532bd4'
+ '8a71abc4224f575008f974a099b5cf6f')
 
 _kernelname=${pkgbase#linux}
 
@@ -305,13 +315,3 @@
 done
 
 # vim:set ts=8 sts=2 sw=2 et:
-md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '71d2032e6bbcbc993795189771136b02'
- 'edc668eef98c6795fbdbc7efd755d9bb'
- '6ec56de185c2a3a24e234ddc0915049a'
- '232b52576a62c7a333e9fe7a1e1ca359'
- '9d3c56a4b999c8bfbd4018089a62f662'
- '263725f20c0b9eb9c353040792d644e5'
- 'c8299cf750a84e12d60b372c8ca7e1e8'
- '670931649c60fcb3ef2e0119ed532bd4'
- '8a71abc4224f575008f974a099b5cf6f')

Modified: linux-lts.install
===
--- linux-lts.install   2012-11-27 07:10:29 UTC (rev 172046)
+++ linux-lts.install   2012-11-27 07:34:24 UTC (rev 172047)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.52-1-lts
+KERNEL_VERSION=3.0.53-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-11-19 Thread Tobias Powalowski
Date: Monday, November 19, 2012 @ 07:48:33
  Author: tpowa
Revision: 171593

upgpkg: linux-lts 3.0.52-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |   22 +++---
 linux-lts.install |2 +-
 2 files changed, 12 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-19 12:46:35 UTC (rev 171592)
+++ PKGBUILD2012-11-19 12:48:33 UTC (rev 171593)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.51
+pkgver=3.0.52
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -23,16 +23,6 @@
 'ext4-options.patch'
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
-md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '56cb3c09fefc33eb6e2352e0a9af8fbd'
- 'edc668eef98c6795fbdbc7efd755d9bb'
- '6ec56de185c2a3a24e234ddc0915049a'
- '232b52576a62c7a333e9fe7a1e1ca359'
- '9d3c56a4b999c8bfbd4018089a62f662'
- '263725f20c0b9eb9c353040792d644e5'
- 'c8299cf750a84e12d60b372c8ca7e1e8'
- '670931649c60fcb3ef2e0119ed532bd4'
- '8a71abc4224f575008f974a099b5cf6f')
 
 _kernelname=${pkgbase#linux}
 
@@ -315,3 +305,13 @@
 done
 
 # vim:set ts=8 sts=2 sw=2 et:
+md5sums=('ecf932280e2441bdd992423ef3d55f8f'
+ '71d2032e6bbcbc993795189771136b02'
+ 'edc668eef98c6795fbdbc7efd755d9bb'
+ '6ec56de185c2a3a24e234ddc0915049a'
+ '232b52576a62c7a333e9fe7a1e1ca359'
+ '9d3c56a4b999c8bfbd4018089a62f662'
+ '263725f20c0b9eb9c353040792d644e5'
+ 'c8299cf750a84e12d60b372c8ca7e1e8'
+ '670931649c60fcb3ef2e0119ed532bd4'
+ '8a71abc4224f575008f974a099b5cf6f')

Modified: linux-lts.install
===
--- linux-lts.install   2012-11-19 12:46:35 UTC (rev 171592)
+++ linux-lts.install   2012-11-19 12:48:33 UTC (rev 171593)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.51-1-lts
+KERNEL_VERSION=3.0.52-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-11-05 Thread Tobias Powalowski
Date: Monday, November 5, 2012 @ 08:48:13
  Author: tpowa
Revision: 170216

upgpkg: linux-lts 3.0.51-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-05 13:38:18 UTC (rev 170215)
+++ PKGBUILD2012-11-05 13:48:13 UTC (rev 170216)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.50
+pkgver=3.0.51
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '3884b511906cd45e21619aabf43769e1'
+ '56cb3c09fefc33eb6e2352e0a9af8fbd'
  'edc668eef98c6795fbdbc7efd755d9bb'
  '6ec56de185c2a3a24e234ddc0915049a'
  '232b52576a62c7a333e9fe7a1e1ca359'

Modified: linux-lts.install
===
--- linux-lts.install   2012-11-05 13:38:18 UTC (rev 170215)
+++ linux-lts.install   2012-11-05 13:48:13 UTC (rev 170216)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.50-1-lts
+KERNEL_VERSION=3.0.51-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-11-01 Thread Tobias Powalowski
Date: Thursday, November 1, 2012 @ 04:41:47
  Author: tpowa
Revision: 170092

upgpkg: linux-lts 3.0.50-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-01 08:20:49 UTC (rev 170091)
+++ PKGBUILD2012-11-01 08:41:47 UTC (rev 170092)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.49
+pkgver=3.0.50
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '1784e466bd772e8b947662cbfc9515d5'
+ '3884b511906cd45e21619aabf43769e1'
  'edc668eef98c6795fbdbc7efd755d9bb'
  '6ec56de185c2a3a24e234ddc0915049a'
  '232b52576a62c7a333e9fe7a1e1ca359'

Modified: linux-lts.install
===
--- linux-lts.install   2012-11-01 08:20:49 UTC (rev 170091)
+++ linux-lts.install   2012-11-01 08:41:47 UTC (rev 170092)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.49-1-lts
+KERNEL_VERSION=3.0.50-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-10-29 Thread Tobias Powalowski
Date: Monday, October 29, 2012 @ 13:38:12
  Author: tpowa
Revision: 169794

upgpkg: linux-lts 3.0.49-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-29 14:31:10 UTC (rev 169793)
+++ PKGBUILD2012-10-29 17:38:12 UTC (rev 169794)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.48
+pkgver=3.0.49
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'dad754b161b631ca87898b06e226d957'
+ '1784e466bd772e8b947662cbfc9515d5'
  'edc668eef98c6795fbdbc7efd755d9bb'
  '6ec56de185c2a3a24e234ddc0915049a'
  '232b52576a62c7a333e9fe7a1e1ca359'

Modified: linux-lts.install
===
--- linux-lts.install   2012-10-29 14:31:10 UTC (rev 169793)
+++ linux-lts.install   2012-10-29 17:38:12 UTC (rev 169794)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.48-1-lts
+KERNEL_VERSION=3.0.49-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-10-23 Thread Tobias Powalowski
Date: Tuesday, October 23, 2012 @ 03:02:46
  Author: tpowa
Revision: 169527

upgpkg: linux-lts 3.0.48-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |6 +++---
 linux-lts.install |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-23 05:11:09 UTC (rev 169526)
+++ PKGBUILD2012-10-23 07:02:46 UTC (rev 169527)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.47
+pkgver=3.0.48
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'c198c3b3e5ffa605c3148855403a67e7'
+ 'dad754b161b631ca87898b06e226d957'
  'edc668eef98c6795fbdbc7efd755d9bb'
  '6ec56de185c2a3a24e234ddc0915049a'
  '232b52576a62c7a333e9fe7a1e1ca359'
@@ -314,4 +314,4 @@
   }
 done
 
-# vim:set ts=8 sts=2 sw=2 et:
\ No newline at end of file
+# vim:set ts=8 sts=2 sw=2 et:

Modified: linux-lts.install
===
--- linux-lts.install   2012-10-23 05:11:09 UTC (rev 169526)
+++ linux-lts.install   2012-10-23 07:02:46 UTC (rev 169527)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.47-1-lts
+KERNEL_VERSION=3.0.48-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-10-13 Thread Tobias Powalowski
Date: Saturday, October 13, 2012 @ 02:22:04
  Author: tpowa
Revision: 168521

upgpkg: linux-lts 3.0.46-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-13 05:48:33 UTC (rev 168520)
+++ PKGBUILD2012-10-13 06:22:04 UTC (rev 168521)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.45
+pkgver=3.0.46
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -22,7 +22,7 @@
 'i915-fix-ghost-tv-output.patch'
 'ext4-options.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '9c9cbcda0b20bbaec184dacc148bbfac'
+ '8dffb7415b134a5628c4cdbe9b8a3834'
  'edc668eef98c6795fbdbc7efd755d9bb'
  '6ec56de185c2a3a24e234ddc0915049a'
  '232b52576a62c7a333e9fe7a1e1ca359'

Modified: linux-lts.install
===
--- linux-lts.install   2012-10-13 05:48:33 UTC (rev 168520)
+++ linux-lts.install   2012-10-13 06:22:04 UTC (rev 168521)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.45-1-lts
+KERNEL_VERSION=3.0.46-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-10-08 Thread Tobias Powalowski
Date: Monday, October 8, 2012 @ 03:00:25
  Author: tpowa
Revision: 168301

upgpkg: linux-lts 3.0.45-1

bump to 3.0.45

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |5 +++--
 linux-lts.install |2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-08 05:33:09 UTC (rev 168300)
+++ PKGBUILD2012-10-08 07:00:25 UTC (rev 168301)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.44
+pkgver=3.0.45
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -22,13 +22,14 @@
 'i915-fix-ghost-tv-output.patch'
 'ext4-options.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '40c025955a919e7574f93be34eedcdcf'
+ '9c9cbcda0b20bbaec184dacc148bbfac'
  'edc668eef98c6795fbdbc7efd755d9bb'
  '6ec56de185c2a3a24e234ddc0915049a'
  '232b52576a62c7a333e9fe7a1e1ca359'
  '9d3c56a4b999c8bfbd4018089a62f662'
  '263725f20c0b9eb9c353040792d644e5'
  'c8299cf750a84e12d60b372c8ca7e1e8')
+
 _kernelname=${pkgbase#linux}
 
 build() {

Modified: linux-lts.install
===
--- linux-lts.install   2012-10-08 05:33:09 UTC (rev 168300)
+++ linux-lts.install   2012-10-08 07:00:25 UTC (rev 168301)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.44-1-lts
+KERNEL_VERSION=3.0.45-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-08-27 Thread Tobias Powalowski
Date: Monday, August 27, 2012 @ 15:17:54
  Author: tpowa
Revision: 165630

upgpkg: linux-lts 3.0.42-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-27 14:07:30 UTC (rev 165629)
+++ PKGBUILD2012-08-27 19:17:54 UTC (rev 165630)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.41
+pkgver=3.0.42
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -22,7 +22,7 @@
 'i915-fix-ghost-tv-output.patch'
 'ext4-options.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'd69fa97ae3146f70b981e68ba730b9d3'
+ '960499b022c901b78d8dfee92edece8d'
  '4a1f362f9e99e6276d43ffef1e1ff5ea'
  'a407fe1dec1a421a30556500a6f94723'
  '232b52576a62c7a333e9fe7a1e1ca359'

Modified: linux-lts.install
===
--- linux-lts.install   2012-08-27 14:07:30 UTC (rev 165629)
+++ linux-lts.install   2012-08-27 19:17:54 UTC (rev 165630)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.41-1-lts
+KERNEL_VERSION=3.0.42-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-08-16 Thread Tobias Powalowski
Date: Thursday, August 16, 2012 @ 02:17:02
  Author: tpowa
Revision: 165346

upgpkg: linux-lts 3.0.41-1

bump to latest version, fixed preempt config

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |6 +++---
 linux-lts.install |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-16 02:47:11 UTC (rev 165345)
+++ PKGBUILD2012-08-16 06:17:02 UTC (rev 165346)
@@ -5,8 +5,8 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.40
-pkgrel=2
+pkgver=3.0.41
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
@@ -22,7 +22,7 @@
 'i915-fix-ghost-tv-output.patch'
 'ext4-options.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '04f02b45faaf5760e83226b6d0652c78'
+ 'd69fa97ae3146f70b981e68ba730b9d3'
  '4a1f362f9e99e6276d43ffef1e1ff5ea'
  'a407fe1dec1a421a30556500a6f94723'
  '232b52576a62c7a333e9fe7a1e1ca359'

Modified: linux-lts.install
===
--- linux-lts.install   2012-08-16 02:47:11 UTC (rev 165345)
+++ linux-lts.install   2012-08-16 06:17:02 UTC (rev 165346)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.40-1-lts
+KERNEL_VERSION=3.0.41-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-08-10 Thread Tobias Powalowski
Date: Friday, August 10, 2012 @ 02:17:11
  Author: tpowa
Revision: 165084

upgpkg: linux-lts 3.0.40-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |   10 +-
 linux-lts.install |2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-10 05:02:43 UTC (rev 165083)
+++ PKGBUILD2012-08-10 06:17:11 UTC (rev 165084)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.39
+pkgver=3.0.40
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -21,17 +21,17 @@
 'change-default-console-loglevel.patch'
 'i915-fix-ghost-tv-output.patch'
 'ext4-options.patch')
+
+_kernelname=${pkgbase#linux}
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '13b89c534d8d1d54bd9491e4091c62e4'
+ '04f02b45faaf5760e83226b6d0652c78'
  '21212e087a3773684cee515e520046e1'
  '245a3f41b7dd5cce1f93294489c83212'
- 'e1e1b5004323eb1975d71568ccaf1e1b'
+ '232b52576a62c7a333e9fe7a1e1ca359'
  '9d3c56a4b999c8bfbd4018089a62f662'
  '263725f20c0b9eb9c353040792d644e5'
  'c8299cf750a84e12d60b372c8ca7e1e8')
 
-_kernelname=${pkgbase#linux}
-
 build() {
   cd ${srcdir}/${_srcname}
 

Modified: linux-lts.install
===
--- linux-lts.install   2012-08-10 05:02:43 UTC (rev 165083)
+++ linux-lts.install   2012-08-10 06:17:11 UTC (rev 165084)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.39-1-lts
+KERNEL_VERSION=3.0.40-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install linux-lts.preset)

2012-08-08 Thread Jan Steffens
Date: Wednesday, August 8, 2012 @ 12:50:11
  Author: heftig
Revision: 165004

simplify custom kernels FS#30863, fix grub2 pkgname

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install
  linux-lts/trunk/linux-lts.preset

---+
 PKGBUILD  |   98 +++-
 linux-lts.install |2 -
 linux-lts.preset  |2 -
 3 files changed, 61 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-08 16:01:32 UTC (rev 165003)
+++ PKGBUILD2012-08-08 16:50:11 UTC (rev 165004)
@@ -2,24 +2,22 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 # Maintainer: Thomas Baechler tho...@archlinux.org
 
-pkgbase=linux-lts
-pkgname=('linux-lts' 'linux-lts-headers') # Build stock -ARCH kernel
-# pkgname=linux-custom   # Build kernel with a different name
-_kernelname=${pkgname#linux}
-_basekernel=3.0
-pkgver=${_basekernel}.39
+pkgbase=linux-lts   # Build stock -lts kernel
+#pkgbase=linux-custom   # Build kernel with a different name
+_srcname=linux-3.0
+pkgver=3.0.39
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
 makedepends=('xmlto' 'docbook-xsl')
 options=('!strip')
-source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.0.tar.xz;
+source=(http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz;
 http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz;
 # the main kernel config files
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
-${pkgname}.preset
+'linux-lts.preset'
 'change-default-console-loglevel.patch'
 'i915-fix-ghost-tv-output.patch'
 'ext4-options.patch')
@@ -32,8 +30,10 @@
  '263725f20c0b9eb9c353040792d644e5'
  'c8299cf750a84e12d60b372c8ca7e1e8')
 
+_kernelname=${pkgbase#linux}
+
 build() {
-  cd ${srcdir}/linux-${_basekernel}
+  cd ${srcdir}/${_srcname}
 
   # add upstream patch
   patch -p1 -i ${srcdir}/patch-${pkgver}
@@ -67,6 +67,7 @@
 
   if [ ${_kernelname} !=  ]; then
 sed -i s|CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=\${_kernelname}\|g 
./.config
+sed -i s|CONFIG_LOCALVERSION_AUTO=.*|CONFIG_LOCALVERSION_AUTO=n| 
./.config
   fi
 
   # set extraversion to pkgrel
@@ -86,56 +87,66 @@
   #make oldconfig # using old config from previous kernel version
   # ... or manually edit .config
 
+  # rewrite configuration
+  yes  | make config /dev/null
+
+  # save configuration for later reuse
+  if [ ${CARCH} = x86_64 ]; then
+cat .config  ${startdir}/config.x86_64.last
+  else
+cat .config  ${startdir}/config.last
+  fi
+
   
   # stop here
   # this is useful to configure the kernel
-  #msg Stopping build
-  #return 1
+  #msg Stopping build; return 1
   
 
-  yes  | make config
-
   # build!
-  make ${MAKEFLAGS} bzImage modules
+  make ${MAKEFLAGS} LOCALVERSION= bzImage modules
 }
 
-package_linux-lts() {
-  pkgdesc=The Linux Kernel and modules - stable longtime supported kernel 
package suitable for servers
+_package() {
+  pkgdesc=The ${pkgbase} kernel and modules - stable longtime supported 
kernel package suitable for servers
   depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio=0.7')
   optdepends=('crda: to set the correct wireless channels of your country')
-  provides=('kernel26-lts')
-  conflicts=('kernel26-lts')
-  replaces=('kernel26-lts' 'nouveau-drm-lts')
-  backup=(etc/mkinitcpio.d/${pkgname}.preset)
-  install=${pkgname}.install
+  provides=(kernel26${_kernelname}=${pkgver})
+  conflicts=(kernel26${_kernelname})
+  replaces=(kernel26${_kernelname} nouveau-drm${_kernelname})
+  backup=(etc/mkinitcpio.d/${pkgbase}.preset)
+  install=linux-lts.install
 
-  cd ${srcdir}/linux-${_basekernel}
+  cd ${srcdir}/${_srcname}
 
   KARCH=x86
 
   # get kernel version
-  _kernver=$(make kernelrelease)
+  _kernver=$(make LOCALVERSION= kernelrelease)
+  _basekernel=${_kernver%%-*}
+  _basekernel=${_basekernel%.*}
 
   mkdir -p ${pkgdir}/{lib/modules,lib/firmware,boot}
-  make INSTALL_MOD_PATH=${pkgdir} modules_install
-  cp arch/$KARCH/boot/bzImage ${pkgdir}/boot/vmlinuz-${pkgname}
+  make LOCALVERSION= INSTALL_MOD_PATH=${pkgdir} modules_install
+  cp arch/$KARCH/boot/bzImage ${pkgdir}/boot/vmlinuz-${pkgbase}
 
   # add vmlinux
   install -D -m644 vmlinux ${pkgdir}/usr/src/linux-${_kernver}/vmlinux
 
   # install fallback mkinitcpio.conf file and preset file for kernel
-  install -D -m644 ${srcdir}/${pkgname}.preset 
${pkgdir}/etc/mkinitcpio.d/${pkgname}.preset
+  install -D -m644 ${srcdir}/linux-lts.preset 
${pkgdir}/etc/mkinitcpio.d/${pkgbase}.preset
 
   # set correct depmod command for install
   sed \
--e  s/KERNEL_NAME=.*/KERNEL_NAME=${_kernelname}/g \
--e  s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g \
--i ${startdir}/${pkgname}.install
+-e  

[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-07-20 Thread Tobias Powalowski
Date: Friday, July 20, 2012 @ 03:50:23
  Author: tpowa
Revision: 163790

upgpkg: linux-lts 3.0.38-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-20 07:50:10 UTC (rev 163789)
+++ PKGBUILD2012-07-20 07:50:23 UTC (rev 163790)
@@ -7,7 +7,7 @@
 # pkgname=linux-custom   # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.0
-pkgver=${_basekernel}.37
+pkgver=${_basekernel}.38
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'i915-fix-ghost-tv-output.patch'
 'ext4-options.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'dd3a8dc62c5f9aaf93b19507dbce6e8a'
+ '614ee91edb11ec60b4a8d29d30df'
  'b062564a56da7b67c02d014a0a95584d'
  'f441ad868946ca2f34e739e5649985da'
  'e1e1b5004323eb1975d71568ccaf1e1b'

Modified: linux-lts.install
===
--- linux-lts.install   2012-07-20 07:50:10 UTC (rev 163789)
+++ linux-lts.install   2012-07-20 07:50:23 UTC (rev 163790)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.37-1-lts
+KERNEL_VERSION=3.0.38-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-07-17 Thread Tobias Powalowski
Date: Tuesday, July 17, 2012 @ 10:40:43
  Author: tpowa
Revision: 163631

upgpkg: linux-lts 3.0.37-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |6 +++---
 linux-lts.install |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-17 14:24:03 UTC (rev 163630)
+++ PKGBUILD2012-07-17 14:40:43 UTC (rev 163631)
@@ -7,8 +7,8 @@
 # pkgname=linux-custom   # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.0
-pkgver=${_basekernel}.36
-pkgrel=2
+pkgver=${_basekernel}.37
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
@@ -24,7 +24,7 @@
 'i915-fix-ghost-tv-output.patch'
 'ext4-options.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '3217040d0e7ec2def9d7c8c3e4436834'
+ 'dd3a8dc62c5f9aaf93b19507dbce6e8a'
  'b062564a56da7b67c02d014a0a95584d'
  'f441ad868946ca2f34e739e5649985da'
  'e1e1b5004323eb1975d71568ccaf1e1b'

Modified: linux-lts.install
===
--- linux-lts.install   2012-07-17 14:24:03 UTC (rev 163630)
+++ linux-lts.install   2012-07-17 14:40:43 UTC (rev 163631)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.36-2-lts
+KERNEL_VERSION=3.0.37-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 20:29:12
  Author: dreisner
Revision: 162921

upgpkg: linux-lts 3.0.36-2

- rebuild for /usr move
- only run depmod after compressing modules

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |   17 +
 linux-lts.install |2 +-
 2 files changed, 14 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-04 00:20:05 UTC (rev 162920)
+++ PKGBUILD2012-07-04 00:29:12 UTC (rev 162921)
@@ -8,7 +8,7 @@
 _kernelname=${pkgname#linux}
 _basekernel=3.0
 pkgver=${_basekernel}.36
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
@@ -72,6 +72,9 @@
   # set extraversion to pkgrel
   sed -ri s|^(EXTRAVERSION =).*|\1 -${pkgrel}| Makefile
 
+  # don't run depmod on 'make install'. We'll do this ourselves in packaging
+  sed -i '2iexit 0' scripts/depmod.sh
+
   # get kernel version
   make prepare
 
@@ -145,6 +148,12 @@
   # add real version for building modules and running depmod from 
post_install/upgrade
   mkdir -p 
${pkgdir}/lib/modules/extramodules-${_basekernel}${_kernelname:--ARCH}
   echo ${_kernver}  
${pkgdir}/lib/modules/extramodules-${_basekernel}${_kernelname:--ARCH}/version
+
+  # move module tree /lib - /usr/lib
+  mv $pkgdir/lib $pkgdir/usr
+
+  # Now we call depmod...
+  depmod -b $pkgdir -F System.map $_kernver
 }
 
 package_linux-lts-headers() {
@@ -153,10 +162,10 @@
   conflicts=('kernel26-lts-headers')
   replaces=('kernel26-lts-headers')
 
-  mkdir -p ${pkgdir}/lib/modules/${_kernver}
+  install -dm755 ${pkgdir}/usr/lib/modules/${_kernver}
 
-  cd ${pkgdir}/lib/modules/${_kernver}
-  ln -sf ../../../usr/src/linux-${_kernver} build
+  cd ${pkgdir}/usr/lib/modules/${_kernver}
+  ln -sf ../../../src/linux-${_kernver} build
 
   cd ${srcdir}/linux-${_basekernel}
   install -D -m644 Makefile \

Modified: linux-lts.install
===
--- linux-lts.install   2012-07-04 00:20:05 UTC (rev 162920)
+++ linux-lts.install   2012-07-04 00:29:12 UTC (rev 162921)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.36-1-lts
+KERNEL_VERSION=3.0.36-2-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-06-23 Thread Tobias Powalowski
Date: Saturday, June 23, 2012 @ 07:03:36
  Author: tpowa
Revision: 162190

upgpkg: linux-lts 3.0.36-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-23 10:27:21 UTC (rev 162189)
+++ PKGBUILD2012-06-23 11:03:36 UTC (rev 162190)
@@ -7,7 +7,7 @@
 # pkgname=linux-custom   # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.0
-pkgver=${_basekernel}.35
+pkgver=${_basekernel}.36
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'i915-fix-ghost-tv-output.patch'
 'ext4-options.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '94b6dc172a30b3803bc6740fcd6e1dab'
+ '3217040d0e7ec2def9d7c8c3e4436834'
  'b062564a56da7b67c02d014a0a95584d'
  'f441ad868946ca2f34e739e5649985da'
  'e1e1b5004323eb1975d71568ccaf1e1b'

Modified: linux-lts.install
===
--- linux-lts.install   2012-06-23 10:27:21 UTC (rev 162189)
+++ linux-lts.install   2012-06-23 11:03:36 UTC (rev 162190)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.35-1-lts
+KERNEL_VERSION=3.0.36-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-06-18 Thread Tobias Powalowski
Date: Monday, June 18, 2012 @ 04:18:32
  Author: tpowa
Revision: 161996

upgpkg: linux-lts 3.0.35-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-18 08:18:13 UTC (rev 161995)
+++ PKGBUILD2012-06-18 08:18:32 UTC (rev 161996)
@@ -7,7 +7,7 @@
 # pkgname=linux-custom   # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.0
-pkgver=${_basekernel}.34
+pkgver=${_basekernel}.35
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'i915-fix-ghost-tv-output.patch'
 'ext4-options.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '080b631fcdcb8fc1aea5ecf17c44d6a6'
+ '94b6dc172a30b3803bc6740fcd6e1dab'
  'b062564a56da7b67c02d014a0a95584d'
  'f441ad868946ca2f34e739e5649985da'
  'e1e1b5004323eb1975d71568ccaf1e1b'

Modified: linux-lts.install
===
--- linux-lts.install   2012-06-18 08:18:13 UTC (rev 161995)
+++ linux-lts.install   2012-06-18 08:18:32 UTC (rev 161996)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.34-1-lts
+KERNEL_VERSION=3.0.35-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-06-10 Thread Tobias Powalowski
Date: Sunday, June 10, 2012 @ 05:45:46
  Author: tpowa
Revision: 161363

upgpkg: linux-lts 3.0.34-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-10 09:11:36 UTC (rev 161362)
+++ PKGBUILD2012-06-10 09:45:46 UTC (rev 161363)
@@ -7,7 +7,7 @@
 # pkgname=linux-custom   # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.0
-pkgver=${_basekernel}.33
+pkgver=${_basekernel}.34
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'i915-fix-ghost-tv-output.patch'
 'ext4-options.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'd65a3fa198b7ca7270d94434a65df37b'
+ '080b631fcdcb8fc1aea5ecf17c44d6a6'
  'b062564a56da7b67c02d014a0a95584d'
  'f441ad868946ca2f34e739e5649985da'
  'e1e1b5004323eb1975d71568ccaf1e1b'

Modified: linux-lts.install
===
--- linux-lts.install   2012-06-10 09:11:36 UTC (rev 161362)
+++ linux-lts.install   2012-06-10 09:45:46 UTC (rev 161363)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.33-1-lts
+KERNEL_VERSION=3.0.34-1-lts
 
 post_install () {
   # updating module dependencies



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-05-22 Thread Tobias Powalowski
Date: Tuesday, May 22, 2012 @ 03:16:33
  Author: tpowa
Revision: 159349

upgpkg: linux-lts 3.0.32-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |   18 +-
 linux-lts.install |2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-22 02:25:46 UTC (rev 159348)
+++ PKGBUILD2012-05-22 07:16:33 UTC (rev 159349)
@@ -7,7 +7,7 @@
 # pkgname=linux-custom   # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.0
-pkgver=${_basekernel}.31
+pkgver=${_basekernel}.32
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -23,14 +23,6 @@
 'change-default-console-loglevel.patch'
 'i915-fix-ghost-tv-output.patch'
 'ext4-options.patch')
-md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '327a951ef06fb13c98648e2425748de7'
- '6535e77d8d1620af4b44552867c14060'
- '5ff53dbbeb7316f828949cde7edc0270'
- 'e1e1b5004323eb1975d71568ccaf1e1b'
- '9d3c56a4b999c8bfbd4018089a62f662'
- '263725f20c0b9eb9c353040792d644e5'
- 'c8299cf750a84e12d60b372c8ca7e1e8')
 
 build() {
   cd ${srcdir}/linux-${_basekernel}
@@ -277,3 +269,11 @@
   # remove unneeded architectures
   rm -rf 
${pkgdir}/usr/src/linux-${_kernver}/arch/{alpha,arm,arm26,avr32,blackfin,cris,frv,h8300,ia64,m32r,m68k,m68knommu,mips,microblaze,mn10300,parisc,powerpc,ppc,s390,score,sh,sh64,sparc,sparc64,tile,um,unicore32,v850,xtensa}
 }
+md5sums=('ecf932280e2441bdd992423ef3d55f8f'
+ '3f9aa37f7ec60c66c2788cebaf717f38'
+ '6535e77d8d1620af4b44552867c14060'
+ '5ff53dbbeb7316f828949cde7edc0270'
+ 'e1e1b5004323eb1975d71568ccaf1e1b'
+ '9d3c56a4b999c8bfbd4018089a62f662'
+ '263725f20c0b9eb9c353040792d644e5'
+ 'c8299cf750a84e12d60b372c8ca7e1e8')

Modified: linux-lts.install
===
--- linux-lts.install   2012-05-22 02:25:46 UTC (rev 159348)
+++ linux-lts.install   2012-05-22 07:16:33 UTC (rev 159349)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.31-1-lts
+KERNEL_VERSION=3.0.32-1-lts
 
 post_install () {
   # updating module dependencies



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-05-08 Thread Tobias Powalowski
Date: Tuesday, May 8, 2012 @ 02:14:16
  Author: tpowa
Revision: 158706

upgpkg: linux-lts 3.0.31-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |8 
 linux-lts.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-08 06:12:37 UTC (rev 158705)
+++ PKGBUILD2012-05-08 06:14:16 UTC (rev 158706)
@@ -7,8 +7,8 @@
 # pkgname=linux-custom   # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.0
-pkgver=${_basekernel}.30
-pkgrel=2
+pkgver=${_basekernel}.31
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
@@ -24,10 +24,10 @@
 'i915-fix-ghost-tv-output.patch'
 'ext4-options.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '2c4263c80710b7b8d243ebcbdcfe7b40'
+ '327a951ef06fb13c98648e2425748de7'
  '6535e77d8d1620af4b44552867c14060'
  '5ff53dbbeb7316f828949cde7edc0270'
- '21a33df5fba2da2f56e447fb171f02c0'
+ 'e1e1b5004323eb1975d71568ccaf1e1b'
  '9d3c56a4b999c8bfbd4018089a62f662'
  '263725f20c0b9eb9c353040792d644e5'
  'c8299cf750a84e12d60b372c8ca7e1e8')

Modified: linux-lts.install
===
--- linux-lts.install   2012-05-08 06:12:37 UTC (rev 158705)
+++ linux-lts.install   2012-05-08 06:14:16 UTC (rev 158706)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.30-2-lts
+KERNEL_VERSION=3.0.31-1-lts
 
 post_install () {
   # updating module dependencies



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-05-02 Thread Tobias Powalowski
Date: Wednesday, May 2, 2012 @ 13:46:15
  Author: tpowa
Revision: 158088

upgpkg: linux-lts 3.0.30-2

rebuild with fixed binutils

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |2 +-
 linux-lts.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-02 16:52:54 UTC (rev 158087)
+++ PKGBUILD2012-05-02 17:46:15 UTC (rev 158088)
@@ -8,7 +8,7 @@
 _kernelname=${pkgname#linux}
 _basekernel=3.0
 pkgver=${_basekernel}.30
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')

Modified: linux-lts.install
===
--- linux-lts.install   2012-05-02 16:52:54 UTC (rev 158087)
+++ linux-lts.install   2012-05-02 17:46:15 UTC (rev 158088)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.30-1-lts
+KERNEL_VERSION=3.0.30-2-lts
 
 post_install () {
   # updating module dependencies



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-04-28 Thread Tobias Powalowski
Date: Saturday, April 28, 2012 @ 02:45:59
  Author: tpowa
Revision: 157368

upgpkg: linux-lts 3.0.30-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-28 06:13:19 UTC (rev 157367)
+++ PKGBUILD2012-04-28 06:45:59 UTC (rev 157368)
@@ -7,7 +7,7 @@
 # pkgname=linux-custom   # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.0
-pkgver=${_basekernel}.29
+pkgver=${_basekernel}.30
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'i915-fix-ghost-tv-output.patch'
 'ext4-options.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'd7a9db26f13d198d51dbf90ec511f682'
+ '2c4263c80710b7b8d243ebcbdcfe7b40'
  '6535e77d8d1620af4b44552867c14060'
  '5ff53dbbeb7316f828949cde7edc0270'
  '21a33df5fba2da2f56e447fb171f02c0'

Modified: linux-lts.install
===
--- linux-lts.install   2012-04-28 06:13:19 UTC (rev 157367)
+++ linux-lts.install   2012-04-28 06:45:59 UTC (rev 157368)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.29-1-lts
+KERNEL_VERSION=3.0.30-1-lts
 
 post_install () {
   # updating module dependencies



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-04-16 Thread Tobias Powalowski
Date: Monday, April 16, 2012 @ 15:42:23
  Author: tpowa
Revision: 156304

upgpkg: linux-lts 3.0.28-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |5 ++---
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 19:34:25 UTC (rev 156303)
+++ PKGBUILD2012-04-16 19:42:23 UTC (rev 156304)
@@ -7,7 +7,7 @@
 # pkgname=linux-custom   # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.0
-pkgver=${_basekernel}.27
+pkgver=${_basekernel}.28
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,14 +24,13 @@
 'i915-fix-ghost-tv-output.patch'
 'ext4-options.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '2fc7f9aee8dc3f42196485b3cbb65e9e'
+ '53174daadd72dfba9ccbb5ff527a3e31'
  '7f76dfca96b1fc218cd3c3a9418461e9'
  'e0a4acbf337ac931374b57af4bb6bb10'
  '21a33df5fba2da2f56e447fb171f02c0'
  '9d3c56a4b999c8bfbd4018089a62f662'
  '263725f20c0b9eb9c353040792d644e5'
  'c8299cf750a84e12d60b372c8ca7e1e8')
-
 build() {
   cd ${srcdir}/linux-${_basekernel}
 

Modified: linux-lts.install
===
--- linux-lts.install   2012-04-16 19:34:25 UTC (rev 156303)
+++ linux-lts.install   2012-04-16 19:42:23 UTC (rev 156304)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.27-1-lts
+KERNEL_VERSION=3.0.28-1-lts
 
 post_install () {
   # updating module dependencies



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-04-05 Thread Tobias Powalowski
Date: Thursday, April 5, 2012 @ 05:41:01
  Author: tpowa
Revision: 155700

upgpkg: linux-lts 3.0.27-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |8 
 linux-lts.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-05 09:06:12 UTC (rev 155699)
+++ PKGBUILD2012-04-05 09:41:01 UTC (rev 155700)
@@ -7,7 +7,7 @@
 # pkgname=linux-custom   # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.0
-pkgver=${_basekernel}.26
+pkgver=${_basekernel}.27
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,9 +24,9 @@
 'i915-fix-ghost-tv-output.patch'
 'ext4-options.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '5f6d10fe01c72f4295da25945d02c820'
- '28ca088cfd730c583709a027ddbda720'
- 'eb4947d683a82b38ab933b29a18e406e'
+ '2fc7f9aee8dc3f42196485b3cbb65e9e'
+ '7f76dfca96b1fc218cd3c3a9418461e9'
+ 'e0a4acbf337ac931374b57af4bb6bb10'
  '21a33df5fba2da2f56e447fb171f02c0'
  '9d3c56a4b999c8bfbd4018089a62f662'
  '263725f20c0b9eb9c353040792d644e5'

Modified: linux-lts.install
===
--- linux-lts.install   2012-04-05 09:06:12 UTC (rev 155699)
+++ linux-lts.install   2012-04-05 09:41:01 UTC (rev 155700)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.26-1-lts
+KERNEL_VERSION=3.0.27-1-lts
 
 post_install () {
   # updating module dependencies



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-03-19 Thread Tobias Powalowski
Date: Monday, March 19, 2012 @ 15:49:18
  Author: tpowa
Revision: 153831

upgpkg: linux-lts 3.0.25-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |   18 +-
 linux-lts.install |2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-19 19:44:28 UTC (rev 153830)
+++ PKGBUILD2012-03-19 19:49:18 UTC (rev 153831)
@@ -7,7 +7,7 @@
 # pkgname=linux-custom   # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.0
-pkgver=${_basekernel}.24
+pkgver=${_basekernel}.25
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -23,14 +23,6 @@
 'change-default-console-loglevel.patch'
 'i915-fix-ghost-tv-output.patch'
 'ext4-options.patch')
-md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'ad116043863047a949805f0b8b561238'
- 'af1a4eca058543f4c57b8eb14ec7d509'
- '700e1cd2fa65771d5acda8bf44b6231a'
- '21a33df5fba2da2f56e447fb171f02c0'
- '9d3c56a4b999c8bfbd4018089a62f662'
- '263725f20c0b9eb9c353040792d644e5'
- 'c8299cf750a84e12d60b372c8ca7e1e8')
 
 build() {
   cd ${srcdir}/linux-${_basekernel}
@@ -277,3 +269,11 @@
   # remove unneeded architectures
   rm -rf 
${pkgdir}/usr/src/linux-${_kernver}/arch/{alpha,arm,arm26,avr32,blackfin,cris,frv,h8300,ia64,m32r,m68k,m68knommu,mips,microblaze,mn10300,parisc,powerpc,ppc,s390,sh,sh64,sparc,sparc64,um,v850,xtensa}
 }
+md5sums=('ecf932280e2441bdd992423ef3d55f8f'
+ 'cbb2e7391ff653b9e74eaa366bb24b17'
+ '574d287d53459d801d6ec005c18ab13c'
+ 'ea092d1d7117477e427d47d5b4c3e8af'
+ '21a33df5fba2da2f56e447fb171f02c0'
+ '9d3c56a4b999c8bfbd4018089a62f662'
+ '263725f20c0b9eb9c353040792d644e5'
+ 'c8299cf750a84e12d60b372c8ca7e1e8')

Modified: linux-lts.install
===
--- linux-lts.install   2012-03-19 19:44:28 UTC (rev 153830)
+++ linux-lts.install   2012-03-19 19:49:18 UTC (rev 153831)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.24-1-lts
+KERNEL_VERSION=3.0.25-1-lts
 
 post_install () {
   # updating module dependencies



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-03-15 Thread Tobias Powalowski
Date: Thursday, March 15, 2012 @ 05:56:33
  Author: tpowa
Revision: 153505

upgpkg: linux-lts 3.0.24-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-15 09:56:19 UTC (rev 153504)
+++ PKGBUILD2012-03-15 09:56:33 UTC (rev 153505)
@@ -7,7 +7,7 @@
 # pkgname=linux-custom   # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.0
-pkgver=${_basekernel}.23
+pkgver=${_basekernel}.24
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'i915-fix-ghost-tv-output.patch'
 'ext4-options.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '3cfe9375eb5093d8245f6229d3c04a9b'
+ 'ad116043863047a949805f0b8b561238'
  'af1a4eca058543f4c57b8eb14ec7d509'
  '700e1cd2fa65771d5acda8bf44b6231a'
  '21a33df5fba2da2f56e447fb171f02c0'

Modified: linux-lts.install
===
--- linux-lts.install   2012-03-15 09:56:19 UTC (rev 153504)
+++ linux-lts.install   2012-03-15 09:56:33 UTC (rev 153505)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.23-1-lts
+KERNEL_VERSION=3.0.24-1-lts
 
 post_install () {
   # updating module dependencies



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-03-01 Thread Tobias Powalowski
Date: Thursday, March 1, 2012 @ 05:10:39
  Author: tpowa
Revision: 151710

upgpkg: linux-lts 3.0.23-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |   10 +-
 linux-lts.install |2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-01 09:29:43 UTC (rev 151709)
+++ PKGBUILD2012-03-01 10:10:39 UTC (rev 151710)
@@ -7,7 +7,7 @@
 # pkgname=linux-custom   # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.0
-pkgver=${_basekernel}.22
+pkgver=${_basekernel}.23
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -23,6 +23,14 @@
 'change-default-console-loglevel.patch'
 'i915-fix-ghost-tv-output.patch'
 'ext4-options.patch')
+md5sums=('ecf932280e2441bdd992423ef3d55f8f'
+ '3cfe9375eb5093d8245f6229d3c04a9b'
+ 'af1a4eca058543f4c57b8eb14ec7d509'
+ '700e1cd2fa65771d5acda8bf44b6231a'
+ '21a33df5fba2da2f56e447fb171f02c0'
+ '9d3c56a4b999c8bfbd4018089a62f662'
+ '263725f20c0b9eb9c353040792d644e5'
+ 'c8299cf750a84e12d60b372c8ca7e1e8')
 
 build() {
   cd ${srcdir}/linux-${_basekernel}

Modified: linux-lts.install
===
--- linux-lts.install   2012-03-01 09:29:43 UTC (rev 151709)
+++ linux-lts.install   2012-03-01 10:10:39 UTC (rev 151710)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.22-1-lts
+KERNEL_VERSION=3.0.23-1-lts
 
 post_install () {
   # updating module dependencies



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-02-20 Thread andyrtr
Date: Tuesday, February 21, 2012 @ 02:53:13
  Author: andyrtr
Revision: 150724

upgpkg: linux-lts 3.0.22-1

upstream update 3.0.22

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |6 +++---
 linux-lts.install |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-21 07:30:13 UTC (rev 150723)
+++ PKGBUILD2012-02-21 07:53:13 UTC (rev 150724)
@@ -7,8 +7,8 @@
 # pkgname=linux-custom   # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.0
-pkgver=${_basekernel}.21
-pkgrel=2
+pkgver=${_basekernel}.22
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
@@ -23,7 +23,7 @@
 'change-default-console-loglevel.patch'
 'i915-fix-ghost-tv-output.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'ccb8bca83ee04f4d0d7e426cb50a623a'
+ '33197132ea106ea95dc6df731e7f8686'
  'bb2621878c5f9f32cc3c7da1e8e4a01b'
  '2814ab5b626c10730433d8bc4938f50c'
  '21a33df5fba2da2f56e447fb171f02c0'

Modified: linux-lts.install
===
--- linux-lts.install   2012-02-21 07:30:13 UTC (rev 150723)
+++ linux-lts.install   2012-02-21 07:53:13 UTC (rev 150724)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.21-2-lts
+KERNEL_VERSION=3.0.22-1-lts
 
 post_install () {
   # updating module dependencies



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-02-14 Thread andyrtr
Date: Tuesday, February 14, 2012 @ 04:45:31
  Author: andyrtr
Revision: 150183

upgpkg: linux-lts 3.0.21-1

upstream update 3.0.21

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-14 09:08:45 UTC (rev 150182)
+++ PKGBUILD2012-02-14 09:45:31 UTC (rev 150183)
@@ -7,7 +7,7 @@
 # pkgname=linux-custom   # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.0
-pkgver=${_basekernel}.20
+pkgver=${_basekernel}.21
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -23,7 +23,7 @@
 'change-default-console-loglevel.patch'
 'i915-fix-ghost-tv-output.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '835235caea7c36d33381d519df2a27cf'
+ 'ccb8bca83ee04f4d0d7e426cb50a623a'
  '516780158b2dcf6791edc062674a1e7a'
  '5fee953e4746c31eb7ce8890ce2d24de'
  '21a33df5fba2da2f56e447fb171f02c0'

Modified: linux-lts.install
===
--- linux-lts.install   2012-02-14 09:08:45 UTC (rev 150182)
+++ linux-lts.install   2012-02-14 09:45:31 UTC (rev 150183)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.20-1-lts
+KERNEL_VERSION=3.0.21-1-lts
 
 post_install () {
   # updating module dependencies



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-02-07 Thread Tobias Powalowski
Date: Tuesday, February 7, 2012 @ 05:34:50
  Author: tpowa
Revision: 149377

upgpkg: linux-lts 3.0.20-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-07 10:24:32 UTC (rev 149376)
+++ PKGBUILD2012-02-07 10:34:50 UTC (rev 149377)
@@ -7,7 +7,7 @@
 # pkgname=linux-custom   # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.0
-pkgver=${_basekernel}.19
+pkgver=${_basekernel}.20
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -23,7 +23,7 @@
 'change-default-console-loglevel.patch'
 'i915-fix-ghost-tv-output.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '5767439f602877a41d81ee7c9aebbfd6'
+ '835235caea7c36d33381d519df2a27cf'
  '516780158b2dcf6791edc062674a1e7a'
  '5fee953e4746c31eb7ce8890ce2d24de'
  '21a33df5fba2da2f56e447fb171f02c0'

Modified: linux-lts.install
===
--- linux-lts.install   2012-02-07 10:24:32 UTC (rev 149376)
+++ linux-lts.install   2012-02-07 10:34:50 UTC (rev 149377)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.18-1-lts
+KERNEL_VERSION=3.0.20-1-lts
 
 post_install () {
   # updating module dependencies



[arch-commits] Commit in linux-lts/trunk (PKGBUILD linux-lts.install)

2012-01-26 Thread Tobias Powalowski
Date: Thursday, January 26, 2012 @ 12:27:52
  Author: tpowa
Revision: 147679

upgpkg: linux-lts 3.0.18-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |   16 +---
 linux-lts.install |2 +-
 2 files changed, 6 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-26 14:03:05 UTC (rev 147678)
+++ PKGBUILD2012-01-26 17:27:52 UTC (rev 147679)
@@ -7,8 +7,8 @@
 # pkgname=linux-custom   # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.0
-pkgver=${_basekernel}.17
-pkgrel=2
+pkgver=${_basekernel}.18
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
@@ -21,16 +21,14 @@
 # standard config files for mkinitcpio ramdisk
 ${pkgname}.preset
 'change-default-console-loglevel.patch'
-'i915-fix-ghost-tv-output.patch'
-'CVE-2012-0056.patch')
+'i915-fix-ghost-tv-output.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'e86da20888dfcd19b94f5d518329ca25'
+ '0aa3ef9fc671a4912c36206f2498dc96'
  '516780158b2dcf6791edc062674a1e7a'
  '5fee953e4746c31eb7ce8890ce2d24de'
  '21a33df5fba2da2f56e447fb171f02c0'
  '9d3c56a4b999c8bfbd4018089a62f662'
- '263725f20c0b9eb9c353040792d644e5'
- '31bf249684838cbe024419da94ed5111')
+ '263725f20c0b9eb9c353040792d644e5')
 
 build() {
   cd ${srcdir}/linux-${_basekernel}
@@ -38,10 +36,6 @@
   # add upstream patch
   patch -p1 -i ${srcdir}/patch-${pkgver}
 
-  # patch for CVE-2012-0056
-  # see http://blog.zx2c4.com/749 for details
-  patch -p1 -i ${srcdir}/CVE-2012-0056.patch
-
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
 

Modified: linux-lts.install
===
--- linux-lts.install   2012-01-26 14:03:05 UTC (rev 147678)
+++ linux-lts.install   2012-01-26 17:27:52 UTC (rev 147679)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.17-1-lts
+KERNEL_VERSION=3.0.18-1-lts
 
 post_install () {
   # updating module dependencies