[arch-commits] Commit in wanderlust/repos/community-any (4 files)

Sergej Pupykin spupykin at archlinux.org
Fri Oct 18 12:39:31 UTC 2019


    Date: Friday, October 18, 2019 @ 12:39:29
  Author: spupykin
Revision: 516814

archrelease: copy trunk to community-any

Added:
  wanderlust/repos/community-any/PKGBUILD
    (from rev 516813, wanderlust/trunk/PKGBUILD)
  wanderlust/repos/community-any/wanderlust.install
    (from rev 516813, wanderlust/trunk/wanderlust.install)
Deleted:
  wanderlust/repos/community-any/PKGBUILD
  wanderlust/repos/community-any/wanderlust.install

--------------------+
 PKGBUILD           |   58 +++++++++++++++++++++++++--------------------------
 wanderlust.install |   26 +++++++++++-----------
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-18 12:39:20 UTC (rev 516813)
+++ PKGBUILD	2019-10-18 12:39:29 UTC (rev 516814)
@@ -1,29 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Norberto Lopes <shelika at mail.telepac.pt>
-
-pkgname=wanderlust
-pkgver=20190902
-_commit=ba07b99ee146c7945823874102e7db38e7aa8bd0
-pkgrel=1
-pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
-arch=(any)
-url="https://github.com/wanderlust/wanderlust/"
-license=('GPL')
-depends=('emacs' 'emacs-apel>=10.7' 'flim' 'semi')
-makedepends=('git')
-#optdepends=('bbdb: contact management utility')
-install=wanderlust.install
-source=("wanderlust::git://github.com/wanderlust/wanderlust.git#commit=${_commit}")
-sha256sums=('SKIP')
-
-package() {
-  cd "$srcdir"/wanderlust
-  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval "(princ (format \"%d.%d\" emacs-major-version emacs-minor-version))"`/etc/wl/icons/
-  install -dm0755 "$pkgdir"/usr/share/info
-  make all info
-  make install install-info \
-	LISPDIR="$pkgdir"/usr/share/emacs/site-lisp \
-	PIXMAPDIR="$pkgdir"$PIXMAPDIR \
-	INFODIR="$pkgdir"/usr/share/info
-  install -m644 utils/ssl.el "$pkgdir"/usr/share/emacs/site-lisp/ssl.el
-}

Copied: wanderlust/repos/community-any/PKGBUILD (from rev 516813, wanderlust/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-18 12:39:29 UTC (rev 516814)
@@ -0,0 +1,29 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Norberto Lopes <shelika at mail.telepac.pt>
+
+pkgname=wanderlust
+pkgver=20191018
+_commit=7a919e422a48f5021576e68282703de430558879
+pkgrel=1
+pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
+arch=(any)
+url="https://github.com/wanderlust/wanderlust/"
+license=('GPL')
+depends=('emacs' 'emacs-apel>=10.7' 'flim' 'semi')
+makedepends=('git')
+#optdepends=('bbdb: contact management utility')
+install=wanderlust.install
+source=("wanderlust::git://github.com/wanderlust/wanderlust.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+package() {
+  cd "$srcdir"/wanderlust
+  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval "(princ (format \"%d.%d\" emacs-major-version emacs-minor-version))"`/etc/wl/icons/
+  install -dm0755 "$pkgdir"/usr/share/info
+  make all info
+  make install install-info \
+	LISPDIR="$pkgdir"/usr/share/emacs/site-lisp \
+	PIXMAPDIR="$pkgdir"$PIXMAPDIR \
+	INFODIR="$pkgdir"/usr/share/info
+  install -m644 utils/ssl.el "$pkgdir"/usr/share/emacs/site-lisp/ssl.el
+}

Deleted: wanderlust.install
===================================================================
--- wanderlust.install	2019-10-18 12:39:20 UTC (rev 516813)
+++ wanderlust.install	2019-10-18 12:39:29 UTC (rev 516814)
@@ -1,13 +0,0 @@
-post_install () {
-cat << EOF
-==> Put this in your $HOME/.emacs file to enable Wanderlust
-
-(autoload 'wl "wl" "Wanderlust" t)
-(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
-(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
-EOF
-}
-
-post_upgrade () {
-  post_install $1
-}

Copied: wanderlust/repos/community-any/wanderlust.install (from rev 516813, wanderlust/trunk/wanderlust.install)
===================================================================
--- wanderlust.install	                        (rev 0)
+++ wanderlust.install	2019-10-18 12:39:29 UTC (rev 516814)
@@ -0,0 +1,13 @@
+post_install () {
+cat << EOF
+==> Put this in your $HOME/.emacs file to enable Wanderlust
+
+(autoload 'wl "wl" "Wanderlust" t)
+(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
+(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
+EOF
+}
+
+post_upgrade () {
+  post_install $1
+}



More information about the arch-commits mailing list