ports/contrib (3.3): i2c-tools: updated to 4.0. Port is unmaintained and scheduled for deletion
commit a1bc9472826b23b79c8d194f5cf75bad441db4b0 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Fri Dec 29 11:29:55 2017 +0100 i2c-tools: updated to 4.0. Port is unmaintained and scheduled for deletion diff --git a/i2c-tools/.footprint b/i2c-tools/.footprint index d76e75bf..182dabf1 100644 --- a/i2c-tools/.footprint +++ b/i2c-tools/.footprint @@ -4,17 +4,27 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/decode-dimms -rwxr-xr-x root/root usr/bin/decode-edid -rwxr-xr-x root/root usr/bin/decode-vaio +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libi2c.a +lrwxrwxrwx root/root usr/lib/libi2c.so -> libi2c.so.0 +lrwxrwxrwx root/root usr/lib/libi2c.so.0 -> libi2c.so.0.1.0 +-rwxr-xr-x root/root usr/lib/libi2c.so.0.1.0 drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/i2c-stub-from-dump -rwxr-xr-x root/root usr/sbin/i2cdetect -rwxr-xr-x root/root usr/sbin/i2cdump -rwxr-xr-x root/root usr/sbin/i2cget -rwxr-xr-x root/root usr/sbin/i2cset +-rwxr-xr-x root/root usr/sbin/i2ctransfer drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/decode-dimms.1.gz +-rw-r--r-- root/root usr/share/man/man1/decode-vaio.1.gz drwxr-xr-x root/root usr/share/man/man8/ -rw-r--r-- root/root usr/share/man/man8/i2c-stub-from-dump.8.gz -rw-r--r-- root/root usr/share/man/man8/i2cdetect.8.gz -rw-r--r-- root/root usr/share/man/man8/i2cdump.8.gz -rw-r--r-- root/root usr/share/man/man8/i2cget.8.gz -rw-r--r-- root/root usr/share/man/man8/i2cset.8.gz +-rw-r--r-- root/root usr/share/man/man8/i2ctransfer.8.gz diff --git a/i2c-tools/.md5sum b/i2c-tools/.md5sum index b6af23e1..999a3d68 100644 --- a/i2c-tools/.md5sum +++ b/i2c-tools/.md5sum @@ -1 +1 @@ -7ed75853fe3c3dfd2d0d70d5831abfef V3-1-0.tar.gz +f873c657d00bc00e9c47ed938c2cd770 i2c-tools-4.0.tar.xz diff --git a/i2c-tools/.signature b/i2c-tools/.signature index 1ea7a37c..d7385109 100644 --- a/i2c-tools/.signature +++ b/i2c-tools/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF33XnEnWiejEHMnxFX5zskJEQnZdsBUZfmPiy0wPha+XUtDhKeS8oa8X2MVhWyXvJQWRhgNFcNF65EC2xzKtGkQc= -SHA256 (Pkgfile) = a50bb7e24680804f6941e3655b2f8ed3aa36001e26181cbbc90af0a4796a5ac2 -SHA256 (.footprint) = b2bc9926d8331d357dcd79397c4cda7c303e03dcb9312ea1b9b64d9bdf25d043 -SHA256 (V3-1-0.tar.gz) = e8e24c1e2802cb52cf196281c121b5fa45bc393a1286e184b07a61e92eaecb53 +RWSagIOpLGJF345UXTEt7nkmudoOO5pAob0Oceqh9NSBMHlnHPnX78xSXXCUxtXd0zIyzxBRoYHAR7G5kRl0i1kCS30Nweo+UQ0= +SHA256 (Pkgfile) = be4135ff567b09cddd14044d7efc0199da37b2f87a630b2dceff9e2a756a8dc8 +SHA256 (.footprint) = 366154f1fabea0b9b38bdd812dc6e15b5d9d9de386da83ca6add31d11b88b15f +SHA256 (i2c-tools-4.0.tar.xz) = d900ca1c11c51ea20caa50b096f948008b8a7ad832311b23353e21baa7af28d6 diff --git a/i2c-tools/Pkgfile b/i2c-tools/Pkgfile index 433cfeb7..fa1ab035 100644 --- a/i2c-tools/Pkgfile +++ b/i2c-tools/Pkgfile @@ -1,16 +1,15 @@ # Description: I2C Tools for Linux # URL: https://github.com/groeck/i2c-tools -# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net -# Packager: Mikhail Kolesnik, mike at openbunker dot org +# Maintainer: Unmaintained # Depends on: name=i2c-tools -version=3.1.0 +version=4.0 release=1 -source=(https://github.com/groeck/$name/archive/V${version//./-}.tar.gz) +source=(https://www.kernel.org/pub/software/utils/i2c-tools/i2c-tools-$version.tar.x...) build() { - cd $name-${version//./-} + cd $name-$version sed -e 's|/usr/local|/usr|g' -i Makefile make PREFIX=/usr
participants (1)
-
crux@crux.nu