[arch-commits] Commit in lout/repos (12 files)

2013-07-15 Thread Kyle Keen
Date: Monday, July 15, 2013 @ 09:02:55
  Author: kkeen
Revision: 94153

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

Added:
  lout/repos/community-i686/PKGBUILD
(from rev 94152, lout/trunk/PKGBUILD)
  lout/repos/community-i686/lout.install
(from rev 94152, lout/trunk/lout.install)
  lout/repos/community-i686/makefile.arch
(from rev 94152, lout/trunk/makefile.arch)
  lout/repos/community-x86_64/PKGBUILD
(from rev 94152, lout/trunk/PKGBUILD)
  lout/repos/community-x86_64/lout.install
(from rev 94152, lout/trunk/lout.install)
  lout/repos/community-x86_64/makefile.arch
(from rev 94152, lout/trunk/makefile.arch)
Deleted:
  lout/repos/community-i686/PKGBUILD
  lout/repos/community-i686/lout.install
  lout/repos/community-i686/makefile.arch
  lout/repos/community-x86_64/PKGBUILD
  lout/repos/community-x86_64/lout.install
  lout/repos/community-x86_64/makefile.arch

+
 /PKGBUILD  |   72 +++
 /lout.install  |   22 +
 /makefile.arch |   90 +++
 community-i686/PKGBUILD|   36 ---
 community-i686/lout.install|   11 
 community-i686/makefile.arch   |   45 ---
 community-x86_64/PKGBUILD  |   36 ---
 community-x86_64/lout.install  |   11 
 community-x86_64/makefile.arch |   45 ---
 9 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-15 07:02:29 UTC (rev 94152)
+++ community-i686/PKGBUILD 2013-07-15 07:02:55 UTC (rev 94153)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: catwell catw...@archlinux.us
-
-pkgname=lout
-pkgver=3.39
-pkgrel=2
-pkgdesc=A lightweight document formatting system.
-arch=('i686' 'x86_64')
-url=http://lout.wiki.sourceforge.net/;
-license=('GPL')
-depends=('glibc')
-install=lout.install
-source=(http://mirrors.ctan.org/support/$pkgname/$pkgname-$pkgver.tar.gz
-makefile.arch
-lout.install
-
http://pkgs.fedoraproject.org/repo/pkgs/lout/slides.pdf/6822c33e49a1dca0b090f297d404d7fa/slides.pdf)
-md5sums=('151e1fba676c7052936ccc1bcd9663a9'
- '088a29ca16477a9a30da9fafc9391de8'
- '597cd52eb87ef6253cf769bed4db3952'
- '6822c33e49a1dca0b090f297d404d7fa')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  cp ../makefile.arch .
-  make -f makefile.arch
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make -f makefile.arch PKGDIR=$pkgdir install
-  chmod 0775  $pkgdir/usr/lib/lout/data/
-  chgrp users $pkgdir/usr/lib/lout/data/
-  install -Dm644 $srcdir/slides.pdf 
$pkgdir/usr/share/doc/$pkgname/introduction.pdf
-}
-

Copied: lout/repos/community-i686/PKGBUILD (from rev 94152, lout/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-15 07:02:55 UTC (rev 94153)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: catwell catw...@archlinux.us
+
+pkgname=lout
+pkgver=3.40
+pkgrel=1
+pkgdesc=A lightweight document formatting system.
+arch=('i686' 'x86_64')
+url=http://lout.wiki.sourceforge.net/;
+license=('GPL')
+depends=('glibc')
+install=lout.install
+source=(http://mirrors.ctan.org/support/$pkgname/$pkgname-$pkgver.tar.gz
+makefile.arch
+lout.install
+
http://pkgs.fedoraproject.org/repo/pkgs/lout/slides.pdf/6822c33e49a1dca0b090f297d404d7fa/slides.pdf)
+md5sums=('fd0fe084cebd07fc209d392a2d380755'
+ '088a29ca16477a9a30da9fafc9391de8'
+ '597cd52eb87ef6253cf769bed4db3952'
+ '6822c33e49a1dca0b090f297d404d7fa')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  cp ../makefile.arch .
+  make -f makefile.arch
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make -f makefile.arch PKGDIR=$pkgdir install
+  chmod 0775  $pkgdir/usr/lib/lout/data/
+  chgrp users $pkgdir/usr/lib/lout/data/
+  install -Dm644 $srcdir/slides.pdf 
$pkgdir/usr/share/doc/$pkgname/introduction.pdf
+}
+

Deleted: community-i686/lout.install
===
--- community-i686/lout.install 2013-07-15 07:02:29 UTC (rev 94152)
+++ community-i686/lout.install 2013-07-15 07:02:55 UTC (rev 94153)
@@ -1,11 +0,0 @@
-post_install()
-{
-  /usr/bin/lout -x -s /usr/lib/lout/include/init
-  chmod 0775  /usr/lib/lout/data/
-  chgrp users /usr/lib/lout/data/
-}
-
-post_upgrade()
-{
- post_install $1
-}

Copied: lout/repos/community-i686/lout.install (from rev 94152, 
lout/trunk/lout.install)
===
--- community-i686/lout.install (rev 0)
+++ community-i686/lout.install 2013-07-15 07:02:55 UTC (rev 94153)
@@ -0,0 +1,11 @@

[arch-commits] Commit in lout/repos (12 files)

2013-02-06 Thread Kyle Keen
Date: Wednesday, February 6, 2013 @ 15:41:18
  Author: kkeen
Revision: 83917

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

Added:
  lout/repos/community-i686/PKGBUILD
(from rev 83916, lout/trunk/PKGBUILD)
  lout/repos/community-i686/lout.install
(from rev 83916, lout/trunk/lout.install)
  lout/repos/community-i686/makefile.arch
(from rev 83916, lout/trunk/makefile.arch)
  lout/repos/community-x86_64/PKGBUILD
(from rev 83916, lout/trunk/PKGBUILD)
  lout/repos/community-x86_64/lout.install
(from rev 83916, lout/trunk/lout.install)
  lout/repos/community-x86_64/makefile.arch
(from rev 83916, lout/trunk/makefile.arch)
Deleted:
  lout/repos/community-i686/PKGBUILD
  lout/repos/community-i686/lout.install
  lout/repos/community-i686/makefile.arch
  lout/repos/community-x86_64/PKGBUILD
  lout/repos/community-x86_64/lout.install
  lout/repos/community-x86_64/makefile.arch

+
 community-i686/PKGBUILD|   60 +++---
 community-i686/lout.install|   20 
 community-i686/makefile.arch   |   90 +++
 community-x86_64/PKGBUILD  |   60 +++---
 community-x86_64/lout.install  |   20 
 community-x86_64/makefile.arch |   90 +++
 6 files changed, 184 insertions(+), 156 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-06 14:40:49 UTC (rev 83916)
+++ community-i686/PKGBUILD 2013-02-06 14:41:18 UTC (rev 83917)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: catwell catw...@archlinux.us
-
-pkgname=lout
-pkgver=3.39
-pkgrel=1
-pkgdesc=A lightweight document formatting system.
-arch=('i686' 'x86_64')
-url=http://lout.wiki.sourceforge.net/;
-license=('GPL')
-depends=('glibc')
-install=lout.install
-source=(http://mirrors.ctan.org/support/$pkgname/$pkgname-$pkgver.tar.gz 
makefile.arch lout.install)
-md5sums=('151e1fba676c7052936ccc1bcd9663a9'
- '088a29ca16477a9a30da9fafc9391de8'
- 'bc6c8df650fe75dd3c51d0c047c56f30')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  cp ../makefile.arch .
-  make -f makefile.arch PKGDIR=$pkgdir install
-}
-

Copied: lout/repos/community-i686/PKGBUILD (from rev 83916, lout/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-06 14:41:18 UTC (rev 83917)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: catwell catw...@archlinux.us
+
+pkgname=lout
+pkgver=3.39
+pkgrel=2
+pkgdesc=A lightweight document formatting system.
+arch=('i686' 'x86_64')
+url=http://lout.wiki.sourceforge.net/;
+license=('GPL')
+depends=('glibc')
+install=lout.install
+source=(http://mirrors.ctan.org/support/$pkgname/$pkgname-$pkgver.tar.gz
+makefile.arch
+lout.install
+
http://pkgs.fedoraproject.org/repo/pkgs/lout/slides.pdf/6822c33e49a1dca0b090f297d404d7fa/slides.pdf)
+md5sums=('151e1fba676c7052936ccc1bcd9663a9'
+ '088a29ca16477a9a30da9fafc9391de8'
+ '597cd52eb87ef6253cf769bed4db3952'
+ '6822c33e49a1dca0b090f297d404d7fa')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  cp ../makefile.arch .
+  make -f makefile.arch
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make -f makefile.arch PKGDIR=$pkgdir install
+  chmod 0775  $pkgdir/usr/lib/lout/data/
+  chgrp users $pkgdir/usr/lib/lout/data/
+  install -Dm644 $srcdir/slides.pdf 
$pkgdir/usr/share/doc/$pkgname/introduction.pdf
+}
+

Deleted: community-i686/lout.install
===
--- community-i686/lout.install 2013-02-06 14:40:49 UTC (rev 83916)
+++ community-i686/lout.install 2013-02-06 14:41:18 UTC (rev 83917)
@@ -1,9 +0,0 @@
-post_install()
-{
-  /usr/bin/lout -x -s /usr/lib/lout/include/init
-}
-
-post_upgrade()
-{
- post_install $1
-}

Copied: lout/repos/community-i686/lout.install (from rev 83916, 
lout/trunk/lout.install)
===
--- community-i686/lout.install (rev 0)
+++ community-i686/lout.install 2013-02-06 14:41:18 UTC (rev 83917)
@@ -0,0 +1,11 @@
+post_install()
+{
+  /usr/bin/lout -x -s /usr/lib/lout/include/init
+  chmod 0775  /usr/lib/lout/data/
+  chgrp users /usr/lib/lout/data/
+}
+
+post_upgrade()
+{
+ post_install $1
+}

Deleted: community-i686/makefile.arch
===
--- community-i686/makefile.arch2013-02-06 14:40:49 UTC (rev 83916)
+++ community-i686/makefile.arch2013-02-06 14:41:18 UTC (rev 83917)
@@ -1,45 +0,0 @@
-# Makefile for lout 3.38 on Arch Linux.
-# catwell catw...@archlinux.us
-
-PKGDIR = /
-COPTS = -ansi -pedantic -O3
-
-CFLAGS = -DOS_UNIX=1 -DOS_DOS=0