[arch-commits] Commit in texlive-publishers/repos (6 files)
Rémy Oudompheng
remy at archlinux.org
Thu Sep 15 06:31:39 UTC 2011
Date: Thursday, September 15, 2011 @ 02:31:38
Author: remy
Revision: 138039
db-move: moved texlive-publishers from [testing] to [extra] (any)
Added:
texlive-publishers/repos/extra-any/Changelog
(from rev 138034, texlive-publishers/repos/testing-any/Changelog)
texlive-publishers/repos/extra-any/PKGBUILD
(from rev 138034, texlive-publishers/repos/testing-any/PKGBUILD)
texlive-publishers/repos/extra-any/texlive.install
(from rev 138034, texlive-publishers/repos/testing-any/texlive.install)
Deleted:
texlive-publishers/repos/extra-any/PKGBUILD
texlive-publishers/repos/extra-any/texlive.install
texlive-publishers/repos/testing-any/
-----------------+
Changelog | 25 +++++++++++++++
PKGBUILD | 87 +++++++++++++++++++++++++++---------------------------
texlive.install | 24 +++++++-------
3 files changed, 81 insertions(+), 55 deletions(-)
Copied: texlive-publishers/repos/extra-any/Changelog (from rev 138034, texlive-publishers/repos/testing-any/Changelog)
===================================================================
--- extra-any/Changelog (rev 0)
+++ extra-any/Changelog 2011-09-15 06:31:38 UTC (rev 138039)
@@ -0,0 +1,25 @@
+texlive-publishers 2011.22647
+
+ - upgrade package elteikthesis 19800 -> 22513
+ - upgrade package toptesi 22063 -> 22647
+ - upgrade package tugboat 20545 -> 22462
+ - new package uafthesis
+ - new package unamthesis
+ - upgrade package uothesis 22075 -> 22489
+
+texlive-publishers 2010.22075-1
+
+ - upgrade package aomart 20919 -> 21666
+ - new package apa6e
+ - upgrade package classicthesis 18063 -> 21196
+ - new package cmpj
+ - upgrade package elbioimp 20469 -> 21758
+ - new package fbithesis
+ - upgrade package jmlr 20630 -> 21830
+ - upgrade package lps 15878 -> 21322
+ - upgrade package nature 15878 -> 21819
+ - upgrade package ryethesis 19255 -> 21316
+ - upgrade package toptesi 20458 -> 22063
+ - upgrade package tugboat-plain 15878 -> 21720
+ - upgrade package uothesis 20890 -> 22075
+
Deleted: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD 2011-09-15 06:31:37 UTC (rev 138038)
+++ extra-any/PKGBUILD 2011-09-15 06:31:38 UTC (rev 138039)
@@ -1,43 +0,0 @@
-# Maintainer: Firmicus <firmicus āt gmx dōt net>
-# Maintainer: Rémy Oudompheng <remy at archlinux.org>
-
-pkgname=texlive-publishers
-pkgver=2010.22075
-pkgrel=1
-pkgdesc="TeX Live - LaTeX classes and packages for specific publishers"
-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=('a55e22c927fc55b180d23fa10cf5b9f6')
-
-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-publishers/repos/extra-any/PKGBUILD (from rev 138034, texlive-publishers/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD (rev 0)
+++ extra-any/PKGBUILD 2011-09-15 06:31:38 UTC (rev 138039)
@@ -0,0 +1,44 @@
+# Maintainer: Firmicus <firmicus āt gmx dōt net>
+# Maintainer: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=texlive-publishers
+pkgver=2011.22647
+_revnr=${pkgver#2011.}
+pkgrel=1
+pkgdesc="TeX Live - LaTeX classes and packages for specific publishers"
+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=('435c8f6822aa02cf0a94c42d9aeb73fa')
+
+build() {
+ bsdtar xf "$pkgname-$pkgver-src.zip"
+ 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:31:37 UTC (rev 138038)
+++ extra-any/texlive.install 2011-09-15 06:31:38 UTC (rev 138039)
@@ -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-publishers/repos/extra-any/texlive.install (from rev 138034, texlive-publishers/repos/testing-any/texlive.install)
===================================================================
--- extra-any/texlive.install (rev 0)
+++ extra-any/texlive.install 2011-09-15 06:31:38 UTC (rev 138039)
@@ -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