[arch-commits] Commit in memtest86+/repos/extra-any (4 files)
Eric Bélanger
eric at archlinux.org
Wed Feb 8 05:56:41 UTC 2012
Date: Wednesday, February 8, 2012 @ 00:56:40
Author: eric
Revision: 149463
archrelease: copy trunk to extra-any
Added:
memtest86+/repos/extra-any/PKGBUILD
(from rev 149462, memtest86+/trunk/PKGBUILD)
memtest86+/repos/extra-any/memtest86+.install
(from rev 149462, memtest86+/trunk/memtest86+.install)
Deleted:
memtest86+/repos/extra-any/PKGBUILD
memtest86+/repos/extra-any/memtest86+.install
--------------------+
PKGBUILD | 35 +++++++++++++++++------------------
memtest86+.install | 46 +++++++++++++++++++++++-----------------------
2 files changed, 40 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2012-02-08 05:55:04 UTC (rev 149462)
+++ PKGBUILD 2012-02-08 05:56:40 UTC (rev 149463)
@@ -1,18 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=memtest86+
-pkgver=4.20
-pkgrel=1
-pkgdesc="An advanced memory diagnostic tool"
-arch=('any')
-url="http://www.memtest.org"
-license=('GPL2')
-install=memtest86+.install
-source=(http://www.memtest.org/download/${pkgver}/${pkgname}-${pkgver}.bin.gz)
-md5sums=('4640a702c3e7a5a74af069f51ab8345f')
-sha1sums=('5a91dc1c9e3457456f314e6c99f579210624fafc')
-
-package() {
- install -D -m644 "${srcdir}/${pkgname}-${pkgver}.bin" "${pkgdir}/boot/memtest86+/memtest.bin"
-}
Copied: memtest86+/repos/extra-any/PKGBUILD (from rev 149462, memtest86+/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2012-02-08 05:56:40 UTC (rev 149463)
@@ -0,0 +1,17 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=memtest86+
+pkgver=4.20
+pkgrel=2
+pkgdesc="An advanced memory diagnostic tool"
+arch=('any')
+url="http://www.memtest.org"
+license=('GPL2')
+install=memtest86+.install
+source=(http://www.memtest.org/download/${pkgver}/${pkgname}-${pkgver}.bin.gz)
+sha1sums=('5a91dc1c9e3457456f314e6c99f579210624fafc')
+
+package() {
+ install -D -m644 "${srcdir}/${pkgname}-${pkgver}.bin" "${pkgdir}/boot/memtest86+/memtest.bin"
+}
Deleted: memtest86+.install
===================================================================
--- memtest86+.install 2012-02-08 05:55:04 UTC (rev 149462)
+++ memtest86+.install 2012-02-08 05:56:40 UTC (rev 149463)
@@ -1,23 +0,0 @@
-post_install() {
-cat << EOF
-For using memtest86+ please modifiy your bootloaders.
-
-If /boot is on root partitions:
-==> GRUB add this to /boot/grub/menu.lst
-title Memtest86+ [/boot/memtest86+/memtest.bin]
-kernel (hd?,?)/boot/memtest86+/memtest.bin
-
-==> Lilo add this to lilo.conf
-image = /boot/memtest86+/memtest.bin
-label = "Memtest86+"
-
-If /boot is on seperate partition then just use /memtest86+/memtest.bin
-without /boot prefix.
-EOF
-}
-
-post_remove() {
-cat << EOF
-Please remove your additions from your bootloaders.
-EOF
-}
Copied: memtest86+/repos/extra-any/memtest86+.install (from rev 149462, memtest86+/trunk/memtest86+.install)
===================================================================
--- memtest86+.install (rev 0)
+++ memtest86+.install 2012-02-08 05:56:40 UTC (rev 149463)
@@ -0,0 +1,23 @@
+post_install() {
+cat << EOF
+For using memtest86+, please modify your bootloaders.
+
+If /boot is on root partitions:
+==> GRUB: add this to /boot/grub/menu.lst
+title Memtest86+ [/boot/memtest86+/memtest.bin]
+kernel (hd?,?)/boot/memtest86+/memtest.bin
+
+==> Lilo: add this to lilo.conf
+image = /boot/memtest86+/memtest.bin
+label = "Memtest86+"
+
+If /boot is on a separate partition, then just use /memtest86+/memtest.bin
+without the /boot prefix.
+EOF
+}
+
+post_remove() {
+cat << EOF
+Please remove your additions from your bootloaders.
+EOF
+}
More information about the arch-commits
mailing list