[arch-commits] Commit in emacs-nox/trunk (3 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun May 1 09:58:55 UTC 2016


    Date: Sunday, May 1, 2016 @ 11:58:55
  Author: jlichtblau
Revision: 173227

upgpkg: emacs-nox 24.5-4 pacman hooks part 1 rebuild

Modified:
  emacs-nox/trunk/PKGBUILD
  emacs-nox/trunk/emacs-nox.changelog
Deleted:
  emacs-nox/trunk/emacs-nox.install

---------------------+
 PKGBUILD            |    3 +--
 emacs-nox.changelog |    3 +++
 emacs-nox.install   |   26 --------------------------
 3 files changed, 4 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-01 08:33:45 UTC (rev 173226)
+++ PKGBUILD	2016-05-01 09:58:55 UTC (rev 173227)
@@ -4,7 +4,7 @@
 
 pkgname=emacs-nox
 pkgver=24.5
-pkgrel=3
+pkgrel=4
 pkgdesc="The extensible, customizable, self-documenting real-time display editor, without X11 support"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/emacs/emacs.html"
@@ -13,7 +13,6 @@
 provides=('emacs')
 conflicts=('emacs')
 changelog=$pkgname.changelog
-install=$pkgname.install
 source=(ftp://ftp.gnu.org/gnu/emacs/emacs-$pkgver.tar.xz)
 sha256sums=('dd47d71dd2a526cf6b47cb49af793ec2e26af69a0951cc40e43ae290eacfc34e')
 

Modified: emacs-nox.changelog
===================================================================
--- emacs-nox.changelog	2016-05-01 08:33:45 UTC (rev 173226)
+++ emacs-nox.changelog	2016-05-01 09:58:55 UTC (rev 173227)
@@ -1,3 +1,6 @@
+2016-05-01 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* emacs-nox 24.5-4 pacman hooks rebuild
+
 2016-01-24 Jaroslav Lichtblau <svetlemodry at archlinux.org>
 	* emacs-nox 24.5-3 FS#47841 fix
 

Deleted: emacs-nox.install
===================================================================
--- emacs-nox.install	2016-05-01 08:33:45 UTC (rev 173226)
+++ emacs-nox.install	2016-05-01 09:58:55 UTC (rev 173227)
@@ -1,26 +0,0 @@
-INFO_DIR=usr/share/info
-
-INFO_FILES=(ada-mode auth autotype bovine calc ccmode cl dbus dired-x
-ebrowse ede ediff edt efaq eieio eintr elisp emacs-gnutls emacs-mime
-emacs epa erc ert eshell eudc eww flymake forms gnus htmlfontify idlwave
-ido mairix-el message mh-e newsticker nxml-mode octave-mode org pcl-cvs
-pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar
-srecode todo-mode tramp url vip viper widget wisent woman)
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for f in ${INFO_FILES[@]}; do
-    install-info ${INFO_DIR}/$f.info.gz ${INFO_DIR}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for f in ${INFO_FILES[@]}; do
-    install-info --delete ${INFO_DIR}/$f.info.gz ${INFO_DIR}/dir 2> /dev/null
-  done
-}



More information about the arch-commits mailing list