[arch-commits] Commit in i2c-tools/repos (4 files)

Jelle van der Waa jelle at archlinux.org
Tue Oct 31 21:11:39 UTC 2017


    Date: Tuesday, October 31, 2017 @ 21:11:38
  Author: jelle
Revision: 264941

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

Added:
  i2c-tools/repos/community-i686/PKGBUILD
    (from rev 264940, i2c-tools/trunk/PKGBUILD)
  i2c-tools/repos/community-x86_64/PKGBUILD
    (from rev 264940, i2c-tools/trunk/PKGBUILD)
Deleted:
  i2c-tools/repos/community-i686/PKGBUILD
  i2c-tools/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   80 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   39 ---------------------
 community-x86_64/PKGBUILD |   40 ----------------------
 3 files changed, 80 insertions(+), 79 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-10-31 21:09:07 UTC (rev 264940)
+++ community-i686/PKGBUILD	2017-10-31 21:11:38 UTC (rev 264941)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: DonVla <donvla at users.sourceforge.net>
-
-pkgname=i2c-tools
-pkgver=3.1.2
-pkgrel=1
-pkgdesc="Heterogeneous set of I2C tools for Linux that used to be part of lm-sensors"
-arch=('i686' 'x86_64')
-url="http://www.lm-sensors.org/wiki/I2CTools"
-license=('GPL')
-depends=('perl')
-makedepends=('python2' 'python')
-optdepends=('read-edid: for decode-edid script'
-            'python: for smbus module'
-            'python2: for smbus module')
-source=("http://http.debian.net/debian/pool/main/i/i2c-tools/i2c-tools_3.1.2.orig.tar.bz2")
-md5sums=('7104a1043d11a5e2c7b131614eb1b962')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make
-  make -C eepromer CFLAGS="$CFLAGS -I../include"
-  cd py-smbus
-  CPPFLAGS="$CPPFLAGS -I../include" python setup.py build
-  CPPFLAGS="$CPPFLAGS -I../include" python2 setup.py build
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make prefix="${pkgdir}/usr" sbindir="$pkgdir/usr/bin" install
-  install -Dm755 eepromer/eeprog eepromer/eeprom eepromer/eepromer "${pkgdir}/usr/bin"
-  cd py-smbus
-  python setup.py install --prefix "${pkgdir}/usr"
-  python2 setup.py install --prefix "${pkgdir}/usr"
-  rm -rf "${pkgdir}/usr/include"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i2c-tools/repos/community-i686/PKGBUILD (from rev 264940, i2c-tools/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-31 21:11:38 UTC (rev 264941)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: DonVla <donvla at users.sourceforge.net>
+
+pkgname=i2c-tools
+pkgver=4.0
+pkgrel=1
+pkgdesc="Heterogeneous set of I2C tools for Linux that used to be part of lm-sensors"
+arch=('i686' 'x86_64')
+url="http://www.lm-sensors.org/wiki/I2CTools"
+license=('GPL')
+depends=('perl')
+makedepends=('python2' 'python' 'git')
+optdepends=('read-edid: for decode-edid script'
+            'python: for smbus module'
+            'python2: for smbus module')
+_commit=629185af1552b1866052c6973c930f1a26992dfc
+source=("git+https://git.kernel.org/pub/scm/utils/i2c-tools/i2c-tools.git#commit=$_commit")
+sha256sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  make
+  make -C eepromer CFLAGS="$CFLAGS -I../include"
+  cd py-smbus
+  CPPFLAGS="$CPPFLAGS -I../include" python setup.py build
+  CPPFLAGS="$CPPFLAGS -I../include" python2 setup.py build
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  make prefix="${pkgdir}/usr" sbindir="$pkgdir/usr/bin" install
+  install -Dm755 eepromer/eeprom eepromer/eepromer "${pkgdir}/usr/bin"
+  cd py-smbus
+  python setup.py install --prefix "${pkgdir}/usr"
+  python2 setup.py install --prefix "${pkgdir}/usr"
+  rm -rf "${pkgdir}/usr/include"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-10-31 21:09:07 UTC (rev 264940)
+++ community-x86_64/PKGBUILD	2017-10-31 21:11:38 UTC (rev 264941)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: DonVla <donvla at users.sourceforge.net>
-
-pkgname=i2c-tools
-pkgver=4.0
-pkgrel=1
-pkgdesc="Heterogeneous set of I2C tools for Linux that used to be part of lm-sensors"
-arch=('i686' 'x86_64')
-url="http://www.lm-sensors.org/wiki/I2CTools"
-license=('GPL')
-depends=('perl')
-makedepends=('python2' 'python' 'git')
-optdepends=('read-edid: for decode-edid script'
-            'python: for smbus module'
-            'python2: for smbus module')
-_commit=629185af1552b1866052c6973c930f1a26992dfc
-source=("git+https://git.kernel.org/pub/scm/utils/i2c-tools/i2c-tools.git#commit=$_commit")
-sha256sums=('SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-  make
-  make -C eepromer CFLAGS="$CFLAGS -I../include"
-  cd py-smbus
-  CPPFLAGS="$CPPFLAGS -I../include" python setup.py build
-  CPPFLAGS="$CPPFLAGS -I../include" python2 setup.py build
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  make prefix="${pkgdir}/usr" sbindir="$pkgdir/usr/bin" install
-  install -Dm755 eepromer/eeprom eepromer/eepromer "${pkgdir}/usr/bin"
-  cd py-smbus
-  python setup.py install --prefix "${pkgdir}/usr"
-  python2 setup.py install --prefix "${pkgdir}/usr"
-  rm -rf "${pkgdir}/usr/include"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i2c-tools/repos/community-x86_64/PKGBUILD (from rev 264940, i2c-tools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-31 21:11:38 UTC (rev 264941)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: DonVla <donvla at users.sourceforge.net>
+
+pkgname=i2c-tools
+pkgver=4.0
+pkgrel=1
+pkgdesc="Heterogeneous set of I2C tools for Linux that used to be part of lm-sensors"
+arch=('i686' 'x86_64')
+url="http://www.lm-sensors.org/wiki/I2CTools"
+license=('GPL')
+depends=('perl')
+makedepends=('python2' 'python' 'git')
+optdepends=('read-edid: for decode-edid script'
+            'python: for smbus module'
+            'python2: for smbus module')
+_commit=629185af1552b1866052c6973c930f1a26992dfc
+source=("git+https://git.kernel.org/pub/scm/utils/i2c-tools/i2c-tools.git#commit=$_commit")
+sha256sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  make
+  make -C eepromer CFLAGS="$CFLAGS -I../include"
+  cd py-smbus
+  CPPFLAGS="$CPPFLAGS -I../include" python setup.py build
+  CPPFLAGS="$CPPFLAGS -I../include" python2 setup.py build
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  make prefix="${pkgdir}/usr" sbindir="$pkgdir/usr/bin" install
+  install -Dm755 eepromer/eeprom eepromer/eepromer "${pkgdir}/usr/bin"
+  cd py-smbus
+  python setup.py install --prefix "${pkgdir}/usr"
+  python2 setup.py install --prefix "${pkgdir}/usr"
+  rm -rf "${pkgdir}/usr/include"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list