[arch-commits] Commit in fetchmail/repos/community-x86_64 (8 files)

Frederik Schwan freswa at gemini.archlinux.org
Tue Dec 14 11:00:58 UTC 2021


    Date: Tuesday, December 14, 2021 @ 11:00:57
  Author: freswa
Revision: 1072741

archrelease: copy trunk to community-x86_64

Added:
  fetchmail/repos/community-x86_64/PKGBUILD
    (from rev 1072740, fetchmail/trunk/PKGBUILD)
  fetchmail/repos/community-x86_64/fetchmail.service
    (from rev 1072740, fetchmail/trunk/fetchmail.service)
  fetchmail/repos/community-x86_64/fetchmail.sysusers
    (from rev 1072740, fetchmail/trunk/fetchmail.sysusers)
  fetchmail/repos/community-x86_64/fetchmail.tmpfiles
    (from rev 1072740, fetchmail/trunk/fetchmail.tmpfiles)
Deleted:
  fetchmail/repos/community-x86_64/PKGBUILD
  fetchmail/repos/community-x86_64/fetchmail.service
  fetchmail/repos/community-x86_64/fetchmail.sysusers
  fetchmail/repos/community-x86_64/fetchmail.tmpfiles

--------------------+
 PKGBUILD           |   81 +++++++++++++++++++++++++--------------------------
 fetchmail.service  |   22 ++++++-------
 fetchmail.sysusers |    4 +-
 fetchmail.tmpfiles |    4 +-
 4 files changed, 56 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-14 11:00:51 UTC (rev 1072740)
+++ PKGBUILD	2021-12-14 11:00:57 UTC (rev 1072741)
@@ -1,40 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-# Contributor: Amish <contact at via dot aur>
-# Contributor: Victor3D <webmaster at victor3d.com.br>
-
-pkgname=fetchmail
-pkgver=6.4.25
-pkgrel=4
-pkgdesc='A remote-mail retrieval utility'
-arch=('x86_64')
-url='https://www.fetchmail.info'
-license=('GPL')
-depends=('openssl')
-makedepends=('python')
-optdepends=('tk: for using fetchmailconf'
-            'python-future: for using fetchmailconf')
-source=("https://sourceforge.net/projects/fetchmail/files/branch_${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
-        'fetchmail.tmpfiles'
-        'fetchmail.sysusers'
-        'fetchmail at .service'
-        'fetchmail.service')
-b2sums=('00adb7b5012ef5e1edb03f05fa861826828973c3b964845d90a3be3845dccd848e0a811d7aecdc6771dd5a7b0243172378664d6d9fffc2a201b86ef9d0f7875d'
-        'b4ffb99efe4ab24a5a9ed3a27ad5a4645ef8611d66ca380e6acd36e81b34d2619142d62854fa7bd7716b8013d3ccf75ea3e1e18151ae95ff6c37c839631a5733'
-        '5000d2daa40cf36e46bd602d8c1ba45840587d289d19254187f92bced1b557a948e72417bbeaa3efd85e7d19f7f257effc310a96359b85eee6ed96d97d44c1b2'
-        'b8740cab8a59cc6c3082973e60d3eb262e3a76aa2b0517336d8f95fd4214a5ccbb2e292301d9112ede0747335f7f8d2815eb38b958085f702c01be30aa107f72'
-        'a86822f27f5f4c7b97f24baebcd383b5cc2a4fa7810226139e2c588368637417dbfa52f884a8fcc04b904fc1ac865189feb2070a215a8abf9c0192584c2dbbef')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-ssl=/usr
-  make
-}
-
-package() {
-  install -D -m644 fetchmail.tmpfiles "${pkgdir}"/usr/lib/tmpfiles.d/fetchmail.conf
-  install -D -m644 fetchmail.sysusers "${pkgdir}"/usr/lib/sysusers.d/fetchmail.conf
-  install -D -m644 fetchmail.service "${pkgdir}"/usr/lib/systemd/system/fetchmail.service
-  
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: fetchmail/repos/community-x86_64/PKGBUILD (from rev 1072740, fetchmail/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-14 11:00:57 UTC (rev 1072741)
@@ -0,0 +1,41 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: Amish <contact at via dot aur>
+# Contributor: Victor3D <webmaster at victor3d.com.br>
+
+pkgname=fetchmail
+pkgver=6.4.25
+pkgrel=5
+pkgdesc='A remote-mail retrieval utility'
+arch=('x86_64')
+url='https://www.fetchmail.info'
+license=('GPL')
+depends=('openssl')
+makedepends=('python')
+optdepends=('tk: for using fetchmailconf'
+            'python-future: for using fetchmailconf')
+source=("https://sourceforge.net/projects/fetchmail/files/branch_${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
+        'fetchmail.tmpfiles'
+        'fetchmail.sysusers'
+        'fetchmail at .service'
+        'fetchmail.service')
+b2sums=('00adb7b5012ef5e1edb03f05fa861826828973c3b964845d90a3be3845dccd848e0a811d7aecdc6771dd5a7b0243172378664d6d9fffc2a201b86ef9d0f7875d'
+        'b4ffb99efe4ab24a5a9ed3a27ad5a4645ef8611d66ca380e6acd36e81b34d2619142d62854fa7bd7716b8013d3ccf75ea3e1e18151ae95ff6c37c839631a5733'
+        '5000d2daa40cf36e46bd602d8c1ba45840587d289d19254187f92bced1b557a948e72417bbeaa3efd85e7d19f7f257effc310a96359b85eee6ed96d97d44c1b2'
+        'b8740cab8a59cc6c3082973e60d3eb262e3a76aa2b0517336d8f95fd4214a5ccbb2e292301d9112ede0747335f7f8d2815eb38b958085f702c01be30aa107f72'
+        'a86822f27f5f4c7b97f24baebcd383b5cc2a4fa7810226139e2c588368637417dbfa52f884a8fcc04b904fc1ac865189feb2070a215a8abf9c0192584c2dbbef')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-ssl=/usr
+  make
+}
+
+package() {
+  install -D -m644 fetchmail.tmpfiles "${pkgdir}"/usr/lib/tmpfiles.d/fetchmail.conf
+  install -D -m644 fetchmail.sysusers "${pkgdir}"/usr/lib/sysusers.d/fetchmail.conf
+  install -D -m644 fetchmail.service "${pkgdir}"/usr/lib/systemd/system/fetchmail.service
+  install -D -m644 fetchmail at .service "${pkgdir}"/usr/lib/systemd/system/fetchmail at .service
+  
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: fetchmail.service
===================================================================
--- fetchmail.service	2021-12-14 11:00:51 UTC (rev 1072740)
+++ fetchmail.service	2021-12-14 11:00:57 UTC (rev 1072741)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Fetchmail
-After=network.target
-
-[Service]
-User=fetchmail
-ExecStart=/usr/bin/fetchmail --pidfile /run/fetchmail/fetchmailrc.pid -f /etc/fetchmailrc
-RestartSec=1
-
-[Install]
-WantedBy=multi-user.target

Copied: fetchmail/repos/community-x86_64/fetchmail.service (from rev 1072740, fetchmail/trunk/fetchmail.service)
===================================================================
--- fetchmail.service	                        (rev 0)
+++ fetchmail.service	2021-12-14 11:00:57 UTC (rev 1072741)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Fetchmail
+After=network.target
+
+[Service]
+User=fetchmail
+ExecStart=/usr/bin/fetchmail --pidfile /run/fetchmail/fetchmailrc.pid -f /etc/fetchmailrc
+RestartSec=1
+
+[Install]
+WantedBy=multi-user.target

Deleted: fetchmail.sysusers
===================================================================
--- fetchmail.sysusers	2021-12-14 11:00:51 UTC (rev 1072740)
+++ fetchmail.sysusers	2021-12-14 11:00:57 UTC (rev 1072741)
@@ -1,2 +0,0 @@
-u fetchmail - "Fetchmail daemon" /var/lib/fetchmail
-m fetchmail nobody

Copied: fetchmail/repos/community-x86_64/fetchmail.sysusers (from rev 1072740, fetchmail/trunk/fetchmail.sysusers)
===================================================================
--- fetchmail.sysusers	                        (rev 0)
+++ fetchmail.sysusers	2021-12-14 11:00:57 UTC (rev 1072741)
@@ -0,0 +1,2 @@
+u fetchmail - "Fetchmail daemon" /var/lib/fetchmail
+m fetchmail nobody

Deleted: fetchmail.tmpfiles
===================================================================
--- fetchmail.tmpfiles	2021-12-14 11:00:51 UTC (rev 1072740)
+++ fetchmail.tmpfiles	2021-12-14 11:00:57 UTC (rev 1072741)
@@ -1,2 +0,0 @@
-d /run/fetchmail 700 fetchmail nobody
-d /var/lib/fetchmail 755 fetchmail nobody

Copied: fetchmail/repos/community-x86_64/fetchmail.tmpfiles (from rev 1072740, fetchmail/trunk/fetchmail.tmpfiles)
===================================================================
--- fetchmail.tmpfiles	                        (rev 0)
+++ fetchmail.tmpfiles	2021-12-14 11:00:57 UTC (rev 1072741)
@@ -0,0 +1,2 @@
+d /run/fetchmail 700 fetchmail nobody
+d /var/lib/fetchmail 755 fetchmail nobody



More information about the arch-commits mailing list