[arch-commits] Commit in ftjam/repos (7 files)

Eric Bélanger eric at archlinux.org
Sun Sep 4 19:07:08 UTC 2011


    Date: Sunday, September 4, 2011 @ 15:07:07
  Author: eric
Revision: 136989

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-09-04 18:49:33 UTC (rev 136988)
+++ extra-i686/PKGBUILD	2011-09-04 19:07:07 UTC (rev 136989)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Roman Kyrylych <roman at gmail.com>
-# Contributor: Roman Kyrylych <roman at gmail.com>
-
-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 136988, ftjam/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-09-04 19:07:07 UTC (rev 136989)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Roman Kyrylych <roman at gmail.com>
+# Contributor: Roman Kyrylych <roman at gmail.com>
+
+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"
+}

Deleted: extra-i686/license.txt
===================================================================
--- extra-i686/license.txt	2011-09-04 18:49:33 UTC (rev 136988)
+++ extra-i686/license.txt	2011-09-04 19:07:07 UTC (rev 136989)
@@ -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 136988, ftjam/trunk/license.txt)
===================================================================
--- extra-i686/license.txt	                        (rev 0)
+++ extra-i686/license.txt	2011-09-04 19:07:07 UTC (rev 136989)
@@ -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	2011-09-04 18:49:33 UTC (rev 136988)
+++ extra-x86_64/PKGBUILD	2011-09-04 19:07:07 UTC (rev 136989)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Roman Kyrylych <roman at gmail.com>
-# Contributor: Roman Kyrylych <roman at gmail.com>
-
-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 136988, ftjam/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-09-04 19:07:07 UTC (rev 136989)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Roman Kyrylych <roman at gmail.com>
+# Contributor: Roman Kyrylych <roman at gmail.com>
+
+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/license.txt (from rev 136988, ftjam/trunk/license.txt)
===================================================================
--- extra-x86_64/license.txt	                        (rev 0)
+++ extra-x86_64/license.txt	2011-09-04 19:07:07 UTC (rev 136989)
@@ -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.




More information about the arch-commits mailing list