[arch-commits] Commit in wanderlust/repos/community-any (4 files)
Sergej Pupykin
spupykin at archlinux.org
Tue Apr 21 15:24:06 UTC 2015
Date: Tuesday, April 21, 2015 @ 17:24:06
Author: spupykin
Revision: 131850
archrelease: copy trunk to community-any
Added:
wanderlust/repos/community-any/PKGBUILD
(from rev 131849, wanderlust/trunk/PKGBUILD)
wanderlust/repos/community-any/wanderlust.install
(from rev 131849, wanderlust/trunk/wanderlust.install)
Deleted:
wanderlust/repos/community-any/PKGBUILD
wanderlust/repos/community-any/wanderlust.install
--------------------+
PKGBUILD | 62 +++++++++++++++++++++++++--------------------------
wanderlust.install | 44 ++++++++++++++++++------------------
2 files changed, 53 insertions(+), 53 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-21 15:23:59 UTC (rev 131849)
+++ PKGBUILD 2015-04-21 15:24:06 UTC (rev 131850)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Norberto Lopes <shelika at mail.telepac.pt>
-
-pkgname=wanderlust
-#pkgver=2.15.9
-pkgver=20150310
-pkgrel=1
-pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
-arch=(any)
-#url="http://www.gohome.org/wl"
-url="https://github.com/wanderlust/wanderlust/"
-license=('GPL')
-depends=('emacs' 'emacs-apel>=10.7' 'flim' 'semi')
-makedepends=('cvs' 'bbdb')
-optdepends=('bbdb: contact management utility')
-install=wanderlust.install
-source=("wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master")
-md5sums=('SKIP')
-
-package() {
- cd $srcdir/wanderlust-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 131849, wanderlust/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-04-21 15:24:06 UTC (rev 131850)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Norberto Lopes <shelika at mail.telepac.pt>
+
+pkgname=wanderlust
+#pkgver=2.15.9
+pkgver=20150421
+pkgrel=1
+pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
+arch=(any)
+#url="http://www.gohome.org/wl"
+url="https://github.com/wanderlust/wanderlust/"
+license=('GPL')
+depends=('emacs' 'emacs-apel>=10.7' 'flim' 'semi')
+makedepends=('cvs' 'bbdb')
+optdepends=('bbdb: contact management utility')
+install=wanderlust.install
+source=("wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master")
+md5sums=('SKIP')
+
+package() {
+ cd $srcdir/wanderlust-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 2015-04-21 15:23:59 UTC (rev 131849)
+++ wanderlust.install 2015-04-21 15:24:06 UTC (rev 131850)
@@ -1,22 +0,0 @@
-infodir=/usr/share/info
-
-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
- [ -x usr/bin/install-info ] || return 0
- install-info "$infodir/wl.info.gz" "$infodir/dir"
-}
-
-post_upgrade () {
- post_install $1
-}
-
-pre_remove() {
- [ -x usr/bin/install-info ] || return 0
- install-info --delete "$infodir/wl.info.gz" "$infodir/dir"
-}
Copied: wanderlust/repos/community-any/wanderlust.install (from rev 131849, wanderlust/trunk/wanderlust.install)
===================================================================
--- wanderlust.install (rev 0)
+++ wanderlust.install 2015-04-21 15:24:06 UTC (rev 131850)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+
+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
+ [ -x usr/bin/install-info ] || return 0
+ install-info "$infodir/wl.info.gz" "$infodir/dir"
+}
+
+post_upgrade () {
+ post_install $1
+}
+
+pre_remove() {
+ [ -x usr/bin/install-info ] || return 0
+ install-info --delete "$infodir/wl.info.gz" "$infodir/dir"
+}
More information about the arch-commits
mailing list