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

Eric Bélanger eric at archlinux.org
Fri Oct 31 02:55:33 UTC 2014


    Date: Friday, October 31, 2014 @ 03:55:33
  Author: eric
Revision: 121615

archrelease: copy trunk to community-any

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

----------------+
 PKGBUILD       |   66 +++++++++++++++++++++++++++----------------------------
 auctex.install |   62 +++++++++++++++++++++++++--------------------------
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-31 02:54:00 UTC (rev 121614)
+++ PKGBUILD	2014-10-31 02:55:33 UTC (rev 121615)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=auctex
-pkgver=11.87
-pkgrel=2
-pkgdesc="An extensible package for writing and formatting TeX files in Emacs"
-arch=('any') 
-url="http://www.gnu.org/software/auctex/"
-license=('GPL3')
-depends=('emacs' 'ghostscript' 'texlive-core')
-options=('!makeflags')
-install=auctex.install
-source=(http://ftp.gnu.org/pub/gnu/auctex/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('0be92c7d8f89d57346fe07f05a1a045ffd11cd71'
-          'SKIP')
-
-prepare() {
-  cd ${pkgname}-${pkgver}/preview
-  sed -i 's/as_fn_error $? "--with-texmf-dir=/echo as_fn_error $? "--with-texmf-dir=/' configure
-}
-
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --localstatedir=/var --with-texmf-dir=/usr/share/texmf
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}"  install
-}

Copied: auctex/repos/community-any/PKGBUILD (from rev 121614, auctex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-10-31 02:55:33 UTC (rev 121615)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=auctex
+pkgver=11.88
+pkgrel=1
+pkgdesc="An extensible package for writing and formatting TeX files in Emacs"
+arch=('any') 
+url="http://www.gnu.org/software/auctex/"
+license=('GPL3')
+depends=('emacs' 'ghostscript' 'texlive-core')
+options=('!makeflags')
+install=auctex.install
+source=(http://ftp.gnu.org/pub/gnu/auctex/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('098a9751c4e00812e61d62a0184a07d9753904df'
+          'SKIP')
+
+prepare() {
+  cd ${pkgname}-${pkgver}/preview
+  sed -i 's/as_fn_error $? "--with-texmf-dir=/echo as_fn_error $? "--with-texmf-dir=/' configure
+}
+
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --localstatedir=/var --with-texmf-dir=/usr/share/texmf
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}"  install
+}

Deleted: auctex.install
===================================================================
--- auctex.install	2014-10-31 02:54:00 UTC (rev 121614)
+++ auctex.install	2014-10-31 02:55:33 UTC (rev 121615)
@@ -1,31 +0,0 @@
-infodir=/usr/share/info
-filelist=(auctex.info.gz preview-latex.info.gz)
-
-post_install() {
-  post_upgrade $1
-
-cat << EOF
-==> For GNU Emacs, the recommended way to activate AUCTeX and preview-latex is to add the
-==> following lines to your ~/.emacs file:
-(load "auctex.el" nil t t)
-(load "preview-latex.el" nil t t)
-EOF
-}
-
-post_upgrade() {
-  texconfig-sys rehash 2> /dev/null
-
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-pre_remove() {
- texconfig-sys rehash 2> /dev/null
-
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-   done
-}

Copied: auctex/repos/community-any/auctex.install (from rev 121614, auctex/trunk/auctex.install)
===================================================================
--- auctex.install	                        (rev 0)
+++ auctex.install	2014-10-31 02:55:33 UTC (rev 121615)
@@ -0,0 +1,31 @@
+infodir=/usr/share/info
+filelist=(auctex.info.gz preview-latex.info.gz)
+
+post_install() {
+  post_upgrade $1
+
+cat << EOF
+==> For GNU Emacs, the recommended way to activate AUCTeX and preview-latex is to add the
+==> following lines to your ~/.emacs file:
+(load "auctex.el" nil t t)
+(load "preview-latex.el" nil t t)
+EOF
+}
+
+post_upgrade() {
+  texconfig-sys rehash 2> /dev/null
+
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+pre_remove() {
+ texconfig-sys rehash 2> /dev/null
+
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+   done
+}



More information about the arch-commits mailing list