[arch-commits] Commit in 9base/repos (12 files)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Mon Sep 30 20:21:54 UTC 2013
Date: Monday, September 30, 2013 @ 22:21:53
Author: bpiotrowski
Revision: 97894
archrelease: copy trunk to community-i686, community-x86_64
Added:
9base/repos/community-i686/9
(from rev 97893, 9base/trunk/9)
9base/repos/community-i686/PKGBUILD
(from rev 97893, 9base/trunk/PKGBUILD)
9base/repos/community-i686/plan9.sh
(from rev 97893, 9base/trunk/plan9.sh)
9base/repos/community-x86_64/9
(from rev 97893, 9base/trunk/9)
9base/repos/community-x86_64/PKGBUILD
(from rev 97893, 9base/trunk/PKGBUILD)
9base/repos/community-x86_64/plan9.sh
(from rev 97893, 9base/trunk/plan9.sh)
Deleted:
9base/repos/community-i686/9
9base/repos/community-i686/PKGBUILD
9base/repos/community-i686/plan9.sh
9base/repos/community-x86_64/9
9base/repos/community-x86_64/PKGBUILD
9base/repos/community-x86_64/plan9.sh
---------------------------+
/9 | 26 ++++++++++++
/PKGBUILD | 94 ++++++++++++++++++++++++++++++++++++++++++++
/plan9.sh | 8 +++
community-i686/9 | 13 ------
community-i686/PKGBUILD | 48 ----------------------
community-i686/plan9.sh | 4 -
community-x86_64/9 | 13 ------
community-x86_64/PKGBUILD | 48 ----------------------
community-x86_64/plan9.sh | 4 -
9 files changed, 128 insertions(+), 130 deletions(-)
Deleted: community-i686/9
===================================================================
--- community-i686/9 2013-09-30 20:21:39 UTC (rev 97893)
+++ community-i686/9 2013-09-30 20:21:53 UTC (rev 97894)
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-PLAN9=${PLAN9:-/opt/plan9}
-export PLAN9
-
-case "$PATH" in
- $PLAN9/bin:*) ;;
- *) export PATH=$PLAN9/bin:$PATH ;;
-esac
-
-if [ $# -gt 0 ]; then
- exec "$@"
-fi
Copied: 9base/repos/community-i686/9 (from rev 97893, 9base/trunk/9)
===================================================================
--- community-i686/9 (rev 0)
+++ community-i686/9 2013-09-30 20:21:53 UTC (rev 97894)
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+PLAN9=${PLAN9:-/opt/plan9}
+export PLAN9
+
+case "$PATH" in
+ $PLAN9/bin:*) ;;
+ *) export PATH=$PLAN9/bin:$PATH ;;
+esac
+
+if [ $# -gt 0 ]; then
+ exec "$@"
+fi
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-09-30 20:21:39 UTC (rev 97893)
+++ community-i686/PKGBUILD 2013-09-30 20:21:53 UTC (rev 97894)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon <cmbrannon79 at gmail.com>
-# Contributor: Jeff Mickey <j at codemac.net>
-# Contributor: Aaron, phrakture, Griffin <aaron at archlinux.org>
-# Contributor: Jeffrey 'jf' Lim <jfs.world at gmail.com>
-
-pkgname=9base
-pkgver=6
-pkgrel=4
-pkgdesc="Port of various original Plan9 tools to unix"
-url="http://tools.suckless.org/9base"
-source=(http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz 9 plan9.sh)
-depends=(sh)
-conflicts=('plan9port' '9rc-devel')
-provides=('plan9')
-arch=('i686' 'x86_64')
-license=('custom')
-
-build()
-{
- cd "$srcdir/$pkgname-$pkgver"
-
- case $CARCH in
- i686) sed -i 's#^OBJTYPE\s.*$#OBJTYPE = 386#' config.mk ;;
- x86_64) sed -i 's#^OBJTYPE\s.*$#OBJTYPE = x86_64#' config.mk ;;
- esac
-
- sed -i 's#^PREFIX\s.*$#PREFIX = /opt/plan9#' config.mk
- sed -i 's#^CFLAGS\s*+=#CFLAGS += -DPLAN9PORT #' config.mk
-
- # Force dynamic linking. Several of the programs in 9base won't work
- # when statically linked against the latest glibc.
- sed -i '/-static/d' config.mk
-
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- install -m755 ../9 "$pkgdir/opt/plan9/bin/"
- install -D -m755 ../plan9.sh "$pkgdir/etc/profile.d/plan9.sh"
- install -D -m644 LICENSE "$pkgdir/usr/share/licenses/9base/LICENSE"
-}
-
-md5sums=('5a4684c13fe19b00a50c2cf926d5cafc'
- 'ae7108b9f26bed388e9055f35eef2986'
- '62a9e52043d9c32967fcae9018fffb56')
Copied: 9base/repos/community-i686/PKGBUILD (from rev 97893, 9base/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-30 20:21:53 UTC (rev 97894)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Chris Brannon <cmbrannon79 at gmail.com>
+# Contributor: Jeff Mickey <j at codemac.net>
+# Contributor: Aaron, phrakture, Griffin <aaron at archlinux.org>
+# Contributor: Jeffrey 'jf' Lim <jfs.world at gmail.com>
+
+pkgname=9base
+pkgver=6
+pkgrel=5
+pkgdesc="Port of various original Plan9 tools to unix"
+url="http://tools.suckless.org/9base"
+source=(http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz 9 plan9.sh)
+depends=(sh)
+conflicts=('plan9port' '9rc-devel')
+provides=('plan9')
+arch=('i686' 'x86_64')
+license=('custom')
+
+build() {
+ cd $pkgname-$pkgver
+
+ case $CARCH in
+ i686) sed -i 's#^OBJTYPE\s.*$#OBJTYPE = 386#' config.mk ;;
+ x86_64) sed -i 's#^OBJTYPE\s.*$#OBJTYPE = x86_64#' config.mk ;;
+ esac
+
+ sed -i 's#^PREFIX\s.*$#PREFIX = /opt/plan9#' config.mk
+ sed -i 's#^CFLAGS\s*+=#CFLAGS += -DPLAN9PORT #' config.mk
+
+ # Force dynamic linking. Several of the programs in 9base won't work
+ # when statically linked against the latest glibc.
+ sed -i '/-static/d' config.mk
+
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+ install -m755 ../9 "$pkgdir/opt/plan9/bin/"
+ install -D -m755 ../plan9.sh "$pkgdir/etc/profile.d/plan9.sh"
+ install -D -m644 LICENSE "$pkgdir/usr/share/licenses/9base/LICENSE"
+}
+
+md5sums=('5a4684c13fe19b00a50c2cf926d5cafc'
+ 'ae7108b9f26bed388e9055f35eef2986'
+ '62a9e52043d9c32967fcae9018fffb56')
Deleted: community-i686/plan9.sh
===================================================================
--- community-i686/plan9.sh 2013-09-30 20:21:39 UTC (rev 97893)
+++ community-i686/plan9.sh 2013-09-30 20:21:53 UTC (rev 97894)
@@ -1,4 +0,0 @@
-export PLAN9=/opt/plan9
-export PATH=$PATH:$PLAN9/bin
-export MANPATH=$MANPATH:$PLAN9/man
-
Copied: 9base/repos/community-i686/plan9.sh (from rev 97893, 9base/trunk/plan9.sh)
===================================================================
--- community-i686/plan9.sh (rev 0)
+++ community-i686/plan9.sh 2013-09-30 20:21:53 UTC (rev 97894)
@@ -0,0 +1,4 @@
+export PLAN9=/opt/plan9
+export PATH=$PATH:$PLAN9/bin
+export MANPATH=$MANPATH:$PLAN9/man
+
Deleted: community-x86_64/9
===================================================================
--- community-x86_64/9 2013-09-30 20:21:39 UTC (rev 97893)
+++ community-x86_64/9 2013-09-30 20:21:53 UTC (rev 97894)
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-PLAN9=${PLAN9:-/opt/plan9}
-export PLAN9
-
-case "$PATH" in
- $PLAN9/bin:*) ;;
- *) export PATH=$PLAN9/bin:$PATH ;;
-esac
-
-if [ $# -gt 0 ]; then
- exec "$@"
-fi
Copied: 9base/repos/community-x86_64/9 (from rev 97893, 9base/trunk/9)
===================================================================
--- community-x86_64/9 (rev 0)
+++ community-x86_64/9 2013-09-30 20:21:53 UTC (rev 97894)
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+PLAN9=${PLAN9:-/opt/plan9}
+export PLAN9
+
+case "$PATH" in
+ $PLAN9/bin:*) ;;
+ *) export PATH=$PLAN9/bin:$PATH ;;
+esac
+
+if [ $# -gt 0 ]; then
+ exec "$@"
+fi
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2013-09-30 20:21:39 UTC (rev 97893)
+++ community-x86_64/PKGBUILD 2013-09-30 20:21:53 UTC (rev 97894)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon <cmbrannon79 at gmail.com>
-# Contributor: Jeff Mickey <j at codemac.net>
-# Contributor: Aaron, phrakture, Griffin <aaron at archlinux.org>
-# Contributor: Jeffrey 'jf' Lim <jfs.world at gmail.com>
-
-pkgname=9base
-pkgver=6
-pkgrel=4
-pkgdesc="Port of various original Plan9 tools to unix"
-url="http://tools.suckless.org/9base"
-source=(http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz 9 plan9.sh)
-depends=(sh)
-conflicts=('plan9port' '9rc-devel')
-provides=('plan9')
-arch=('i686' 'x86_64')
-license=('custom')
-
-build()
-{
- cd "$srcdir/$pkgname-$pkgver"
-
- case $CARCH in
- i686) sed -i 's#^OBJTYPE\s.*$#OBJTYPE = 386#' config.mk ;;
- x86_64) sed -i 's#^OBJTYPE\s.*$#OBJTYPE = x86_64#' config.mk ;;
- esac
-
- sed -i 's#^PREFIX\s.*$#PREFIX = /opt/plan9#' config.mk
- sed -i 's#^CFLAGS\s*+=#CFLAGS += -DPLAN9PORT #' config.mk
-
- # Force dynamic linking. Several of the programs in 9base won't work
- # when statically linked against the latest glibc.
- sed -i '/-static/d' config.mk
-
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- install -m755 ../9 "$pkgdir/opt/plan9/bin/"
- install -D -m755 ../plan9.sh "$pkgdir/etc/profile.d/plan9.sh"
- install -D -m644 LICENSE "$pkgdir/usr/share/licenses/9base/LICENSE"
-}
-
-md5sums=('5a4684c13fe19b00a50c2cf926d5cafc'
- 'ae7108b9f26bed388e9055f35eef2986'
- '62a9e52043d9c32967fcae9018fffb56')
Copied: 9base/repos/community-x86_64/PKGBUILD (from rev 97893, 9base/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-09-30 20:21:53 UTC (rev 97894)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Chris Brannon <cmbrannon79 at gmail.com>
+# Contributor: Jeff Mickey <j at codemac.net>
+# Contributor: Aaron, phrakture, Griffin <aaron at archlinux.org>
+# Contributor: Jeffrey 'jf' Lim <jfs.world at gmail.com>
+
+pkgname=9base
+pkgver=6
+pkgrel=5
+pkgdesc="Port of various original Plan9 tools to unix"
+url="http://tools.suckless.org/9base"
+source=(http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz 9 plan9.sh)
+depends=(sh)
+conflicts=('plan9port' '9rc-devel')
+provides=('plan9')
+arch=('i686' 'x86_64')
+license=('custom')
+
+build() {
+ cd $pkgname-$pkgver
+
+ case $CARCH in
+ i686) sed -i 's#^OBJTYPE\s.*$#OBJTYPE = 386#' config.mk ;;
+ x86_64) sed -i 's#^OBJTYPE\s.*$#OBJTYPE = x86_64#' config.mk ;;
+ esac
+
+ sed -i 's#^PREFIX\s.*$#PREFIX = /opt/plan9#' config.mk
+ sed -i 's#^CFLAGS\s*+=#CFLAGS += -DPLAN9PORT #' config.mk
+
+ # Force dynamic linking. Several of the programs in 9base won't work
+ # when statically linked against the latest glibc.
+ sed -i '/-static/d' config.mk
+
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+ install -m755 ../9 "$pkgdir/opt/plan9/bin/"
+ install -D -m755 ../plan9.sh "$pkgdir/etc/profile.d/plan9.sh"
+ install -D -m644 LICENSE "$pkgdir/usr/share/licenses/9base/LICENSE"
+}
+
+md5sums=('5a4684c13fe19b00a50c2cf926d5cafc'
+ 'ae7108b9f26bed388e9055f35eef2986'
+ '62a9e52043d9c32967fcae9018fffb56')
Deleted: community-x86_64/plan9.sh
===================================================================
--- community-x86_64/plan9.sh 2013-09-30 20:21:39 UTC (rev 97893)
+++ community-x86_64/plan9.sh 2013-09-30 20:21:53 UTC (rev 97894)
@@ -1,4 +0,0 @@
-export PLAN9=/opt/plan9
-export PATH=$PATH:$PLAN9/bin
-export MANPATH=$MANPATH:$PLAN9/man
-
Copied: 9base/repos/community-x86_64/plan9.sh (from rev 97893, 9base/trunk/plan9.sh)
===================================================================
--- community-x86_64/plan9.sh (rev 0)
+++ community-x86_64/plan9.sh 2013-09-30 20:21:53 UTC (rev 97894)
@@ -0,0 +1,4 @@
+export PLAN9=/opt/plan9
+export PATH=$PATH:$PLAN9/bin
+export MANPATH=$MANPATH:$PLAN9/man
+
More information about the arch-commits
mailing list