[arch-commits] Commit in texlive-formatsextra/repos (6 files)

Rémy Oudompheng remy at archlinux.org
Thu Sep 15 06:34:17 UTC 2011


    Date: Thursday, September 15, 2011 @ 02:34:17
  Author: remy
Revision: 138047

db-move: moved texlive-formatsextra from [testing] to [extra] (any)

Added:
  texlive-formatsextra/repos/extra-any/Changelog
    (from rev 138044, texlive-formatsextra/repos/testing-any/Changelog)
  texlive-formatsextra/repos/extra-any/PKGBUILD
    (from rev 138044, texlive-formatsextra/repos/testing-any/PKGBUILD)
  texlive-formatsextra/repos/extra-any/texlive.install
    (from rev 138044, texlive-formatsextra/repos/testing-any/texlive.install)
Deleted:
  texlive-formatsextra/repos/extra-any/PKGBUILD
  texlive-formatsextra/repos/extra-any/texlive.install
  texlive-formatsextra/repos/testing-any/

-----------------+
 Changelog       |   10 ++++++
 PKGBUILD        |   89 +++++++++++++++++++++++++++---------------------------
 texlive.install |   24 +++++++-------
 3 files changed, 67 insertions(+), 56 deletions(-)

Copied: texlive-formatsextra/repos/extra-any/Changelog (from rev 138044, texlive-formatsextra/repos/testing-any/Changelog)
===================================================================
--- extra-any/Changelog	                        (rev 0)
+++ extra-any/Changelog	2011-09-15 06:34:17 UTC (rev 138047)
@@ -0,0 +1,10 @@
+texlive-formatsextra 2011.23089
+
+- upgrade package eplain 22198 -> 23089
+
+texlive-formatsextra 2011.22650
+
+- upgrade package eplain 22089 -> 22198
+- upgrade package mltex 18835 -> 22650
+- upgrade package texsis 18835 -> 22650
+

Deleted: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2011-09-15 06:34:15 UTC (rev 138046)
+++ extra-any/PKGBUILD	2011-09-15 06:34:17 UTC (rev 138047)
@@ -1,44 +0,0 @@
-# Contributor: Firmicus <firmicus āt gmx dōt net>
-# Maintainer: Rémy Oudompheng <remy at archlinux.org>
-
-pkgname=texlive-formatsextra
-pkgver=2010.22089
-pkgrel=1
-pkgdesc="TeX Live - collection of extra TeX 'formats'"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip")
-options=('!emptydirs')
-options=(!strip)
-install=texlive.install
-md5sums=('595091b7a82c8c2a0367a76b5d28d968')
-
-build() {
-   for p in *.tar.xz; do
-	   bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   _revnr=`echo $pkgver | sed 's/2010\.//'`
-   install -m644 CONTENTS $pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; done) || true
-   for dir in $wanteddirs; do
-     find $dir -type d -exec install -d -m755 $pkgdir/usr/share/texmf-dist/'{}' \;
-     find $dir -type f -exec install -m644 '{}' $pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
-     find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
-     find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
-     find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-formatsextra/repos/extra-any/PKGBUILD (from rev 138044, texlive-formatsextra/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2011-09-15 06:34:17 UTC (rev 138047)
@@ -0,0 +1,45 @@
+# Contributor: Firmicus <firmicus āt gmx dōt net>
+# Maintainer: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=texlive-formatsextra
+pkgver=2011.23089
+_revnr=${pkgver#2011.}
+pkgrel=1
+pkgdesc="TeX Live - collection of extra TeX 'formats'"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip")
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('81fa921fe25b992dc5c6e974c3421a79')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+	   bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS $pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; done) || true
+   for dir in $wanteddirs; do
+     find $dir -type d -exec install -d -m755 $pkgdir/usr/share/texmf-dist/'{}' \;
+     find $dir -type f -exec install -m644 '{}' $pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+     find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+     find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+     find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Deleted: extra-any/texlive.install
===================================================================
--- extra-any/texlive.install	2011-09-15 06:34:15 UTC (rev 138046)
+++ extra-any/texlive.install	2011-09-15 06:34:17 UTC (rev 138047)
@@ -1,12 +0,0 @@
-post_install() {
-	echo    ">>> texlive: updating the filename database..."
-	/usr/bin/mktexlsr
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: texlive-formatsextra/repos/extra-any/texlive.install (from rev 138044, texlive-formatsextra/repos/testing-any/texlive.install)
===================================================================
--- extra-any/texlive.install	                        (rev 0)
+++ extra-any/texlive.install	2011-09-15 06:34:17 UTC (rev 138047)
@@ -0,0 +1,12 @@
+post_install() {
+	echo    ">>> texlive: updating the filename database..."
+	/usr/bin/mktexlsr
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list