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

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


    Date: Thursday, September 15, 2011 @ 02:36:19
  Author: remy
Revision: 138048

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

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

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

Copied: texlive-bibtexextra/repos/extra-any/Changelog (from rev 138047, texlive-bibtexextra/repos/testing-any/Changelog)
===================================================================
--- extra-any/Changelog	                        (rev 0)
+++ extra-any/Changelog	2011-09-15 06:36:19 UTC (rev 138048)
@@ -0,0 +1,17 @@
+texlive-bibtexextra 2011.23155
+
+- upgrade package amsrefs 22146 -> 23139
+- upgrade package beebe 22263 -> 23155
+- upgrade package biber 21970 -> 22893
+- upgrade package biblatex 22460 -> 22892
+- upgrade package biblatex-apa 22305 -> 22894
+
+texlive-bibtexextra 2011.22499
+
+- upgrade package beebe 21464 -> 22263
+- upgrade package biblatex 22074 -> 22460
+- upgrade package biblatex-apa 21913 -> 22305
+- upgrade package biblatex-ieee 22015 -> 22384
+- upgrade package biblatex-philosophy 20530 -> 22499
+- new package uni-wtal-ger
+

Deleted: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2011-09-15 06:34:17 UTC (rev 138047)
+++ extra-any/PKGBUILD	2011-09-15 06:36:19 UTC (rev 138048)
@@ -1,44 +0,0 @@
-# Contributor: Firmicus <firmicus āt gmx dōt net>
-# Maintainer: Rémy Oudompheng <remy at archlinux.org>
-
-pkgname=texlive-bibtexextra
-pkgver=2010.22146
-pkgrel=1
-pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
-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=(!strip)
-install=texlive.install
-md5sums=('be1022c47cfb444bf58ef4639d0db153')
-
-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
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/bibexport/bibexport.sh $pkgdir/usr/bin/bibexport
-}

Copied: texlive-bibtexextra/repos/extra-any/PKGBUILD (from rev 138047, texlive-bibtexextra/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2011-09-15 06:36:19 UTC (rev 138048)
@@ -0,0 +1,45 @@
+# Contributor: Firmicus <firmicus āt gmx dōt net>
+# Maintainer: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=texlive-bibtexextra
+pkgver=2011.23155
+_revnr=${pkgver#2011.}
+pkgrel=1
+pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
+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=(!strip)
+install=texlive.install
+md5sums=('0b25a1325c67551b5635de59b09a8503')
+
+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
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/bibexport/bibexport.sh $pkgdir/usr/bin/bibexport
+}

Deleted: extra-any/texlive.install
===================================================================
--- extra-any/texlive.install	2011-09-15 06:34:17 UTC (rev 138047)
+++ extra-any/texlive.install	2011-09-15 06:36:19 UTC (rev 138048)
@@ -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-bibtexextra/repos/extra-any/texlive.install (from rev 138047, texlive-bibtexextra/repos/testing-any/texlive.install)
===================================================================
--- extra-any/texlive.install	                        (rev 0)
+++ extra-any/texlive.install	2011-09-15 06:36:19 UTC (rev 138048)
@@ -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