[arch-commits] Commit in emacs-w3m-cvs/repos/community-any (4 files)

Sergej Pupykin spupykin at archlinux.org
Wed Apr 27 22:57:38 UTC 2016


    Date: Thursday, April 28, 2016 @ 00:57:37
  Author: spupykin
Revision: 172245

archrelease: copy trunk to community-any

Added:
  emacs-w3m-cvs/repos/community-any/PKGBUILD
    (from rev 172244, emacs-w3m-cvs/trunk/PKGBUILD)
  emacs-w3m-cvs/repos/community-any/emacs-w3m-cvs.install
    (from rev 172244, emacs-w3m-cvs/trunk/emacs-w3m-cvs.install)
Deleted:
  emacs-w3m-cvs/repos/community-any/PKGBUILD
  emacs-w3m-cvs/repos/community-any/emacs-w3m-cvs.install

-----------------------+
 PKGBUILD              |   84 ++++++++++++++++++++++++------------------------
 emacs-w3m-cvs.install |   31 ++++-------------
 2 files changed, 50 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 22:57:29 UTC (rev 172244)
+++ PKGBUILD	2016-04-27 22:57:37 UTC (rev 172245)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: James Cozine <jmcozine at gmail.com>
-
-pkgname="emacs-w3m-cvs"
-pkgver=20140530
-pkgrel=1
-pkgdesc="w3m browser for Emacs (cvs)"
-arch=('any')
-url="http://emacs-w3m.namazu.org/"
-license=('GPL')
-depends=('emacs' 'w3m')
-makedepends=('cvs' 'autoconf')
-provides=('emacs-w3m')
-conflicts=('emacs-w3m')
-install="emacs-w3m-cvs.install"
-
-_cvsroot=":pserver:anonymous:@cvs.namazu.org:/storage/cvsroot"
-_cvsmod="emacs-w3m"
-
-build() {
-  cd "$srcdir"
-
-  if [ -d $_cvsmod/CVS ]; then
-	  cd $_cvsmod
-  else
-	  cvs -z3 -d $_cvsroot co -D $pkgver -f $_cvsmod
-	  cd $_cvsmod
-  fi
-  autoconf
-
-  cp -r ../$_cvsmod ../$_cvsmod-build
-  cd ../$_cvsmod-build
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/${_cvsmod}-build
-  make prefix="$pkgdir/usr" install
-}

Copied: emacs-w3m-cvs/repos/community-any/PKGBUILD (from rev 172244, emacs-w3m-cvs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-04-27 22:57:37 UTC (rev 172245)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: James Cozine <jmcozine at gmail.com>
+
+pkgname="emacs-w3m-cvs"
+pkgver=20140530
+pkgrel=2
+pkgdesc="w3m browser for Emacs (cvs)"
+arch=('any')
+url="http://emacs-w3m.namazu.org/"
+license=('GPL')
+depends=('emacs' 'w3m')
+makedepends=('cvs' 'autoconf')
+provides=('emacs-w3m')
+conflicts=('emacs-w3m')
+install="emacs-w3m-cvs.install"
+
+_cvsroot=":pserver:anonymous:@cvs.namazu.org:/storage/cvsroot"
+_cvsmod="emacs-w3m"
+
+build() {
+  cd "$srcdir"
+
+  if [ -d $_cvsmod/CVS ]; then
+	  cd $_cvsmod
+  else
+	  cvs -z3 -d $_cvsroot co -D $pkgver -f $_cvsmod
+	  cd $_cvsmod
+  fi
+  autoconf
+
+  cp -r ../$_cvsmod ../$_cvsmod-build
+  cd ../$_cvsmod-build
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/${_cvsmod}-build
+  make prefix="$pkgdir/usr" install
+}

Deleted: emacs-w3m-cvs.install
===================================================================
--- emacs-w3m-cvs.install	2016-04-27 22:57:29 UTC (rev 172244)
+++ emacs-w3m-cvs.install	2016-04-27 22:57:37 UTC (rev 172245)
@@ -1,23 +0,0 @@
-infodir=/usr/share/info
-filelist=(emacs-w3m-ja.info emacs-w3m.info)
-
-post_install() {
-  echo ">>" Add the following to your .emacs:
-  echo ">> (require 'w3m-load)"
-
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}

Copied: emacs-w3m-cvs/repos/community-any/emacs-w3m-cvs.install (from rev 172244, emacs-w3m-cvs/trunk/emacs-w3m-cvs.install)
===================================================================
--- emacs-w3m-cvs.install	                        (rev 0)
+++ emacs-w3m-cvs.install	2016-04-27 22:57:37 UTC (rev 172245)
@@ -0,0 +1,8 @@
+post_install() {
+  echo ">>" Add the following to your .emacs:
+  echo ">> (require 'w3m-load)"
+}
+
+post_upgrade() {
+  post_install $1
+}



More information about the arch-commits mailing list