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

Frederik Schwan freswa at archlinux.org
Sun Apr 25 20:13:47 UTC 2021


    Date: Sunday, April 25, 2021 @ 20:13:47
  Author: freswa
Revision: 924433

archrelease: copy trunk to community-x86_64

Added:
  fetchmail/repos/community-x86_64/PKGBUILD
    (from rev 924432, fetchmail/trunk/PKGBUILD)
  fetchmail/repos/community-x86_64/fetchmail.service
    (from rev 924432, fetchmail/trunk/fetchmail.service)
  fetchmail/repos/community-x86_64/fetchmail.sysusers
    (from rev 924432, fetchmail/trunk/fetchmail.sysusers)
  fetchmail/repos/community-x86_64/fetchmail.tmpfiles
    (from rev 924432, 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           |   76 +++++++++++++++++++++++++--------------------------
 fetchmail.service  |   22 +++++++-------
 fetchmail.sysusers |    4 +-
 fetchmail.tmpfiles |    4 +-
 4 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-25 20:13:43 UTC (rev 924432)
+++ PKGBUILD	2021-04-25 20:13:47 UTC (rev 924433)
@@ -1,38 +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.18
-pkgrel=1
-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.service')
-b2sums=('f6eedd9adb475fa5327108747f24fbbb92b2a86d5a0602234fb8936e96fa687261d6257b46a00b100c9c679109ae8529a3c16d634cc01426517ddbca456836a8'
-        'b4ffb99efe4ab24a5a9ed3a27ad5a4645ef8611d66ca380e6acd36e81b34d2619142d62854fa7bd7716b8013d3ccf75ea3e1e18151ae95ff6c37c839631a5733'
-        '5000d2daa40cf36e46bd602d8c1ba45840587d289d19254187f92bced1b557a948e72417bbeaa3efd85e7d19f7f257effc310a96359b85eee6ed96d97d44c1b2'
-        'fca5437bec78786b9624c774015b9e0e7175973d548dbdab406af797a8c4a53b474d73b897a0009faee4dafd62190f93514c6f1ce403312b6a51afb4996dbf21')
-
-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 924432, fetchmail/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-25 20:13:47 UTC (rev 924433)
@@ -0,0 +1,38 @@
+# 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.19
+pkgrel=1
+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.service')
+b2sums=('679d2c49698dd368d32439a8276412e3f32c0a0f6f0e7607bc323c0294c987307469451b4b085fe521f2d5dd4869d59b4841762b6a57b3c654b992e9de8ba87c'
+        'b4ffb99efe4ab24a5a9ed3a27ad5a4645ef8611d66ca380e6acd36e81b34d2619142d62854fa7bd7716b8013d3ccf75ea3e1e18151ae95ff6c37c839631a5733'
+        '5000d2daa40cf36e46bd602d8c1ba45840587d289d19254187f92bced1b557a948e72417bbeaa3efd85e7d19f7f257effc310a96359b85eee6ed96d97d44c1b2'
+        'fca5437bec78786b9624c774015b9e0e7175973d548dbdab406af797a8c4a53b474d73b897a0009faee4dafd62190f93514c6f1ce403312b6a51afb4996dbf21')
+
+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
+}

Deleted: fetchmail.service
===================================================================
--- fetchmail.service	2021-04-25 20:13:43 UTC (rev 924432)
+++ fetchmail.service	2021-04-25 20:13:47 UTC (rev 924433)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Fetchmail
-After=network.target
-
-[Service]
-User=fetchmail
-ExecStart=/usr/bin/fetchmail -f /etc/fetchmailrc
-RestartSec=1
-
-[Install]
-WantedBy=multi-user.target

Copied: fetchmail/repos/community-x86_64/fetchmail.service (from rev 924432, fetchmail/trunk/fetchmail.service)
===================================================================
--- fetchmail.service	                        (rev 0)
+++ fetchmail.service	2021-04-25 20:13:47 UTC (rev 924433)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Fetchmail
+After=network.target
+
+[Service]
+User=fetchmail
+ExecStart=/usr/bin/fetchmail -f /etc/fetchmailrc
+RestartSec=1
+
+[Install]
+WantedBy=multi-user.target

Deleted: fetchmail.sysusers
===================================================================
--- fetchmail.sysusers	2021-04-25 20:13:43 UTC (rev 924432)
+++ fetchmail.sysusers	2021-04-25 20:13:47 UTC (rev 924433)
@@ -1,2 +0,0 @@
-u fetchmail - "Fetchmail daemon" /var/lib/fetchmail
-m fetchmail nobody

Copied: fetchmail/repos/community-x86_64/fetchmail.sysusers (from rev 924432, fetchmail/trunk/fetchmail.sysusers)
===================================================================
--- fetchmail.sysusers	                        (rev 0)
+++ fetchmail.sysusers	2021-04-25 20:13:47 UTC (rev 924433)
@@ -0,0 +1,2 @@
+u fetchmail - "Fetchmail daemon" /var/lib/fetchmail
+m fetchmail nobody

Deleted: fetchmail.tmpfiles
===================================================================
--- fetchmail.tmpfiles	2021-04-25 20:13:43 UTC (rev 924432)
+++ fetchmail.tmpfiles	2021-04-25 20:13:47 UTC (rev 924433)
@@ -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 924432, fetchmail/trunk/fetchmail.tmpfiles)
===================================================================
--- fetchmail.tmpfiles	                        (rev 0)
+++ fetchmail.tmpfiles	2021-04-25 20:13:47 UTC (rev 924433)
@@ -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