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

Florian Pritz bluewind at archlinux.org
Thu Sep 4 11:12:14 UTC 2014


    Date: Thursday, September 4, 2014 @ 13:12:14
  Author: bluewind
Revision: 118274

archrelease: copy trunk to community-any

Added:
  inxi/repos/community-any/PKGBUILD
    (from rev 118273, inxi/trunk/PKGBUILD)
  inxi/repos/community-any/upgpkg
    (from rev 118273, 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	2014-09-04 11:12:11 UTC (rev 118273)
+++ PKGBUILD	2014-09-04 11:12:14 UTC (rev 118274)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz <f-p at gmx.at>
-pkgname=inxi
-pkgver=2.2.1
-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=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('5026101c4f1f823c9dec2e09f519a3a4')
-
-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 118273, inxi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-09-04 11:12:14 UTC (rev 118274)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Florian Pritz <f-p at gmx.at>
+pkgname=inxi
+pkgver=2.2.3
+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=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('574a653b3aee6590ba32f750e063bb35')
+
+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	2014-09-04 11:12:11 UTC (rev 118273)
+++ upgpkg	2014-09-04 11:12:14 UTC (rev 118274)
@@ -1,4 +0,0 @@
-upgpkg_pre_upgrade() {
-  wget http://inxi.googlecode.com/svn/trunk/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 118273, inxi/trunk/upgpkg)
===================================================================
--- upgpkg	                        (rev 0)
+++ upgpkg	2014-09-04 11:12:14 UTC (rev 118274)
@@ -0,0 +1,4 @@
+upgpkg_pre_upgrade() {
+  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O inxi-$_newpkgver.tar.gz
+  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
+}




More information about the arch-commits mailing list