Date: Wednesday, November 28, 2012 @ 05:31:22
  Author: jgc
Revision: 172098

db-move: moved pango from [testing] to [extra] (i686, x86_64)

Added:
  pango/repos/extra-i686/PKGBUILD
    (from rev 172097, pango/repos/testing-i686/PKGBUILD)
  pango/repos/extra-i686/pango.install
    (from rev 172097, pango/repos/testing-i686/pango.install)
  pango/repos/extra-x86_64/PKGBUILD
    (from rev 172097, pango/repos/testing-x86_64/PKGBUILD)
  pango/repos/extra-x86_64/pango.install
    (from rev 172097, pango/repos/testing-x86_64/pango.install)
Deleted:
  pango/repos/extra-i686/PKGBUILD
  pango/repos/extra-i686/pango.install
  pango/repos/extra-x86_64/PKGBUILD
  pango/repos/extra-x86_64/pango.install
  pango/repos/testing-i686/
  pango/repos/testing-x86_64/

----------------------------+
 extra-i686/PKGBUILD        |   60 +++++++++++++++++++++----------------------
 extra-i686/pango.install   |   42 +++++++++++++++---------------
 extra-x86_64/PKGBUILD      |   60 +++++++++++++++++++++----------------------
 extra-x86_64/pango.install |   42 +++++++++++++++---------------
 4 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-11-28 10:31:12 UTC (rev 172097)
+++ extra-i686/PKGBUILD 2012-11-28 10:31:22 UTC (rev 172098)
@@ -1,30 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot <j...@archlinux.org>
-
-pkgname=pango
-pkgver=1.32.2
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
-makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection')
-options=('!libtool')
-install=pango.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url="http://www.pango.org/";
-sha256sums=('23124e01a7795374a6c2864b69ee49064de31b84b3776924461c0b8b42e8e5cb')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --with-included-modules=basic-fc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/etc/pango"
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 172097, 
pango/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2012-11-28 10:31:22 UTC (rev 172098)
@@ -0,0 +1,30 @@
+# $Id$ 
+# Maintainer: Jan de Groot <j...@archlinux.org>
+
+pkgname=pango
+pkgver=1.32.3
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
+makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection')
+options=('!libtool')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url="http://www.pango.org/";
+sha256sums=('19a1a4fa021fcf96261de3cb809295ac06546f2a061c3c623141f2f4989b6a36')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/etc/pango"
+}

Deleted: extra-i686/pango.install
===================================================================
--- extra-i686/pango.install    2012-11-28 10:31:12 UTC (rev 172097)
+++ extra-i686/pango.install    2012-11-28 10:31:22 UTC (rev 172098)
@@ -1,21 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-       # we need to ldconfig first, in case xfree86's libs aren't
-       # in ld.so.cache yet
-       sbin/ldconfig -r .
-       usr/bin/pango-querymodules >etc/pango/pango.modules
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-       if [ -f usr/etc/pango/pango.modules ]; then
-               rm usr/etc/pango/pango.modules
-       fi
-       post_install $1
-}
-
-# arg 1:  the old package version
-pre_remove() {
-       rm etc/pango/pango.modules
-}

Copied: pango/repos/extra-i686/pango.install (from rev 172097, 
pango/repos/testing-i686/pango.install)
===================================================================
--- extra-i686/pango.install                            (rev 0)
+++ extra-i686/pango.install    2012-11-28 10:31:22 UTC (rev 172098)
@@ -0,0 +1,21 @@
+# arg 1:  the new package version
+post_install() {
+       # we need to ldconfig first, in case xfree86's libs aren't
+       # in ld.so.cache yet
+       sbin/ldconfig -r .
+       usr/bin/pango-querymodules >etc/pango/pango.modules
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+       if [ -f usr/etc/pango/pango.modules ]; then
+               rm usr/etc/pango/pango.modules
+       fi
+       post_install $1
+}
+
+# arg 1:  the old package version
+pre_remove() {
+       rm etc/pango/pango.modules
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD       2012-11-28 10:31:12 UTC (rev 172097)
+++ extra-x86_64/PKGBUILD       2012-11-28 10:31:22 UTC (rev 172098)
@@ -1,30 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot <j...@archlinux.org>
-
-pkgname=pango
-pkgver=1.32.2
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
-makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection')
-options=('!libtool')
-install=pango.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url="http://www.pango.org/";
-sha256sums=('23124e01a7795374a6c2864b69ee49064de31b84b3776924461c0b8b42e8e5cb')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --with-included-modules=basic-fc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/etc/pango"
-}

Copied: pango/repos/extra-x86_64/PKGBUILD (from rev 172097, 
pango/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2012-11-28 10:31:22 UTC (rev 172098)
@@ -0,0 +1,30 @@
+# $Id$ 
+# Maintainer: Jan de Groot <j...@archlinux.org>
+
+pkgname=pango
+pkgver=1.32.3
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
+makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection')
+options=('!libtool')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url="http://www.pango.org/";
+sha256sums=('19a1a4fa021fcf96261de3cb809295ac06546f2a061c3c623141f2f4989b6a36')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/etc/pango"
+}

Deleted: extra-x86_64/pango.install
===================================================================
--- extra-x86_64/pango.install  2012-11-28 10:31:12 UTC (rev 172097)
+++ extra-x86_64/pango.install  2012-11-28 10:31:22 UTC (rev 172098)
@@ -1,21 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-       # we need to ldconfig first, in case xfree86's libs aren't
-       # in ld.so.cache yet
-       sbin/ldconfig -r .
-       usr/bin/pango-querymodules >etc/pango/pango.modules
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-       if [ -f usr/etc/pango/pango.modules ]; then
-               rm usr/etc/pango/pango.modules
-       fi
-       post_install $1
-}
-
-# arg 1:  the old package version
-pre_remove() {
-       rm etc/pango/pango.modules
-}

Copied: pango/repos/extra-x86_64/pango.install (from rev 172097, 
pango/repos/testing-x86_64/pango.install)
===================================================================
--- extra-x86_64/pango.install                          (rev 0)
+++ extra-x86_64/pango.install  2012-11-28 10:31:22 UTC (rev 172098)
@@ -0,0 +1,21 @@
+# arg 1:  the new package version
+post_install() {
+       # we need to ldconfig first, in case xfree86's libs aren't
+       # in ld.so.cache yet
+       sbin/ldconfig -r .
+       usr/bin/pango-querymodules >etc/pango/pango.modules
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+       if [ -f usr/etc/pango/pango.modules ]; then
+               rm usr/etc/pango/pango.modules
+       fi
+       post_install $1
+}
+
+# arg 1:  the old package version
+pre_remove() {
+       rm etc/pango/pango.modules
+}

Reply via email to