[arch-commits] Commit in apcupsd/repos (12 files)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Mon Apr 14 09:42:07 UTC 2014
Date: Monday, April 14, 2014 @ 11:42:06
Author: spupykin
Revision: 109373
archrelease: copy trunk to community-i686, community-x86_64
Added:
apcupsd/repos/community-i686/PKGBUILD
(from rev 109372, apcupsd/trunk/PKGBUILD)
apcupsd/repos/community-i686/apcupsd-tmpfiles.conf
(from rev 109372, apcupsd/trunk/apcupsd-tmpfiles.conf)
apcupsd/repos/community-i686/apcupsd.service
(from rev 109372, apcupsd/trunk/apcupsd.service)
apcupsd/repos/community-x86_64/PKGBUILD
(from rev 109372, apcupsd/trunk/PKGBUILD)
apcupsd/repos/community-x86_64/apcupsd-tmpfiles.conf
(from rev 109372, apcupsd/trunk/apcupsd-tmpfiles.conf)
apcupsd/repos/community-x86_64/apcupsd.service
(from rev 109372, apcupsd/trunk/apcupsd.service)
Deleted:
apcupsd/repos/community-i686/PKGBUILD
apcupsd/repos/community-i686/apcupsd-tmpfiles.conf
apcupsd/repos/community-i686/apcupsd.service
apcupsd/repos/community-x86_64/PKGBUILD
apcupsd/repos/community-x86_64/apcupsd-tmpfiles.conf
apcupsd/repos/community-x86_64/apcupsd.service
----------------------------------------+
/PKGBUILD | 104 +++++++++++++++++++++++++++++++
/apcupsd-tmpfiles.conf | 4 +
/apcupsd.service | 16 ++++
community-i686/PKGBUILD | 49 --------------
community-i686/apcupsd-tmpfiles.conf | 2
community-i686/apcupsd.service | 8 --
community-x86_64/PKGBUILD | 49 --------------
community-x86_64/apcupsd-tmpfiles.conf | 2
community-x86_64/apcupsd.service | 8 --
9 files changed, 124 insertions(+), 118 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-04-14 09:41:52 UTC (rev 109372)
+++ community-i686/PKGBUILD 2014-04-14 09:42:06 UTC (rev 109373)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Todd Musall <tmusall at comcast.net>
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=apcupsd
-pkgver=3.14.11
-pkgrel=1
-pkgdesc="Power mangement and controlling most of APC's UPS models"
-arch=(i686 x86_64)
-url="http://www.apcupsd.org"
-license=('GPL')
-depends=('gcc-libs')
-optdepends=('gd: for CGI'
- 'gconf: for frontend'
- 'gtk2: for frontend')
-makedepends=('pkgconfig' 'gd' 'gconf' 'gtk2' 'systemd-sysvcompat')
-backup=(etc/apcupsd/apcupsd.conf etc/apcupsd/hosts.conf
- etc/apcupsd/multimon.conf)
-source=(http://downloads.sourceforge.net/apcupsd/$pkgname-$pkgver.tar.gz
- apcupsd.service
- apcupsd-tmpfiles.conf)
-sha256sums=('0707b5ec9916fbde9e44eb8d18037c8d8f75dfd6aeef51aba5487e189eef2032'
- '145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
- 'b00cd1a31de70a172698d486583aa79113b99c1bb4b882ab906d0e37504d7f55')
-sha256sums=('adc72de89a704881d7c7454f7f98de7d0318102b2b08fe400f4e1cc4da462b73'
- '145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
- 'b00cd1a31de70a172698d486583aa79113b99c1bb4b882ab906d0e37504d7f55')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname \
- --sbindir=/usr/bin \
- --enable-cgi --enable-usb --enable-net \
- --with-upstype=usb --with-upscable=usb \
- --with-serial-dev=/dev/usb/hid/hiddev[0-9] \
- --enable-pthreads --enable-gapcmon
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- install -Dm644 "$srcdir/apcupsd.service" "$pkgdir/usr/lib/systemd/system/apcupsd.service"
- install -Dm644 "$srcdir/apcupsd-tmpfiles.conf" "$pkgdir/usr/lib/tmpfiles.d/apcupsd.conf"
- chmod 755 "$pkgdir"/usr/bin/*
- install -dm755 "$pkgdir/usr/lib/$pkgname/cgi-bin"
- mv "$pkgdir"/etc/apcupsd/*.cgi "$pkgdir/usr/lib/$pkgname/cgi-bin"
-}
Copied: apcupsd/repos/community-i686/PKGBUILD (from rev 109372, apcupsd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-14 09:42:06 UTC (rev 109373)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Todd Musall <tmusall at comcast.net>
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=apcupsd
+pkgver=3.14.12
+pkgrel=1
+pkgdesc="Power mangement and controlling most of APC's UPS models"
+arch=(i686 x86_64)
+url="http://www.apcupsd.org"
+license=('GPL')
+depends=('gcc-libs')
+optdepends=('gd: for CGI'
+ 'gconf: for frontend'
+ 'gtk2: for frontend')
+makedepends=('pkgconfig' 'gd' 'gconf' 'gtk2' 'systemd-sysvcompat')
+backup=(etc/apcupsd/apcupsd.conf etc/apcupsd/hosts.conf
+ etc/apcupsd/multimon.conf)
+source=(http://downloads.sourceforge.net/apcupsd/$pkgname-$pkgver.tar.gz
+ apcupsd.service
+ apcupsd-tmpfiles.conf)
+sha256sums=('0707b5ec9916fbde9e44eb8d18037c8d8f75dfd6aeef51aba5487e189eef2032'
+ '145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
+ 'b00cd1a31de70a172698d486583aa79113b99c1bb4b882ab906d0e37504d7f55')
+sha256sums=('adc72de89a704881d7c7454f7f98de7d0318102b2b08fe400f4e1cc4da462b73'
+ '145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
+ 'b00cd1a31de70a172698d486583aa79113b99c1bb4b882ab906d0e37504d7f55')
+sha256sums=('1b4f703cb19cfdf44daf173dc8394cafd30fee0b30a0c75a7d19db622454a440'
+ '145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
+ 'b00cd1a31de70a172698d486583aa79113b99c1bb4b882ab906d0e37504d7f55')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname \
+ --sbindir=/usr/bin \
+ --enable-cgi --enable-usb --enable-net \
+ --with-upstype=usb --with-upscable=usb \
+ --with-serial-dev=/dev/usb/hid/hiddev[0-9] \
+ --enable-pthreads --enable-gapcmon
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+ install -Dm644 "$srcdir/apcupsd.service" "$pkgdir/usr/lib/systemd/system/apcupsd.service"
+ install -Dm644 "$srcdir/apcupsd-tmpfiles.conf" "$pkgdir/usr/lib/tmpfiles.d/apcupsd.conf"
+ chmod 755 "$pkgdir"/usr/bin/*
+ install -dm755 "$pkgdir/usr/lib/$pkgname/cgi-bin"
+ mv "$pkgdir"/etc/apcupsd/*.cgi "$pkgdir/usr/lib/$pkgname/cgi-bin"
+}
Deleted: community-i686/apcupsd-tmpfiles.conf
===================================================================
--- community-i686/apcupsd-tmpfiles.conf 2014-04-14 09:41:52 UTC (rev 109372)
+++ community-i686/apcupsd-tmpfiles.conf 2014-04-14 09:42:06 UTC (rev 109373)
@@ -1,2 +0,0 @@
-r /etc/apcupsd/powerfail
-r /etc/nologin
\ No newline at end of file
Copied: apcupsd/repos/community-i686/apcupsd-tmpfiles.conf (from rev 109372, apcupsd/trunk/apcupsd-tmpfiles.conf)
===================================================================
--- community-i686/apcupsd-tmpfiles.conf (rev 0)
+++ community-i686/apcupsd-tmpfiles.conf 2014-04-14 09:42:06 UTC (rev 109373)
@@ -0,0 +1,2 @@
+r /etc/apcupsd/powerfail
+r /etc/nologin
\ No newline at end of file
Deleted: community-i686/apcupsd.service
===================================================================
--- community-i686/apcupsd.service 2014-04-14 09:41:52 UTC (rev 109372)
+++ community-i686/apcupsd.service 2014-04-14 09:42:06 UTC (rev 109373)
@@ -1,8 +0,0 @@
-[Unit]
-Description=APC UPS Monitor
-
-[Service]
-ExecStart=/usr/bin/apcupsd -b
-
-[Install]
-WantedBy=multi-user.target
Copied: apcupsd/repos/community-i686/apcupsd.service (from rev 109372, apcupsd/trunk/apcupsd.service)
===================================================================
--- community-i686/apcupsd.service (rev 0)
+++ community-i686/apcupsd.service 2014-04-14 09:42:06 UTC (rev 109373)
@@ -0,0 +1,8 @@
+[Unit]
+Description=APC UPS Monitor
+
+[Service]
+ExecStart=/usr/bin/apcupsd -b
+
+[Install]
+WantedBy=multi-user.target
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-04-14 09:41:52 UTC (rev 109372)
+++ community-x86_64/PKGBUILD 2014-04-14 09:42:06 UTC (rev 109373)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Todd Musall <tmusall at comcast.net>
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=apcupsd
-pkgver=3.14.11
-pkgrel=1
-pkgdesc="Power mangement and controlling most of APC's UPS models"
-arch=(i686 x86_64)
-url="http://www.apcupsd.org"
-license=('GPL')
-depends=('gcc-libs')
-optdepends=('gd: for CGI'
- 'gconf: for frontend'
- 'gtk2: for frontend')
-makedepends=('pkgconfig' 'gd' 'gconf' 'gtk2' 'systemd-sysvcompat')
-backup=(etc/apcupsd/apcupsd.conf etc/apcupsd/hosts.conf
- etc/apcupsd/multimon.conf)
-source=(http://downloads.sourceforge.net/apcupsd/$pkgname-$pkgver.tar.gz
- apcupsd.service
- apcupsd-tmpfiles.conf)
-sha256sums=('0707b5ec9916fbde9e44eb8d18037c8d8f75dfd6aeef51aba5487e189eef2032'
- '145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
- 'b00cd1a31de70a172698d486583aa79113b99c1bb4b882ab906d0e37504d7f55')
-sha256sums=('adc72de89a704881d7c7454f7f98de7d0318102b2b08fe400f4e1cc4da462b73'
- '145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
- 'b00cd1a31de70a172698d486583aa79113b99c1bb4b882ab906d0e37504d7f55')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname \
- --sbindir=/usr/bin \
- --enable-cgi --enable-usb --enable-net \
- --with-upstype=usb --with-upscable=usb \
- --with-serial-dev=/dev/usb/hid/hiddev[0-9] \
- --enable-pthreads --enable-gapcmon
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- install -Dm644 "$srcdir/apcupsd.service" "$pkgdir/usr/lib/systemd/system/apcupsd.service"
- install -Dm644 "$srcdir/apcupsd-tmpfiles.conf" "$pkgdir/usr/lib/tmpfiles.d/apcupsd.conf"
- chmod 755 "$pkgdir"/usr/bin/*
- install -dm755 "$pkgdir/usr/lib/$pkgname/cgi-bin"
- mv "$pkgdir"/etc/apcupsd/*.cgi "$pkgdir/usr/lib/$pkgname/cgi-bin"
-}
Copied: apcupsd/repos/community-x86_64/PKGBUILD (from rev 109372, apcupsd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-04-14 09:42:06 UTC (rev 109373)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Todd Musall <tmusall at comcast.net>
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=apcupsd
+pkgver=3.14.12
+pkgrel=1
+pkgdesc="Power mangement and controlling most of APC's UPS models"
+arch=(i686 x86_64)
+url="http://www.apcupsd.org"
+license=('GPL')
+depends=('gcc-libs')
+optdepends=('gd: for CGI'
+ 'gconf: for frontend'
+ 'gtk2: for frontend')
+makedepends=('pkgconfig' 'gd' 'gconf' 'gtk2' 'systemd-sysvcompat')
+backup=(etc/apcupsd/apcupsd.conf etc/apcupsd/hosts.conf
+ etc/apcupsd/multimon.conf)
+source=(http://downloads.sourceforge.net/apcupsd/$pkgname-$pkgver.tar.gz
+ apcupsd.service
+ apcupsd-tmpfiles.conf)
+sha256sums=('0707b5ec9916fbde9e44eb8d18037c8d8f75dfd6aeef51aba5487e189eef2032'
+ '145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
+ 'b00cd1a31de70a172698d486583aa79113b99c1bb4b882ab906d0e37504d7f55')
+sha256sums=('adc72de89a704881d7c7454f7f98de7d0318102b2b08fe400f4e1cc4da462b73'
+ '145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
+ 'b00cd1a31de70a172698d486583aa79113b99c1bb4b882ab906d0e37504d7f55')
+sha256sums=('1b4f703cb19cfdf44daf173dc8394cafd30fee0b30a0c75a7d19db622454a440'
+ '145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
+ 'b00cd1a31de70a172698d486583aa79113b99c1bb4b882ab906d0e37504d7f55')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname \
+ --sbindir=/usr/bin \
+ --enable-cgi --enable-usb --enable-net \
+ --with-upstype=usb --with-upscable=usb \
+ --with-serial-dev=/dev/usb/hid/hiddev[0-9] \
+ --enable-pthreads --enable-gapcmon
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+ install -Dm644 "$srcdir/apcupsd.service" "$pkgdir/usr/lib/systemd/system/apcupsd.service"
+ install -Dm644 "$srcdir/apcupsd-tmpfiles.conf" "$pkgdir/usr/lib/tmpfiles.d/apcupsd.conf"
+ chmod 755 "$pkgdir"/usr/bin/*
+ install -dm755 "$pkgdir/usr/lib/$pkgname/cgi-bin"
+ mv "$pkgdir"/etc/apcupsd/*.cgi "$pkgdir/usr/lib/$pkgname/cgi-bin"
+}
Deleted: community-x86_64/apcupsd-tmpfiles.conf
===================================================================
--- community-x86_64/apcupsd-tmpfiles.conf 2014-04-14 09:41:52 UTC (rev 109372)
+++ community-x86_64/apcupsd-tmpfiles.conf 2014-04-14 09:42:06 UTC (rev 109373)
@@ -1,2 +0,0 @@
-r /etc/apcupsd/powerfail
-r /etc/nologin
\ No newline at end of file
Copied: apcupsd/repos/community-x86_64/apcupsd-tmpfiles.conf (from rev 109372, apcupsd/trunk/apcupsd-tmpfiles.conf)
===================================================================
--- community-x86_64/apcupsd-tmpfiles.conf (rev 0)
+++ community-x86_64/apcupsd-tmpfiles.conf 2014-04-14 09:42:06 UTC (rev 109373)
@@ -0,0 +1,2 @@
+r /etc/apcupsd/powerfail
+r /etc/nologin
\ No newline at end of file
Deleted: community-x86_64/apcupsd.service
===================================================================
--- community-x86_64/apcupsd.service 2014-04-14 09:41:52 UTC (rev 109372)
+++ community-x86_64/apcupsd.service 2014-04-14 09:42:06 UTC (rev 109373)
@@ -1,8 +0,0 @@
-[Unit]
-Description=APC UPS Monitor
-
-[Service]
-ExecStart=/usr/bin/apcupsd -b
-
-[Install]
-WantedBy=multi-user.target
Copied: apcupsd/repos/community-x86_64/apcupsd.service (from rev 109372, apcupsd/trunk/apcupsd.service)
===================================================================
--- community-x86_64/apcupsd.service (rev 0)
+++ community-x86_64/apcupsd.service 2014-04-14 09:42:06 UTC (rev 109373)
@@ -0,0 +1,8 @@
+[Unit]
+Description=APC UPS Monitor
+
+[Service]
+ExecStart=/usr/bin/apcupsd -b
+
+[Install]
+WantedBy=multi-user.target
More information about the arch-commits
mailing list