[arch-commits] Commit in spawn-fcgi/repos (4 files)

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:33:20
  Author: foutrelis
Revision: 160650

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

Added:
  spawn-fcgi/repos/community-staging-i686/
  spawn-fcgi/repos/community-staging-i686/PKGBUILD
(from rev 160649, spawn-fcgi/trunk/PKGBUILD)
  spawn-fcgi/repos/community-staging-x86_64/
  spawn-fcgi/repos/community-staging-x86_64/PKGBUILD
(from rev 160649, spawn-fcgi/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   29 +
 community-staging-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: spawn-fcgi/repos/community-staging-i686/PKGBUILD (from rev 160649, 
spawn-fcgi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 00:33:20 UTC (rev 160650)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Aaron Bull Schaefer 
+# Contributor: Felix Hanley 
+
+pkgname=spawn-fcgi
+pkgver=1.6.4
+pkgrel=2
+pkgdesc='A FastCGI process manager for web applications'
+arch=('i686' 'x86_64')
+url='http://redmine.lighttpd.net/projects/spawn-fcgi/'
+license=('BSD')
+depends=('glibc')
+source=("http://www.lighttpd.net/download/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('bf269849995ab8b3a8989779fa5818aa')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: spawn-fcgi/repos/community-staging-x86_64/PKGBUILD (from rev 160649, 
spawn-fcgi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 00:33:20 UTC (rev 160650)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Aaron Bull Schaefer 
+# Contributor: Felix Hanley 
+
+pkgname=spawn-fcgi
+pkgver=1.6.4
+pkgrel=2
+pkgdesc='A FastCGI process manager for web applications'
+arch=('i686' 'x86_64')
+url='http://redmine.lighttpd.net/projects/spawn-fcgi/'
+license=('BSD')
+depends=('glibc')
+source=("http://www.lighttpd.net/download/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('bf269849995ab8b3a8989779fa5818aa')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in spawn-fcgi/repos (4 files)

2014-06-10 Thread Lukas Fleischer
Date: Tuesday, June 10, 2014 @ 10:02:12
  Author: lfleischer
Revision: 112955

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

Added:
  spawn-fcgi/repos/community-i686/PKGBUILD
(from rev 112954, spawn-fcgi/trunk/PKGBUILD)
  spawn-fcgi/repos/community-x86_64/PKGBUILD
(from rev 112954, spawn-fcgi/trunk/PKGBUILD)
Deleted:
  spawn-fcgi/repos/community-i686/PKGBUILD
  spawn-fcgi/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   29 --
 community-x86_64/PKGBUILD |   29 --
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-10 08:01:59 UTC (rev 112954)
+++ community-i686/PKGBUILD 2014-06-10 08:02:12 UTC (rev 112955)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Aaron Bull Schaefer 
-# Contributor: Felix Hanley 
-
-pkgname=spawn-fcgi
-pkgver=1.6.3
-pkgrel=2
-pkgdesc='A FastCGI process manager for web applications'
-arch=('i686' 'x86_64')
-url='http://redmine.lighttpd.net/projects/spawn-fcgi/'
-license=('BSD')
-depends=('glibc')
-source=("http://www.lighttpd.net/download/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('787ed2f88d2204bf1fe4fbd6e509d1d7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: spawn-fcgi/repos/community-i686/PKGBUILD (from rev 112954, 
spawn-fcgi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-10 08:02:12 UTC (rev 112955)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Aaron Bull Schaefer 
+# Contributor: Felix Hanley 
+
+pkgname=spawn-fcgi
+pkgver=1.6.4
+pkgrel=1
+pkgdesc='A FastCGI process manager for web applications'
+arch=('i686' 'x86_64')
+url='http://redmine.lighttpd.net/projects/spawn-fcgi/'
+license=('BSD')
+depends=('glibc')
+source=("http://www.lighttpd.net/download/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('bf269849995ab8b3a8989779fa5818aa')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-10 08:01:59 UTC (rev 112954)
+++ community-x86_64/PKGBUILD   2014-06-10 08:02:12 UTC (rev 112955)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Aaron Bull Schaefer 
-# Contributor: Felix Hanley 
-
-pkgname=spawn-fcgi
-pkgver=1.6.3
-pkgrel=2
-pkgdesc='A FastCGI process manager for web applications'
-arch=('i686' 'x86_64')
-url='http://redmine.lighttpd.net/projects/spawn-fcgi/'
-license=('BSD')
-depends=('glibc')
-source=("http://www.lighttpd.net/download/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('787ed2f88d2204bf1fe4fbd6e509d1d7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: spawn-fcgi/repos/community-x86_64/PKGBUILD (from rev 112954, 
spawn-fcgi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-10 08:02:12 UTC (rev 112955)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Aaron Bull Schaefer 
+# Contributor: Felix Hanley 
+
+pkgname=spawn-fcgi
+pkgver=1.6.4
+pkgrel=1
+pkgdesc='A FastCGI process manager for web applications'
+arch=('i686' 'x86_64')
+url='http://redmine.lighttpd.net/projects/spawn-fcgi/'
+license=('BSD')
+depends=('glibc')
+source=("http://www.lighttpd.net/download/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('bf269849995ab8b3a8989779fa5818aa')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}