[arch-commits] Commit in opendmarc/repos (6 files)

Thore Bödecker foxxx0 at archlinux.org
Mon Jun 5 20:57:40 UTC 2017


    Date: Monday, June 5, 2017 @ 20:57:40
  Author: foxxx0
Revision: 234426

archrelease: copy trunk to community-i686, community-x86_64

Deleted:
  opendmarc/repos/community-i686/PKGBUILD
  opendmarc/repos/community-i686/opendmarc.install
  opendmarc/repos/community-i686/opendmarc.service
  opendmarc/repos/community-x86_64/PKGBUILD
  opendmarc/repos/community-x86_64/opendmarc.install
  opendmarc/repos/community-x86_64/opendmarc.service

------------------------------------+
 community-i686/PKGBUILD            |   59 -----------------------------------
 community-i686/opendmarc.install   |    8 ----
 community-i686/opendmarc.service   |   13 -------
 community-x86_64/PKGBUILD          |   59 -----------------------------------
 community-x86_64/opendmarc.install |    8 ----
 community-x86_64/opendmarc.service |   13 -------
 6 files changed, 160 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-06-05 20:55:16 UTC (rev 234425)
+++ community-i686/PKGBUILD	2017-06-05 20:57:40 UTC (rev 234426)
@@ -1,59 +0,0 @@
-# Maintainer: Thore Bödecker <foxxx0 at archlinux.org>
-# Contributor: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Contributor: Arthur Țițeică arthur.titeica/gmail/com
-# Contributor: Hao Zhang <theivorytower [at] gmail [dot] com>
-
-pkgname=opendmarc
-pkgver=1.3.2
-pkgrel=2
-pkgdesc="Free open source software implementation of the DMARC specification"
-arch=('i686' 'x86_64')
-url="http://www.trusteddomain.org/opendmarc/"
-license=('custom')
-depends=('smtp-server' 'libspf2' 'libbsd' 'libidn')
-makedepends=('libmilter')
-optdepends=('opendbx: acts as a middleware layer between OpenDMARC and a SQL backend of choice'
-            'python: run opendmarc scripts at /usr/share/doc/opendmarc'
-            'perl: run opendmarc scripts at /usr/share/doc/opendmarc'
-            'perl-switch: generate DMARC reports'
-            'perl-dbd-mysql: generate DMARC reports'
-            'perl-libwww: generate DMARC reports')
-install=${pkgname}.install
-backup=('etc/opendmarc/opendmarc.conf')
-# unfortunately the gpg key used for signing (2D55C45B89CFFD42) is not public
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.gz" #{,.asc}
-        'opendmarc.service'
-        'opendmarc.conf')
-sha512sums=('6045fb7d2be8f0ffdeca07324857d92908a41c6792749017c2fcc1058f05f55317b1919c67c780827dd7094ec8fff2e1fa4aeb5bab7ff7461537957af2652748'
-            '738de0cd286dd30713f32034f9ecf9009b6f64038c573c9f8aedaf10df8293bb9eec9d19492a03a2ebf2d2960289bdf48be9b1eb25395dbe9a490f7e3b25cb34'
-            'a55540cca6f968072ce8ddb9e53ce226300f2bbf730e7affe775a3ea96fad2cf438c88bc9f96c0de352dfb217eb82e7b4fc1ab05666ac6fd063b434cd335bc54')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export LDFLAGS="${LDFLAGS//,--as-needed}"
-  ./configure --prefix=/usr \
-              --bindir=/usr/bin \
-              --sbindir=/usr/bin \
-              --sysconfdir="/etc/${pkgname}" \
-              --with-spf \
-              --with-spf2-include=/usr/include/spf2 \
-              --with-spf2-lib=/usr/lib/
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -k check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-  # config
-  install -D -m644 "${srcdir}/opendmarc.conf" "${pkgdir}/etc/${pkgname}/opendmarc.conf"
-  # License
-  install -D -m644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  rm "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-  # systemd service
-  install -D -m644 "${srcdir}/${pkgname}.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-}

Deleted: community-i686/opendmarc.install
===================================================================
--- community-i686/opendmarc.install	2017-06-05 20:55:16 UTC (rev 234425)
+++ community-i686/opendmarc.install	2017-06-05 20:57:40 UTC (rev 234426)
@@ -1,8 +0,0 @@
-post_install() {
-  getent passwd opendmarc >/dev/null || \
-  useradd --system -g mail -s /usr/bin/nologin -d /etc/opendmarc opendmarc
-}
-
-post_upgrade() {
-  post_install
-}

Deleted: community-i686/opendmarc.service
===================================================================
--- community-i686/opendmarc.service	2017-06-05 20:55:16 UTC (rev 234425)
+++ community-i686/opendmarc.service	2017-06-05 20:57:40 UTC (rev 234426)
@@ -1,13 +0,0 @@
-[Unit]
-Description=OpenDMARC
-After=network.target remote-fs.target nss-lookup.target
-
-[Service]
-Type=forking
-User=opendmarc
-Group=mail
-ExecStart=/usr/bin/opendmarc -c /etc/opendmarc/opendmarc.conf
-Restart=always
-
-[Install]
-WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-06-05 20:55:16 UTC (rev 234425)
+++ community-x86_64/PKGBUILD	2017-06-05 20:57:40 UTC (rev 234426)
@@ -1,59 +0,0 @@
-# Maintainer: Thore Bödecker <foxxx0 at archlinux.org>
-# Contributor: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Contributor: Arthur Țițeică arthur.titeica/gmail/com
-# Contributor: Hao Zhang <theivorytower [at] gmail [dot] com>
-
-pkgname=opendmarc
-pkgver=1.3.2
-pkgrel=2
-pkgdesc="Free open source software implementation of the DMARC specification"
-arch=('i686' 'x86_64')
-url="http://www.trusteddomain.org/opendmarc/"
-license=('custom')
-depends=('smtp-server' 'libspf2' 'libbsd' 'libidn')
-makedepends=('libmilter')
-optdepends=('opendbx: acts as a middleware layer between OpenDMARC and a SQL backend of choice'
-            'python: run opendmarc scripts at /usr/share/doc/opendmarc'
-            'perl: run opendmarc scripts at /usr/share/doc/opendmarc'
-            'perl-switch: generate DMARC reports'
-            'perl-dbd-mysql: generate DMARC reports'
-            'perl-libwww: generate DMARC reports')
-install=${pkgname}.install
-backup=('etc/opendmarc/opendmarc.conf')
-# unfortunately the gpg key used for signing (2D55C45B89CFFD42) is not public
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.gz" #{,.asc}
-        'opendmarc.service'
-        'opendmarc.conf')
-sha512sums=('6045fb7d2be8f0ffdeca07324857d92908a41c6792749017c2fcc1058f05f55317b1919c67c780827dd7094ec8fff2e1fa4aeb5bab7ff7461537957af2652748'
-            '738de0cd286dd30713f32034f9ecf9009b6f64038c573c9f8aedaf10df8293bb9eec9d19492a03a2ebf2d2960289bdf48be9b1eb25395dbe9a490f7e3b25cb34'
-            'a55540cca6f968072ce8ddb9e53ce226300f2bbf730e7affe775a3ea96fad2cf438c88bc9f96c0de352dfb217eb82e7b4fc1ab05666ac6fd063b434cd335bc54')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export LDFLAGS="${LDFLAGS//,--as-needed}"
-  ./configure --prefix=/usr \
-              --bindir=/usr/bin \
-              --sbindir=/usr/bin \
-              --sysconfdir="/etc/${pkgname}" \
-              --with-spf \
-              --with-spf2-include=/usr/include/spf2 \
-              --with-spf2-lib=/usr/lib/
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -k check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-  # config
-  install -D -m644 "${srcdir}/opendmarc.conf" "${pkgdir}/etc/${pkgname}/opendmarc.conf"
-  # License
-  install -D -m644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  rm "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-  # systemd service
-  install -D -m644 "${srcdir}/${pkgname}.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-}

Deleted: community-x86_64/opendmarc.install
===================================================================
--- community-x86_64/opendmarc.install	2017-06-05 20:55:16 UTC (rev 234425)
+++ community-x86_64/opendmarc.install	2017-06-05 20:57:40 UTC (rev 234426)
@@ -1,8 +0,0 @@
-post_install() {
-  getent passwd opendmarc >/dev/null || \
-  useradd --system -g mail -s /usr/bin/nologin -d /etc/opendmarc opendmarc
-}
-
-post_upgrade() {
-  post_install
-}

Deleted: community-x86_64/opendmarc.service
===================================================================
--- community-x86_64/opendmarc.service	2017-06-05 20:55:16 UTC (rev 234425)
+++ community-x86_64/opendmarc.service	2017-06-05 20:57:40 UTC (rev 234426)
@@ -1,13 +0,0 @@
-[Unit]
-Description=OpenDMARC
-After=network.target remote-fs.target nss-lookup.target
-
-[Service]
-Type=forking
-User=opendmarc
-Group=mail
-ExecStart=/usr/bin/opendmarc -c /etc/opendmarc/opendmarc.conf
-Restart=always
-
-[Install]
-WantedBy=multi-user.target



More information about the arch-commits mailing list