[arch-commits] Commit in gummiboot/repos (16 files)

Tom Gundersen tomegun at nymeria.archlinux.org
Sat Mar 23 23:21:49 UTC 2013


    Date: Sunday, March 24, 2013 @ 00:21:49
  Author: tomegun
Revision: 180589

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

Added:
  gummiboot/repos/testing-i686/PKGBUILD
    (from rev 180588, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-i686/arch.conf
    (from rev 180588, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-i686/gummiboot.install
    (from rev 180588, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-i686/loader.conf
    (from rev 180588, gummiboot/trunk/loader.conf)
  gummiboot/repos/testing-x86_64/PKGBUILD
    (from rev 180588, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-x86_64/arch.conf
    (from rev 180588, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-x86_64/gummiboot.install
    (from rev 180588, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-x86_64/loader.conf
    (from rev 180588, gummiboot/trunk/loader.conf)
Deleted:
  gummiboot/repos/testing-i686/PKGBUILD
  gummiboot/repos/testing-i686/arch.conf
  gummiboot/repos/testing-i686/gummiboot.install
  gummiboot/repos/testing-i686/loader.conf
  gummiboot/repos/testing-x86_64/PKGBUILD
  gummiboot/repos/testing-x86_64/arch.conf
  gummiboot/repos/testing-x86_64/gummiboot.install
  gummiboot/repos/testing-x86_64/loader.conf

----------------------------------+
 /PKGBUILD                        |   88 +++++++++++++++++++++++++++++++++++++
 /arch.conf                       |   14 +++++
 /gummiboot.install               |   22 +++++++++
 /loader.conf                     |    4 +
 testing-i686/PKGBUILD            |   44 ------------------
 testing-i686/arch.conf           |    7 --
 testing-i686/gummiboot.install   |   11 ----
 testing-i686/loader.conf         |    2 
 testing-x86_64/PKGBUILD          |   44 ------------------
 testing-x86_64/arch.conf         |    7 --
 testing-x86_64/gummiboot.install |   11 ----
 testing-x86_64/loader.conf       |    2 
 12 files changed, 128 insertions(+), 128 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2013-03-23 23:21:38 UTC (rev 180588)
+++ testing-i686/PKGBUILD	2013-03-23 23:21:49 UTC (rev 180589)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: Keshav P R <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
-# Contributor:  Mantas Mikulėnas <grawity at gmail.com>
-
-pkgname="gummiboot"
-pkgver="28"
-pkgrel="1"
-pkgdesc="Simple text-mode UEFI Boot Manager"
-url="http://freedesktop.org/wiki/Software/gummiboot"
-arch=('x86_64' 'i686')
-license=('LGPL2.1')
-makedepends=('gnu-efi-libs' 'docbook-xsl')
-depends=('util-linux')
-conflicts=('gummiboot-efi')
-provides=('gummiboot-efi')
-replaces=('gummiboot-efi')
-options=('!strip')
-source=("ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.xz"
-        'loader.conf'
-        'arch.conf')
-install="gummiboot.install"
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}/"
-
-	./autogen.sh
-	./configure --sysconfdir=/etc --libexecdir=/usr/lib --libdir=/usr/lib
-	
-	make
-}
-
-package() {
-	## Install gummiboot example configuration files (can go away with systemd's kernel-install)
-	install -D -m0644 "${srcdir}/loader.conf" "${pkgdir}/usr/lib/gummiboot/loader/loader.conf"
-	install -D -m0644 "${srcdir}/arch.conf" "${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf"
-
-	cd "${srcdir}/${pkgname}-${pkgver}/"
-	make DESTDIR="${pkgdir}" install
-}
-md5sums=('3a3a4f2e68ea72cf76a18b2f34d3b002'
-         '6ea803e5179d623716e3be0b636de658'
-         '82bda9612e3a361a74cf8de2a0134b15')

Copied: gummiboot/repos/testing-i686/PKGBUILD (from rev 180588, gummiboot/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-03-23 23:21:49 UTC (rev 180589)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Keshav P R <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
+# Contributor:  Mantas Mikulėnas <grawity at gmail.com>
+
+pkgname="gummiboot"
+pkgver="29"
+pkgrel="1"
+pkgdesc="Simple text-mode UEFI Boot Manager"
+url="http://freedesktop.org/wiki/Software/gummiboot"
+arch=('x86_64' 'i686')
+license=('LGPL2.1')
+makedepends=('gnu-efi-libs' 'docbook-xsl')
+depends=('util-linux')
+conflicts=('gummiboot-efi')
+provides=('gummiboot-efi')
+replaces=('gummiboot-efi')
+options=('!strip')
+source=("ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.xz"
+        'loader.conf'
+        'arch.conf')
+install="gummiboot.install"
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}/"
+
+	./autogen.sh
+	./configure --sysconfdir=/etc --libexecdir=/usr/lib --libdir=/usr/lib
+	
+	make
+}
+
+package() {
+	## Install gummiboot example configuration files (can go away with systemd's kernel-install)
+	install -D -m0644 "${srcdir}/loader.conf" "${pkgdir}/usr/lib/gummiboot/loader/loader.conf"
+	install -D -m0644 "${srcdir}/arch.conf" "${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf"
+
+	cd "${srcdir}/${pkgname}-${pkgver}/"
+	make DESTDIR="${pkgdir}" install
+}
+md5sums=('7e133411b805ce6fb5dd3e3bd08b88a2'
+         '6ea803e5179d623716e3be0b636de658'
+         '82bda9612e3a361a74cf8de2a0134b15')

Deleted: testing-i686/arch.conf
===================================================================
--- testing-i686/arch.conf	2013-03-23 23:21:38 UTC (rev 180588)
+++ testing-i686/arch.conf	2013-03-23 23:21:49 UTC (rev 180589)
@@ -1,7 +0,0 @@
-## This is just an exmaple config file.
-## Please edit the paths and kernel parameters according to your system.
-
-title   Arch Linux
-linux   /vmlinuz-linux
-initrd  /initramfs-linux.img
-options root=PARTUUID=XXXX rootfstype=XXXX add_efi_memmap

Copied: gummiboot/repos/testing-i686/arch.conf (from rev 180588, gummiboot/trunk/arch.conf)
===================================================================
--- testing-i686/arch.conf	                        (rev 0)
+++ testing-i686/arch.conf	2013-03-23 23:21:49 UTC (rev 180589)
@@ -0,0 +1,7 @@
+## This is just an exmaple config file.
+## Please edit the paths and kernel parameters according to your system.
+
+title   Arch Linux
+linux   /vmlinuz-linux
+initrd  /initramfs-linux.img
+options root=PARTUUID=XXXX rootfstype=XXXX add_efi_memmap

Deleted: testing-i686/gummiboot.install
===================================================================
--- testing-i686/gummiboot.install	2013-03-23 23:21:38 UTC (rev 180588)
+++ testing-i686/gummiboot.install	2013-03-23 23:21:49 UTC (rev 180589)
@@ -1,11 +0,0 @@
-post_install() {
-	echo ":: Run '/usr/bin/gummiboot install' to enable gummiboot"
-}
-
-post_upgrade() {
-	/usr/bin/gummiboot update
-}
-
-pre_remove() {
-	/usr/bin/gummiboot remove
-}

Copied: gummiboot/repos/testing-i686/gummiboot.install (from rev 180588, gummiboot/trunk/gummiboot.install)
===================================================================
--- testing-i686/gummiboot.install	                        (rev 0)
+++ testing-i686/gummiboot.install	2013-03-23 23:21:49 UTC (rev 180589)
@@ -0,0 +1,11 @@
+post_install() {
+	echo ":: Run '/usr/bin/gummiboot install' to enable gummiboot"
+}
+
+post_upgrade() {
+	/usr/bin/gummiboot update
+}
+
+pre_remove() {
+	/usr/bin/gummiboot remove
+}

Deleted: testing-i686/loader.conf
===================================================================
--- testing-i686/loader.conf	2013-03-23 23:21:38 UTC (rev 180588)
+++ testing-i686/loader.conf	2013-03-23 23:21:49 UTC (rev 180589)
@@ -1,2 +0,0 @@
-timeout 10
-default arch

Copied: gummiboot/repos/testing-i686/loader.conf (from rev 180588, gummiboot/trunk/loader.conf)
===================================================================
--- testing-i686/loader.conf	                        (rev 0)
+++ testing-i686/loader.conf	2013-03-23 23:21:49 UTC (rev 180589)
@@ -0,0 +1,2 @@
+timeout 10
+default arch

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2013-03-23 23:21:38 UTC (rev 180588)
+++ testing-x86_64/PKGBUILD	2013-03-23 23:21:49 UTC (rev 180589)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: Keshav P R <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
-# Contributor:  Mantas Mikulėnas <grawity at gmail.com>
-
-pkgname="gummiboot"
-pkgver="28"
-pkgrel="1"
-pkgdesc="Simple text-mode UEFI Boot Manager"
-url="http://freedesktop.org/wiki/Software/gummiboot"
-arch=('x86_64' 'i686')
-license=('LGPL2.1')
-makedepends=('gnu-efi-libs' 'docbook-xsl')
-depends=('util-linux')
-conflicts=('gummiboot-efi')
-provides=('gummiboot-efi')
-replaces=('gummiboot-efi')
-options=('!strip')
-source=("ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.xz"
-        'loader.conf'
-        'arch.conf')
-install="gummiboot.install"
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}/"
-
-	./autogen.sh
-	./configure --sysconfdir=/etc --libexecdir=/usr/lib --libdir=/usr/lib
-	
-	make
-}
-
-package() {
-	## Install gummiboot example configuration files (can go away with systemd's kernel-install)
-	install -D -m0644 "${srcdir}/loader.conf" "${pkgdir}/usr/lib/gummiboot/loader/loader.conf"
-	install -D -m0644 "${srcdir}/arch.conf" "${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf"
-
-	cd "${srcdir}/${pkgname}-${pkgver}/"
-	make DESTDIR="${pkgdir}" install
-}
-md5sums=('3a3a4f2e68ea72cf76a18b2f34d3b002'
-         '6ea803e5179d623716e3be0b636de658'
-         '82bda9612e3a361a74cf8de2a0134b15')

Copied: gummiboot/repos/testing-x86_64/PKGBUILD (from rev 180588, gummiboot/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-03-23 23:21:49 UTC (rev 180589)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Keshav P R <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
+# Contributor:  Mantas Mikulėnas <grawity at gmail.com>
+
+pkgname="gummiboot"
+pkgver="29"
+pkgrel="1"
+pkgdesc="Simple text-mode UEFI Boot Manager"
+url="http://freedesktop.org/wiki/Software/gummiboot"
+arch=('x86_64' 'i686')
+license=('LGPL2.1')
+makedepends=('gnu-efi-libs' 'docbook-xsl')
+depends=('util-linux')
+conflicts=('gummiboot-efi')
+provides=('gummiboot-efi')
+replaces=('gummiboot-efi')
+options=('!strip')
+source=("ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.xz"
+        'loader.conf'
+        'arch.conf')
+install="gummiboot.install"
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}/"
+
+	./autogen.sh
+	./configure --sysconfdir=/etc --libexecdir=/usr/lib --libdir=/usr/lib
+	
+	make
+}
+
+package() {
+	## Install gummiboot example configuration files (can go away with systemd's kernel-install)
+	install -D -m0644 "${srcdir}/loader.conf" "${pkgdir}/usr/lib/gummiboot/loader/loader.conf"
+	install -D -m0644 "${srcdir}/arch.conf" "${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf"
+
+	cd "${srcdir}/${pkgname}-${pkgver}/"
+	make DESTDIR="${pkgdir}" install
+}
+md5sums=('7e133411b805ce6fb5dd3e3bd08b88a2'
+         '6ea803e5179d623716e3be0b636de658'
+         '82bda9612e3a361a74cf8de2a0134b15')

Deleted: testing-x86_64/arch.conf
===================================================================
--- testing-x86_64/arch.conf	2013-03-23 23:21:38 UTC (rev 180588)
+++ testing-x86_64/arch.conf	2013-03-23 23:21:49 UTC (rev 180589)
@@ -1,7 +0,0 @@
-## This is just an exmaple config file.
-## Please edit the paths and kernel parameters according to your system.
-
-title   Arch Linux
-linux   /vmlinuz-linux
-initrd  /initramfs-linux.img
-options root=PARTUUID=XXXX rootfstype=XXXX add_efi_memmap

Copied: gummiboot/repos/testing-x86_64/arch.conf (from rev 180588, gummiboot/trunk/arch.conf)
===================================================================
--- testing-x86_64/arch.conf	                        (rev 0)
+++ testing-x86_64/arch.conf	2013-03-23 23:21:49 UTC (rev 180589)
@@ -0,0 +1,7 @@
+## This is just an exmaple config file.
+## Please edit the paths and kernel parameters according to your system.
+
+title   Arch Linux
+linux   /vmlinuz-linux
+initrd  /initramfs-linux.img
+options root=PARTUUID=XXXX rootfstype=XXXX add_efi_memmap

Deleted: testing-x86_64/gummiboot.install
===================================================================
--- testing-x86_64/gummiboot.install	2013-03-23 23:21:38 UTC (rev 180588)
+++ testing-x86_64/gummiboot.install	2013-03-23 23:21:49 UTC (rev 180589)
@@ -1,11 +0,0 @@
-post_install() {
-	echo ":: Run '/usr/bin/gummiboot install' to enable gummiboot"
-}
-
-post_upgrade() {
-	/usr/bin/gummiboot update
-}
-
-pre_remove() {
-	/usr/bin/gummiboot remove
-}

Copied: gummiboot/repos/testing-x86_64/gummiboot.install (from rev 180588, gummiboot/trunk/gummiboot.install)
===================================================================
--- testing-x86_64/gummiboot.install	                        (rev 0)
+++ testing-x86_64/gummiboot.install	2013-03-23 23:21:49 UTC (rev 180589)
@@ -0,0 +1,11 @@
+post_install() {
+	echo ":: Run '/usr/bin/gummiboot install' to enable gummiboot"
+}
+
+post_upgrade() {
+	/usr/bin/gummiboot update
+}
+
+pre_remove() {
+	/usr/bin/gummiboot remove
+}

Deleted: testing-x86_64/loader.conf
===================================================================
--- testing-x86_64/loader.conf	2013-03-23 23:21:38 UTC (rev 180588)
+++ testing-x86_64/loader.conf	2013-03-23 23:21:49 UTC (rev 180589)
@@ -1,2 +0,0 @@
-timeout 10
-default arch

Copied: gummiboot/repos/testing-x86_64/loader.conf (from rev 180588, gummiboot/trunk/loader.conf)
===================================================================
--- testing-x86_64/loader.conf	                        (rev 0)
+++ testing-x86_64/loader.conf	2013-03-23 23:21:49 UTC (rev 180589)
@@ -0,0 +1,2 @@
+timeout 10
+default arch




More information about the arch-commits mailing list