[arch-commits] Commit in emacs-nox/repos/community-i686 (6 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Fri May 15 20:29:29 UTC 2015


    Date: Friday, May 15, 2015 @ 22:29:29
  Author: jlichtblau
Revision: 133536

archrelease: copy trunk to community-i686

Added:
  emacs-nox/repos/community-i686/PKGBUILD
    (from rev 133535, emacs-nox/trunk/PKGBUILD)
  emacs-nox/repos/community-i686/emacs-nox.changelog
    (from rev 133535, emacs-nox/trunk/emacs-nox.changelog)
  emacs-nox/repos/community-i686/emacs-nox.install
    (from rev 133535, emacs-nox/trunk/emacs-nox.install)
Deleted:
  emacs-nox/repos/community-i686/PKGBUILD
  emacs-nox/repos/community-i686/emacs-nox.changelog
  emacs-nox/repos/community-i686/emacs-nox.install

---------------------+
 PKGBUILD            |   92 +++++++++++++++++++++++++-------------------------
 emacs-nox.changelog |   73 ++++++++++++++++++++-------------------
 emacs-nox.install   |   52 ++++++++++++++--------------
 3 files changed, 110 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-15 20:06:01 UTC (rev 133535)
+++ PKGBUILD	2015-05-15 20:29:29 UTC (rev 133536)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Chris Brannon <cmbrannon at cox.net>
-
-pkgname=emacs-nox
-pkgver=24.4
-pkgrel=2
-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"
-license=('GPL3')
-depends=('dbus' 'ncurses' 'perl' 'libxml2')
-provides=('emacs')
-conflicts=('emacs')
-changelog=$pkgname.changelog
-install=$pkgname.install
-source=(ftp://ftp.gnu.org/gnu/emacs/emacs-${pkgver}.tar.gz)
-sha256sums=('a93c4f1afa5ade65a0c9723975f0a5fdf6641cc4638fdafb3ed9942c23c32cc6')
-
-build() {
-  cd "${srcdir}"/emacs-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
-    --localstatedir=/var --without-x --without-sound
-  make
-}
-
-package() {
-  cd "${srcdir}"/emacs-$pkgver
-  make DESTDIR="${pkgdir}" install
-  
-  # remove conflict with ctags package
-  mv "${pkgdir}"/usr/bin/{ctags,ctags.emacs}
-  mv "${pkgdir}"/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
-  # remove conflict with texinfo
-  rm "${pkgdir}"/usr/share/info/info.info.gz
-  # fix user/root permissions on usr/share files
-  find "${pkgdir}"/usr/share/emacs/$pkgver -exec chown root.root {} \;
-  # remove .desktop file and icons
-  rm -rf "${pkgdir}"/usr/share/{applications,icons}
-  # fix perms on /var/games
-  chmod 775 "${pkgdir}"/var/games
-  chmod 775 "${pkgdir}"/var/games/emacs
-  chmod 664 "${pkgdir}"/var/games/emacs/*
-  chown -R root:games "${pkgdir}"/var/games
-}

Copied: emacs-nox/repos/community-i686/PKGBUILD (from rev 133535, emacs-nox/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-05-15 20:29:29 UTC (rev 133536)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Chris Brannon <cmbrannon at cox.net>
+
+pkgname=emacs-nox
+pkgver=24.5
+pkgrel=1
+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"
+license=('GPL3')
+depends=('dbus' 'ncurses' 'perl' 'libxml2')
+provides=('emacs')
+conflicts=('emacs')
+changelog=$pkgname.changelog
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/emacs/emacs-$pkgver.tar.xz)
+sha256sums=('dd47d71dd2a526cf6b47cb49af793ec2e26af69a0951cc40e43ae290eacfc34e')
+
+build() {
+  cd "${srcdir}"/emacs-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+    --localstatedir=/var --without-x --without-sound
+  make
+}
+
+package() {
+  cd "${srcdir}"/emacs-$pkgver
+  make DESTDIR="${pkgdir}" install
+  
+  # remove conflict with ctags package
+  mv "${pkgdir}"/usr/bin/{ctags,ctags.emacs}
+  mv "${pkgdir}"/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
+  # remove conflict with texinfo
+  rm "${pkgdir}"/usr/share/info/info.info.gz
+  # fix user/root permissions on usr/share files
+  find "${pkgdir}"/usr/share/emacs/$pkgver -exec chown root.root {} \;
+  # remove .desktop file and icons
+  rm -rf "${pkgdir}"/usr/share/{applications,icons}
+  # fix perms on /var/games
+  chmod 775 "${pkgdir}"/var/games
+  chmod 775 "${pkgdir}"/var/games/emacs
+  chmod 664 "${pkgdir}"/var/games/emacs/*
+  chown -R root:games "${pkgdir}"/var/games
+}

Deleted: emacs-nox.changelog
===================================================================
--- emacs-nox.changelog	2015-05-15 20:06:01 UTC (rev 133535)
+++ emacs-nox.changelog	2015-05-15 20:29:29 UTC (rev 133536)
@@ -1,35 +0,0 @@
-2014-10-24 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* emacs-nox 24.4-2 FS#42514 fix
-
-2014-10-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* emacs-nox 24.4-1
-
-2013-04-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* emacs-nox 24.3-1
-
-2012-09-12 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* emacs-nox 24.2-1
-
-2012-06-12 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* emacs-nox 24.1-1
-
-2011-03-13 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* emacs-nox 23.3-1
-
-2010-05-12 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 23.2
-
-2010-03-17 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* 23.1-2 - fix for FS#18688 - [emacs-nox] compiled with SSE2 instructions
-
-2009-12-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major release 23.1
-
-2008-11-01 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* New PKGBUILD/install method provided by Chris Brannon <cmbrannon at cox.net>
-	* => Added an install script
-	* => Info files are now installed using install-info
-
-2008-09-08 Jaroslav Lichtblau <tu at dragonlord.cz>
-	* Package moved to [community]
-	* Update to major release 22.3

Copied: emacs-nox/repos/community-i686/emacs-nox.changelog (from rev 133535, emacs-nox/trunk/emacs-nox.changelog)
===================================================================
--- emacs-nox.changelog	                        (rev 0)
+++ emacs-nox.changelog	2015-05-15 20:29:29 UTC (rev 133536)
@@ -0,0 +1,38 @@
+2015-05-15 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* emacs-nox 24.5-1
+
+2014-10-24 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* emacs-nox 24.4-2 FS#42514 fix
+
+2014-10-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* emacs-nox 24.4-1
+
+2013-04-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* emacs-nox 24.3-1
+
+2012-09-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* emacs-nox 24.2-1
+
+2012-06-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* emacs-nox 24.1-1
+
+2011-03-13 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* emacs-nox 23.3-1
+
+2010-05-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 23.2
+
+2010-03-17 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* 23.1-2 - fix for FS#18688 - [emacs-nox] compiled with SSE2 instructions
+
+2009-12-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 23.1
+
+2008-11-01 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* New PKGBUILD/install method provided by Chris Brannon <cmbrannon at cox.net>
+	* => Added an install script
+	* => Info files are now installed using install-info
+
+2008-09-08 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Package moved to [community]
+	* Update to major release 22.3

Deleted: emacs-nox.install
===================================================================
--- emacs-nox.install	2015-05-15 20:06:01 UTC (rev 133535)
+++ emacs-nox.install	2015-05-15 20:29:29 UTC (rev 133536)
@@ -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
-}

Copied: emacs-nox/repos/community-i686/emacs-nox.install (from rev 133535, emacs-nox/trunk/emacs-nox.install)
===================================================================
--- emacs-nox.install	                        (rev 0)
+++ emacs-nox.install	2015-05-15 20:29:29 UTC (rev 133536)
@@ -0,0 +1,26 @@
+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