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

Jan de Groot jgc at nymeria.archlinux.org
Mon Jan 27 08:09:44 UTC 2014


    Date: Monday, January 27, 2014 @ 09:09:44
  Author: jgc
Revision: 204785

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

Added:
  mod_fcgid/repos/extra-i686/PKGBUILD
    (from rev 204784, mod_fcgid/trunk/PKGBUILD)
  mod_fcgid/repos/extra-x86_64/PKGBUILD
    (from rev 204784, mod_fcgid/trunk/PKGBUILD)
Deleted:
  mod_fcgid/repos/extra-i686/PKGBUILD
  mod_fcgid/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   54 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   25 ----------------------
 extra-x86_64/PKGBUILD |   25 ----------------------
 3 files changed, 54 insertions(+), 50 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-01-27 08:09:37 UTC (rev 204784)
+++ extra-i686/PKGBUILD	2014-01-27 08:09:44 UTC (rev 204785)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=mod_fcgid
-pkgver=2.3.7
-pkgrel=1
-pkgdesc="A FastCGI module for Apache HTTP Server."
-license=('APACHE')
-arch=('i686' 'x86_64')
-url="http://httpd.apache.org/mod_fcgid/"
-depends=('apache')
-source=("http://apache.cs.utah.edu/httpd/mod_fcgid/mod_fcgid-$pkgver.tar.gz")
-sha256sums=('b72810cb34942945156f29ce60946da7dc941bb4cfca8b9d224573535bd8ef6d')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure.apxs 
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  rm -rf "$pkgdir"/{usr/share,etc}
-}

Copied: mod_fcgid/repos/extra-i686/PKGBUILD (from rev 204784, mod_fcgid/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-01-27 08:09:44 UTC (rev 204785)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=mod_fcgid
+pkgver=2.3.9
+pkgrel=1
+pkgdesc="A FastCGI module for Apache HTTP Server."
+license=('APACHE')
+arch=('i686' 'x86_64')
+url="http://httpd.apache.org/mod_fcgid/"
+depends=('apache')
+source=(http://www.apache.org/dist/httpd/mod_fcgid/mod_fcgid-$pkgver.tar.bz2{,.asc})
+sha1sums=('f0b6d87dfcfe18b318905a3f91274051f3f17945'
+          'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure.apxs 
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm -rf "${pkgdir}/usr/share"
+  rm -rf "${pkgdir}/etc"
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-01-27 08:09:37 UTC (rev 204784)
+++ extra-x86_64/PKGBUILD	2014-01-27 08:09:44 UTC (rev 204785)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=mod_fcgid
-pkgver=2.3.7
-pkgrel=1
-pkgdesc="A FastCGI module for Apache HTTP Server."
-license=('APACHE')
-arch=('i686' 'x86_64')
-url="http://httpd.apache.org/mod_fcgid/"
-depends=('apache')
-source=("http://apache.cs.utah.edu/httpd/mod_fcgid/mod_fcgid-$pkgver.tar.gz")
-sha256sums=('b72810cb34942945156f29ce60946da7dc941bb4cfca8b9d224573535bd8ef6d')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure.apxs 
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  rm -rf "$pkgdir"/{usr/share,etc}
-}

Copied: mod_fcgid/repos/extra-x86_64/PKGBUILD (from rev 204784, mod_fcgid/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-01-27 08:09:44 UTC (rev 204785)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=mod_fcgid
+pkgver=2.3.9
+pkgrel=1
+pkgdesc="A FastCGI module for Apache HTTP Server."
+license=('APACHE')
+arch=('i686' 'x86_64')
+url="http://httpd.apache.org/mod_fcgid/"
+depends=('apache')
+source=(http://www.apache.org/dist/httpd/mod_fcgid/mod_fcgid-$pkgver.tar.bz2{,.asc})
+sha1sums=('f0b6d87dfcfe18b318905a3f91274051f3f17945'
+          'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure.apxs 
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm -rf "${pkgdir}/usr/share"
+  rm -rf "${pkgdir}/etc"
+}




More information about the arch-commits mailing list