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

Tobias Powalowski tpowa at nymeria.archlinux.org
Mon Sep 16 12:12:33 UTC 2013


    Date: Monday, September 16, 2013 @ 14:12:33
  Author: tpowa
Revision: 194437

db-move: moved gummiboot from [testing] to [core] (i686, x86_64)

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

-------------------------------+
 /PKGBUILD                     |   90 ++++++++++++++++++++++++++++++++++++++++
 /arch.conf                    |   14 ++++++
 /gummiboot.install            |   26 +++++++++++
 /loader.conf                  |    4 +
 core-i686/PKGBUILD            |   45 --------------------
 core-i686/arch.conf           |    7 ---
 core-i686/gummiboot.install   |   13 -----
 core-i686/loader.conf         |    2 
 core-x86_64/PKGBUILD          |   45 --------------------
 core-x86_64/arch.conf         |    7 ---
 core-x86_64/gummiboot.install |   13 -----
 core-x86_64/loader.conf       |    2 
 12 files changed, 134 insertions(+), 134 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2013-09-16 12:12:17 UTC (rev 194436)
+++ core-i686/PKGBUILD	2013-09-16 12:12:33 UTC (rev 194437)
@@ -1,45 +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="33"
-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' 'git')
-depends=('util-linux')
-conflicts=('gummiboot-efi')
-provides=('gummiboot-efi')
-replaces=('gummiboot-efi')
-options=('!strip')
-source=("git://anongit.freedesktop.org/${pkgname}#tag=${pkgver}"
-        'loader.conf'
-        'arch.conf')
-install="gummiboot.install"
-
-build() {
-	cd ${srcdir}/${pkgname}
-
-	./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}
-
-	make DESTDIR="${pkgdir}" install
-}
-md5sums=('SKIP'
-         '6ea803e5179d623716e3be0b636de658'
-         '82bda9612e3a361a74cf8de2a0134b15')

Copied: gummiboot/repos/core-i686/PKGBUILD (from rev 194436, gummiboot/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2013-09-16 12:12:33 UTC (rev 194437)
@@ -0,0 +1,45 @@
+# $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="37"
+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' 'git')
+depends=('util-linux')
+conflicts=('gummiboot-efi')
+provides=('gummiboot-efi')
+replaces=('gummiboot-efi')
+options=('!strip' '!makeflags')
+source=("git://anongit.freedesktop.org/${pkgname}#tag=${pkgver}"
+        'loader.conf'
+        'arch.conf')
+install="gummiboot.install"
+
+build() {
+	cd ${srcdir}/${pkgname}
+
+	./autogen.sh
+	./configure --sysconfdir=/etc  --with-efi-ldsdir=/usr/lib --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}
+
+	make DESTDIR="${pkgdir}" install
+}
+md5sums=('SKIP'
+         '6ea803e5179d623716e3be0b636de658'
+         '82bda9612e3a361a74cf8de2a0134b15')

Deleted: core-i686/arch.conf
===================================================================
--- core-i686/arch.conf	2013-09-16 12:12:17 UTC (rev 194436)
+++ core-i686/arch.conf	2013-09-16 12:12:33 UTC (rev 194437)
@@ -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/core-i686/arch.conf (from rev 194436, gummiboot/repos/testing-i686/arch.conf)
===================================================================
--- core-i686/arch.conf	                        (rev 0)
+++ core-i686/arch.conf	2013-09-16 12:12:33 UTC (rev 194437)
@@ -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: core-i686/gummiboot.install
===================================================================
--- core-i686/gummiboot.install	2013-09-16 12:12:17 UTC (rev 194436)
+++ core-i686/gummiboot.install	2013-09-16 12:12:33 UTC (rev 194437)
@@ -1,13 +0,0 @@
-post_install() {
-	mkdir -p /boot/EFI/gummiboot
-	/usr/bin/gummiboot update
-	echo ":: Run '/usr/bin/gummiboot install' to make gummiboot your default bootloader"
-}
-
-post_upgrade() {
-	/usr/bin/gummiboot update
-}
-
-pre_remove() {
-	/usr/bin/gummiboot remove
-}

Copied: gummiboot/repos/core-i686/gummiboot.install (from rev 194436, gummiboot/repos/testing-i686/gummiboot.install)
===================================================================
--- core-i686/gummiboot.install	                        (rev 0)
+++ core-i686/gummiboot.install	2013-09-16 12:12:33 UTC (rev 194437)
@@ -0,0 +1,13 @@
+post_install() {
+	mkdir -p /boot/EFI/gummiboot
+	/usr/bin/gummiboot update
+	echo ":: Run '/usr/bin/gummiboot install' to make gummiboot your default bootloader"
+}
+
+post_upgrade() {
+	/usr/bin/gummiboot update
+}
+
+pre_remove() {
+	/usr/bin/gummiboot remove
+}

Deleted: core-i686/loader.conf
===================================================================
--- core-i686/loader.conf	2013-09-16 12:12:17 UTC (rev 194436)
+++ core-i686/loader.conf	2013-09-16 12:12:33 UTC (rev 194437)
@@ -1,2 +0,0 @@
-timeout 10
-default arch

Copied: gummiboot/repos/core-i686/loader.conf (from rev 194436, gummiboot/repos/testing-i686/loader.conf)
===================================================================
--- core-i686/loader.conf	                        (rev 0)
+++ core-i686/loader.conf	2013-09-16 12:12:33 UTC (rev 194437)
@@ -0,0 +1,2 @@
+timeout 10
+default arch

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2013-09-16 12:12:17 UTC (rev 194436)
+++ core-x86_64/PKGBUILD	2013-09-16 12:12:33 UTC (rev 194437)
@@ -1,45 +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="33"
-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' 'git')
-depends=('util-linux')
-conflicts=('gummiboot-efi')
-provides=('gummiboot-efi')
-replaces=('gummiboot-efi')
-options=('!strip')
-source=("git://anongit.freedesktop.org/${pkgname}#tag=${pkgver}"
-        'loader.conf'
-        'arch.conf')
-install="gummiboot.install"
-
-build() {
-	cd ${srcdir}/${pkgname}
-
-	./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}
-
-	make DESTDIR="${pkgdir}" install
-}
-md5sums=('SKIP'
-         '6ea803e5179d623716e3be0b636de658'
-         '82bda9612e3a361a74cf8de2a0134b15')

Copied: gummiboot/repos/core-x86_64/PKGBUILD (from rev 194436, gummiboot/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2013-09-16 12:12:33 UTC (rev 194437)
@@ -0,0 +1,45 @@
+# $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="37"
+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' 'git')
+depends=('util-linux')
+conflicts=('gummiboot-efi')
+provides=('gummiboot-efi')
+replaces=('gummiboot-efi')
+options=('!strip' '!makeflags')
+source=("git://anongit.freedesktop.org/${pkgname}#tag=${pkgver}"
+        'loader.conf'
+        'arch.conf')
+install="gummiboot.install"
+
+build() {
+	cd ${srcdir}/${pkgname}
+
+	./autogen.sh
+	./configure --sysconfdir=/etc  --with-efi-ldsdir=/usr/lib --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}
+
+	make DESTDIR="${pkgdir}" install
+}
+md5sums=('SKIP'
+         '6ea803e5179d623716e3be0b636de658'
+         '82bda9612e3a361a74cf8de2a0134b15')

Deleted: core-x86_64/arch.conf
===================================================================
--- core-x86_64/arch.conf	2013-09-16 12:12:17 UTC (rev 194436)
+++ core-x86_64/arch.conf	2013-09-16 12:12:33 UTC (rev 194437)
@@ -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/core-x86_64/arch.conf (from rev 194436, gummiboot/repos/testing-x86_64/arch.conf)
===================================================================
--- core-x86_64/arch.conf	                        (rev 0)
+++ core-x86_64/arch.conf	2013-09-16 12:12:33 UTC (rev 194437)
@@ -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: core-x86_64/gummiboot.install
===================================================================
--- core-x86_64/gummiboot.install	2013-09-16 12:12:17 UTC (rev 194436)
+++ core-x86_64/gummiboot.install	2013-09-16 12:12:33 UTC (rev 194437)
@@ -1,13 +0,0 @@
-post_install() {
-	mkdir -p /boot/EFI/gummiboot
-	/usr/bin/gummiboot update
-	echo ":: Run '/usr/bin/gummiboot install' to make gummiboot your default bootloader"
-}
-
-post_upgrade() {
-	/usr/bin/gummiboot update
-}
-
-pre_remove() {
-	/usr/bin/gummiboot remove
-}

Copied: gummiboot/repos/core-x86_64/gummiboot.install (from rev 194436, gummiboot/repos/testing-x86_64/gummiboot.install)
===================================================================
--- core-x86_64/gummiboot.install	                        (rev 0)
+++ core-x86_64/gummiboot.install	2013-09-16 12:12:33 UTC (rev 194437)
@@ -0,0 +1,13 @@
+post_install() {
+	mkdir -p /boot/EFI/gummiboot
+	/usr/bin/gummiboot update
+	echo ":: Run '/usr/bin/gummiboot install' to make gummiboot your default bootloader"
+}
+
+post_upgrade() {
+	/usr/bin/gummiboot update
+}
+
+pre_remove() {
+	/usr/bin/gummiboot remove
+}

Deleted: core-x86_64/loader.conf
===================================================================
--- core-x86_64/loader.conf	2013-09-16 12:12:17 UTC (rev 194436)
+++ core-x86_64/loader.conf	2013-09-16 12:12:33 UTC (rev 194437)
@@ -1,2 +0,0 @@
-timeout 10
-default arch

Copied: gummiboot/repos/core-x86_64/loader.conf (from rev 194436, gummiboot/repos/testing-x86_64/loader.conf)
===================================================================
--- core-x86_64/loader.conf	                        (rev 0)
+++ core-x86_64/loader.conf	2013-09-16 12:12:33 UTC (rev 194437)
@@ -0,0 +1,2 @@
+timeout 10
+default arch




More information about the arch-commits mailing list