[arch-commits] Commit in inxi/repos/community-any (PKGBUILD PKGBUILD upgpkg upgpkg)

Florian Pritz bluewind at archlinux.org
Sun Jan 15 18:14:28 UTC 2017


    Date: Sunday, January 15, 2017 @ 18:14:27
  Author: bluewind
Revision: 207480

archrelease: copy trunk to community-any

Added:
  inxi/repos/community-any/PKGBUILD
    (from rev 207479, inxi/trunk/PKGBUILD)
  inxi/repos/community-any/upgpkg
    (from rev 207479, inxi/trunk/upgpkg)
Deleted:
  inxi/repos/community-any/PKGBUILD
  inxi/repos/community-any/upgpkg

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 upgpkg   |    8 +++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-15 18:14:23 UTC (rev 207479)
+++ PKGBUILD	2017-01-15 18:14:27 UTC (rev 207480)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz <f-p at gmx.at>
-pkgname=inxi
-pkgver=2.3.5
-pkgrel=1
-pkgdesc="script to get system information"
-arch=('any')
-url="http://inxi.org"
-license=('GPL')
-depends=(coreutils gawk grep pciutils procps-ng sed)
-optdepends=(
-  "dmidecode: inxi -M if no sys machine data"
-  "file: inxi -o unmounted file system"
-  "hddtemp: inxi -Dx show hdd temp"
-  "net-tools: inxi -i ip lan-deprecated"
-  "iproute2: inxi -i ip lan"
-  "lm_sensors: inxi -s sensors output"
-  "usbutils: inxi -A usb audio;-N usb networking"
-  "kmod: inxi -Ax,-Nx module version"
-  "systemd-sysvcompat: inxi -I runlevel"
-  "sudo: inxi -Dx hddtemp-user;-o file-user"
-  "mesa-demos: inxi -G glx info"
-  "xorg-xdpyinfo: inxi -G multi screen resolution"
-  "xorg-xprop: inxi -S desktop data"
-  "xorg-xrandr: inxi -G single screen resolution"
-)
-source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('efabbebd12f886d1b35b423a221bdc1f')
-
-package() {
-  cd "$srcdir"
-  install -D -m755 inxi "$pkgdir/usr/bin/inxi"
-  install -D -m755 inxi.1.gz "$pkgdir/usr/share/man/man1/inxi.1.gz"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: inxi/repos/community-any/PKGBUILD (from rev 207479, inxi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-15 18:14:27 UTC (rev 207480)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Florian Pritz <f-p at gmx.at>
+pkgname=inxi
+pkgver=2.3.8
+pkgrel=1
+pkgdesc="script to get system information"
+arch=('any')
+url="http://inxi.org"
+license=('GPL')
+depends=(coreutils gawk grep pciutils procps-ng sed)
+optdepends=(
+  "dmidecode: inxi -M if no sys machine data"
+  "file: inxi -o unmounted file system"
+  "hddtemp: inxi -Dx show hdd temp"
+  "net-tools: inxi -i ip lan-deprecated"
+  "iproute2: inxi -i ip lan"
+  "lm_sensors: inxi -s sensors output"
+  "usbutils: inxi -A usb audio;-N usb networking"
+  "kmod: inxi -Ax,-Nx module version"
+  "systemd-sysvcompat: inxi -I runlevel"
+  "sudo: inxi -Dx hddtemp-user;-o file-user"
+  "mesa-demos: inxi -G glx info"
+  "xorg-xdpyinfo: inxi -G multi screen resolution"
+  "xorg-xprop: inxi -S desktop data"
+  "xorg-xrandr: inxi -G single screen resolution"
+)
+source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('4c5012938cdf1d770b27ababdfae5d72')
+
+package() {
+  cd "$srcdir"
+  install -D -m755 inxi "$pkgdir/usr/bin/inxi"
+  install -D -m755 inxi.1.gz "$pkgdir/usr/share/man/man1/inxi.1.gz"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: upgpkg
===================================================================
--- upgpkg	2017-01-15 18:14:23 UTC (rev 207479)
+++ upgpkg	2017-01-15 18:14:27 UTC (rev 207480)
@@ -1,4 +0,0 @@
-upgpkg_pre_upgrade() {
-  wget https://github.com/smxi/inxi/raw/master/inxi.tar.gz -O inxi-$_newpkgver.tar.gz
-  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
-}

Copied: inxi/repos/community-any/upgpkg (from rev 207479, inxi/trunk/upgpkg)
===================================================================
--- upgpkg	                        (rev 0)
+++ upgpkg	2017-01-15 18:14:27 UTC (rev 207480)
@@ -0,0 +1,4 @@
+upgpkg_pre_upgrade() {
+  wget https://github.com/smxi/inxi/raw/master/inxi.tar.gz -O inxi-$_newpkgver.tar.gz
+  scp inxi-$_newpkgver.tar.gz orion.archlinux.org:/srv/ftp/other/community/inxi
+}



More information about the arch-commits mailing list