[arch-commits] Commit in (texlive-latex3)

2011-12-04 Thread Rémy Oudompheng
Date: Sunday, December 4, 2011 @ 11:46:31
  Author: remy
Revision: 144298

Delete dead texlive-latex3 package.

Deleted:
  texlive-latex3/



[arch-commits] Commit in texlive-latex3/repos (extra-any)

2010-10-11 Thread Allan McRae
Date: Monday, October 11, 2010 @ 08:10:58
  Author: allan
Revision: 94851

db-remove: texlive-latex3 removed by allan

Deleted:
  texlive-latex3/repos/extra-any/



[arch-commits] Commit in texlive-latex3/repos (testing-any)

2010-09-28 Thread Ionut Biru
Date: Tuesday, September 28, 2010 @ 12:07:05
  Author: ibiru
Revision: 91971

db-remove: texlive-latex3 removed by ibiru

Deleted:
  texlive-latex3/repos/testing-any/



[arch-commits] Commit in texlive-latex3/repos (testing-any)

2010-06-26 Thread François Charette
Date: Saturday, June 26, 2010 @ 12:39:10
  Author: francois
Revision: 84147

archrelease: copy trunk to testing-any

Added:
  texlive-latex3/repos/testing-any/



[arch-commits] Commit in texlive-latex3/trunk (PKGBUILD texlive.install)

2010-06-26 Thread François Charette
Date: Saturday, June 26, 2010 @ 10:43:07
  Author: francois
Revision: 84110

prerelease of texlive 2010

Modified:
  texlive-latex3/trunk/PKGBUILD
  texlive-latex3/trunk/texlive.install

-+
 PKGBUILD|   22 --
 texlive.install |2 +-
 2 files changed, 13 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-26 14:43:02 UTC (rev 84109)
+++ PKGBUILD2010-06-26 14:43:07 UTC (rev 84110)
@@ -1,7 +1,7 @@
 # Maintainer: Firmicus 
 
 pkgname=texlive-latex3
-pkgver=2009.16491
+pkgver=2010.18849
 pkgrel=1
 pkgdesc="TeX Live - LaTeX3 packages"
 license=('GPL')
@@ -11,21 +11,23 @@
 url='http://tug.org/texlive/'
 source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
 options=('!emptydirs')
+options=(!strip)
 install=texlive.install
-md5sums=('697255f3d9e0c460e18df7f7010d7638')
+md5sums=('cf5a4461648114001b4f5a3d0d736bb1')
 
 build() {
-   cd $srcdir
-   install -m755 -d $pkgdir/usr/share/texmf-var/arch/installedpkgs || return 1
-   sed -i '/^#/d' CONTENTS || return 1
-   _revnr=`echo $pkgver | sed 's/2009\.//'`
-   install -m644 CONTENTS 
$pkgdir/usr/share/texmf-var/arch/installedpkgs/${pkgname}_${_revnr}.pkgs || 
return 1
-   for p in *.tar.xz; do 
+   for p in *.tar.xz; do
   bsdtar -xf $p || return 1
done
-   rm -rf {tlpkg,doc,source}
+   rm -rf {tlpkg,doc,source} || true
+}
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs || return 1
+   sed -i '/^#/d' CONTENTS || return 1
+   _revnr=`echo $pkgver | sed 's/2010\.//'`
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs || return 1
install -m755 -d $pkgdir/usr/share || return 1
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done)
+   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/'{}' \; || return 1
  find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \; || return 1

Modified: texlive.install
===
--- texlive.install 2010-06-26 14:43:02 UTC (rev 84109)
+++ texlive.install 2010-06-26 14:43:07 UTC (rev 84110)
@@ -1,6 +1,6 @@
 post_install() {
echo">>> texlive: updating the filename database..."
-   texconfig-sys rehash
+   /usr/bin/mktexlsr
 }
 
 post_upgrade() {



[arch-commits] Commit in texlive-latex3/repos (extra-any extra-any/PKGBUILD)

2010-01-14 Thread François Charette
Date: Thursday, January 14, 2010 @ 09:19:43
  Author: francois
Revision: 63078

Merged revisions 62892 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/texlive-latex3/trunk


  r62892 | francois | 2010-01-13 17:36:04 +0100 (Wed, 13 Jan 2010) | 1 line
  
  update all TeXLive packages


Modified:
  texlive-latex3/repos/extra-any/   (properties)
  texlive-latex3/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)


Property changes on: texlive-latex3/repos/extra-any
___
Modified: svnmerge-integrated
   - /texlive-latex3/trunk:1-57602
   + /texlive-latex3/trunk:1-63077

Modified: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2010-01-14 14:18:56 UTC (rev 63077)
+++ extra-any/PKGBUILD  2010-01-14 14:19:43 UTC (rev 63078)
@@ -1,20 +1,18 @@
-# $Id$
 # Maintainer: Firmicus 
 
 pkgname=texlive-latex3
-pkgver=2009.15493
-pkgrel=2
+pkgver=2009.16491
+pkgrel=1
 pkgdesc="TeX Live - LaTeX3 packages"
 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')
 install=texlive.install
-source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
-md5sums=('c3293d7396ff9c0525a1f3d4f7ac368f')
-sha1sums=('95c7d8c50e1332afbe2725b98447978620a700d5')
+md5sums=('697255f3d9e0c460e18df7f7010d7638')
 
 build() {
cd $srcdir



[arch-commits] Commit in texlive-latex3/trunk (PKGBUILD)

2010-01-13 Thread François Charette
Date: Wednesday, January 13, 2010 @ 11:36:04
  Author: francois
Revision: 62892

update all TeXLive packages

Modified:
  texlive-latex3/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-13 16:36:00 UTC (rev 62891)
+++ PKGBUILD2010-01-13 16:36:04 UTC (rev 62892)
@@ -1,20 +1,18 @@
-# $Id$
 # Maintainer: Firmicus 
 
 pkgname=texlive-latex3
-pkgver=2009.15493
-pkgrel=2
+pkgver=2009.16491
+pkgrel=1
 pkgdesc="TeX Live - LaTeX3 packages"
 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')
 install=texlive.install
-source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
-md5sums=('c3293d7396ff9c0525a1f3d4f7ac368f')
-sha1sums=('95c7d8c50e1332afbe2725b98447978620a700d5')
+md5sums=('697255f3d9e0c460e18df7f7010d7638')
 
 build() {
cd $srcdir



[arch-commits] Commit in texlive-latex3/repos (extra-any extra-any/PKGBUILD)

2009-10-31 Thread Eric Bélanger
Date: Saturday, October 31, 2009 @ 23:02:06
  Author: eric
Revision: 57603

Merged revisions 57602 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/texlive-latex3/trunk


  r57602 | eric | 2009-10-31 23:01:38 -0400 (Sat, 31 Oct 2009) | 1 line
  
  fixed md5sums, added svn Id tag


Modified:
  texlive-latex3/repos/extra-any/   (properties)
  texlive-latex3/repos/extra-any/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)


Property changes on: texlive-latex3/repos/extra-any
___
Modified: svnmerge-integrated
   - /texlive-latex3/trunk:1-54380
   + /texlive-latex3/trunk:1-57602

Modified: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2009-11-01 03:01:38 UTC (rev 57602)
+++ extra-any/PKGBUILD  2009-11-01 03:02:06 UTC (rev 57603)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Firmicus 
 
 pkgname=texlive-latex3
@@ -9,10 +10,11 @@
 depends=('texlive-core')
 groups=('texlive-most')
 url='http://tug.org/texlive/'
-source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
 options=('!emptydirs')
 install=texlive.install
-md5sums=('b0cabba0471f05424ad1d6ecca7dfbe4')
+source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
+md5sums=('c3293d7396ff9c0525a1f3d4f7ac368f')
+sha1sums=('95c7d8c50e1332afbe2725b98447978620a700d5')
 
 build() {
cd $srcdir



[arch-commits] Commit in texlive-latex3/trunk (PKGBUILD)

2009-10-31 Thread Eric Bélanger
Date: Saturday, October 31, 2009 @ 23:01:38
  Author: eric
Revision: 57602

fixed md5sums, added svn Id tag

Modified:
  texlive-latex3/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-11-01 02:59:02 UTC (rev 57601)
+++ PKGBUILD2009-11-01 03:01:38 UTC (rev 57602)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Firmicus 
 
 pkgname=texlive-latex3
@@ -9,10 +10,11 @@
 depends=('texlive-core')
 groups=('texlive-most')
 url='http://tug.org/texlive/'
-source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
 options=('!emptydirs')
 install=texlive.install
-md5sums=('b0cabba0471f05424ad1d6ecca7dfbe4')
+source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";)
+md5sums=('c3293d7396ff9c0525a1f3d4f7ac368f')
+sha1sums=('95c7d8c50e1332afbe2725b98447978620a700d5')
 
 build() {
cd $srcdir