[arch-commits] Commit in mailutils/repos/community-x86_64 (4 files)

2020-08-18 Thread Sergej Pupykin via arch-commits
Date: Tuesday, August 18, 2020 @ 18:18:05
  Author: spupykin
Revision: 684840

archrelease: copy trunk to community-x86_64

Added:
  mailutils/repos/community-x86_64/PKGBUILD
(from rev 684839, mailutils/trunk/PKGBUILD)
  mailutils/repos/community-x86_64/fix-build-mb-len-max.patch
(from rev 684839, mailutils/trunk/fix-build-mb-len-max.patch)
Deleted:
  mailutils/repos/community-x86_64/PKGBUILD
  mailutils/repos/community-x86_64/fix-build-mb-len-max.patch

+
 PKGBUILD   |   98 +--
 fix-build-mb-len-max.patch |   28 ++--
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-18 18:17:12 UTC (rev 684839)
+++ PKGBUILD2020-08-18 18:18:05 UTC (rev 684840)
@@ -1,49 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=mailutils
-pkgver=3.9
-pkgrel=1
-pkgdesc="MUA command line tool (mailx)"
-arch=(x86_64)
-url="https://www.gnu.org/software/mailutils/;
-license=('GPL')
-depends=('libldap' 'pam' 'gnutls' 'gsasl')
-makedepends=('emacs')
-options=(!emptydirs)
-validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
-source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig}
-fix-build-mb-len-max.patch)
-sha512sums=('a3b366183f3583a6f2a0df5fd8f9cf2d3f746b87d501f33f47b30f742078e400cb4247ab5012dfe98ae4b5428a82f5ea315d37502f4179b03d66124994de8180'
-'SKIP'
-
'48248bfae1cc3b80c3decfcb99f803b65fd0d068f6c09625eb5e3763b3184090d7bd97fa3bc916b3e2e8c737b2bd501aa25482a96aceb555c08307b54c2a24a8')
-
-prepare() {
-  cd "$srcdir/mailutils-$pkgver"
-  # Include limits.h in frm/frm.h so it doesn't misdefine MB_LEN_MAX to 4
-  # (patch from github.com/NixOS/nixpkgs)
-  patch -Np1 -i ../fix-build-mb-len-max.patch
-}
-
-build() {
-  cd "$srcdir/mailutils-$pkgver"
-  ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/$pkgname \
-   --sysconfdir=/etc \
-   --with-gdbm \
-   --with-gnutls \
-   --disable-python \
-   --without-guile
-  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap -ltinfo"
-}
-
-package() {
-  cd "$srcdir/mailutils-$pkgver"
-  make -j1 DESTDIR="$pkgdir" install
-  rm -f "$pkgdir"/usr/share/info/dir
-  mv "$pkgdir"/usr/bin/mail "$pkgdir"/usr/bin/gnu-mail
-  mv "$pkgdir"/usr/share/man/man1/mail.1 
"$pkgdir"/usr/share/man/man1/gnu-mail.1
-  chown -R root:root "$pkgdir"
-}

Copied: mailutils/repos/community-x86_64/PKGBUILD (from rev 684839, 
mailutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-18 18:18:05 UTC (rev 684840)
@@ -0,0 +1,49 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=mailutils
+pkgver=3.10
+pkgrel=1
+pkgdesc="MUA command line tool (mailx)"
+arch=(x86_64)
+url="https://www.gnu.org/software/mailutils/;
+license=('GPL')
+depends=('libldap' 'pam' 'gnutls' 'gsasl')
+makedepends=('emacs')
+options=(!emptydirs)
+validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
+source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig}
+fix-build-mb-len-max.patch)
+sha512sums=('012fd10d580cf5f90365f92f9bf5a8d8f587d0eb34dda86561298ec38cb942b05bf53a364bf3f51687f35aa611baf9364349aeacd81ac2f278bb56498e99aadc'
+'SKIP'
+
'48248bfae1cc3b80c3decfcb99f803b65fd0d068f6c09625eb5e3763b3184090d7bd97fa3bc916b3e2e8c737b2bd501aa25482a96aceb555c08307b54c2a24a8')
+
+prepare() {
+  cd "$srcdir/mailutils-$pkgver"
+  # Include limits.h in frm/frm.h so it doesn't misdefine MB_LEN_MAX to 4
+  # (patch from github.com/NixOS/nixpkgs)
+  patch -Np1 -i ../fix-build-mb-len-max.patch
+}
+
+build() {
+  cd "$srcdir/mailutils-$pkgver"
+  ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/$pkgname \
+   --sysconfdir=/etc \
+   --with-gdbm \
+   --with-gnutls \
+   --disable-python \
+   --without-guile
+  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap -ltinfo"
+}
+
+package() {
+  cd "$srcdir/mailutils-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+  rm -f "$pkgdir"/usr/share/info/dir
+  mv "$pkgdir"/usr/bin/mail "$pkgdir"/usr/bin/gnu-mail
+  mv "$pkgdir"/usr/share/man/man1/mail.1 
"$pkgdir"/usr/share/man/man1/gnu-mail.1
+  chown -R root:root "$pkgdir"
+}

Deleted: fix-build-mb-len-max.patch
===
--- fix-build-mb-len-max.patch  2020-08-18 18:17:12 UTC (rev 684839)
+++ fix-build-mb-len-max.patch  2020-08-18 18:18:05 UTC (rev 684840)
@@ -1,14 +0,0 @@
-diff --git a/frm/frm.h b/frm/frm.h
-index 178b87d54..7931faada 100644
 a/frm/frm.h
-+++ b/frm/frm.h
-@@ -34,6 +34,9 @@
- #ifdef HAVE_ICONV_H
- # include 
- 

[arch-commits] Commit in mailutils/repos/community-x86_64 (4 files)

2019-11-06 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 7, 2019 @ 06:35:09
  Author: spupykin
Revision: 524459

archrelease: copy trunk to community-x86_64

Added:
  mailutils/repos/community-x86_64/PKGBUILD
(from rev 524458, mailutils/trunk/PKGBUILD)
  mailutils/repos/community-x86_64/fix-build-mb-len-max.patch
(from rev 524458, mailutils/trunk/fix-build-mb-len-max.patch)
Deleted:
  mailutils/repos/community-x86_64/PKGBUILD
  mailutils/repos/community-x86_64/fix-build-mb-len-max.patch

+
 PKGBUILD   |   98 +--
 fix-build-mb-len-max.patch |   28 ++--
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 06:34:58 UTC (rev 524458)
+++ PKGBUILD2019-11-07 06:35:09 UTC (rev 524459)
@@ -1,49 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=mailutils
-pkgver=3.7
-pkgrel=1
-pkgdesc="MUA command line tool (mailx)"
-arch=(x86_64)
-url="https://www.gnu.org/software/mailutils/;
-license=('GPL')
-depends=('libldap' 'pam' 'gnutls' 'gsasl')
-makedepends=('emacs')
-options=(!emptydirs)
-validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
-source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig}
-fix-build-mb-len-max.patch)
-sha512sums=('022de745b571298dd7879a72f1844a87fcf31c254b95ec88a8574d8101110ab9792cb4efbc33ec759fe53d68f7d2c00629071b80fdbb2ad639685c2886409990'
-'SKIP'
-
'48248bfae1cc3b80c3decfcb99f803b65fd0d068f6c09625eb5e3763b3184090d7bd97fa3bc916b3e2e8c737b2bd501aa25482a96aceb555c08307b54c2a24a8')
-
-prepare() {
-  cd "$srcdir/mailutils-$pkgver"
-  # Include limits.h in frm/frm.h so it doesn't misdefine MB_LEN_MAX to 4
-  # (patch from github.com/NixOS/nixpkgs)
-  patch -Np1 -i ../fix-build-mb-len-max.patch
-}
-
-build() {
-  cd "$srcdir/mailutils-$pkgver"
-  ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/$pkgname \
-   --sysconfdir=/etc \
-   --with-gdbm \
-   --with-gnutls \
-   --disable-python \
-   --without-guile
-  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap -ltinfo"
-}
-
-package() {
-  cd "$srcdir/mailutils-$pkgver"
-  make -j1 DESTDIR="$pkgdir" install
-  rm -f "$pkgdir"/usr/share/info/dir
-  mv "$pkgdir"/usr/bin/mail "$pkgdir"/usr/bin/gnu-mail
-  mv "$pkgdir"/usr/share/man/man1/mail.1 
"$pkgdir"/usr/share/man/man1/gnu-mail.1
-  chown -R root:root "$pkgdir"
-}

Copied: mailutils/repos/community-x86_64/PKGBUILD (from rev 524458, 
mailutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-07 06:35:09 UTC (rev 524459)
@@ -0,0 +1,49 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=mailutils
+pkgver=3.8
+pkgrel=1
+pkgdesc="MUA command line tool (mailx)"
+arch=(x86_64)
+url="https://www.gnu.org/software/mailutils/;
+license=('GPL')
+depends=('libldap' 'pam' 'gnutls' 'gsasl')
+makedepends=('emacs')
+options=(!emptydirs)
+validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
+source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig}
+fix-build-mb-len-max.patch)
+sha512sums=('aafc14030e2df7cc614fcdd155d146858f09580cc6e735a0d09c9ab7c2d3d453a7d24ac89fb074b1528d0c12b8ab8dd612822ea53ec13c8cc625e1d0fac7843c'
+'SKIP'
+
'48248bfae1cc3b80c3decfcb99f803b65fd0d068f6c09625eb5e3763b3184090d7bd97fa3bc916b3e2e8c737b2bd501aa25482a96aceb555c08307b54c2a24a8')
+
+prepare() {
+  cd "$srcdir/mailutils-$pkgver"
+  # Include limits.h in frm/frm.h so it doesn't misdefine MB_LEN_MAX to 4
+  # (patch from github.com/NixOS/nixpkgs)
+  patch -Np1 -i ../fix-build-mb-len-max.patch
+}
+
+build() {
+  cd "$srcdir/mailutils-$pkgver"
+  ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/$pkgname \
+   --sysconfdir=/etc \
+   --with-gdbm \
+   --with-gnutls \
+   --disable-python \
+   --without-guile
+  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap -ltinfo"
+}
+
+package() {
+  cd "$srcdir/mailutils-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+  rm -f "$pkgdir"/usr/share/info/dir
+  mv "$pkgdir"/usr/bin/mail "$pkgdir"/usr/bin/gnu-mail
+  mv "$pkgdir"/usr/share/man/man1/mail.1 
"$pkgdir"/usr/share/man/man1/gnu-mail.1
+  chown -R root:root "$pkgdir"
+}

Deleted: fix-build-mb-len-max.patch
===
--- fix-build-mb-len-max.patch  2019-11-07 06:34:58 UTC (rev 524458)
+++ fix-build-mb-len-max.patch  2019-11-07 06:35:09 UTC (rev 524459)
@@ -1,14 +0,0 @@
-diff --git a/frm/frm.h b/frm/frm.h
-index 178b87d54..7931faada 100644
 a/frm/frm.h
-+++ b/frm/frm.h
-@@ -34,6 +34,9 @@
- #ifdef HAVE_ICONV_H
- # include 
- 

[arch-commits] Commit in mailutils/repos/community-x86_64 (4 files)

2019-06-24 Thread Sergej Pupykin via arch-commits
Date: Monday, June 24, 2019 @ 15:04:59
  Author: spupykin
Revision: 483569

archrelease: copy trunk to community-x86_64

Added:
  mailutils/repos/community-x86_64/PKGBUILD
(from rev 483568, mailutils/trunk/PKGBUILD)
  mailutils/repos/community-x86_64/fix-build-mb-len-max.patch
(from rev 483568, mailutils/trunk/fix-build-mb-len-max.patch)
Deleted:
  mailutils/repos/community-x86_64/PKGBUILD
  mailutils/repos/community-x86_64/fix-build-mb-len-max.patch

+
 PKGBUILD   |   98 +--
 fix-build-mb-len-max.patch |   28 ++--
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-24 15:04:49 UTC (rev 483568)
+++ PKGBUILD2019-06-24 15:04:59 UTC (rev 483569)
@@ -1,49 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=mailutils
-pkgver=3.6
-pkgrel=1
-pkgdesc="MUA command line tool (mailx)"
-arch=(x86_64)
-url="http://www.gnu.org/software/mailutils/;
-license=('GPL')
-depends=('libldap' 'pam' 'gnutls' 'gsasl')
-makedepends=('emacs')
-options=(!emptydirs)
-validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
-source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig}
-fix-build-mb-len-max.patch)
-sha512sums=('f3167f8ad48042da6257568bcea8e9e9a91af0f716edc43e54f797aaf5d401c0ad0b6af42bedd0f6b3a83a9df68d8632471f97e02282e6d5ce2151ebf7ecf00d'
-'SKIP'
-
'48248bfae1cc3b80c3decfcb99f803b65fd0d068f6c09625eb5e3763b3184090d7bd97fa3bc916b3e2e8c737b2bd501aa25482a96aceb555c08307b54c2a24a8')
-
-prepare() {
-  cd "$srcdir/mailutils-$pkgver"
-  # Include limits.h in frm/frm.h so it doesn't misdefine MB_LEN_MAX to 4
-  # (patch from github.com/NixOS/nixpkgs)
-  patch -Np1 -i ../fix-build-mb-len-max.patch
-}
-
-build() {
-  cd "$srcdir/mailutils-$pkgver"
-  ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/$pkgname \
-   --sysconfdir=/etc \
-   --with-gdbm \
-   --with-gnutls \
-   --disable-python \
-   --without-guile
-  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap -ltinfo"
-}
-
-package() {
-  cd "$srcdir/mailutils-$pkgver"
-  make -j1 DESTDIR="$pkgdir" install
-  rm -f "$pkgdir"/usr/share/info/dir
-  mv "$pkgdir"/usr/bin/mail "$pkgdir"/usr/bin/gnu-mail
-  mv "$pkgdir"/usr/share/man/man1/mail.1 
"$pkgdir"/usr/share/man/man1/gnu-mail.1
-  chown -R root:root "$pkgdir"
-}

Copied: mailutils/repos/community-x86_64/PKGBUILD (from rev 483568, 
mailutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-24 15:04:59 UTC (rev 483569)
@@ -0,0 +1,49 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=mailutils
+pkgver=3.7
+pkgrel=1
+pkgdesc="MUA command line tool (mailx)"
+arch=(x86_64)
+url="https://www.gnu.org/software/mailutils/;
+license=('GPL')
+depends=('libldap' 'pam' 'gnutls' 'gsasl')
+makedepends=('emacs')
+options=(!emptydirs)
+validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
+source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig}
+fix-build-mb-len-max.patch)
+sha512sums=('022de745b571298dd7879a72f1844a87fcf31c254b95ec88a8574d8101110ab9792cb4efbc33ec759fe53d68f7d2c00629071b80fdbb2ad639685c2886409990'
+'SKIP'
+
'48248bfae1cc3b80c3decfcb99f803b65fd0d068f6c09625eb5e3763b3184090d7bd97fa3bc916b3e2e8c737b2bd501aa25482a96aceb555c08307b54c2a24a8')
+
+prepare() {
+  cd "$srcdir/mailutils-$pkgver"
+  # Include limits.h in frm/frm.h so it doesn't misdefine MB_LEN_MAX to 4
+  # (patch from github.com/NixOS/nixpkgs)
+  patch -Np1 -i ../fix-build-mb-len-max.patch
+}
+
+build() {
+  cd "$srcdir/mailutils-$pkgver"
+  ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/$pkgname \
+   --sysconfdir=/etc \
+   --with-gdbm \
+   --with-gnutls \
+   --disable-python \
+   --without-guile
+  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap -ltinfo"
+}
+
+package() {
+  cd "$srcdir/mailutils-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+  rm -f "$pkgdir"/usr/share/info/dir
+  mv "$pkgdir"/usr/bin/mail "$pkgdir"/usr/bin/gnu-mail
+  mv "$pkgdir"/usr/share/man/man1/mail.1 
"$pkgdir"/usr/share/man/man1/gnu-mail.1
+  chown -R root:root "$pkgdir"
+}

Deleted: fix-build-mb-len-max.patch
===
--- fix-build-mb-len-max.patch  2019-06-24 15:04:49 UTC (rev 483568)
+++ fix-build-mb-len-max.patch  2019-06-24 15:04:59 UTC (rev 483569)
@@ -1,14 +0,0 @@
-diff --git a/frm/frm.h b/frm/frm.h
-index 178b87d54..7931faada 100644
 a/frm/frm.h
-+++ b/frm/frm.h
-@@ -34,6 +34,9 @@
- #ifdef HAVE_ICONV_H
- # include 
- #endif

[arch-commits] Commit in mailutils/repos/community-x86_64 (4 files)

2019-03-03 Thread Sergej Pupykin via arch-commits
Date: Sunday, March 3, 2019 @ 08:51:01
  Author: spupykin
Revision: 437434

archrelease: copy trunk to community-x86_64

Added:
  mailutils/repos/community-x86_64/PKGBUILD
(from rev 437433, mailutils/trunk/PKGBUILD)
  mailutils/repos/community-x86_64/fix-build-mb-len-max.patch
(from rev 437433, mailutils/trunk/fix-build-mb-len-max.patch)
Deleted:
  mailutils/repos/community-x86_64/PKGBUILD
  mailutils/repos/community-x86_64/fix-build-mb-len-max.patch

+
 PKGBUILD   |   98 +--
 fix-build-mb-len-max.patch |   28 ++--
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-03 08:50:48 UTC (rev 437433)
+++ PKGBUILD2019-03-03 08:51:01 UTC (rev 437434)
@@ -1,49 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=mailutils
-pkgver=3.5
-pkgrel=3
-pkgdesc="MUA command line tool (mailx)"
-arch=(x86_64)
-url="http://www.gnu.org/software/mailutils/;
-license=('GPL')
-depends=('libldap' 'pam' 'gnutls' 'gsasl')
-makedepends=('emacs')
-options=(!emptydirs)
-validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
-source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig}
-fix-build-mb-len-max.patch)
-sha512sums=('c27bedafef0c7d51a4999ece414c78b584289fcc17a388b73c9ac391c28243cc65f5504caec99190d83a16623e9d0a9c3bdfa53814179cf118986c33dc53ab29'
-'SKIP'
-
'48248bfae1cc3b80c3decfcb99f803b65fd0d068f6c09625eb5e3763b3184090d7bd97fa3bc916b3e2e8c737b2bd501aa25482a96aceb555c08307b54c2a24a8')
-
-prepare() {
-  cd "$srcdir/mailutils-$pkgver"
-  # Include limits.h in frm/frm.h so it doesn't misdefine MB_LEN_MAX to 4
-  # (patch from github.com/NixOS/nixpkgs)
-  patch -Np1 -i ../fix-build-mb-len-max.patch
-}
-
-build() {
-  cd "$srcdir/mailutils-$pkgver"
-  ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/$pkgname \
-   --sysconfdir=/etc \
-   --with-gdbm \
-   --with-gnutls \
-   --disable-python \
-   --without-guile
-  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap -ltinfo"
-}
-
-package() {
-  cd "$srcdir/mailutils-$pkgver"
-  make -j1 DESTDIR="$pkgdir" install
-  rm -f "$pkgdir"/usr/share/info/dir
-  mv "$pkgdir"/usr/bin/mail "$pkgdir"/usr/bin/gnu-mail
-  mv "$pkgdir"/usr/share/man/man1/mail.1 
"$pkgdir"/usr/share/man/man1/gnu-mail.1
-  chown -R root:root "$pkgdir"
-}

Copied: mailutils/repos/community-x86_64/PKGBUILD (from rev 437433, 
mailutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-03 08:51:01 UTC (rev 437434)
@@ -0,0 +1,49 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=mailutils
+pkgver=3.6
+pkgrel=1
+pkgdesc="MUA command line tool (mailx)"
+arch=(x86_64)
+url="http://www.gnu.org/software/mailutils/;
+license=('GPL')
+depends=('libldap' 'pam' 'gnutls' 'gsasl')
+makedepends=('emacs')
+options=(!emptydirs)
+validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
+source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig}
+fix-build-mb-len-max.patch)
+sha512sums=('f3167f8ad48042da6257568bcea8e9e9a91af0f716edc43e54f797aaf5d401c0ad0b6af42bedd0f6b3a83a9df68d8632471f97e02282e6d5ce2151ebf7ecf00d'
+'SKIP'
+
'48248bfae1cc3b80c3decfcb99f803b65fd0d068f6c09625eb5e3763b3184090d7bd97fa3bc916b3e2e8c737b2bd501aa25482a96aceb555c08307b54c2a24a8')
+
+prepare() {
+  cd "$srcdir/mailutils-$pkgver"
+  # Include limits.h in frm/frm.h so it doesn't misdefine MB_LEN_MAX to 4
+  # (patch from github.com/NixOS/nixpkgs)
+  patch -Np1 -i ../fix-build-mb-len-max.patch
+}
+
+build() {
+  cd "$srcdir/mailutils-$pkgver"
+  ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/$pkgname \
+   --sysconfdir=/etc \
+   --with-gdbm \
+   --with-gnutls \
+   --disable-python \
+   --without-guile
+  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap -ltinfo"
+}
+
+package() {
+  cd "$srcdir/mailutils-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+  rm -f "$pkgdir"/usr/share/info/dir
+  mv "$pkgdir"/usr/bin/mail "$pkgdir"/usr/bin/gnu-mail
+  mv "$pkgdir"/usr/share/man/man1/mail.1 
"$pkgdir"/usr/share/man/man1/gnu-mail.1
+  chown -R root:root "$pkgdir"
+}

Deleted: fix-build-mb-len-max.patch
===
--- fix-build-mb-len-max.patch  2019-03-03 08:50:48 UTC (rev 437433)
+++ fix-build-mb-len-max.patch  2019-03-03 08:51:01 UTC (rev 437434)
@@ -1,14 +0,0 @@
-diff --git a/frm/frm.h b/frm/frm.h
-index 178b87d54..7931faada 100644
 a/frm/frm.h
-+++ b/frm/frm.h
-@@ -34,6 +34,9 @@
- #ifdef HAVE_ICONV_H
- # include 
- #endif

[arch-commits] Commit in mailutils/repos/community-x86_64 (4 files)

2018-11-26 Thread Christian Hesse via arch-commits
Date: Monday, November 26, 2018 @ 22:28:23
  Author: eworm
Revision: 409899

archrelease: copy trunk to community-x86_64

Added:
  mailutils/repos/community-x86_64/PKGBUILD
(from rev 409898, mailutils/trunk/PKGBUILD)
  mailutils/repos/community-x86_64/fix-build-mb-len-max.patch
(from rev 409898, mailutils/trunk/fix-build-mb-len-max.patch)
Deleted:
  mailutils/repos/community-x86_64/PKGBUILD
  mailutils/repos/community-x86_64/fix-build-mb-len-max.patch

+
 PKGBUILD   |   97 +--
 fix-build-mb-len-max.patch |   28 ++--
 2 files changed, 63 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 22:28:16 UTC (rev 409898)
+++ PKGBUILD2018-11-26 22:28:23 UTC (rev 409899)
@@ -1,48 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=mailutils
-pkgver=3.5
-pkgrel=1
-pkgdesc="MUA command line tool (mailx)"
-arch=(x86_64)
-url="http://www.gnu.org/software/mailutils/;
-license=('GPL')
-depends=('libldap' 'pam' 'gnutls' 'gsasl')
-makedepends=('emacs')
-options=(!emptydirs)
-validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
-source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig}
-fix-build-mb-len-max.patch)
-sha512sums=('c27bedafef0c7d51a4999ece414c78b584289fcc17a388b73c9ac391c28243cc65f5504caec99190d83a16623e9d0a9c3bdfa53814179cf118986c33dc53ab29'
-'SKIP'
-
'48248bfae1cc3b80c3decfcb99f803b65fd0d068f6c09625eb5e3763b3184090d7bd97fa3bc916b3e2e8c737b2bd501aa25482a96aceb555c08307b54c2a24a8')
-
-prepare() {
-  cd "$srcdir/mailutils-$pkgver"
-  # Include limits.h in frm/frm.h so it doesn't misdefine MB_LEN_MAX to 4
-  # (patch from github.com/NixOS/nixpkgs)
-  patch -Np1 -i ../fix-build-mb-len-max.patch
-}
-
-build() {
-  cd "$srcdir/mailutils-$pkgver"
-  ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/$pkgname \
-   --with-gdbm \
-   --with-gnutls \
-   --disable-python \
-   --without-guile
-  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap -ltinfo"
-}
-
-package() {
-  cd "$srcdir/mailutils-$pkgver"
-  make -j1 DESTDIR="$pkgdir" install
-  rm -f "$pkgdir"/usr/share/info/dir
-  mv "$pkgdir"/usr/bin/mail "$pkgdir"/usr/bin/gnu-mail
-  mv "$pkgdir"/usr/share/man/man1/mail.1 
"$pkgdir"/usr/share/man/man1/gnu-mail.1
-  chown -R root:root "$pkgdir"
-}

Copied: mailutils/repos/community-x86_64/PKGBUILD (from rev 409898, 
mailutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 22:28:23 UTC (rev 409899)
@@ -0,0 +1,49 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=mailutils
+pkgver=3.5
+pkgrel=2
+pkgdesc="MUA command line tool (mailx)"
+arch=(x86_64)
+url="http://www.gnu.org/software/mailutils/;
+license=('GPL')
+depends=('libldap' 'pam' 'gnutls' 'gsasl')
+makedepends=('emacs')
+options=(!emptydirs)
+validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
+source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig}
+fix-build-mb-len-max.patch)
+sha512sums=('c27bedafef0c7d51a4999ece414c78b584289fcc17a388b73c9ac391c28243cc65f5504caec99190d83a16623e9d0a9c3bdfa53814179cf118986c33dc53ab29'
+'SKIP'
+
'48248bfae1cc3b80c3decfcb99f803b65fd0d068f6c09625eb5e3763b3184090d7bd97fa3bc916b3e2e8c737b2bd501aa25482a96aceb555c08307b54c2a24a8')
+
+prepare() {
+  cd "$srcdir/mailutils-$pkgver"
+  # Include limits.h in frm/frm.h so it doesn't misdefine MB_LEN_MAX to 4
+  # (patch from github.com/NixOS/nixpkgs)
+  patch -Np1 -i ../fix-build-mb-len-max.patch
+}
+
+build() {
+  cd "$srcdir/mailutils-$pkgver"
+  ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/$pkgname \
+   --sysconfdir=/etc \
+   --with-gdbm \
+   --with-gnutls \
+   --disable-python \
+   --without-guile
+  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap -ltinfo"
+}
+
+package() {
+  cd "$srcdir/mailutils-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+  rm -f "$pkgdir"/usr/share/info/dir
+  mv "$pkgdir"/usr/bin/mail "$pkgdir"/usr/bin/gnu-mail
+  mv "$pkgdir"/usr/share/man/man1/mail.1 
"$pkgdir"/usr/share/man/man1/gnu-mail.1
+  chown -R root:root "$pkgdir"
+}

Deleted: fix-build-mb-len-max.patch
===
--- fix-build-mb-len-max.patch  2018-11-26 22:28:16 UTC (rev 409898)
+++ fix-build-mb-len-max.patch  2018-11-26 22:28:23 UTC (rev 409899)
@@ -1,14 +0,0 @@
-diff --git a/frm/frm.h b/frm/frm.h
-index 178b87d54..7931faada 100644
 a/frm/frm.h
-+++ b/frm/frm.h
-@@ -34,6 +34,9 @@
- #ifdef HAVE_ICONV_H
- # include 
- #endif
-+#ifdef HAVE_LIMITS_H
-+# 

[arch-commits] Commit in mailutils/repos/community-x86_64 (4 files)

2018-10-29 Thread Sergej Pupykin via arch-commits
Date: Monday, October 29, 2018 @ 07:56:22
  Author: spupykin
Revision: 399375

archrelease: copy trunk to community-x86_64

Added:
  mailutils/repos/community-x86_64/PKGBUILD
(from rev 399374, mailutils/trunk/PKGBUILD)
  mailutils/repos/community-x86_64/fix-build-mb-len-max.patch
(from rev 399374, mailutils/trunk/fix-build-mb-len-max.patch)
Deleted:
  mailutils/repos/community-x86_64/PKGBUILD
  mailutils/repos/community-x86_64/fix-build-mb-len-max.patch

+
 PKGBUILD   |   97 +--
 fix-build-mb-len-max.patch |   28 ++--
 2 files changed, 62 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-29 07:56:11 UTC (rev 399374)
+++ PKGBUILD2018-10-29 07:56:22 UTC (rev 399375)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=mailutils
-pkgver=3.4
-pkgrel=3
-pkgdesc="MUA command line tool (mailx)"
-arch=(x86_64)
-url="http://www.gnu.org/software/mailutils/;
-license=('GPL')
-depends=('libldap' 'pam' 'gnutls' 'gsasl')
-makedepends=('emacs')
-options=(!emptydirs)
-validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
-source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig}
-fix-build-mb-len-max.patch)
-sha512sums=('3c674f272bf7275bd781f7069d859dc133d3f103a433a407736df7aecf31a5b0912bd3ebfa4a41095449219f2fdcf6277b6722e9e45dd14f8e26cc7270f863d7'
-'SKIP'
-
'48248bfae1cc3b80c3decfcb99f803b65fd0d068f6c09625eb5e3763b3184090d7bd97fa3bc916b3e2e8c737b2bd501aa25482a96aceb555c08307b54c2a24a8')
-
-prepare() {
-  cd "$srcdir/mailutils-$pkgver"
-  # Include limits.h in frm/frm.h so it doesn't misdefine MB_LEN_MAX to 4
-  # (patch from github.com/NixOS/nixpkgs)
-  patch -Np1 -i ../fix-build-mb-len-max.patch
-}
-
-build() {
-  cd "$srcdir/mailutils-$pkgver"
-  ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/$pkgname \
-   --with-gdbm \
-   --with-gnutls \
-   --disable-python \
-   --without-guile
-  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap -ltinfo"
-}
-
-package() {
-  cd "$srcdir/mailutils-$pkgver"
-  make -j1 DESTDIR="$pkgdir" install
-  rm -f "$pkgdir"/usr/share/info/dir
-  mv "$pkgdir"/usr/bin/mail "$pkgdir"/usr/bin/gnu-mail
-  mv "$pkgdir"/usr/share/man/man1/mail.1 
"$pkgdir"/usr/share/man/man1/gnu-mail.1
-  chown -R root:root "$pkgdir"
-}

Copied: mailutils/repos/community-x86_64/PKGBUILD (from rev 399374, 
mailutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-29 07:56:22 UTC (rev 399375)
@@ -0,0 +1,48 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=mailutils
+pkgver=3.5
+pkgrel=1
+pkgdesc="MUA command line tool (mailx)"
+arch=(x86_64)
+url="http://www.gnu.org/software/mailutils/;
+license=('GPL')
+depends=('libldap' 'pam' 'gnutls' 'gsasl')
+makedepends=('emacs')
+options=(!emptydirs)
+validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
+source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig}
+fix-build-mb-len-max.patch)
+sha512sums=('c27bedafef0c7d51a4999ece414c78b584289fcc17a388b73c9ac391c28243cc65f5504caec99190d83a16623e9d0a9c3bdfa53814179cf118986c33dc53ab29'
+'SKIP'
+
'48248bfae1cc3b80c3decfcb99f803b65fd0d068f6c09625eb5e3763b3184090d7bd97fa3bc916b3e2e8c737b2bd501aa25482a96aceb555c08307b54c2a24a8')
+
+prepare() {
+  cd "$srcdir/mailutils-$pkgver"
+  # Include limits.h in frm/frm.h so it doesn't misdefine MB_LEN_MAX to 4
+  # (patch from github.com/NixOS/nixpkgs)
+  patch -Np1 -i ../fix-build-mb-len-max.patch
+}
+
+build() {
+  cd "$srcdir/mailutils-$pkgver"
+  ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/$pkgname \
+   --with-gdbm \
+   --with-gnutls \
+   --disable-python \
+   --without-guile
+  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap -ltinfo"
+}
+
+package() {
+  cd "$srcdir/mailutils-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+  rm -f "$pkgdir"/usr/share/info/dir
+  mv "$pkgdir"/usr/bin/mail "$pkgdir"/usr/bin/gnu-mail
+  mv "$pkgdir"/usr/share/man/man1/mail.1 
"$pkgdir"/usr/share/man/man1/gnu-mail.1
+  chown -R root:root "$pkgdir"
+}

Deleted: fix-build-mb-len-max.patch
===
--- fix-build-mb-len-max.patch  2018-10-29 07:56:11 UTC (rev 399374)
+++ fix-build-mb-len-max.patch  2018-10-29 07:56:22 UTC (rev 399375)
@@ -1,14 +0,0 @@
-diff --git a/frm/frm.h b/frm/frm.h
-index 178b87d54..7931faada 100644
 a/frm/frm.h
-+++ b/frm/frm.h
-@@ -34,6 +34,9 @@
- #ifdef HAVE_ICONV_H
- # include 
- #endif
-+#ifdef HAVE_LIMITS_H
-+# include 
-+#endif
-