Date: Monday, April 28, 2014 @ 23:16:19
  Author: lfleischer
Revision: 110398

Fix directory layout of mpop

Added:
  mpop/repos/
  mpop/trunk/
  mpop/trunk/PKGBUILD
    (from rev 110397, mpop/PKGBUILD)
  mpop/trunk/mpop.install
    (from rev 110397, mpop/mpop.install)
Deleted:
  mpop/PKGBUILD
  mpop/mpop.install

--------------------+
 PKGBUILD           |   30 ------------------------------
 mpop.install       |   16 ----------------
 trunk/PKGBUILD     |   30 ++++++++++++++++++++++++++++++
 trunk/mpop.install |   16 ++++++++++++++++
 4 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2014-04-28 21:15:47 UTC (rev 110397)
+++ PKGBUILD    2014-04-28 21:16:19 UTC (rev 110398)
@@ -1,30 +0,0 @@
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Israel Herraiz <[email protected]>
-# Contributor: Roberto Alsina <[email protected]>
-
-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"
-}

Deleted: mpop.install
===================================================================
--- mpop.install        2014-04-28 21:15:47 UTC (rev 110397)
+++ mpop.install        2014-04-28 21:16:19 UTC (rev 110398)
@@ -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/trunk/PKGBUILD (from rev 110397, mpop/PKGBUILD)
===================================================================
--- trunk/PKGBUILD                              (rev 0)
+++ trunk/PKGBUILD      2014-04-28 21:16:19 UTC (rev 110398)
@@ -0,0 +1,30 @@
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Israel Herraiz <[email protected]>
+# Contributor: Roberto Alsina <[email protected]>
+
+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/trunk/mpop.install (from rev 110397, mpop/mpop.install)
===================================================================
--- trunk/mpop.install                          (rev 0)
+++ trunk/mpop.install  2014-04-28 21:16:19 UTC (rev 110398)
@@ -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
+}

Reply via email to