Date: Monday, June 30, 2014 @ 17:35:54
  Author: fyan
Revision: 215802

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  ftjam/repos/extra-i686/PKGBUILD
    (from rev 215801, ftjam/trunk/PKGBUILD)
  ftjam/repos/extra-i686/license.txt
    (from rev 215801, ftjam/trunk/license.txt)
  ftjam/repos/extra-x86_64/PKGBUILD
    (from rev 215801, ftjam/trunk/PKGBUILD)
  ftjam/repos/extra-x86_64/license.txt
    (from rev 215801, ftjam/trunk/license.txt)
Deleted:
  ftjam/repos/extra-i686/PKGBUILD
  ftjam/repos/extra-i686/license.txt
  ftjam/repos/extra-x86_64/PKGBUILD
  ftjam/repos/extra-x86_64/license.txt

--------------------------+
 /PKGBUILD                |   58 +++++++++++++++++++++++++++++++++++++++++++++
 /license.txt             |   14 ++++++++++
 extra-i686/PKGBUILD      |   29 ----------------------
 extra-i686/license.txt   |    7 -----
 extra-x86_64/PKGBUILD    |   29 ----------------------
 extra-x86_64/license.txt |    7 -----
 6 files changed, 72 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2014-06-30 15:34:46 UTC (rev 215801)
+++ extra-i686/PKGBUILD 2014-06-30 15:35:54 UTC (rev 215802)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Roman Kyrylych <[email protected]>
-# Contributor: Roman Kyrylych <[email protected]>
-
-pkgname=ftjam
-pkgver=2.5.3rc2
-pkgrel=3
-pkgdesc='FT Jam - an enhanced version of the Jam build tool'
-arch=('i686' 'x86_64')
-url="http://freetype.org/jam/";
-license=('custom')
-depends=('glibc')
-provides=('jam')
-#source=(http://downloads.sourceforge.net/freetype/$pkgname-$pkgver.tar.bz2 \
-source=(http://david.freetype.org/jam/${pkgname}-${pkgver}.tar.bz2 license.txt)
-md5sums=('911cc4191b3e7213905d107962b4529b'
-         'ef8ff7da77fe60e25d1e3e740600f1f0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 "${srcdir}/license.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
-}

Copied: ftjam/repos/extra-i686/PKGBUILD (from rev 215801, ftjam/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 15:35:54 UTC (rev 215802)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Roman Kyrylych <[email protected]>
+# Contributor: Roman Kyrylych <[email protected]>
+
+pkgname=ftjam
+pkgver=2.5.3rc2
+pkgrel=4
+pkgdesc='FT Jam - an enhanced version of the Jam build tool'
+arch=('i686' 'x86_64')
+url="http://freetype.org/jam/";
+license=('custom')
+depends=('glibc')
+provides=('jam')
+#source=(http://downloads.sourceforge.net/freetype/$pkgname-$pkgver.tar.bz2 \
+source=(http://david.freetype.org/jam/${pkgname}-${pkgver}.tar.bz2 license.txt)
+md5sums=('911cc4191b3e7213905d107962b4529b'
+         'ef8ff7da77fe60e25d1e3e740600f1f0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 "${srcdir}/license.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
+}

Deleted: extra-i686/license.txt
===================================================================
--- extra-i686/license.txt      2014-06-30 15:34:46 UTC (rev 215801)
+++ extra-i686/license.txt      2014-06-30 15:35:54 UTC (rev 215802)
@@ -1,7 +0,0 @@
-Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
-
-License is hereby granted to use this software and distribute it
-freely, as long as this copyright notice is retained and modifications 
-are clearly marked.
-
-ALL WARRANTIES ARE HEREBY DISCLAIMED.

Copied: ftjam/repos/extra-i686/license.txt (from rev 215801, 
ftjam/trunk/license.txt)
===================================================================
--- extra-i686/license.txt                              (rev 0)
+++ extra-i686/license.txt      2014-06-30 15:35:54 UTC (rev 215802)
@@ -0,0 +1,7 @@
+Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
+
+License is hereby granted to use this software and distribute it
+freely, as long as this copyright notice is retained and modifications 
+are clearly marked.
+
+ALL WARRANTIES ARE HEREBY DISCLAIMED.

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD       2014-06-30 15:34:46 UTC (rev 215801)
+++ extra-x86_64/PKGBUILD       2014-06-30 15:35:54 UTC (rev 215802)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Roman Kyrylych <[email protected]>
-# Contributor: Roman Kyrylych <[email protected]>
-
-pkgname=ftjam
-pkgver=2.5.3rc2
-pkgrel=3
-pkgdesc='FT Jam - an enhanced version of the Jam build tool'
-arch=('i686' 'x86_64')
-url="http://freetype.org/jam/";
-license=('custom')
-depends=('glibc')
-provides=('jam')
-#source=(http://downloads.sourceforge.net/freetype/$pkgname-$pkgver.tar.bz2 \
-source=(http://david.freetype.org/jam/${pkgname}-${pkgver}.tar.bz2 license.txt)
-md5sums=('911cc4191b3e7213905d107962b4529b'
-         'ef8ff7da77fe60e25d1e3e740600f1f0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 "${srcdir}/license.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
-}

Copied: ftjam/repos/extra-x86_64/PKGBUILD (from rev 215801, 
ftjam/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2014-06-30 15:35:54 UTC (rev 215802)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Roman Kyrylych <[email protected]>
+# Contributor: Roman Kyrylych <[email protected]>
+
+pkgname=ftjam
+pkgver=2.5.3rc2
+pkgrel=4
+pkgdesc='FT Jam - an enhanced version of the Jam build tool'
+arch=('i686' 'x86_64')
+url="http://freetype.org/jam/";
+license=('custom')
+depends=('glibc')
+provides=('jam')
+#source=(http://downloads.sourceforge.net/freetype/$pkgname-$pkgver.tar.bz2 \
+source=(http://david.freetype.org/jam/${pkgname}-${pkgver}.tar.bz2 license.txt)
+md5sums=('911cc4191b3e7213905d107962b4529b'
+         'ef8ff7da77fe60e25d1e3e740600f1f0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 "${srcdir}/license.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
+}

Deleted: extra-x86_64/license.txt
===================================================================
--- extra-x86_64/license.txt    2014-06-30 15:34:46 UTC (rev 215801)
+++ extra-x86_64/license.txt    2014-06-30 15:35:54 UTC (rev 215802)
@@ -1,7 +0,0 @@
-Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
-
-License is hereby granted to use this software and distribute it
-freely, as long as this copyright notice is retained and modifications 
-are clearly marked.
-
-ALL WARRANTIES ARE HEREBY DISCLAIMED.

Copied: ftjam/repos/extra-x86_64/license.txt (from rev 215801, 
ftjam/trunk/license.txt)
===================================================================
--- extra-x86_64/license.txt                            (rev 0)
+++ extra-x86_64/license.txt    2014-06-30 15:35:54 UTC (rev 215802)
@@ -0,0 +1,7 @@
+Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
+
+License is hereby granted to use this software and distribute it
+freely, as long as this copyright notice is retained and modifications 
+are clearly marked.
+
+ALL WARRANTIES ARE HEREBY DISCLAIMED.

Reply via email to