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

Jan de Groot jgc at nymeria.archlinux.org
Mon Mar 18 13:36:40 UTC 2013


    Date: Monday, March 18, 2013 @ 14:36:39
  Author: jgc
Revision: 180167

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

Added:
  sg3_utils/repos/extra-i686/PKGBUILD
    (from rev 180166, sg3_utils/trunk/PKGBUILD)
  sg3_utils/repos/extra-x86_64/PKGBUILD
    (from rev 180166, sg3_utils/trunk/PKGBUILD)
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   |   22 -----------------
 extra-x86_64/PKGBUILD     |   54 ++++++++++++++++++++++----------------------
 extra-x86_64/stdint.patch |   22 -----------------
 4 files changed, 54 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-03-18 13:36:30 UTC (rev 180166)
+++ extra-i686/PKGBUILD	2013-03-18 13:36:39 UTC (rev 180167)
@@ -1,27 +0,0 @@
-#$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}/"
-}

Copied: sg3_utils/repos/extra-i686/PKGBUILD (from rev 180166, sg3_utils/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-03-18 13:36:39 UTC (rev 180167)
@@ -0,0 +1,27 @@
+#$Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=sg3_utils
+pkgver=1.35
+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=('55c32fb95a5b3907687b023f392fbd3c')
+
+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	2013-03-18 13:36:30 UTC (rev 180166)
+++ extra-i686/stdint.patch	2013-03-18 13:36:39 UTC (rev 180167)
@@ -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

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-03-18 13:36:30 UTC (rev 180166)
+++ extra-x86_64/PKGBUILD	2013-03-18 13:36:39 UTC (rev 180167)
@@ -1,27 +0,0 @@
-#$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}/"
-}

Copied: sg3_utils/repos/extra-x86_64/PKGBUILD (from rev 180166, sg3_utils/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-03-18 13:36:39 UTC (rev 180167)
@@ -0,0 +1,27 @@
+#$Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+
+pkgname=sg3_utils
+pkgver=1.35
+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=('55c32fb95a5b3907687b023f392fbd3c')
+
+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	2013-03-18 13:36:30 UTC (rev 180166)
+++ extra-x86_64/stdint.patch	2013-03-18 13:36:39 UTC (rev 180167)
@@ -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




More information about the arch-commits mailing list