Date: Tuesday, January 13, 2015 @ 23:28:34 Author: lfleischer Revision: 125888
archrelease: copy trunk to community-i686, community-x86_64 Added: mpop/repos/community-i686/PKGBUILD (from rev 125887, mpop/trunk/PKGBUILD) mpop/repos/community-i686/mpop.install (from rev 125887, mpop/trunk/mpop.install) mpop/repos/community-x86_64/PKGBUILD (from rev 125887, mpop/trunk/PKGBUILD) mpop/repos/community-x86_64/mpop.install (from rev 125887, mpop/trunk/mpop.install) Deleted: mpop/repos/community-i686/PKGBUILD mpop/repos/community-i686/mpop.install mpop/repos/community-x86_64/PKGBUILD mpop/repos/community-x86_64/mpop.install -------------------------------+ /PKGBUILD | 62 ++++++++++++++++++++++++++++++++++++++++ /mpop.install | 32 ++++++++++++++++++++ community-i686/PKGBUILD | 30 ------------------- community-i686/mpop.install | 16 ---------- community-x86_64/PKGBUILD | 30 ------------------- community-x86_64/mpop.install | 16 ---------- 6 files changed, 94 insertions(+), 92 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2015-01-13 22:28:22 UTC (rev 125887) +++ community-i686/PKGBUILD 2015-01-13 22:28:34 UTC (rev 125888) @@ -1,30 +0,0 @@ -# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> -# Contributor: Israel Herraiz <i...@herraiz.org> -# Contributor: Roberto Alsina <rals...@kde.org> - -pkgname=mpop -pkgver=1.0.28 -pkgrel=2 -pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement" -arch=('i686' 'x86_64') -url="http://mpop.sourceforge.net/" -license=('GPL3') -depends=('gnutls' 'libidn') -install=mpop.install -source=("http://downloads.sourceforge.net/mpop/mpop-$pkgver.tar.bz2") -md5sums=('08301208b1f1a40bc5375fea61de3696') -options=(debug !strip) - -build() { - cd "$srcdir/mpop-$pkgver" - - ./configure --prefix=/usr --with-ssl=gnutls - make -} - -package() { - cd "$srcdir/mpop-$pkgver" - - make DESTDIR="$pkgdir" install - install -Dm644 doc/mpoprc.example "$pkgdir/usr/share/mpop/mpoprc.example" -} Copied: mpop/repos/community-i686/PKGBUILD (from rev 125887, mpop/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-01-13 22:28:34 UTC (rev 125888) @@ -0,0 +1,31 @@ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> +# Contributor: Israel Herraiz <i...@herraiz.org> +# Contributor: Roberto Alsina <rals...@kde.org> + +pkgname=mpop +pkgver=1.2.2 +pkgrel=1 +pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement" +arch=('i686' 'x86_64') +url="http://mpop.sourceforge.net/" +license=('GPL3') +depends=('gnutls' 'libidn') +install=mpop.install +source=("http://downloads.sourceforge.net/mpop/mpop-$pkgver.tar.xz"{,.sig}) +md5sums=('4ff3088fcbc94c70c66d6002435bfe9c' + 'SKIP') +validpgpkeys=('2F788CDEF4181652720EF132F4926138953E5294') + +build() { + cd "$srcdir/mpop-$pkgver" + + ./configure --prefix=/usr --with-ssl=gnutls + make +} + +package() { + cd "$srcdir/mpop-$pkgver" + + make DESTDIR="$pkgdir" install + install -Dm644 doc/mpoprc.example "$pkgdir/usr/share/mpop/mpoprc.example" +} Deleted: community-i686/mpop.install =================================================================== --- community-i686/mpop.install 2015-01-13 22:28:22 UTC (rev 125887) +++ community-i686/mpop.install 2015-01-13 22:28:34 UTC (rev 125888) @@ -1,16 +0,0 @@ -infodir=/usr/share/info - -post_install() { - install-info "$infodir/mpop.info" "$infodir/dir" 2>/dev/null - - echo "==> Sample config: /usr/share/mpop/mpoprc.example" - echo "==> Copy it to your home folder as ~/.mpoprc." -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - install-info --delete "$infodir/mpop.info" "$infodir/dir" 2>/dev/null -} Copied: mpop/repos/community-i686/mpop.install (from rev 125887, mpop/trunk/mpop.install) =================================================================== --- community-i686/mpop.install (rev 0) +++ community-i686/mpop.install 2015-01-13 22:28:34 UTC (rev 125888) @@ -0,0 +1,16 @@ +infodir=/usr/share/info + +post_install() { + install-info "$infodir/mpop.info" "$infodir/dir" 2>/dev/null + + echo "==> Sample config: /usr/share/mpop/mpoprc.example" + echo "==> Copy it to your home folder as ~/.mpoprc." +} + +post_upgrade() { + post_install $1 +} + +pre_remove() { + install-info --delete "$infodir/mpop.info" "$infodir/dir" 2>/dev/null +} Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2015-01-13 22:28:22 UTC (rev 125887) +++ community-x86_64/PKGBUILD 2015-01-13 22:28:34 UTC (rev 125888) @@ -1,30 +0,0 @@ -# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> -# Contributor: Israel Herraiz <i...@herraiz.org> -# Contributor: Roberto Alsina <rals...@kde.org> - -pkgname=mpop -pkgver=1.0.28 -pkgrel=2 -pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement" -arch=('i686' 'x86_64') -url="http://mpop.sourceforge.net/" -license=('GPL3') -depends=('gnutls' 'libidn') -install=mpop.install -source=("http://downloads.sourceforge.net/mpop/mpop-$pkgver.tar.bz2") -md5sums=('08301208b1f1a40bc5375fea61de3696') -options=(debug !strip) - -build() { - cd "$srcdir/mpop-$pkgver" - - ./configure --prefix=/usr --with-ssl=gnutls - make -} - -package() { - cd "$srcdir/mpop-$pkgver" - - make DESTDIR="$pkgdir" install - install -Dm644 doc/mpoprc.example "$pkgdir/usr/share/mpop/mpoprc.example" -} Copied: mpop/repos/community-x86_64/PKGBUILD (from rev 125887, mpop/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2015-01-13 22:28:34 UTC (rev 125888) @@ -0,0 +1,31 @@ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> +# Contributor: Israel Herraiz <i...@herraiz.org> +# Contributor: Roberto Alsina <rals...@kde.org> + +pkgname=mpop +pkgver=1.2.2 +pkgrel=1 +pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement" +arch=('i686' 'x86_64') +url="http://mpop.sourceforge.net/" +license=('GPL3') +depends=('gnutls' 'libidn') +install=mpop.install +source=("http://downloads.sourceforge.net/mpop/mpop-$pkgver.tar.xz"{,.sig}) +md5sums=('4ff3088fcbc94c70c66d6002435bfe9c' + 'SKIP') +validpgpkeys=('2F788CDEF4181652720EF132F4926138953E5294') + +build() { + cd "$srcdir/mpop-$pkgver" + + ./configure --prefix=/usr --with-ssl=gnutls + make +} + +package() { + cd "$srcdir/mpop-$pkgver" + + make DESTDIR="$pkgdir" install + install -Dm644 doc/mpoprc.example "$pkgdir/usr/share/mpop/mpoprc.example" +} Deleted: community-x86_64/mpop.install =================================================================== --- community-x86_64/mpop.install 2015-01-13 22:28:22 UTC (rev 125887) +++ community-x86_64/mpop.install 2015-01-13 22:28:34 UTC (rev 125888) @@ -1,16 +0,0 @@ -infodir=/usr/share/info - -post_install() { - install-info "$infodir/mpop.info" "$infodir/dir" 2>/dev/null - - echo "==> Sample config: /usr/share/mpop/mpoprc.example" - echo "==> Copy it to your home folder as ~/.mpoprc." -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - install-info --delete "$infodir/mpop.info" "$infodir/dir" 2>/dev/null -} Copied: mpop/repos/community-x86_64/mpop.install (from rev 125887, mpop/trunk/mpop.install) =================================================================== --- community-x86_64/mpop.install (rev 0) +++ community-x86_64/mpop.install 2015-01-13 22:28:34 UTC (rev 125888) @@ -0,0 +1,16 @@ +infodir=/usr/share/info + +post_install() { + install-info "$infodir/mpop.info" "$infodir/dir" 2>/dev/null + + echo "==> Sample config: /usr/share/mpop/mpoprc.example" + echo "==> Copy it to your home folder as ~/.mpoprc." +} + +post_upgrade() { + post_install $1 +} + +pre_remove() { + install-info --delete "$infodir/mpop.info" "$infodir/dir" 2>/dev/null +}