[arch-commits] Commit in mksyslinux/repos/extra-any (10 files)

2018-06-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, June 3, 2018 @ 13:58:07
  Author: jelle
Revision: 325645

archrelease: copy trunk to extra-any

Added:
  mksyslinux/repos/extra-any/PKGBUILD
(from rev 325644, mksyslinux/trunk/PKGBUILD)
  mksyslinux/repos/extra-any/boot.msg
(from rev 325644, mksyslinux/trunk/boot.msg)
  mksyslinux/repos/extra-any/mksyslinux
(from rev 325644, mksyslinux/trunk/mksyslinux)
  mksyslinux/repos/extra-any/mksyslinux.conf
(from rev 325644, mksyslinux/trunk/mksyslinux.conf)
  mksyslinux/repos/extra-any/options.msg
(from rev 325644, mksyslinux/trunk/options.msg)
Deleted:
  mksyslinux/repos/extra-any/PKGBUILD
  mksyslinux/repos/extra-any/boot.msg
  mksyslinux/repos/extra-any/mksyslinux
  mksyslinux/repos/extra-any/mksyslinux.conf
  mksyslinux/repos/extra-any/options.msg

-+
 PKGBUILD|   52 -
 boot.msg|   28 ++---
 mksyslinux  |  288 +++---
 mksyslinux.conf |   66 ++--
 options.msg |   12 +-
 5 files changed, 223 insertions(+), 223 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 13:57:25 UTC (rev 325644)
+++ PKGBUILD2018-06-03 13:58:07 UTC (rev 325645)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski 
-
-pkgname=mksyslinux
-pkgver=2013.06
-pkgrel=1
-pkgdesc="Advanced, modular syslinux boot image creation utility"
-arch=(any)
-license=('GPL')
-url="http://www.archlinux.org/;
-depends=('mkinitcpio' 'syslinux' 'pciutils')
-backup=(etc/mksyslinux.conf)
-source=('boot.msg' 'mksyslinux' 'mksyslinux.conf' 'options.msg')
-
-package()
-{
-  cd "$srcdir/"
-  install -D -m755 mksyslinux "$pkgdir/usr/bin/mksyslinux"
-  install -D -m644 mksyslinux.conf "$pkgdir/etc/mksyslinux.conf"
-  install -D -m644 boot.msg "$pkgdir/usr/share/mksyslinux/boot.msg"
-  install -D -m644 options.msg  "$pkgdir/usr/share/mksyslinux/options.msg"
-}
-md5sums=('6a269fc5b58c7bcc6688efeaa2075606'
- '5388bd1d69b03f20bcd26d08da11bcf5'
- '6b37cb9cb766a5f6482908c5248233c6'
- 'b211c5f7e30d2ee36cde20f71aa3f2b8')

Copied: mksyslinux/repos/extra-any/PKGBUILD (from rev 325644, 
mksyslinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 13:58:07 UTC (rev 325645)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Tobias Powalowski 
+
+pkgname=mksyslinux
+pkgver=2013.06
+pkgrel=2
+pkgdesc="Advanced, modular syslinux boot image creation utility"
+arch=(any)
+license=('GPL')
+url="http://www.archlinux.org/;
+depends=('mkinitcpio' 'syslinux' 'pciutils')
+backup=(etc/mksyslinux.conf)
+source=('boot.msg' 'mksyslinux' 'mksyslinux.conf' 'options.msg')
+
+package()
+{
+  cd "$srcdir/"
+  install -D -m755 mksyslinux "$pkgdir/usr/bin/mksyslinux"
+  install -D -m644 mksyslinux.conf "$pkgdir/etc/mksyslinux.conf"
+  install -D -m644 boot.msg "$pkgdir/usr/share/mksyslinux/boot.msg"
+  install -D -m644 options.msg  "$pkgdir/usr/share/mksyslinux/options.msg"
+}
+md5sums=('6a269fc5b58c7bcc6688efeaa2075606'
+ '5388bd1d69b03f20bcd26d08da11bcf5'
+ '6b37cb9cb766a5f6482908c5248233c6'
+ 'b211c5f7e30d2ee36cde20f71aa3f2b8')

Deleted: boot.msg
===
--- boot.msg2018-06-03 13:57:25 UTC (rev 325644)
+++ boot.msg2018-06-03 13:58:07 UTC (rev 325645)
@@ -1,14 +0,0 @@
-
-
---
-Arch Linux
-SYSLINUX BOOT
-created with 'mksyslinux' by Tobias Powalowski 
-
-Press ENTER or type 'arch' to boot image.
-
-If you wish to change your defaults to boot into your existing system,
-type 'vmlinuz initrd=initrd.img '
-Use the F2 key for troubleshooting and options.
---
-

Copied: mksyslinux/repos/extra-any/boot.msg (from rev 325644, 
mksyslinux/trunk/boot.msg)
===
--- boot.msg(rev 0)
+++ boot.msg2018-06-03 13:58:07 UTC (rev 325645)
@@ -0,0 +1,14 @@
+
+
+--
+Arch Linux
+SYSLINUX BOOT
+created with 'mksyslinux' by Tobias Powalowski 
+
+Press ENTER or type 'arch' to boot image.
+
+If you wish to change your defaults to boot into your existing system,
+type 'vmlinuz initrd=initrd.img '
+Use the F2 key for troubleshooting and options.
+--
+

Deleted: mksyslinux
===
--- mksyslinux  2018-06-03 13:57:25 UTC (rev 325644)
+++ mksyslinux  2018-06-03 13:58:07 UTC (rev 325645)
@@ -1,144 +0,0 @@
-#! /bin/sh
-# Created by Tobias Powalowski 
-# Settings
-APPNAME=$(basename "${0}")
-CONFIG="/etc/mksyslinux.conf"
-export TEMPDIR=$(mktemp 

[arch-commits] Commit in mksyslinux/repos/extra-any (10 files)

2013-06-04 Thread Tobias Powalowski
Date: Tuesday, June 4, 2013 @ 08:46:51
  Author: tpowa
Revision: 187121

archrelease: copy trunk to extra-any

Added:
  mksyslinux/repos/extra-any/PKGBUILD
(from rev 187120, mksyslinux/trunk/PKGBUILD)
  mksyslinux/repos/extra-any/boot.msg
(from rev 187120, mksyslinux/trunk/boot.msg)
  mksyslinux/repos/extra-any/mksyslinux
(from rev 187120, mksyslinux/trunk/mksyslinux)
  mksyslinux/repos/extra-any/mksyslinux.conf
(from rev 187120, mksyslinux/trunk/mksyslinux.conf)
  mksyslinux/repos/extra-any/options.msg
(from rev 187120, mksyslinux/trunk/options.msg)
Deleted:
  mksyslinux/repos/extra-any/PKGBUILD
  mksyslinux/repos/extra-any/boot.msg
  mksyslinux/repos/extra-any/mksyslinux
  mksyslinux/repos/extra-any/mksyslinux.conf
  mksyslinux/repos/extra-any/options.msg

-+
 PKGBUILD|   52 -
 boot.msg|   28 ++---
 mksyslinux  |  287 +++---
 mksyslinux.conf |   66 ++--
 options.msg |   12 +-
 5 files changed, 223 insertions(+), 222 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-04 06:46:39 UTC (rev 187120)
+++ PKGBUILD2013-06-04 06:46:51 UTC (rev 187121)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski tp...@archlinux.org
-
-pkgname=mksyslinux
-pkgver=2013.05
-pkgrel=1
-pkgdesc=Advanced, modular syslinux boot image creation utility
-arch=(any)
-license=('GPL')
-url=http://www.archlinux.org/;
-depends=('mkinitcpio' 'syslinux' 'pciutils')
-backup=(etc/mksyslinux.conf)
-source=('boot.msg' 'mksyslinux' 'mksyslinux.conf' 'options.msg')
-
-package()
-{
-  cd $srcdir/
-  install -D -m755 mksyslinux $pkgdir/usr/bin/mksyslinux
-  install -D -m644 mksyslinux.conf $pkgdir/etc/mksyslinux.conf
-  install -D -m644 boot.msg $pkgdir/usr/share/mksyslinux/boot.msg
-  install -D -m644 options.msg  $pkgdir/usr/share/mksyslinux/options.msg
-}
-md5sums=('6a269fc5b58c7bcc6688efeaa2075606'
- 'fa5443022923fa0e2ebbbe127be621d6'
- '67e7c685e8ed30e723187b28a5e21b96'
- 'b211c5f7e30d2ee36cde20f71aa3f2b8')

Copied: mksyslinux/repos/extra-any/PKGBUILD (from rev 187120, 
mksyslinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-04 06:46:51 UTC (rev 187121)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Tobias Powalowski tp...@archlinux.org
+
+pkgname=mksyslinux
+pkgver=2013.06
+pkgrel=1
+pkgdesc=Advanced, modular syslinux boot image creation utility
+arch=(any)
+license=('GPL')
+url=http://www.archlinux.org/;
+depends=('mkinitcpio' 'syslinux' 'pciutils')
+backup=(etc/mksyslinux.conf)
+source=('boot.msg' 'mksyslinux' 'mksyslinux.conf' 'options.msg')
+
+package()
+{
+  cd $srcdir/
+  install -D -m755 mksyslinux $pkgdir/usr/bin/mksyslinux
+  install -D -m644 mksyslinux.conf $pkgdir/etc/mksyslinux.conf
+  install -D -m644 boot.msg $pkgdir/usr/share/mksyslinux/boot.msg
+  install -D -m644 options.msg  $pkgdir/usr/share/mksyslinux/options.msg
+}
+md5sums=('6a269fc5b58c7bcc6688efeaa2075606'
+ '5388bd1d69b03f20bcd26d08da11bcf5'
+ '6b37cb9cb766a5f6482908c5248233c6'
+ 'b211c5f7e30d2ee36cde20f71aa3f2b8')

Deleted: boot.msg
===
--- boot.msg2013-06-04 06:46:39 UTC (rev 187120)
+++ boot.msg2013-06-04 06:46:51 UTC (rev 187121)
@@ -1,14 +0,0 @@
-
-
---
-Arch Linux
-SYSLINUX BOOT
-created with 'mksyslinux' by Tobias Powalowski tp...@archlinux.org
-
-Press ENTER or type 'arch' to boot image.
-
-If you wish to change your defaults to boot into your existing system,
-type 'vmlinuz initrd=initrd.img any_other_boot_option'
-Use the F2 key for troubleshooting and options.
---
-

Copied: mksyslinux/repos/extra-any/boot.msg (from rev 187120, 
mksyslinux/trunk/boot.msg)
===
--- boot.msg(rev 0)
+++ boot.msg2013-06-04 06:46:51 UTC (rev 187121)
@@ -0,0 +1,14 @@
+
+
+--
+Arch Linux
+SYSLINUX BOOT
+created with 'mksyslinux' by Tobias Powalowski tp...@archlinux.org
+
+Press ENTER or type 'arch' to boot image.
+
+If you wish to change your defaults to boot into your existing system,
+type 'vmlinuz initrd=initrd.img any_other_boot_option'
+Use the F2 key for troubleshooting and options.
+--
+

Deleted: mksyslinux
===
--- mksyslinux  2013-06-04 06:46:39 UTC (rev 187120)
+++ mksyslinux  2013-06-04 06:46:51 UTC (rev 187121)
@@ -1,143 +0,0 @@
-#! /bin/sh
-# Created by Tobias Powalowski 

[arch-commits] Commit in mksyslinux/repos/extra-any (10 files)

2013-05-31 Thread Tobias Powalowski
Date: Friday, May 31, 2013 @ 15:27:34
  Author: tpowa
Revision: 186875

archrelease: copy trunk to extra-any

Added:
  mksyslinux/repos/extra-any/PKGBUILD
(from rev 186874, mksyslinux/trunk/PKGBUILD)
  mksyslinux/repos/extra-any/boot.msg
(from rev 186874, mksyslinux/trunk/boot.msg)
  mksyslinux/repos/extra-any/mksyslinux
(from rev 186874, mksyslinux/trunk/mksyslinux)
  mksyslinux/repos/extra-any/mksyslinux.conf
(from rev 186874, mksyslinux/trunk/mksyslinux.conf)
  mksyslinux/repos/extra-any/options.msg
(from rev 186874, mksyslinux/trunk/options.msg)
Deleted:
  mksyslinux/repos/extra-any/PKGBUILD
  mksyslinux/repos/extra-any/boot.msg
  mksyslinux/repos/extra-any/mksyslinux
  mksyslinux/repos/extra-any/mksyslinux.conf
  mksyslinux/repos/extra-any/options.msg

-+
 PKGBUILD|   52 -
 boot.msg|   28 ++---
 mksyslinux  |  287 ++
 mksyslinux.conf |   66 ++--
 options.msg |   12 +-
 5 files changed, 222 insertions(+), 223 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-31 13:27:18 UTC (rev 186874)
+++ PKGBUILD2013-05-31 13:27:34 UTC (rev 186875)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski tp...@archlinux.org
-
-pkgname=mksyslinux
-pkgver=2013.03
-pkgrel=2
-pkgdesc=Advanced, modular syslinux boot image creation utility
-arch=(any)
-license=('GPL')
-url=http://www.archlinux.org/;
-depends=('mkinitcpio' 'syslinux' 'pciutils')
-backup=(etc/mksyslinux.conf)
-source=('boot.msg' 'mksyslinux' 'mksyslinux.conf' 'options.msg')
-md5sums=('6a269fc5b58c7bcc6688efeaa2075606'
- 'cc85beaf16111b9509c52f1b360eee6f'
- '0e71d0e137ccbce67a96910278a59a40'
- 'b211c5f7e30d2ee36cde20f71aa3f2b8')
-
-package()
-{
-  cd $srcdir/
-  install -D -m755 mksyslinux $pkgdir/usr/bin/mksyslinux
-  install -D -m644 mksyslinux.conf $pkgdir/etc/mksyslinux.conf
-  install -D -m644 boot.msg $pkgdir/usr/share/mksyslinux/boot.msg
-  install -D -m644 options.msg  $pkgdir/usr/share/mksyslinux/options.msg
-}

Copied: mksyslinux/repos/extra-any/PKGBUILD (from rev 186874, 
mksyslinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-31 13:27:34 UTC (rev 186875)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Tobias Powalowski tp...@archlinux.org
+
+pkgname=mksyslinux
+pkgver=2013.05
+pkgrel=1
+pkgdesc=Advanced, modular syslinux boot image creation utility
+arch=(any)
+license=('GPL')
+url=http://www.archlinux.org/;
+depends=('mkinitcpio' 'syslinux' 'pciutils')
+backup=(etc/mksyslinux.conf)
+source=('boot.msg' 'mksyslinux' 'mksyslinux.conf' 'options.msg')
+
+package()
+{
+  cd $srcdir/
+  install -D -m755 mksyslinux $pkgdir/usr/bin/mksyslinux
+  install -D -m644 mksyslinux.conf $pkgdir/etc/mksyslinux.conf
+  install -D -m644 boot.msg $pkgdir/usr/share/mksyslinux/boot.msg
+  install -D -m644 options.msg  $pkgdir/usr/share/mksyslinux/options.msg
+}
+md5sums=('6a269fc5b58c7bcc6688efeaa2075606'
+ 'fa5443022923fa0e2ebbbe127be621d6'
+ '67e7c685e8ed30e723187b28a5e21b96'
+ 'b211c5f7e30d2ee36cde20f71aa3f2b8')

Deleted: boot.msg
===
--- boot.msg2013-05-31 13:27:18 UTC (rev 186874)
+++ boot.msg2013-05-31 13:27:34 UTC (rev 186875)
@@ -1,14 +0,0 @@
-
-
---
-Arch Linux
-SYSLINUX BOOT
-created with 'mksyslinux' by Tobias Powalowski tp...@archlinux.org
-
-Press ENTER or type 'arch' to boot image.
-
-If you wish to change your defaults to boot into your existing system,
-type 'vmlinuz initrd=initrd.img any_other_boot_option'
-Use the F2 key for troubleshooting and options.
---
-

Copied: mksyslinux/repos/extra-any/boot.msg (from rev 186874, 
mksyslinux/trunk/boot.msg)
===
--- boot.msg(rev 0)
+++ boot.msg2013-05-31 13:27:34 UTC (rev 186875)
@@ -0,0 +1,14 @@
+
+
+--
+Arch Linux
+SYSLINUX BOOT
+created with 'mksyslinux' by Tobias Powalowski tp...@archlinux.org
+
+Press ENTER or type 'arch' to boot image.
+
+If you wish to change your defaults to boot into your existing system,
+type 'vmlinuz initrd=initrd.img any_other_boot_option'
+Use the F2 key for troubleshooting and options.
+--
+

Deleted: mksyslinux
===
--- mksyslinux  2013-05-31 13:27:18 UTC (rev 186874)
+++ mksyslinux  2013-05-31 13:27:34 UTC (rev 186875)
@@ -1,144 +0,0 @@
-#! /bin/sh
-# Created by Tobias Powalowski 

[arch-commits] Commit in mksyslinux/repos/extra-any (10 files)

2013-05-18 Thread Tobias Powalowski
Date: Saturday, May 18, 2013 @ 08:51:48
  Author: tpowa
Revision: 185738

archrelease: copy trunk to extra-any

Added:
  mksyslinux/repos/extra-any/PKGBUILD
(from rev 185737, mksyslinux/trunk/PKGBUILD)
  mksyslinux/repos/extra-any/boot.msg
(from rev 185737, mksyslinux/trunk/boot.msg)
  mksyslinux/repos/extra-any/mksyslinux
(from rev 185737, mksyslinux/trunk/mksyslinux)
  mksyslinux/repos/extra-any/mksyslinux.conf
(from rev 185737, mksyslinux/trunk/mksyslinux.conf)
  mksyslinux/repos/extra-any/options.msg
(from rev 185737, mksyslinux/trunk/options.msg)
Deleted:
  mksyslinux/repos/extra-any/PKGBUILD
  mksyslinux/repos/extra-any/boot.msg
  mksyslinux/repos/extra-any/mksyslinux
  mksyslinux/repos/extra-any/mksyslinux.conf
  mksyslinux/repos/extra-any/options.msg

-+
 PKGBUILD|   52 -
 boot.msg|   28 ++---
 mksyslinux  |  288 +++---
 mksyslinux.conf |   66 ++--
 options.msg |   12 +-
 5 files changed, 223 insertions(+), 223 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-18 06:51:41 UTC (rev 185737)
+++ PKGBUILD2013-05-18 06:51:48 UTC (rev 185738)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski tp...@archlinux.org
-
-pkgname=mksyslinux
-pkgver=2013.03
-pkgrel=1
-pkgdesc=Advanced, modular syslinux boot image creation utility
-arch=(any)
-license=('GPL')
-url=http://www.archlinux.org/;
-depends=('mkinitcpio' 'syslinux' 'pciutils')
-backup=(etc/mksyslinux.conf)
-source=('boot.msg' 'mksyslinux' 'mksyslinux.conf' 'options.msg')
-md5sums=('6a269fc5b58c7bcc6688efeaa2075606'
- 'cc85beaf16111b9509c52f1b360eee6f'
- '0e71d0e137ccbce67a96910278a59a40'
- 'b211c5f7e30d2ee36cde20f71aa3f2b8')
-
-package()
-{
-  cd $srcdir/
-  install -D -m755 mksyslinux $pkgdir/usr/sbin/mksyslinux
-  install -D -m644 mksyslinux.conf $pkgdir/etc/mksyslinux.conf
-  install -D -m644 boot.msg $pkgdir/usr/share/mksyslinux/boot.msg
-  install -D -m644 options.msg  $pkgdir/usr/share/mksyslinux/options.msg
-}

Copied: mksyslinux/repos/extra-any/PKGBUILD (from rev 185737, 
mksyslinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-18 06:51:48 UTC (rev 185738)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Tobias Powalowski tp...@archlinux.org
+
+pkgname=mksyslinux
+pkgver=2013.03
+pkgrel=2
+pkgdesc=Advanced, modular syslinux boot image creation utility
+arch=(any)
+license=('GPL')
+url=http://www.archlinux.org/;
+depends=('mkinitcpio' 'syslinux' 'pciutils')
+backup=(etc/mksyslinux.conf)
+source=('boot.msg' 'mksyslinux' 'mksyslinux.conf' 'options.msg')
+md5sums=('6a269fc5b58c7bcc6688efeaa2075606'
+ 'cc85beaf16111b9509c52f1b360eee6f'
+ '0e71d0e137ccbce67a96910278a59a40'
+ 'b211c5f7e30d2ee36cde20f71aa3f2b8')
+
+package()
+{
+  cd $srcdir/
+  install -D -m755 mksyslinux $pkgdir/usr/bin/mksyslinux
+  install -D -m644 mksyslinux.conf $pkgdir/etc/mksyslinux.conf
+  install -D -m644 boot.msg $pkgdir/usr/share/mksyslinux/boot.msg
+  install -D -m644 options.msg  $pkgdir/usr/share/mksyslinux/options.msg
+}

Deleted: boot.msg
===
--- boot.msg2013-05-18 06:51:41 UTC (rev 185737)
+++ boot.msg2013-05-18 06:51:48 UTC (rev 185738)
@@ -1,14 +0,0 @@
-
-
---
-Arch Linux
-SYSLINUX BOOT
-created with 'mksyslinux' by Tobias Powalowski tp...@archlinux.org
-
-Press ENTER or type 'arch' to boot image.
-
-If you wish to change your defaults to boot into your existing system,
-type 'vmlinuz initrd=initrd.img any_other_boot_option'
-Use the F2 key for troubleshooting and options.
---
-

Copied: mksyslinux/repos/extra-any/boot.msg (from rev 185737, 
mksyslinux/trunk/boot.msg)
===
--- boot.msg(rev 0)
+++ boot.msg2013-05-18 06:51:48 UTC (rev 185738)
@@ -0,0 +1,14 @@
+
+
+--
+Arch Linux
+SYSLINUX BOOT
+created with 'mksyslinux' by Tobias Powalowski tp...@archlinux.org
+
+Press ENTER or type 'arch' to boot image.
+
+If you wish to change your defaults to boot into your existing system,
+type 'vmlinuz initrd=initrd.img any_other_boot_option'
+Use the F2 key for troubleshooting and options.
+--
+

Deleted: mksyslinux
===
--- mksyslinux  2013-05-18 06:51:41 UTC (rev 185737)
+++ mksyslinux  2013-05-18 06:51:48 UTC (rev 185738)
@@ -1,144 +0,0 @@
-#! /bin/sh
-# Created by Tobias Powalowski 

[arch-commits] Commit in mksyslinux/repos/extra-any (10 files)

2013-03-06 Thread Tobias Powalowski
Date: Wednesday, March 6, 2013 @ 09:15:22
  Author: tpowa
Revision: 179536

archrelease: copy trunk to extra-any

Added:
  mksyslinux/repos/extra-any/PKGBUILD
(from rev 179535, mksyslinux/trunk/PKGBUILD)
  mksyslinux/repos/extra-any/boot.msg
(from rev 179535, mksyslinux/trunk/boot.msg)
  mksyslinux/repos/extra-any/mksyslinux
(from rev 179535, mksyslinux/trunk/mksyslinux)
  mksyslinux/repos/extra-any/mksyslinux.conf
(from rev 179535, mksyslinux/trunk/mksyslinux.conf)
  mksyslinux/repos/extra-any/options.msg
(from rev 179535, mksyslinux/trunk/options.msg)
Deleted:
  mksyslinux/repos/extra-any/PKGBUILD
  mksyslinux/repos/extra-any/boot.msg
  mksyslinux/repos/extra-any/mksyslinux
  mksyslinux/repos/extra-any/mksyslinux.conf
  mksyslinux/repos/extra-any/options.msg

-+
 PKGBUILD|   52 -
 boot.msg|   28 ++---
 mksyslinux  |  288 +++---
 mksyslinux.conf |   66 ++--
 options.msg |   12 +-
 5 files changed, 223 insertions(+), 223 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-06 08:15:15 UTC (rev 179535)
+++ PKGBUILD2013-03-06 08:15:22 UTC (rev 179536)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski tp...@archlinux.org
-
-pkgname=mksyslinux
-pkgver=2010.08
-pkgrel=2
-pkgdesc=Advanced, modular syslinux boot image creation utility
-arch=(any)
-license=('GPL')
-url=http://www.archlinux.org/;
-depends=('mkinitcpio' 'syslinux' 'pciutils')
-backup=(etc/mksyslinux.conf)
-source=('boot.msg' 'mksyslinux' 'mksyslinux.conf' 'options.msg')
-md5sums=('6a269fc5b58c7bcc6688efeaa2075606'
- 'cc85beaf16111b9509c52f1b360eee6f'
- '498997ebe6bba351bdfbaa59f5d8e523'
- 'b211c5f7e30d2ee36cde20f71aa3f2b8')
-
-package()
-{
-  cd $srcdir/
-  install -D -m755 mksyslinux $pkgdir/usr/sbin/mksyslinux
-  install -D -m644 mksyslinux.conf $pkgdir/etc/mksyslinux.conf
-  install -D -m644 boot.msg $pkgdir/usr/share/mksyslinux/boot.msg
-  install -D -m644 options.msg  $pkgdir/usr/share/mksyslinux/options.msg
-}

Copied: mksyslinux/repos/extra-any/PKGBUILD (from rev 179535, 
mksyslinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-06 08:15:22 UTC (rev 179536)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Tobias Powalowski tp...@archlinux.org
+
+pkgname=mksyslinux
+pkgver=2013.03
+pkgrel=1
+pkgdesc=Advanced, modular syslinux boot image creation utility
+arch=(any)
+license=('GPL')
+url=http://www.archlinux.org/;
+depends=('mkinitcpio' 'syslinux' 'pciutils')
+backup=(etc/mksyslinux.conf)
+source=('boot.msg' 'mksyslinux' 'mksyslinux.conf' 'options.msg')
+md5sums=('6a269fc5b58c7bcc6688efeaa2075606'
+ 'cc85beaf16111b9509c52f1b360eee6f'
+ '0e71d0e137ccbce67a96910278a59a40'
+ 'b211c5f7e30d2ee36cde20f71aa3f2b8')
+
+package()
+{
+  cd $srcdir/
+  install -D -m755 mksyslinux $pkgdir/usr/sbin/mksyslinux
+  install -D -m644 mksyslinux.conf $pkgdir/etc/mksyslinux.conf
+  install -D -m644 boot.msg $pkgdir/usr/share/mksyslinux/boot.msg
+  install -D -m644 options.msg  $pkgdir/usr/share/mksyslinux/options.msg
+}

Deleted: boot.msg
===
--- boot.msg2013-03-06 08:15:15 UTC (rev 179535)
+++ boot.msg2013-03-06 08:15:22 UTC (rev 179536)
@@ -1,14 +0,0 @@
-
-
---
-Arch Linux
-SYSLINUX BOOT
-created with 'mksyslinux' by Tobias Powalowski tp...@archlinux.org
-
-Press ENTER or type 'arch' to boot image.
-
-If you wish to change your defaults to boot into your existing system,
-type 'vmlinuz initrd=initrd.img any_other_boot_option'
-Use the F2 key for troubleshooting and options.
---
-

Copied: mksyslinux/repos/extra-any/boot.msg (from rev 179535, 
mksyslinux/trunk/boot.msg)
===
--- boot.msg(rev 0)
+++ boot.msg2013-03-06 08:15:22 UTC (rev 179536)
@@ -0,0 +1,14 @@
+
+
+--
+Arch Linux
+SYSLINUX BOOT
+created with 'mksyslinux' by Tobias Powalowski tp...@archlinux.org
+
+Press ENTER or type 'arch' to boot image.
+
+If you wish to change your defaults to boot into your existing system,
+type 'vmlinuz initrd=initrd.img any_other_boot_option'
+Use the F2 key for troubleshooting and options.
+--
+

Deleted: mksyslinux
===
--- mksyslinux  2013-03-06 08:15:15 UTC (rev 179535)
+++ mksyslinux  2013-03-06 08:15:22 UTC (rev 179536)
@@ -1,144 +0,0 @@
-#! /bin/sh
-# Created by Tobias Powalowski 

[arch-commits] Commit in mksyslinux/repos/extra-any (10 files)

2013-02-06 Thread Eric BĂ©langer
Date: Thursday, February 7, 2013 @ 06:40:17
  Author: eric
Revision: 177547

archrelease: copy trunk to extra-any

Added:
  mksyslinux/repos/extra-any/PKGBUILD
(from rev 177546, mksyslinux/trunk/PKGBUILD)
  mksyslinux/repos/extra-any/boot.msg
(from rev 177546, mksyslinux/trunk/boot.msg)
  mksyslinux/repos/extra-any/mksyslinux
(from rev 177546, mksyslinux/trunk/mksyslinux)
  mksyslinux/repos/extra-any/mksyslinux.conf
(from rev 177546, mksyslinux/trunk/mksyslinux.conf)
  mksyslinux/repos/extra-any/options.msg
(from rev 177546, mksyslinux/trunk/options.msg)
Deleted:
  mksyslinux/repos/extra-any/PKGBUILD
  mksyslinux/repos/extra-any/boot.msg
  mksyslinux/repos/extra-any/mksyslinux
  mksyslinux/repos/extra-any/mksyslinux.conf
  mksyslinux/repos/extra-any/options.msg

-+
 PKGBUILD|   52 -
 boot.msg|   28 ++---
 mksyslinux  |  288 +++---
 mksyslinux.conf |   66 ++--
 options.msg |   12 +-
 5 files changed, 223 insertions(+), 223 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-07 05:39:46 UTC (rev 177546)
+++ PKGBUILD2013-02-07 05:40:17 UTC (rev 177547)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski tp...@archlinux.org
-
-pkgname=mksyslinux
-pkgver=2010.08
-pkgrel=2
-pkgdesc=Advanced, modular syslinux boot image creation utility
-arch=(any)
-license=('GPL')
-url=http://www.archlinux.org/;
-depends=('mkinitcpio' 'syslinux' 'pciutils')
-source=('boot.msg' 'mksyslinux' 'mksyslinux.conf' 'options.msg')
-backup=(etc/mksyslinux.conf)
-
-package()
-{
-  cd $srcdir/
-  install -D -m755 mksyslinux $startdir/pkg/usr/sbin/mksyslinux
-  install -D -m644 mksyslinux.conf $startdir/pkg/etc/mksyslinux.conf
-  install -D -m644 boot.msg $startdir/pkg/usr/share/mksyslinux/boot.msg
-  install -D -m644 options.msg  $startdir/pkg/usr/share/mksyslinux/options.msg
-}
-md5sums=('6a269fc5b58c7bcc6688efeaa2075606'
- 'cc85beaf16111b9509c52f1b360eee6f'
- '498997ebe6bba351bdfbaa59f5d8e523'
- 'b211c5f7e30d2ee36cde20f71aa3f2b8')

Copied: mksyslinux/repos/extra-any/PKGBUILD (from rev 177546, 
mksyslinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-07 05:40:17 UTC (rev 177547)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Tobias Powalowski tp...@archlinux.org
+
+pkgname=mksyslinux
+pkgver=2010.08
+pkgrel=2
+pkgdesc=Advanced, modular syslinux boot image creation utility
+arch=(any)
+license=('GPL')
+url=http://www.archlinux.org/;
+depends=('mkinitcpio' 'syslinux' 'pciutils')
+backup=(etc/mksyslinux.conf)
+source=('boot.msg' 'mksyslinux' 'mksyslinux.conf' 'options.msg')
+md5sums=('6a269fc5b58c7bcc6688efeaa2075606'
+ 'cc85beaf16111b9509c52f1b360eee6f'
+ '498997ebe6bba351bdfbaa59f5d8e523'
+ 'b211c5f7e30d2ee36cde20f71aa3f2b8')
+
+package()
+{
+  cd $srcdir/
+  install -D -m755 mksyslinux $pkgdir/usr/sbin/mksyslinux
+  install -D -m644 mksyslinux.conf $pkgdir/etc/mksyslinux.conf
+  install -D -m644 boot.msg $pkgdir/usr/share/mksyslinux/boot.msg
+  install -D -m644 options.msg  $pkgdir/usr/share/mksyslinux/options.msg
+}

Deleted: boot.msg
===
--- boot.msg2013-02-07 05:39:46 UTC (rev 177546)
+++ boot.msg2013-02-07 05:40:17 UTC (rev 177547)
@@ -1,14 +0,0 @@
-
-
---
-Arch Linux
-SYSLINUX BOOT
-created with 'mksyslinux' by Tobias Powalowski tp...@archlinux.org
-
-Press ENTER or type 'arch' to boot image.
-
-If you wish to change your defaults to boot into your existing system,
-type 'vmlinuz initrd=initrd.img any_other_boot_option'
-Use the F2 key for troubleshooting and options.
---
-

Copied: mksyslinux/repos/extra-any/boot.msg (from rev 177546, 
mksyslinux/trunk/boot.msg)
===
--- boot.msg(rev 0)
+++ boot.msg2013-02-07 05:40:17 UTC (rev 177547)
@@ -0,0 +1,14 @@
+
+
+--
+Arch Linux
+SYSLINUX BOOT
+created with 'mksyslinux' by Tobias Powalowski tp...@archlinux.org
+
+Press ENTER or type 'arch' to boot image.
+
+If you wish to change your defaults to boot into your existing system,
+type 'vmlinuz initrd=initrd.img any_other_boot_option'
+Use the F2 key for troubleshooting and options.
+--
+

Deleted: mksyslinux
===
--- mksyslinux  2013-02-07 05:39:46 UTC (rev 177546)
+++ mksyslinux  2013-02-07 05:40:17 UTC (rev 177547)
@@ -1,144 +0,0 @@
-#! /bin/sh
-# Created by 

[arch-commits] Commit in mksyslinux/repos/extra-any (10 files)

2012-02-08 Thread Tobias Powalowski
Date: Wednesday, February 8, 2012 @ 06:17:06
  Author: tpowa
Revision: 149519

archrelease: copy trunk to extra-any

Added:
  mksyslinux/repos/extra-any/PKGBUILD
(from rev 149518, mksyslinux/trunk/PKGBUILD)
  mksyslinux/repos/extra-any/boot.msg
(from rev 149518, mksyslinux/trunk/boot.msg)
  mksyslinux/repos/extra-any/mksyslinux
(from rev 149518, mksyslinux/trunk/mksyslinux)
  mksyslinux/repos/extra-any/mksyslinux.conf
(from rev 149518, mksyslinux/trunk/mksyslinux.conf)
  mksyslinux/repos/extra-any/options.msg
(from rev 149518, mksyslinux/trunk/options.msg)
Deleted:
  mksyslinux/repos/extra-any/PKGBUILD
  mksyslinux/repos/extra-any/boot.msg
  mksyslinux/repos/extra-any/mksyslinux
  mksyslinux/repos/extra-any/mksyslinux.conf
  mksyslinux/repos/extra-any/options.msg

-+
 PKGBUILD|   52 -
 boot.msg|   28 ++---
 mksyslinux  |  288 +++---
 mksyslinux.conf |   66 ++--
 options.msg |   12 +-
 5 files changed, 223 insertions(+), 223 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-08 11:16:39 UTC (rev 149518)
+++ PKGBUILD2012-02-08 11:17:06 UTC (rev 149519)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski tp...@archlinux.org
-
-pkgname=mksyslinux
-pkgver=2010.08
-pkgrel=1
-pkgdesc=Advanced, modular syslinux boot image creation utility
-arch=(any)
-license=('GPL')
-url=http://www.archlinux.org/;
-depends=('mkinitcpio' 'syslinux' 'pciutils')
-source=('boot.msg' 'mksyslinux' 'mksyslinux.conf' 'options.msg')
-backup=(etc/mksyslinux.conf)
-
-build()
-{
-  cd $startdir/src/
-  install -D -m755 mksyslinux $startdir/pkg/usr/sbin/mksyslinux
-  install -D -m644 mksyslinux.conf $startdir/pkg/etc/mksyslinux.conf
-  install -D -m644 boot.msg $startdir/pkg/usr/share/mksyslinux/boot.msg
-  install -D -m644 options.msg  $startdir/pkg/usr/share/mksyslinux/options.msg
-}
-md5sums=('6a269fc5b58c7bcc6688efeaa2075606'
- 'cc85beaf16111b9509c52f1b360eee6f'
- '498997ebe6bba351bdfbaa59f5d8e523'
- 'b211c5f7e30d2ee36cde20f71aa3f2b8')

Copied: mksyslinux/repos/extra-any/PKGBUILD (from rev 149518, 
mksyslinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-08 11:17:06 UTC (rev 149519)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Tobias Powalowski tp...@archlinux.org
+
+pkgname=mksyslinux
+pkgver=2010.08
+pkgrel=2
+pkgdesc=Advanced, modular syslinux boot image creation utility
+arch=(any)
+license=('GPL')
+url=http://www.archlinux.org/;
+depends=('mkinitcpio' 'syslinux' 'pciutils')
+source=('boot.msg' 'mksyslinux' 'mksyslinux.conf' 'options.msg')
+backup=(etc/mksyslinux.conf)
+
+package()
+{
+  cd $srcdir/
+  install -D -m755 mksyslinux $startdir/pkg/usr/sbin/mksyslinux
+  install -D -m644 mksyslinux.conf $startdir/pkg/etc/mksyslinux.conf
+  install -D -m644 boot.msg $startdir/pkg/usr/share/mksyslinux/boot.msg
+  install -D -m644 options.msg  $startdir/pkg/usr/share/mksyslinux/options.msg
+}
+md5sums=('6a269fc5b58c7bcc6688efeaa2075606'
+ 'cc85beaf16111b9509c52f1b360eee6f'
+ '498997ebe6bba351bdfbaa59f5d8e523'
+ 'b211c5f7e30d2ee36cde20f71aa3f2b8')

Deleted: boot.msg
===
--- boot.msg2012-02-08 11:16:39 UTC (rev 149518)
+++ boot.msg2012-02-08 11:17:06 UTC (rev 149519)
@@ -1,14 +0,0 @@
-
-
---
-Arch Linux
-SYSLINUX BOOT
-created with 'mksyslinux' by Tobias Powalowski tp...@archlinux.org
-
-Press ENTER or type 'arch' to boot image.
-
-If you wish to change your defaults to boot into your existing system,
-type 'vmlinuz initrd=initrd.img any_other_boot_option'
-Use the F2 key for troubleshooting and options.
---
-

Copied: mksyslinux/repos/extra-any/boot.msg (from rev 149518, 
mksyslinux/trunk/boot.msg)
===
--- boot.msg(rev 0)
+++ boot.msg2012-02-08 11:17:06 UTC (rev 149519)
@@ -0,0 +1,14 @@
+
+
+--
+Arch Linux
+SYSLINUX BOOT
+created with 'mksyslinux' by Tobias Powalowski tp...@archlinux.org
+
+Press ENTER or type 'arch' to boot image.
+
+If you wish to change your defaults to boot into your existing system,
+type 'vmlinuz initrd=initrd.img any_other_boot_option'
+Use the F2 key for troubleshooting and options.
+--
+

Deleted: mksyslinux
===
--- mksyslinux  2012-02-08 11:16:39 UTC (rev 149518)
+++ mksyslinux  2012-02-08 11:17:06 UTC (rev 149519)
@@ -1,144 +0,0