[arch-commits] Commit in t1utils/repos (8 files)
Sergej Pupykin
spupykin at archlinux.org
Fri Apr 24 16:45:29 UTC 2015
Date: Friday, April 24, 2015 @ 18:45:29
Author: spupykin
Revision: 132125
archrelease: copy trunk to community-i686, community-x86_64
Added:
t1utils/repos/community-i686/LICENSE
(from rev 132124, t1utils/trunk/LICENSE)
t1utils/repos/community-i686/PKGBUILD
(from rev 132124, t1utils/trunk/PKGBUILD)
t1utils/repos/community-x86_64/LICENSE
(from rev 132124, t1utils/trunk/LICENSE)
t1utils/repos/community-x86_64/PKGBUILD
(from rev 132124, 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 2015-04-24 16:45:09 UTC (rev 132124)
+++ community-i686/LICENSE 2015-04-24 16:45:29 UTC (rev 132125)
@@ -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 132124, t1utils/trunk/LICENSE)
===================================================================
--- community-i686/LICENSE (rev 0)
+++ community-i686/LICENSE 2015-04-24 16:45:29 UTC (rev 132125)
@@ -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 2015-04-24 16:45:09 UTC (rev 132124)
+++ community-i686/PKGBUILD 2015-04-24 16:45:29 UTC (rev 132125)
@@ -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.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"
-}
Copied: t1utils/repos/community-i686/PKGBUILD (from rev 132124, t1utils/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-24 16:45:29 UTC (rev 132125)
@@ -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.39
+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=('88837df02d69ed9d0f61c44ce5049cf4'
+ '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 2015-04-24 16:45:09 UTC (rev 132124)
+++ community-x86_64/LICENSE 2015-04-24 16:45:29 UTC (rev 132125)
@@ -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 132124, t1utils/trunk/LICENSE)
===================================================================
--- community-x86_64/LICENSE (rev 0)
+++ community-x86_64/LICENSE 2015-04-24 16:45:29 UTC (rev 132125)
@@ -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 2015-04-24 16:45:09 UTC (rev 132124)
+++ community-x86_64/PKGBUILD 2015-04-24 16:45:29 UTC (rev 132125)
@@ -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.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"
-}
Copied: t1utils/repos/community-x86_64/PKGBUILD (from rev 132124, t1utils/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-04-24 16:45:29 UTC (rev 132125)
@@ -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.39
+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=('88837df02d69ed9d0f61c44ce5049cf4'
+ '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