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

2017-06-19 Thread Laurent Carlier
Date: Monday, June 19, 2017 @ 09:04:35
  Author: lcarlier
Revision: 238138

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

Added:
  gnustep-base/repos/community-i686/ChangeLog
(from rev 238137, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-i686/PKGBUILD
(from rev 238137, gnustep-base/trunk/PKGBUILD)
  gnustep-base/repos/community-x86_64/ChangeLog
(from rev 238137, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-x86_64/PKGBUILD
(from rev 238137, gnustep-base/trunk/PKGBUILD)
Deleted:
  gnustep-base/repos/community-i686/ChangeLog
  gnustep-base/repos/community-i686/PKGBUILD
  gnustep-base/repos/community-x86_64/ChangeLog
  gnustep-base/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   12 +++
 /PKGBUILD  |   72 +++
 community-i686/ChangeLog   |6 ---
 community-i686/PKGBUILD|   36 -
 community-x86_64/ChangeLog |6 ---
 community-x86_64/PKGBUILD  |   36 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2017-06-19 09:04:29 UTC (rev 238137)
+++ community-i686/ChangeLog2017-06-19 09:04:35 UTC (rev 238138)
@@ -1,6 +0,0 @@
-2007-07-24 Snowman 
-   * rebuilt against toolchain in current
-   * fixed SMP build
-   * fixed file ownership
-2007-06-26 tardo 
-* Built for x86_64

Copied: gnustep-base/repos/community-i686/ChangeLog (from rev 238137, 
gnustep-base/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2017-06-19 09:04:35 UTC (rev 238138)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman 
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo 
+* Built for x86_64

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-19 09:04:29 UTC (rev 238137)
+++ community-i686/PKGBUILD 2017-06-19 09:04:35 UTC (rev 238138)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Sebastian Sareyko 
-
-pkgname=gnustep-base
-pkgver=1.25.0
-pkgrel=2
-pkgdesc="The GNUstep base package"
-arch=('i686' 'x86_64')
-url="http://www.gnustep.org/;
-license=("GPL" "LGPL")
-depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
-makedepends=(gcc-objc)
-conflicts=('gnustep-base-svn')
-groups=('gnustep-core')
-options=('!emptydirs' '!makeflags')
-source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-sha256sums=('f5159a7d70e06b9dfb96c5f8ac572e3a5e6cf8de7bafb056bc9b2e0c4f93c347')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  source /etc/profile.d/GNUstep.sh
-  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
-   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
-  # fix file ownership
-  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
-  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
-  make VERBOSE=1
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  chown -R root.root "$pkgdir/"
-}

Copied: gnustep-base/repos/community-i686/PKGBUILD (from rev 238137, 
gnustep-base/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-19 09:04:35 UTC (rev 238138)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Sebastian Sareyko 
+
+pkgname=gnustep-base
+pkgver=1.25.0
+pkgrel=3
+pkgdesc="The GNUstep base package"
+arch=('i686' 'x86_64')
+url="http://www.gnustep.org/;
+license=("GPL" "LGPL")
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+sha256sums=('f5159a7d70e06b9dfb96c5f8ac572e3a5e6cf8de7bafb056bc9b2e0c4f93c347')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  source /usr/share/GNUstep/Makefiles/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 

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

2017-04-17 Thread Sergej Pupykin
Date: Monday, April 17, 2017 @ 08:13:39
  Author: spupykin
Revision: 223365

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

Added:
  gnustep-base/repos/community-i686/ChangeLog
(from rev 223364, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-i686/PKGBUILD
(from rev 223364, gnustep-base/trunk/PKGBUILD)
  gnustep-base/repos/community-x86_64/ChangeLog
(from rev 223364, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-x86_64/PKGBUILD
(from rev 223364, gnustep-base/trunk/PKGBUILD)
Deleted:
  gnustep-base/repos/community-i686/ChangeLog
  gnustep-base/repos/community-i686/PKGBUILD
  gnustep-base/repos/community-x86_64/ChangeLog
  gnustep-base/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   12 +++
 /PKGBUILD  |   72 +++
 community-i686/ChangeLog   |6 ---
 community-i686/PKGBUILD|   36 -
 community-x86_64/ChangeLog |6 ---
 community-x86_64/PKGBUILD  |   36 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2017-04-17 08:13:24 UTC (rev 223364)
+++ community-i686/ChangeLog2017-04-17 08:13:39 UTC (rev 223365)
@@ -1,6 +0,0 @@
-2007-07-24 Snowman 
-   * rebuilt against toolchain in current
-   * fixed SMP build
-   * fixed file ownership
-2007-06-26 tardo 
-* Built for x86_64

Copied: gnustep-base/repos/community-i686/ChangeLog (from rev 223364, 
gnustep-base/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2017-04-17 08:13:39 UTC (rev 223365)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman 
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo 
+* Built for x86_64

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-17 08:13:24 UTC (rev 223364)
+++ community-i686/PKGBUILD 2017-04-17 08:13:39 UTC (rev 223365)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Sebastian Sareyko 
-
-pkgname=gnustep-base
-pkgver=1.24.9
-pkgrel=3
-pkgdesc="The GNUstep base package"
-arch=('i686' 'x86_64')
-url="http://www.gnustep.org/;
-license=("GPL" "LGPL")
-depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
-makedepends=(gcc-objc)
-conflicts=('gnustep-base-svn')
-groups=('gnustep-core')
-options=('!emptydirs' '!makeflags')
-source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('34b1d127762c66a1e6358bd605e47ba5')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  source /etc/profile.d/GNUstep.sh
-  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
-   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
-  # fix file ownership
-  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
-  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
-  make VERBOSE=1
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  chown -R root.root "$pkgdir/"
-}

Copied: gnustep-base/repos/community-i686/PKGBUILD (from rev 223364, 
gnustep-base/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-17 08:13:39 UTC (rev 223365)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Sebastian Sareyko 
+
+pkgname=gnustep-base
+pkgver=1.25.0
+pkgrel=1
+pkgdesc="The GNUstep base package"
+arch=('i686' 'x86_64')
+url="http://www.gnustep.org/;
+license=("GPL" "LGPL")
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+sha256sums=('f5159a7d70e06b9dfb96c5f8ac572e3a5e6cf8de7bafb056bc9b2e0c4f93c347')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
+ 

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

2016-08-01 Thread Sergej Pupykin
Date: Monday, August 1, 2016 @ 19:04:44
  Author: spupykin
Revision: 184775

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

Added:
  gnustep-base/repos/community-i686/ChangeLog
(from rev 184774, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-i686/PKGBUILD
(from rev 184774, gnustep-base/trunk/PKGBUILD)
  gnustep-base/repos/community-x86_64/ChangeLog
(from rev 184774, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-x86_64/PKGBUILD
(from rev 184774, gnustep-base/trunk/PKGBUILD)
Deleted:
  gnustep-base/repos/community-i686/ChangeLog
  gnustep-base/repos/community-i686/PKGBUILD
  gnustep-base/repos/community-x86_64/ChangeLog
  gnustep-base/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   12 +++
 /PKGBUILD  |   72 +++
 community-i686/ChangeLog   |6 ---
 community-i686/PKGBUILD|   36 -
 community-x86_64/ChangeLog |6 ---
 community-x86_64/PKGBUILD  |   36 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2016-08-01 19:04:31 UTC (rev 184774)
+++ community-i686/ChangeLog2016-08-01 19:04:44 UTC (rev 184775)
@@ -1,6 +0,0 @@
-2007-07-24 Snowman 
-   * rebuilt against toolchain in current
-   * fixed SMP build
-   * fixed file ownership
-2007-06-26 tardo 
-* Built for x86_64

Copied: gnustep-base/repos/community-i686/ChangeLog (from rev 184774, 
gnustep-base/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2016-08-01 19:04:44 UTC (rev 184775)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman 
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo 
+* Built for x86_64

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-01 19:04:31 UTC (rev 184774)
+++ community-i686/PKGBUILD 2016-08-01 19:04:44 UTC (rev 184775)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Sebastian Sareyko 
-
-pkgname=gnustep-base
-pkgver=1.24.9
-pkgrel=1
-pkgdesc="The GNUstep base package"
-arch=('i686' 'x86_64')
-url="http://www.gnustep.org/;
-license=("GPL" "LGPL")
-depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
-makedepends=(gcc-objc)
-conflicts=('gnustep-base-svn')
-groups=('gnustep-core')
-options=('!emptydirs' '!makeflags')
-source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('34b1d127762c66a1e6358bd605e47ba5')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  source /etc/profile.d/GNUstep.sh
-  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
-   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
-  # fix file ownership
-  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
-  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
-  make VERBOSE=1
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  chown -R root.root "$pkgdir/"
-}

Copied: gnustep-base/repos/community-i686/PKGBUILD (from rev 184774, 
gnustep-base/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-01 19:04:44 UTC (rev 184775)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Sebastian Sareyko 
+
+pkgname=gnustep-base
+pkgver=1.24.9
+pkgrel=2
+pkgdesc="The GNUstep base package"
+arch=('i686' 'x86_64')
+url="http://www.gnustep.org/;
+license=("GPL" "LGPL")
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('34b1d127762c66a1e6358bd605e47ba5')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
+  sed -i 

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

2016-07-18 Thread Sergej Pupykin
Date: Monday, July 18, 2016 @ 11:26:34
  Author: spupykin
Revision: 183061

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

Added:
  gnustep-base/repos/community-i686/ChangeLog
(from rev 183060, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-i686/PKGBUILD
(from rev 183060, gnustep-base/trunk/PKGBUILD)
  gnustep-base/repos/community-x86_64/ChangeLog
(from rev 183060, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-x86_64/PKGBUILD
(from rev 183060, gnustep-base/trunk/PKGBUILD)
Deleted:
  gnustep-base/repos/community-i686/ChangeLog
  gnustep-base/repos/community-i686/PKGBUILD
  gnustep-base/repos/community-x86_64/ChangeLog
  gnustep-base/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   12 +++
 /PKGBUILD  |   72 +++
 community-i686/ChangeLog   |6 ---
 community-i686/PKGBUILD|   36 -
 community-x86_64/ChangeLog |6 ---
 community-x86_64/PKGBUILD  |   36 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2016-07-18 11:26:20 UTC (rev 183060)
+++ community-i686/ChangeLog2016-07-18 11:26:34 UTC (rev 183061)
@@ -1,6 +0,0 @@
-2007-07-24 Snowman 
-   * rebuilt against toolchain in current
-   * fixed SMP build
-   * fixed file ownership
-2007-06-26 tardo 
-* Built for x86_64

Copied: gnustep-base/repos/community-i686/ChangeLog (from rev 183060, 
gnustep-base/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2016-07-18 11:26:34 UTC (rev 183061)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman 
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo 
+* Built for x86_64

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-18 11:26:20 UTC (rev 183060)
+++ community-i686/PKGBUILD 2016-07-18 11:26:34 UTC (rev 183061)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Sebastian Sareyko 
-
-pkgname=gnustep-base
-pkgver=1.24.8
-pkgrel=3
-pkgdesc="The GNUstep base package"
-arch=('i686' 'x86_64')
-url="http://www.gnustep.org/;
-license=("GPL" "LGPL")
-depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
-makedepends=(gcc-objc)
-conflicts=('gnustep-base-svn')
-groups=('gnustep-core')
-options=('!emptydirs' '!makeflags')
-source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('d0a22c87d506319c604a5c436c2dc0eb')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  source /etc/profile.d/GNUstep.sh
-  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
-   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
-  # fix file ownership
-  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
-  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
-  make VERBOSE=1
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  chown -R root.root "$pkgdir/"
-}

Copied: gnustep-base/repos/community-i686/PKGBUILD (from rev 183060, 
gnustep-base/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-18 11:26:34 UTC (rev 183061)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Sebastian Sareyko 
+
+pkgname=gnustep-base
+pkgver=1.24.9
+pkgrel=1
+pkgdesc="The GNUstep base package"
+arch=('i686' 'x86_64')
+url="http://www.gnustep.org/;
+license=("GPL" "LGPL")
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('34b1d127762c66a1e6358bd605e47ba5')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
+  sed -i 

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

2015-07-30 Thread Sergej Pupykin
Date: Thursday, July 30, 2015 @ 13:16:26
  Author: spupykin
Revision: 137617

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

Added:
  gnustep-base/repos/community-i686/ChangeLog
(from rev 137616, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-i686/PKGBUILD
(from rev 137616, gnustep-base/trunk/PKGBUILD)
  gnustep-base/repos/community-x86_64/ChangeLog
(from rev 137616, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-x86_64/PKGBUILD
(from rev 137616, gnustep-base/trunk/PKGBUILD)
Deleted:
  gnustep-base/repos/community-i686/ChangeLog
  gnustep-base/repos/community-i686/PKGBUILD
  gnustep-base/repos/community-x86_64/ChangeLog
  gnustep-base/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   12 +++
 /PKGBUILD  |   72 +++
 community-i686/ChangeLog   |6 ---
 community-i686/PKGBUILD|   36 -
 community-x86_64/ChangeLog |6 ---
 community-x86_64/PKGBUILD  |   36 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2015-07-30 11:16:10 UTC (rev 137616)
+++ community-i686/ChangeLog2015-07-30 11:16:26 UTC (rev 137617)
@@ -1,6 +0,0 @@
-2007-07-24 Snowman eric@archlinux
-   * rebuilt against toolchain in current
-   * fixed SMP build
-   * fixed file ownership
-2007-06-26 tardo ta...@nagi-fanboi.net
-* Built for x86_64

Copied: gnustep-base/repos/community-i686/ChangeLog (from rev 137616, 
gnustep-base/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2015-07-30 11:16:26 UTC (rev 137617)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman eric@archlinux
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo ta...@nagi-fanboi.net
+* Built for x86_64

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-30 11:16:10 UTC (rev 137616)
+++ community-i686/PKGBUILD 2015-07-30 11:16:26 UTC (rev 137617)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Sebastian Sareyko pub...@nooms.de
-
-pkgname=gnustep-base
-pkgver=1.24.6
-pkgrel=4
-pkgdesc=The GNUstep base package
-arch=('i686' 'x86_64')
-url=http://www.gnustep.org/;
-license=(GPL LGPL)
-depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
-makedepends=(gcc-objc)
-conflicts=('gnustep-base-svn')
-groups=('gnustep-core')
-options=('!emptydirs' '!makeflags')
-source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('02e45ae9a7e5e75bf32cc1a6e8381bc1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  source /etc/profile.d/GNUstep.sh
-  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
-   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
-  # fix file ownership
-  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
-  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
-  make VERBOSE=1
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  chown -R root.root $pkgdir/
-}

Copied: gnustep-base/repos/community-i686/PKGBUILD (from rev 137616, 
gnustep-base/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-30 11:16:26 UTC (rev 137617)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Sebastian Sareyko pub...@nooms.de
+
+pkgname=gnustep-base
+pkgver=1.24.8
+pkgrel=1
+pkgdesc=The GNUstep base package
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=(GPL LGPL)
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('d0a22c87d506319c604a5c436c2dc0eb')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
+  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
+  make 

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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 11:48:30
  Author: spupykin
Revision: 111470

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

Added:
  gnustep-base/repos/community-i686/ChangeLog
(from rev 111469, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-i686/PKGBUILD
(from rev 111469, gnustep-base/trunk/PKGBUILD)
  gnustep-base/repos/community-x86_64/ChangeLog
(from rev 111469, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-x86_64/PKGBUILD
(from rev 111469, gnustep-base/trunk/PKGBUILD)
Deleted:
  gnustep-base/repos/community-i686/ChangeLog
  gnustep-base/repos/community-i686/PKGBUILD
  gnustep-base/repos/community-x86_64/ChangeLog
  gnustep-base/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   12 +++
 /PKGBUILD  |   72 +++
 community-i686/ChangeLog   |6 ---
 community-i686/PKGBUILD|   36 -
 community-x86_64/ChangeLog |6 ---
 community-x86_64/PKGBUILD  |   36 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2014-05-19 09:48:09 UTC (rev 111469)
+++ community-i686/ChangeLog2014-05-19 09:48:30 UTC (rev 111470)
@@ -1,6 +0,0 @@
-2007-07-24 Snowman eric@archlinux
-   * rebuilt against toolchain in current
-   * fixed SMP build
-   * fixed file ownership
-2007-06-26 tardo ta...@nagi-fanboi.net
-* Built for x86_64

Copied: gnustep-base/repos/community-i686/ChangeLog (from rev 111469, 
gnustep-base/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2014-05-19 09:48:30 UTC (rev 111470)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman eric@archlinux
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo ta...@nagi-fanboi.net
+* Built for x86_64

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-19 09:48:09 UTC (rev 111469)
+++ community-i686/PKGBUILD 2014-05-19 09:48:30 UTC (rev 111470)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Sebastian Sareyko pub...@nooms.de
-
-pkgname=gnustep-base
-pkgver=1.24.5
-pkgrel=6
-pkgdesc=The GNUstep base package
-arch=('i686' 'x86_64')
-url=http://www.gnustep.org/;
-license=(GPL LGPL)
-depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
-makedepends=(gcc-objc)
-conflicts=('gnustep-base-svn')
-groups=('gnustep-core')
-options=('!emptydirs' '!makeflags')
-source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('df4e9786c6845d091a677b55d4e2c7c3')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  source /etc/profile.d/GNUstep.sh
-  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
-   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
-  # fix file ownership
-  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
-  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
-  make VERBOSE=1
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  chown -R root.root $pkgdir/
-}

Copied: gnustep-base/repos/community-i686/PKGBUILD (from rev 111469, 
gnustep-base/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-19 09:48:30 UTC (rev 111470)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Sebastian Sareyko pub...@nooms.de
+
+pkgname=gnustep-base
+pkgver=1.24.6
+pkgrel=1
+pkgdesc=The GNUstep base package
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=(GPL LGPL)
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('02e45ae9a7e5e75bf32cc1a6e8381bc1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
+  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
+  make 

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

2013-09-09 Thread Balló György
Date: Monday, September 9, 2013 @ 21:51:14
  Author: bgyorgy
Revision: 96986

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

Added:
  gnustep-base/repos/community-i686/ChangeLog
(from rev 96985, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-i686/PKGBUILD
(from rev 96985, gnustep-base/trunk/PKGBUILD)
  gnustep-base/repos/community-x86_64/ChangeLog
(from rev 96985, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-x86_64/PKGBUILD
(from rev 96985, gnustep-base/trunk/PKGBUILD)
Deleted:
  gnustep-base/repos/community-i686/ChangeLog
  gnustep-base/repos/community-i686/PKGBUILD
  gnustep-base/repos/community-x86_64/ChangeLog
  gnustep-base/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   12 +++
 /PKGBUILD  |   72 +++
 community-i686/ChangeLog   |6 ---
 community-i686/PKGBUILD|   36 -
 community-x86_64/ChangeLog |6 ---
 community-x86_64/PKGBUILD  |   36 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-09-09 19:51:07 UTC (rev 96985)
+++ community-i686/ChangeLog2013-09-09 19:51:14 UTC (rev 96986)
@@ -1,6 +0,0 @@
-2007-07-24 Snowman eric@archlinux
-   * rebuilt against toolchain in current
-   * fixed SMP build
-   * fixed file ownership
-2007-06-26 tardo ta...@nagi-fanboi.net
-* Built for x86_64

Copied: gnustep-base/repos/community-i686/ChangeLog (from rev 96985, 
gnustep-base/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-09-09 19:51:14 UTC (rev 96986)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman eric@archlinux
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo ta...@nagi-fanboi.net
+* Built for x86_64

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-09 19:51:07 UTC (rev 96985)
+++ community-i686/PKGBUILD 2013-09-09 19:51:14 UTC (rev 96986)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Sebastian Sareyko pub...@nooms.de
-
-pkgname=gnustep-base
-pkgver=1.24.5
-pkgrel=1
-pkgdesc=The GNUstep base package
-arch=('i686' 'x86_64')
-url=http://www.gnustep.org/;
-license=(GPL LGPL)
-depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
-makedepends=(gcc-objc)
-conflicts=('gnustep-base-svn')
-groups=('gnustep-core')
-options=('!emptydirs' '!makeflags')
-source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('df4e9786c6845d091a677b55d4e2c7c3')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  source /etc/profile.d/GNUstep.sh
-  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
-   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
-  # fix file ownership
-  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
-  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
-  make VERBOSE=1
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  chown -R root.root $pkgdir/
-}

Copied: gnustep-base/repos/community-i686/PKGBUILD (from rev 96985, 
gnustep-base/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-09 19:51:14 UTC (rev 96986)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Sebastian Sareyko pub...@nooms.de
+
+pkgname=gnustep-base
+pkgver=1.24.5
+pkgrel=2
+pkgdesc=The GNUstep base package
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=(GPL LGPL)
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('df4e9786c6845d091a677b55d4e2c7c3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
+  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
+  make VERBOSE=1
+}

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

2013-08-30 Thread Sergej Pupykin
Date: Friday, August 30, 2013 @ 16:07:55
  Author: spupykin
Revision: 96475

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

Added:
  gnustep-base/repos/community-i686/ChangeLog
(from rev 96474, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-i686/PKGBUILD
(from rev 96474, gnustep-base/trunk/PKGBUILD)
  gnustep-base/repos/community-x86_64/ChangeLog
(from rev 96474, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-x86_64/PKGBUILD
(from rev 96474, gnustep-base/trunk/PKGBUILD)
Deleted:
  gnustep-base/repos/community-i686/ChangeLog
  gnustep-base/repos/community-i686/PKGBUILD
  gnustep-base/repos/community-x86_64/ChangeLog
  gnustep-base/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   12 +++
 /PKGBUILD  |   72 +++
 community-i686/ChangeLog   |6 ---
 community-i686/PKGBUILD|   36 -
 community-x86_64/ChangeLog |6 ---
 community-x86_64/PKGBUILD  |   36 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-08-30 14:07:38 UTC (rev 96474)
+++ community-i686/ChangeLog2013-08-30 14:07:55 UTC (rev 96475)
@@ -1,6 +0,0 @@
-2007-07-24 Snowman eric@archlinux
-   * rebuilt against toolchain in current
-   * fixed SMP build
-   * fixed file ownership
-2007-06-26 tardo ta...@nagi-fanboi.net
-* Built for x86_64

Copied: gnustep-base/repos/community-i686/ChangeLog (from rev 96474, 
gnustep-base/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-08-30 14:07:55 UTC (rev 96475)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman eric@archlinux
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo ta...@nagi-fanboi.net
+* Built for x86_64

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-30 14:07:38 UTC (rev 96474)
+++ community-i686/PKGBUILD 2013-08-30 14:07:55 UTC (rev 96475)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Sebastian Sareyko pub...@nooms.de
-
-pkgname=gnustep-base
-pkgver=1.24.4
-pkgrel=1
-pkgdesc=The GNUstep base package
-arch=('i686' 'x86_64')
-url=http://www.gnustep.org/;
-license=(GPL LGPL)
-depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
-makedepends=(gcc-objc)
-conflicts=('gnustep-base-svn')
-groups=('gnustep-core')
-options=('!emptydirs' '!makeflags')
-source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('b300f3e6f9c27705226b741c8c018038')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  source /etc/profile.d/GNUstep.sh
-  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
-   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
-  # fix file ownership
-  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
-  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
-  make VERBOSE=1
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  chown -R root.root $pkgdir/
-}

Copied: gnustep-base/repos/community-i686/PKGBUILD (from rev 96474, 
gnustep-base/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-30 14:07:55 UTC (rev 96475)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Sebastian Sareyko pub...@nooms.de
+
+pkgname=gnustep-base
+pkgver=1.24.5
+pkgrel=1
+pkgdesc=The GNUstep base package
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=(GPL LGPL)
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('df4e9786c6845d091a677b55d4e2c7c3')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
+  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
+  make VERBOSE=1
+}

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

2013-05-07 Thread Sergej Pupykin
Date: Tuesday, May 7, 2013 @ 15:34:08
  Author: spupykin
Revision: 90154

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

Added:
  gnustep-base/repos/community-i686/ChangeLog
(from rev 90153, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-i686/PKGBUILD
(from rev 90153, gnustep-base/trunk/PKGBUILD)
  gnustep-base/repos/community-x86_64/ChangeLog
(from rev 90153, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-x86_64/PKGBUILD
(from rev 90153, gnustep-base/trunk/PKGBUILD)
Deleted:
  gnustep-base/repos/community-i686/ChangeLog
  gnustep-base/repos/community-i686/PKGBUILD
  gnustep-base/repos/community-x86_64/ChangeLog
  gnustep-base/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   12 +++
 /PKGBUILD  |   72 +++
 community-i686/ChangeLog   |6 ---
 community-i686/PKGBUILD|   36 -
 community-x86_64/ChangeLog |6 ---
 community-x86_64/PKGBUILD  |   36 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-05-07 13:33:51 UTC (rev 90153)
+++ community-i686/ChangeLog2013-05-07 13:34:08 UTC (rev 90154)
@@ -1,6 +0,0 @@
-2007-07-24 Snowman eric@archlinux
-   * rebuilt against toolchain in current
-   * fixed SMP build
-   * fixed file ownership
-2007-06-26 tardo ta...@nagi-fanboi.net
-* Built for x86_64

Copied: gnustep-base/repos/community-i686/ChangeLog (from rev 90153, 
gnustep-base/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-05-07 13:34:08 UTC (rev 90154)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman eric@archlinux
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo ta...@nagi-fanboi.net
+* Built for x86_64

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-07 13:33:51 UTC (rev 90153)
+++ community-i686/PKGBUILD 2013-05-07 13:34:08 UTC (rev 90154)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Sebastian Sareyko pub...@nooms.de
-
-pkgname=gnustep-base
-pkgver=1.24.0
-pkgrel=3
-pkgdesc=The GNUstep base package
-arch=('i686' 'x86_64')
-url=http://www.gnustep.org/;
-license=(GPL LGPL)
-depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls)
-makedepends=(gcc-objc)
-conflicts=('gnustep-base-svn')
-groups=('gnustep-core')
-options=('!emptydirs' '!makeflags')
-source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('53cd117e9f64729870e906b66d2314ba')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  source /etc/profile.d/GNUstep.sh
-  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
-   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
-  # fix file ownership
-  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
-  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
-  make VERBOSE=1
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  chown -R root.root $pkgdir/
-}

Copied: gnustep-base/repos/community-i686/PKGBUILD (from rev 90153, 
gnustep-base/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-07 13:34:08 UTC (rev 90154)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Sebastian Sareyko pub...@nooms.de
+
+pkgname=gnustep-base
+pkgver=1.24.4
+pkgrel=1
+pkgdesc=The GNUstep base package
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=(GPL LGPL)
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('b300f3e6f9c27705226b741c8c018038')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
+  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
+  make VERBOSE=1
+}
+