[arch-commits] Commit in sg3_utils/repos (8 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jan 22 10:55:51 UTC 2012


    Date: Sunday, January 22, 2012 @ 05:55:51
  Author: andyrtr
Revision: 147121

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

Added:
  sg3_utils/repos/extra-i686/PKGBUILD
    (from rev 147120, sg3_utils/trunk/PKGBUILD)
  sg3_utils/repos/extra-i686/stdint.patch
    (from rev 147120, sg3_utils/trunk/stdint.patch)
  sg3_utils/repos/extra-x86_64/PKGBUILD
    (from rev 147120, sg3_utils/trunk/PKGBUILD)
  sg3_utils/repos/extra-x86_64/stdint.patch
    (from rev 147120, sg3_utils/trunk/stdint.patch)
Deleted:
  sg3_utils/repos/extra-i686/PKGBUILD
  sg3_utils/repos/extra-i686/stdint.patch
  sg3_utils/repos/extra-x86_64/PKGBUILD
  sg3_utils/repos/extra-x86_64/stdint.patch

---------------------------+
 extra-i686/PKGBUILD       |   54 ++++++++++++++++++++++----------------------
 extra-i686/stdint.patch   |   44 +++++++++++++++++------------------
 extra-x86_64/PKGBUILD     |   54 ++++++++++++++++++++++----------------------
 extra-x86_64/stdint.patch |   44 +++++++++++++++++------------------
 4 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-01-22 10:55:16 UTC (rev 147120)
+++ extra-i686/PKGBUILD	2012-01-22 10:55:51 UTC (rev 147121)
@@ -1,27 +0,0 @@
-#$Id$
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-
-pkgname=sg3_utils
-pkgver=1.30
-pkgrel=1
-pkgdesc="Generic SCSI utilities"
-arch=(i686 x86_64)
-url="http://sg.danny.cz/sg/sg3_utils.html"
-license=('GPL' 'custom:BSD')
-depends=('glibc')
-options=('!libtool')
-source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tgz)
-md5sums=('8acb9328abe17d012db8c5f95f1d7d75')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: sg3_utils/repos/extra-i686/PKGBUILD (from rev 147120, sg3_utils/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-01-22 10:55:51 UTC (rev 147121)
@@ -0,0 +1,27 @@
+#$Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=sg3_utils
+pkgver=1.33
+pkgrel=1
+pkgdesc="Generic SCSI utilities"
+arch=(i686 x86_64)
+url="http://sg.danny.cz/sg/sg3_utils.html"
+license=('GPL' 'custom:BSD')
+depends=('glibc')
+options=('!libtool')
+source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tgz)
+md5sums=('261e39f7161337330ba6bd57999be801')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: extra-i686/stdint.patch
===================================================================
--- extra-i686/stdint.patch	2012-01-22 10:55:16 UTC (rev 147120)
+++ extra-i686/stdint.patch	2012-01-22 10:55:51 UTC (rev 147121)
@@ -1,22 +0,0 @@
---- include/sg_cmds_basic.h	2008/06/26 23:27:40	1.1
-+++ include/sg_cmds_basic.h	2008/06/26 23:28:06
-@@ -30,6 +30,8 @@
-  *
-  */
- 
-+#include <stdint.h>
-+
- #ifdef __cplusplus
- extern "C" {
- #endif
---- include/sg_cmds_extra.h	2008/06/26 23:27:40	1.1
-+++ include/sg_cmds_extra.h	2008/06/26 23:29:02
-@@ -30,6 +30,8 @@
-  *
-  */
- 
-+#include <stdint.h>
-+
- #ifdef __cplusplus
- extern "C" {
- #endif

Copied: sg3_utils/repos/extra-i686/stdint.patch (from rev 147120, sg3_utils/trunk/stdint.patch)
===================================================================
--- extra-i686/stdint.patch	                        (rev 0)
+++ extra-i686/stdint.patch	2012-01-22 10:55:51 UTC (rev 147121)
@@ -0,0 +1,22 @@
+--- include/sg_cmds_basic.h	2008/06/26 23:27:40	1.1
++++ include/sg_cmds_basic.h	2008/06/26 23:28:06
+@@ -30,6 +30,8 @@
+  *
+  */
+ 
++#include <stdint.h>
++
+ #ifdef __cplusplus
+ extern "C" {
+ #endif
+--- include/sg_cmds_extra.h	2008/06/26 23:27:40	1.1
++++ include/sg_cmds_extra.h	2008/06/26 23:29:02
+@@ -30,6 +30,8 @@
+  *
+  */
+ 
++#include <stdint.h>
++
+ #ifdef __cplusplus
+ extern "C" {
+ #endif

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-01-22 10:55:16 UTC (rev 147120)
+++ extra-x86_64/PKGBUILD	2012-01-22 10:55:51 UTC (rev 147121)
@@ -1,27 +0,0 @@
-#$Id$
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-
-pkgname=sg3_utils
-pkgver=1.30
-pkgrel=1
-pkgdesc="Generic SCSI utilities"
-arch=(i686 x86_64)
-url="http://sg.danny.cz/sg/sg3_utils.html"
-license=('GPL' 'custom:BSD')
-depends=('glibc')
-options=('!libtool')
-source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tgz)
-md5sums=('8acb9328abe17d012db8c5f95f1d7d75')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: sg3_utils/repos/extra-x86_64/PKGBUILD (from rev 147120, sg3_utils/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-01-22 10:55:51 UTC (rev 147121)
@@ -0,0 +1,27 @@
+#$Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=sg3_utils
+pkgver=1.33
+pkgrel=1
+pkgdesc="Generic SCSI utilities"
+arch=(i686 x86_64)
+url="http://sg.danny.cz/sg/sg3_utils.html"
+license=('GPL' 'custom:BSD')
+depends=('glibc')
+options=('!libtool')
+source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tgz)
+md5sums=('261e39f7161337330ba6bd57999be801')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: extra-x86_64/stdint.patch
===================================================================
--- extra-x86_64/stdint.patch	2012-01-22 10:55:16 UTC (rev 147120)
+++ extra-x86_64/stdint.patch	2012-01-22 10:55:51 UTC (rev 147121)
@@ -1,22 +0,0 @@
---- include/sg_cmds_basic.h	2008/06/26 23:27:40	1.1
-+++ include/sg_cmds_basic.h	2008/06/26 23:28:06
-@@ -30,6 +30,8 @@
-  *
-  */
- 
-+#include <stdint.h>
-+
- #ifdef __cplusplus
- extern "C" {
- #endif
---- include/sg_cmds_extra.h	2008/06/26 23:27:40	1.1
-+++ include/sg_cmds_extra.h	2008/06/26 23:29:02
-@@ -30,6 +30,8 @@
-  *
-  */
- 
-+#include <stdint.h>
-+
- #ifdef __cplusplus
- extern "C" {
- #endif

Copied: sg3_utils/repos/extra-x86_64/stdint.patch (from rev 147120, sg3_utils/trunk/stdint.patch)
===================================================================
--- extra-x86_64/stdint.patch	                        (rev 0)
+++ extra-x86_64/stdint.patch	2012-01-22 10:55:51 UTC (rev 147121)
@@ -0,0 +1,22 @@
+--- include/sg_cmds_basic.h	2008/06/26 23:27:40	1.1
++++ include/sg_cmds_basic.h	2008/06/26 23:28:06
+@@ -30,6 +30,8 @@
+  *
+  */
+ 
++#include <stdint.h>
++
+ #ifdef __cplusplus
+ extern "C" {
+ #endif
+--- include/sg_cmds_extra.h	2008/06/26 23:27:40	1.1
++++ include/sg_cmds_extra.h	2008/06/26 23:29:02
+@@ -30,6 +30,8 @@
+  *
+  */
+ 
++#include <stdint.h>
++
+ #ifdef __cplusplus
+ extern "C" {
+ #endif




More information about the arch-commits mailing list