[arch-commits] Commit in opensmtpd/repos (18 files)

2013-12-16 Thread Sébastien Luttringer
Date: Monday, December 16, 2013 @ 19:31:48
  Author: seblu
Revision: 102612

db-move: moved opensmtpd from [community-testing] to [community] (i686, x86_64)

Added:
  opensmtpd/repos/community-i686/PKGBUILD
(from rev 102611, opensmtpd/repos/community-testing-i686/PKGBUILD)
  opensmtpd/repos/community-i686/opensmtpd.install
(from rev 102611, opensmtpd/repos/community-testing-i686/opensmtpd.install)
  opensmtpd/repos/community-i686/smtpd.service
(from rev 102611, opensmtpd/repos/community-testing-i686/smtpd.service)
  opensmtpd/repos/community-i686/smtpd.socket
(from rev 102611, opensmtpd/repos/community-testing-i686/smtpd.socket)
  opensmtpd/repos/community-x86_64/PKGBUILD
(from rev 102611, opensmtpd/repos/community-testing-x86_64/PKGBUILD)
  opensmtpd/repos/community-x86_64/opensmtpd.install
(from rev 102611, 
opensmtpd/repos/community-testing-x86_64/opensmtpd.install)
  opensmtpd/repos/community-x86_64/smtpd.service
(from rev 102611, opensmtpd/repos/community-testing-x86_64/smtpd.service)
  opensmtpd/repos/community-x86_64/smtpd.socket
(from rev 102611, opensmtpd/repos/community-testing-x86_64/smtpd.socket)
Deleted:
  opensmtpd/repos/community-i686/PKGBUILD
  opensmtpd/repos/community-i686/opensmtpd.install
  opensmtpd/repos/community-i686/smtpd.service
  opensmtpd/repos/community-i686/smtpd.socket
  opensmtpd/repos/community-testing-i686/
  opensmtpd/repos/community-testing-x86_64/
  opensmtpd/repos/community-x86_64/PKGBUILD
  opensmtpd/repos/community-x86_64/opensmtpd.install
  opensmtpd/repos/community-x86_64/smtpd.service
  opensmtpd/repos/community-x86_64/smtpd.socket

+
 /PKGBUILD  |  122 +++
 /opensmtpd.install |   70 
 /smtpd.service |   20 +
 /smtpd.socket  |   16 
 community-i686/PKGBUILD|   58 
 community-i686/opensmtpd.install   |   35 --
 community-i686/smtpd.service   |   10 --
 community-i686/smtpd.socket|8 --
 community-x86_64/PKGBUILD  |   58 
 community-x86_64/opensmtpd.install |   35 --
 community-x86_64/smtpd.service |   10 --
 community-x86_64/smtpd.socket  |8 --
 12 files changed, 228 insertions(+), 222 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-16 18:13:16 UTC (rev 102611)
+++ community-i686/PKGBUILD 2013-12-16 18:31:48 UTC (rev 102612)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=opensmtpd
-pkgver=5.4.1p1
-pkgrel=1
-pkgdesc='Free implementation of the server-side SMTP protocol'
-arch=('i686' 'x86_64')
-url='http://www.opensmtpd.org/'
-license=('custom')
-depends=('libevent')
-provides=('smtp-server' 'smtp-forwarder')
-conflicts=('smtp-server' 'smtp-forwarder')
-backup=('etc/smtpd/smtpd.conf' 'etc/smtpd/aliases')
-options=('emptydirs')
-install=opensmtpd.install
-source=("http://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz";
-'smtpd.service'
-'smtpd.socket')
-md5sums=('74551342985b78eb687995f7953d1790'
- 'a278f272d97a9fe5a8aac784a7c98d67'
- 'c2c01e9ca78df3f65efe40a7c0e17ee0')
-
-prepare() {
-  sed -ri 's,/etc/mail,/etc/smtpd,g' $pkgname-$pkgver/smtpd/smtpd.conf
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/smtpd \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/smtpd \
---with-maildir=/var/spool/mail \
---with-privsep-path=/var/empty \
---with-sock-dir=/run \
---with-privsep-user=smtpd \
---with-queue-user=smtpq \
---with-pam
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  # license
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  # working directory
-  cd "$pkgdir"
-  # install systemd units
-  install -Dm644 "$srcdir/smtpd.service" usr/lib/systemd/system/smtpd.service
-  install -Dm644 "$srcdir/smtpd.socket" usr/lib/systemd/system/smtpd.socket
-  # empty aliases file (used by default config)
-  install -Dm644 /dev/null etc/smtpd/aliases
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opensmtpd/repos/community-i686/PKGBUILD (from rev 102611, 
opensmtpd/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-16 18:31:48 UTC (rev 102612)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=opensmtpd
+pkgver=5.4.1p1
+pkgrel=2
+pkgdesc='Free implementation of the server-side SMTP protocol'
+arch=('i686' 'x86_64')
+url='http://www.opensmtpd.org/'
+license=('custom')
+depends=('libevent' 'openssl')
+provides=('smtp-server' 'smtp-forwarder')
+conflicts=('smtp-server' 'smtp-forwarder')
+backup=('etc/smt

[arch-commits] Commit in opensmtpd/repos (18 files)

2013-07-01 Thread Sébastien Luttringer
Date: Tuesday, July 2, 2013 @ 00:20:09
  Author: seblu
Revision: 93322

db-move: moved opensmtpd from [community-testing] to [community] (i686, x86_64)

Added:
  opensmtpd/repos/community-i686/PKGBUILD
(from rev 93321, opensmtpd/repos/community-testing-i686/PKGBUILD)
  opensmtpd/repos/community-i686/opensmtpd.install
(from rev 93321, opensmtpd/repos/community-testing-i686/opensmtpd.install)
  opensmtpd/repos/community-i686/smtpd.service
(from rev 93321, opensmtpd/repos/community-testing-i686/smtpd.service)
  opensmtpd/repos/community-i686/smtpd.socket
(from rev 93321, opensmtpd/repos/community-testing-i686/smtpd.socket)
  opensmtpd/repos/community-x86_64/PKGBUILD
(from rev 93321, opensmtpd/repos/community-testing-x86_64/PKGBUILD)
  opensmtpd/repos/community-x86_64/opensmtpd.install
(from rev 93321, opensmtpd/repos/community-testing-x86_64/opensmtpd.install)
  opensmtpd/repos/community-x86_64/smtpd.service
(from rev 93321, opensmtpd/repos/community-testing-x86_64/smtpd.service)
  opensmtpd/repos/community-x86_64/smtpd.socket
(from rev 93321, opensmtpd/repos/community-testing-x86_64/smtpd.socket)
Deleted:
  opensmtpd/repos/community-i686/PKGBUILD
  opensmtpd/repos/community-i686/opensmtpd.install
  opensmtpd/repos/community-i686/smtpd.service
  opensmtpd/repos/community-i686/smtpd.socket
  opensmtpd/repos/community-testing-i686/
  opensmtpd/repos/community-testing-x86_64/
  opensmtpd/repos/community-x86_64/PKGBUILD
  opensmtpd/repos/community-x86_64/opensmtpd.install
  opensmtpd/repos/community-x86_64/smtpd.service
  opensmtpd/repos/community-x86_64/smtpd.socket

+
 /PKGBUILD  |  144 +++
 /opensmtpd.install |   58 ++
 /smtpd.service |   20 
 /smtpd.socket  |   16 +++
 community-i686/PKGBUILD|   63 ---
 community-i686/opensmtpd.install   |   14 ---
 community-i686/smtpd.service   |   10 --
 community-i686/smtpd.socket|8 -
 community-x86_64/PKGBUILD  |   63 ---
 community-x86_64/opensmtpd.install |   14 ---
 community-x86_64/smtpd.service |   10 --
 community-x86_64/smtpd.socket  |8 -
 12 files changed, 238 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-01 20:28:19 UTC (rev 93321)
+++ community-i686/PKGBUILD 2013-07-01 22:20:09 UTC (rev 93322)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=opensmtpd
-pkgver=5.3.2p1
-pkgrel=2
-pkgdesc='Free implementation of the server-side SMTP protocol'
-arch=('i686' 'x86_64')
-url='http://www.opensmtpd.org/'
-license=('custom')
-depends=('libevent')
-provides=('smtp-server' 'smtp-forwarder')
-conflicts=('smtp-server' 'smtp-forwarder')
-backup=('etc/smtpd.conf' 'etc/aliases' 'etc/virtual' 'etc/secrets')
-install=opensmtpd.install
-source=("http://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz";
-'smtpd.service'
-'smtpd.socket')
-md5sums=('8fc513dd632461f70e433103d75dbf50'
- 'a278f272d97a9fe5a8aac784a7c98d67'
- 'c2c01e9ca78df3f65efe40a7c0e17ee0')
-
-build() {
-  cd $pkgname-$pkgver
-  ./bootstrap
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---libexecdir=/usr/bin \
---with-maildir=/var/spool/mail \
---with-privsep-path=/var/empty \
---with-sock-dir=/run \
---with-privsep-user=mail \
---with-filter-user=mail \
---with-queue-user=mail \
---with-pam
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  cd "$pkgdir"
-  # working directory
-  install -dm711 var/spool/smtpd
-  # license
-  install -Dm644 "$srcdir/smtpd.service" usr/lib/systemd/system/smtpd.service
-  install -Dm644 "$srcdir/smtpd.socket" usr/lib/systemd/system/smtpd.socket
-  # remove duplicate hardlink into a subfolder
-  rm -r usr/bin/opensmtpd
-  # empty aliases file
-  install -Dm644 /dev/null "$pkgdir/etc/aliases"
-  install -Dm644 /dev/null "$pkgdir/etc/virtual"
-  install -Dm640 /dev/null "$pkgdir/etc/secrets"
-  # fake sendmail binary (used to be smtp-forwarder)
-  # use hardlink as upstream does...
-  ln "$pkgdir/usr/bin/smtpctl" "$pkgdir/usr/bin/sendmail"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opensmtpd/repos/community-i686/PKGBUILD (from rev 93321, 
opensmtpd/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-01 22:20:09 UTC (rev 93322)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=opensmtpd
+pkgver=5.3.3p1
+pkgrel=1
+pkgdesc='Free implementation of the server-side SMTP protocol'
+arch=('