[arch-commits] Commit in lirc/trunk (4 files)

Lukas Fleischer lfleischer at archlinux.org
Fri Jan 16 06:57:32 UTC 2015


    Date: Friday, January 16, 2015 @ 07:57:32
  Author: lfleischer
Revision: 229319

lirc: Remove files that are now in the release tarball

Modified:
  lirc/trunk/PKGBUILD
Deleted:
  lirc/trunk/irexec.service
  lirc/trunk/lirc.logrotate
  lirc/trunk/lirc.tmpfiles

----------------+
 PKGBUILD       |   15 ++-------------
 irexec.service |   11 -----------
 lirc.logrotate |    5 -----
 lirc.tmpfiles  |    1 -
 4 files changed, 2 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-16 06:56:46 UTC (rev 229318)
+++ PKGBUILD	2015-01-16 06:57:32 UTC (rev 229319)
@@ -26,10 +26,7 @@
         0009-lib-lirc_log-Add-priority-labels-info-error.-to-sysl.patch
         0010-lirc-setup-Fix-remote-config-file-display-problems.patch
         0012-lib-Bad-bugfix-for-finding-.lircrc.patch
-        0013-tools-Make-make_rel_symlink.py-use-python3.patch
-        lirc.logrotate
-        irexec.service
-        lirc.tmpfiles)
+        0013-tools-Make-make_rel_symlink.py-use-python3.patch)
 md5sums=('3afc84e79c0839823cc20e7a710dd06d'
          '1e1a68f08c2ecb2b766973e4f1721bae'
          'c04b2ed646dbaaec2fa9f4e1ad2cc802'
@@ -39,10 +36,7 @@
          '96475d718dbeb336a3282a5e9f9fdadd'
          '308c3e1fd769b38caa6fd548f54f2440'
          '497c4bb4ac8fc6febac94abe1922595c'
-         'e68b73d848302ee0f76791f60dbd3581'
-         '3deb02604b37811d41816e9b4385fcc3'
-         '32df3b9bc859565d6acf5f0e5b747083'
-         'febf25c154a7d36f01159e84f26c2d9a')
+         'e68b73d848302ee0f76791f60dbd3581')
 
 prepare() {
   cd "${srcdir}/lirc-${_pkgver}"
@@ -70,10 +64,5 @@
 
 package() {
   cd "${srcdir}/lirc-${_pkgver}"
-
   make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "${srcdir}"/irexec.service "${pkgdir}"/usr/lib/systemd/system/irexec.service
-  install -Dm644 "${srcdir}"/lirc.tmpfiles "${pkgdir}"/usr/lib/tmpfiles.d/lirc.conf
-  install -Dm644 "${srcdir}/lirc.logrotate" "${pkgdir}/etc/logrotate.d/lirc"
 }

Deleted: irexec.service
===================================================================
--- irexec.service	2015-01-16 06:56:46 UTC (rev 229318)
+++ irexec.service	2015-01-16 06:57:32 UTC (rev 229319)
@@ -1,11 +0,0 @@
-[Unit]
-Description=LIRC command handler
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/irexec --daemon
-
-[Install]
-WantedBy=multi-user.target
-Wants=lircd.service

Deleted: lirc.logrotate
===================================================================
--- lirc.logrotate	2015-01-16 06:56:46 UTC (rev 229318)
+++ lirc.logrotate	2015-01-16 06:57:32 UTC (rev 229319)
@@ -1,5 +0,0 @@
-/var/log/lircd {
-   missingok
-   notifempty
-   delaycompress
-}

Deleted: lirc.tmpfiles
===================================================================
--- lirc.tmpfiles	2015-01-16 06:56:46 UTC (rev 229318)
+++ lirc.tmpfiles	2015-01-16 06:57:32 UTC (rev 229319)
@@ -1 +0,0 @@
-d /run/lirc 0755 root root -



More information about the arch-commits mailing list