[arch-commits] Commit in t1utils/repos (8 files)

Sergej Pupykin spupykin at archlinux.org
Sat Jul 26 18:54:07 UTC 2014


    Date: Saturday, July 26, 2014 @ 20:54:06
  Author: spupykin
Revision: 116403

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

Added:
  t1utils/repos/community-i686/LICENSE
    (from rev 116402, t1utils/trunk/LICENSE)
  t1utils/repos/community-i686/PKGBUILD
    (from rev 116402, t1utils/trunk/PKGBUILD)
  t1utils/repos/community-x86_64/LICENSE
    (from rev 116402, t1utils/trunk/LICENSE)
  t1utils/repos/community-x86_64/PKGBUILD
    (from rev 116402, t1utils/trunk/PKGBUILD)
Deleted:
  t1utils/repos/community-i686/LICENSE
  t1utils/repos/community-i686/PKGBUILD
  t1utils/repos/community-x86_64/LICENSE
  t1utils/repos/community-x86_64/PKGBUILD

---------------------------+
 /LICENSE                  |   44 ++++++++++++++++++++++++++++++++++
 /PKGBUILD                 |   56 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/LICENSE    |   22 -----------------
 community-i686/PKGBUILD   |   28 ----------------------
 community-x86_64/LICENSE  |   22 -----------------
 community-x86_64/PKGBUILD |   28 ----------------------
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/LICENSE
===================================================================
--- community-i686/LICENSE	2014-07-26 18:53:54 UTC (rev 116402)
+++ community-i686/LICENSE	2014-07-26 18:54:06 UTC (rev 116403)
@@ -1,22 +0,0 @@
-The README file includes the following notices:
-
-   Changes since version 1.2 (c) 1998-2000 Eddie Kohler, under the
-   same redistribution copyright as I. Lee Hetherington's. See below
-   for I. Lee Hetherington's original README from 1992, updated
-   slightly for today's t1utils.
-
-   Eddie Kohler
-   eddietwo at lcs.mit.edu
-
-   Copyright (c) 1992 by I. Lee Hetherington, all rights reserved.
-
-   Permission is hereby granted to use, modify, and distribute this
-   program for any purpose provided this copyright notice and the one
-   below remain intact.
-
-   Note that these tools should not be used to illegally copy type-1
-   font programs.  Typeface design is an intricate art that should be
-   rewarded.
-
-   I. Lee Hetherington
-   ilh at lcs.mit.edu

Copied: t1utils/repos/community-i686/LICENSE (from rev 116402, t1utils/trunk/LICENSE)
===================================================================
--- community-i686/LICENSE	                        (rev 0)
+++ community-i686/LICENSE	2014-07-26 18:54:06 UTC (rev 116403)
@@ -0,0 +1,22 @@
+The README file includes the following notices:
+
+   Changes since version 1.2 (c) 1998-2000 Eddie Kohler, under the
+   same redistribution copyright as I. Lee Hetherington's. See below
+   for I. Lee Hetherington's original README from 1992, updated
+   slightly for today's t1utils.
+
+   Eddie Kohler
+   eddietwo at lcs.mit.edu
+
+   Copyright (c) 1992 by I. Lee Hetherington, all rights reserved.
+
+   Permission is hereby granted to use, modify, and distribute this
+   program for any purpose provided this copyright notice and the one
+   below remain intact.
+
+   Note that these tools should not be used to illegally copy type-1
+   font programs.  Typeface design is an intricate art that should be
+   rewarded.
+
+   I. Lee Hetherington
+   ilh at lcs.mit.edu

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-26 18:53:54 UTC (rev 116402)
+++ community-i686/PKGBUILD	2014-07-26 18:54:06 UTC (rev 116403)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Simo Leone <neotuli at gmail.com>
-
-pkgname=t1utils
-pkgver=1.37
-pkgrel=1
-pkgdesc="A collection of simple Type 1 font manipulation programs"
-arch=('i686' 'x86_64')
-url="http://www.lcdf.org/~eddietwo/type/#t1utils"
-license=("custom")
-depends=('glibc')
-source=("http://www.lcdf.org/~eddietwo/type/$pkgname-$pkgver.tar.gz"
-	LICENSE)
-md5sums=('dcff07df0b334c06d1808530956a634e'
-         '5a1334c824d21f0314c831f9fd19a587')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -D -m644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: t1utils/repos/community-i686/PKGBUILD (from rev 116402, t1utils/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-26 18:54:06 UTC (rev 116403)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Simo Leone <neotuli at gmail.com>
+
+pkgname=t1utils
+pkgver=1.38
+pkgrel=1
+pkgdesc="A collection of simple Type 1 font manipulation programs"
+arch=('i686' 'x86_64')
+url="http://www.lcdf.org/~eddietwo/type/#t1utils"
+license=("custom")
+depends=('glibc')
+source=("http://www.lcdf.org/~eddietwo/type/$pkgname-$pkgver.tar.gz"
+	LICENSE)
+md5sums=('0c823a7fff74d206ecccb98bfcb1053b'
+         '5a1334c824d21f0314c831f9fd19a587')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -D -m644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/LICENSE
===================================================================
--- community-x86_64/LICENSE	2014-07-26 18:53:54 UTC (rev 116402)
+++ community-x86_64/LICENSE	2014-07-26 18:54:06 UTC (rev 116403)
@@ -1,22 +0,0 @@
-The README file includes the following notices:
-
-   Changes since version 1.2 (c) 1998-2000 Eddie Kohler, under the
-   same redistribution copyright as I. Lee Hetherington's. See below
-   for I. Lee Hetherington's original README from 1992, updated
-   slightly for today's t1utils.
-
-   Eddie Kohler
-   eddietwo at lcs.mit.edu
-
-   Copyright (c) 1992 by I. Lee Hetherington, all rights reserved.
-
-   Permission is hereby granted to use, modify, and distribute this
-   program for any purpose provided this copyright notice and the one
-   below remain intact.
-
-   Note that these tools should not be used to illegally copy type-1
-   font programs.  Typeface design is an intricate art that should be
-   rewarded.
-
-   I. Lee Hetherington
-   ilh at lcs.mit.edu

Copied: t1utils/repos/community-x86_64/LICENSE (from rev 116402, t1utils/trunk/LICENSE)
===================================================================
--- community-x86_64/LICENSE	                        (rev 0)
+++ community-x86_64/LICENSE	2014-07-26 18:54:06 UTC (rev 116403)
@@ -0,0 +1,22 @@
+The README file includes the following notices:
+
+   Changes since version 1.2 (c) 1998-2000 Eddie Kohler, under the
+   same redistribution copyright as I. Lee Hetherington's. See below
+   for I. Lee Hetherington's original README from 1992, updated
+   slightly for today's t1utils.
+
+   Eddie Kohler
+   eddietwo at lcs.mit.edu
+
+   Copyright (c) 1992 by I. Lee Hetherington, all rights reserved.
+
+   Permission is hereby granted to use, modify, and distribute this
+   program for any purpose provided this copyright notice and the one
+   below remain intact.
+
+   Note that these tools should not be used to illegally copy type-1
+   font programs.  Typeface design is an intricate art that should be
+   rewarded.
+
+   I. Lee Hetherington
+   ilh at lcs.mit.edu

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-26 18:53:54 UTC (rev 116402)
+++ community-x86_64/PKGBUILD	2014-07-26 18:54:06 UTC (rev 116403)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Simo Leone <neotuli at gmail.com>
-
-pkgname=t1utils
-pkgver=1.37
-pkgrel=1
-pkgdesc="A collection of simple Type 1 font manipulation programs"
-arch=('i686' 'x86_64')
-url="http://www.lcdf.org/~eddietwo/type/#t1utils"
-license=("custom")
-depends=('glibc')
-source=("http://www.lcdf.org/~eddietwo/type/$pkgname-$pkgver.tar.gz"
-	LICENSE)
-md5sums=('dcff07df0b334c06d1808530956a634e'
-         '5a1334c824d21f0314c831f9fd19a587')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -D -m644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: t1utils/repos/community-x86_64/PKGBUILD (from rev 116402, t1utils/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-26 18:54:06 UTC (rev 116403)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Simo Leone <neotuli at gmail.com>
+
+pkgname=t1utils
+pkgver=1.38
+pkgrel=1
+pkgdesc="A collection of simple Type 1 font manipulation programs"
+arch=('i686' 'x86_64')
+url="http://www.lcdf.org/~eddietwo/type/#t1utils"
+license=("custom")
+depends=('glibc')
+source=("http://www.lcdf.org/~eddietwo/type/$pkgname-$pkgver.tar.gz"
+	LICENSE)
+md5sums=('0c823a7fff74d206ecccb98bfcb1053b'
+         '5a1334c824d21f0314c831f9fd19a587')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -D -m644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}




More information about the arch-commits mailing list