Date: Tuesday, June 11, 2013 @ 08:43:13
  Author: bisson
Revision: 188165

archrelease: copy trunk to extra-any

Added:
  xpdf-languages/repos/extra-any/LICENSE.adobe
    (from rev 188164, xpdf-languages/trunk/LICENSE.adobe)
  xpdf-languages/repos/extra-any/PKGBUILD
    (from rev 188164, xpdf-languages/trunk/PKGBUILD)
  xpdf-languages/repos/extra-any/install
    (from rev 188164, xpdf-languages/trunk/install)
  xpdf-languages/repos/extra-any/xpdfrc-chinese-simplified.add
    (from rev 188164, xpdf-languages/trunk/xpdfrc-chinese-simplified.add)
  xpdf-languages/repos/extra-any/xpdfrc-chinese-traditional.add
    (from rev 188164, xpdf-languages/trunk/xpdfrc-chinese-traditional.add)
  xpdf-languages/repos/extra-any/xpdfrc-japanese.add
    (from rev 188164, xpdf-languages/trunk/xpdfrc-japanese.add)
  xpdf-languages/repos/extra-any/xpdfrc-korean.add
    (from rev 188164, xpdf-languages/trunk/xpdfrc-korean.add)
Deleted:
  xpdf-languages/repos/extra-any/LICENSE.adobe
  xpdf-languages/repos/extra-any/PKGBUILD
  xpdf-languages/repos/extra-any/install
  xpdf-languages/repos/extra-any/xpdfrc-chinese-simplified.add
  xpdf-languages/repos/extra-any/xpdfrc-chinese-traditional.add
  xpdf-languages/repos/extra-any/xpdfrc-japanese.add
  xpdf-languages/repos/extra-any/xpdfrc-korean.add

--------------------------------+
 LICENSE.adobe                  |   34 ++++-----
 PKGBUILD                       |  142 +++++++++++++++++++--------------------
 install                        |   34 ++++-----
 xpdfrc-chinese-simplified.add  |    2 
 xpdfrc-chinese-traditional.add |    2 
 xpdfrc-japanese.add            |   20 ++---
 xpdfrc-korean.add              |    4 -
 7 files changed, 118 insertions(+), 120 deletions(-)

Deleted: LICENSE.adobe
===================================================================
--- LICENSE.adobe       2013-06-11 06:41:19 UTC (rev 188164)
+++ LICENSE.adobe       2013-06-11 06:43:13 UTC (rev 188165)
@@ -1,18 +0,0 @@
------------------------------------------------------------
-Copyright 1990-1999 Adobe Systems Incorporated.
-All Rights Reserved.
-
-Patents Pending
-
-NOTICE: All information contained herein is the property
-of Adobe Systems Incorporated.
-
-Permission is granted for redistribution of this file
-provided this copyright notice is maintained intact and
-that the contents of this file are not altered in any
-way from its original form.
-
-PostScript and Display PostScript are trademarks of
-Adobe Systems Incorporated which may be registered in
-certain jurisdictions.
------------------------------------------------------------

Copied: xpdf-languages/repos/extra-any/LICENSE.adobe (from rev 188164, 
xpdf-languages/trunk/LICENSE.adobe)
===================================================================
--- LICENSE.adobe                               (rev 0)
+++ LICENSE.adobe       2013-06-11 06:43:13 UTC (rev 188165)
@@ -0,0 +1,16 @@
+Copyright 1990-1999 Adobe Systems Incorporated.
+All Rights Reserved.
+
+Patents Pending
+
+NOTICE: All information contained herein is the property
+of Adobe Systems Incorporated.
+
+Permission is granted for redistribution of this file
+provided this copyright notice is maintained intact and
+that the contents of this file are not altered in any
+way from its original form.
+
+PostScript and Display PostScript are trademarks of
+Adobe Systems Incorporated which may be registered in
+certain jurisdictions.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2013-06-11 06:41:19 UTC (rev 188164)
+++ PKGBUILD    2013-06-11 06:43:13 UTC (rev 188165)
@@ -1,71 +0,0 @@
-# $Id$
-# Contributor: Tobias Kieslich <[email protected]>
-# Contributor: Eric Belanger <[email protected]>
-# Maintainer: Gaetan Bisson <[email protected]>
-
-pkgbase=xpdf-languages
-pkgver=20110815
-pkgrel=1
-pkgdesc='Encoding information to use specific character sets in Xpdf; does not 
include fonts'
-url='http://foolabs.com/xpdf/'
-license=('GPL2')
-arch=('any')
-depends=('xpdf')
-
-install=install
-
-pkgname=('xpdf-arabic'
-         'xpdf-chinese-simplified'
-         'xpdf-chinese-traditional'
-         'xpdf-cyrillic'
-         'xpdf-greek'
-         'xpdf-hebrew'
-         'xpdf-japanese'
-         'xpdf-korean'
-         'xpdf-latin2'
-         'xpdf-thai'
-         'xpdf-turkish')
-
-_tars=(${pkgname[@]/%/.tar.gz})
-source=(${_tars[@]/#/ftp://ftp.foolabs.com/pub/xpdf/}
-        'xpdfrc-chinese-simplified.add'
-        'xpdfrc-chinese-traditional.add'
-        'xpdfrc-japanese.add'
-        'xpdfrc-korean.add'
-        'LICENSE.adobe')
-
-sha1sums=('b3d1f6fa2299de0b6ee25ea73967502ea3a98228'
-          'aa9745f435841fc0f86f744257446bae82975f18'
-          'a97f21bc551da092abe557ac70ab1fb57703cf57'
-          'c5c55919064e452e712a83c69063479a2de08e80'
-          '0e968c80d21352a36fcded0916b8a623af02ec40'
-          '2820c90b1f303849ed24aabd9afd8581daba095b'
-          '19f263a00dd2b4bbec93c0787d96cd96a05dfd0b'
-          '7b3ce80d37f2abbcafdf20c1524944732c5b4836'
-          '508f237d795bb26abf89fb5999998a87555af159'
-          'd8bf58d960121508fb823c7bc7475bc0008b670e'
-          'aabf97033e074593b3efccfdd92068e41e48c356'
-          '6bb0b98d0bae449388395e8d211a5998de7de8d6'
-          '87717bed8e5db3b0c6f1b23e9094aebfdffcec75'
-          'd0a88b14d6cdf2ee9cfe12d12fedc22e23c1f435'
-          '5f12a6fb5d45c9052c86b43e0422335be98c492f'
-          '1a6619a36e605909de20ca4cca4dd3ade1494667')
-
-for i in ${pkgname[@]}; do j=${i/xpdf-/}; eval 'package_'${i}'() {
-       cd "${srcdir}"
-       
-       sed \
-               -e "s:/usr/local/share/xpdf:/usr/share/xpdf:" \
-               -e "/displayCIDFontX.*/d" \
-               -i '${i}'/add-to-xpdfrc \
-
-       [[ -e xpdfrc-'${j}'.add ]] && {
-               cat xpdfrc-'${j}'.add >> '${i}'/add-to-xpdfrc
-               # exactly those packages for which `grep -q Adobe *` matches...
-               install -D LICENSE.adobe 
"${pkgdir}"/usr/share/licenses/'${i}'/LICENSE
-               license=(GPL2 custom)
-       }
-
-       install -d "${pkgdir}"/usr/share/xpdf
-       cp -r '${i}' "${pkgdir}"/usr/share/xpdf/'${j}'
-}'; done

Copied: xpdf-languages/repos/extra-any/PKGBUILD (from rev 188164, 
xpdf-languages/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2013-06-11 06:43:13 UTC (rev 188165)
@@ -0,0 +1,71 @@
+# $Id$
+# Contributor: Tobias Kieslich <[email protected]>
+# Contributor: Eric Belanger <[email protected]>
+# Maintainer: Gaetan Bisson <[email protected]>
+
+pkgbase=xpdf-languages
+pkgver=20130611
+pkgrel=1
+pkgdesc='Encoding information to use specific character sets in Xpdf; does not 
include fonts'
+url='http://foolabs.com/xpdf/'
+license=('GPL2')
+arch=('any')
+depends=('xpdf')
+
+install=install
+
+pkgname=('xpdf-arabic'
+         'xpdf-chinese-simplified'
+         'xpdf-chinese-traditional'
+         'xpdf-cyrillic'
+         'xpdf-greek'
+         'xpdf-hebrew'
+         'xpdf-japanese'
+         'xpdf-korean'
+         'xpdf-latin2'
+         'xpdf-thai'
+         'xpdf-turkish')
+
+_tars=(${pkgname[@]/%/.tar.gz})
+source=(${_tars[@]/#/ftp://ftp.foolabs.com/pub/xpdf/}
+        'xpdfrc-chinese-simplified.add'
+        'xpdfrc-chinese-traditional.add'
+        'xpdfrc-japanese.add'
+        'xpdfrc-korean.add'
+        'LICENSE.adobe')
+
+sha1sums=('b3d1f6fa2299de0b6ee25ea73967502ea3a98228'
+          'd7f0528ab1c21652906c7747e74a27c2f75308dd'
+          '17f885acda9e39cedcc46328b9791c930acf8416'
+          'c5c55919064e452e712a83c69063479a2de08e80'
+          '0e968c80d21352a36fcded0916b8a623af02ec40'
+          '2820c90b1f303849ed24aabd9afd8581daba095b'
+          'd23a212a0a685d66ea1bf1748b1d7eee4907cc0c'
+          '97b9aa4308c9417fd3ca2b79cf251d5280100fa1'
+          '508f237d795bb26abf89fb5999998a87555af159'
+          'd8bf58d960121508fb823c7bc7475bc0008b670e'
+          'aabf97033e074593b3efccfdd92068e41e48c356'
+          '6bb0b98d0bae449388395e8d211a5998de7de8d6'
+          '87717bed8e5db3b0c6f1b23e9094aebfdffcec75'
+          'd0a88b14d6cdf2ee9cfe12d12fedc22e23c1f435'
+          '5f12a6fb5d45c9052c86b43e0422335be98c492f'
+          '7fcb2e282f5513424178c1f647acc8994c7ee941')
+
+for i in ${pkgname[@]}; do j=${i/xpdf-/}; eval 'package_'${i}'() {
+       cd "${srcdir}"
+       
+       sed \
+               -e "s:/usr/local/share/xpdf:/usr/share/xpdf:" \
+               -e "/displayCIDFontX.*/d" \
+               -i '${i}'/add-to-xpdfrc \
+
+       [[ -e xpdfrc-'${j}'.add ]] && {
+               cat xpdfrc-'${j}'.add >> '${i}'/add-to-xpdfrc
+               # exactly those packages for which `grep -q Adobe *` matches...
+               install -D LICENSE.adobe 
"${pkgdir}"/usr/share/licenses/'${i}'/LICENSE
+               license=(GPL2 custom)
+       }
+
+       install -d "${pkgdir}"/usr/share/xpdf
+       cp -r '${i}' "${pkgdir}"/usr/share/xpdf/'${j}'
+}'; done

Deleted: install
===================================================================
--- install     2013-06-11 06:41:19 UTC (rev 188164)
+++ install     2013-06-11 06:43:13 UTC (rev 188165)
@@ -1,17 +0,0 @@
-post_install() {
-       sed -e '/^include \/usr\/share\/xpdf\/.*\/add-to-xpdfrc/d' -i etc/xpdfrc
-       ls usr/share/xpdf/*/add-to-xpdfrc &>/dev/null && \
-       for i in usr/share/xpdf/*/add-to-xpdfrc; do
-               echo "include /${i}" >> etc/xpdfrc
-       done
-       true
-}
-
-post_upgrade() {
-       [[ `vercmp $2 3.0.3` = -1 ]] && sed -e '/^include \/etc\/xpdf\//d' -i 
etc/xpdfrc
-       post_install
-}
-
-post_remove() {
-       post_install
-}

Copied: xpdf-languages/repos/extra-any/install (from rev 188164, 
xpdf-languages/trunk/install)
===================================================================
--- install                             (rev 0)
+++ install     2013-06-11 06:43:13 UTC (rev 188165)
@@ -0,0 +1,17 @@
+post_install() {
+       sed -e '/^include \/usr\/share\/xpdf\/.*\/add-to-xpdfrc/d' -i etc/xpdfrc
+       ls usr/share/xpdf/*/add-to-xpdfrc &>/dev/null && \
+       for i in usr/share/xpdf/*/add-to-xpdfrc; do
+               echo "include /${i}" >> etc/xpdfrc
+       done
+       true
+}
+
+post_upgrade() {
+       [[ `vercmp $2 3.0.3` = -1 ]] && sed -e '/^include \/etc\/xpdf\//d' -i 
etc/xpdfrc
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Deleted: xpdfrc-chinese-simplified.add
===================================================================
--- xpdfrc-chinese-simplified.add       2013-06-11 06:41:19 UTC (rev 188164)
+++ xpdfrc-chinese-simplified.add       2013-06-11 06:43:13 UTC (rev 188165)
@@ -1 +0,0 @@
-fontFileCC     Adobe-GB1       /usr/share/fonts/TTF/Vera.ttf

Copied: xpdf-languages/repos/extra-any/xpdfrc-chinese-simplified.add (from rev 
188164, xpdf-languages/trunk/xpdfrc-chinese-simplified.add)
===================================================================
--- xpdfrc-chinese-simplified.add                               (rev 0)
+++ xpdfrc-chinese-simplified.add       2013-06-11 06:43:13 UTC (rev 188165)
@@ -0,0 +1 @@
+fontFileCC     Adobe-GB1       /usr/share/fonts/TTF/Vera.ttf

Deleted: xpdfrc-chinese-traditional.add
===================================================================
--- xpdfrc-chinese-traditional.add      2013-06-11 06:41:19 UTC (rev 188164)
+++ xpdfrc-chinese-traditional.add      2013-06-11 06:43:13 UTC (rev 188165)
@@ -1 +0,0 @@
-fontFileCC     Adobe-CNS1      /usr/share/fonts/TTF/Vera.ttf

Copied: xpdf-languages/repos/extra-any/xpdfrc-chinese-traditional.add (from rev 
188164, xpdf-languages/trunk/xpdfrc-chinese-traditional.add)
===================================================================
--- xpdfrc-chinese-traditional.add                              (rev 0)
+++ xpdfrc-chinese-traditional.add      2013-06-11 06:43:13 UTC (rev 188165)
@@ -0,0 +1 @@
+fontFileCC     Adobe-CNS1      /usr/share/fonts/TTF/Vera.ttf

Deleted: xpdfrc-japanese.add
===================================================================
--- xpdfrc-japanese.add 2013-06-11 06:41:19 UTC (rev 188164)
+++ xpdfrc-japanese.add 2013-06-11 06:43:13 UTC (rev 188165)
@@ -1,10 +0,0 @@
-fontFileCC     Adobe-Japan1    /usr/share/fonts/TTF/Vera.ttf
-fontFileCC     GothicBBB-Medium-H      /usr/share/fonts/TTF/VeraSe.ttf
-fontFileCC     GothicBBB-Medium-Identity-H     /usr/share/fonts/TTF/VeraSe.ttf
-fontFileCC     HeiseiKakuGo-W5 /usr/share/fonts/TTF/VeraSe.ttf
-fontFileCC     HeiseiKakuGo-W9 /usr/share/fonts/TTF/VeraSe.ttf
-fontFileCC     ShinGo-Bold     /usr/share/fonts/TTF/VeraSe.ttf
-fontFileCC     FutoGoB101-Bold /usr/share/fonts/TTF/VeraSe.ttf
-fontFileCC     GothicBBB-Meidum        /usr/share/fonts/TTF/VeraSe.ttf
-fontFileCC     MS-Gothic       /usr/share/fonts/TTF/VeraSe.ttf
-fontFileCC     Kochi-Gothic    /usr/share/fonts/TTF/VeraSe.ttf

Copied: xpdf-languages/repos/extra-any/xpdfrc-japanese.add (from rev 188164, 
xpdf-languages/trunk/xpdfrc-japanese.add)
===================================================================
--- xpdfrc-japanese.add                         (rev 0)
+++ xpdfrc-japanese.add 2013-06-11 06:43:13 UTC (rev 188165)
@@ -0,0 +1,10 @@
+fontFileCC     Adobe-Japan1    /usr/share/fonts/TTF/Vera.ttf
+fontFileCC     GothicBBB-Medium-H      /usr/share/fonts/TTF/VeraSe.ttf
+fontFileCC     GothicBBB-Medium-Identity-H     /usr/share/fonts/TTF/VeraSe.ttf
+fontFileCC     HeiseiKakuGo-W5 /usr/share/fonts/TTF/VeraSe.ttf
+fontFileCC     HeiseiKakuGo-W9 /usr/share/fonts/TTF/VeraSe.ttf
+fontFileCC     ShinGo-Bold     /usr/share/fonts/TTF/VeraSe.ttf
+fontFileCC     FutoGoB101-Bold /usr/share/fonts/TTF/VeraSe.ttf
+fontFileCC     GothicBBB-Meidum        /usr/share/fonts/TTF/VeraSe.ttf
+fontFileCC     MS-Gothic       /usr/share/fonts/TTF/VeraSe.ttf
+fontFileCC     Kochi-Gothic    /usr/share/fonts/TTF/VeraSe.ttf

Deleted: xpdfrc-korean.add
===================================================================
--- xpdfrc-korean.add   2013-06-11 06:41:19 UTC (rev 188164)
+++ xpdfrc-korean.add   2013-06-11 06:43:13 UTC (rev 188165)
@@ -1,2 +0,0 @@
-fontFileCC     Adobe-Korea1    /usr/share/fonts/TTF/VeraSe.ttf
-fontFileCC     Unidocs-Korea1  /usr/share/fonts/TTF/VeraSe.ttf

Copied: xpdf-languages/repos/extra-any/xpdfrc-korean.add (from rev 188164, 
xpdf-languages/trunk/xpdfrc-korean.add)
===================================================================
--- xpdfrc-korean.add                           (rev 0)
+++ xpdfrc-korean.add   2013-06-11 06:43:13 UTC (rev 188165)
@@ -0,0 +1,2 @@
+fontFileCC     Adobe-Korea1    /usr/share/fonts/TTF/VeraSe.ttf
+fontFileCC     Unidocs-Korea1  /usr/share/fonts/TTF/VeraSe.ttf

Reply via email to