[arch-commits] Commit in mod_mono/repos (6 files)

Allan McRae allan at nymeria.archlinux.org
Sun Feb 3 09:59:15 UTC 2013


    Date: Sunday, February 3, 2013 @ 10:59:14
  Author: allan
Revision: 176977

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

Added:
  mod_mono/repos/extra-i686/PKGBUILD
    (from rev 176976, mod_mono/trunk/PKGBUILD)
  mod_mono/repos/extra-x86_64/PKGBUILD
    (from rev 176976, mod_mono/trunk/PKGBUILD)
Deleted:
  mod_mono/repos/extra-i686/PKGBUILD
  mod_mono/repos/extra-i686/mod_mono.install
  mod_mono/repos/extra-x86_64/PKGBUILD
  mod_mono/repos/extra-x86_64/mod_mono.install

-------------------------------+
 extra-i686/PKGBUILD           |   51 +++++++++++++++++++++-------------------
 extra-i686/mod_mono.install   |   20 ---------------
 extra-x86_64/PKGBUILD         |   51 +++++++++++++++++++++-------------------
 extra-x86_64/mod_mono.install |   20 ---------------
 4 files changed, 54 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-02-03 09:57:54 UTC (rev 176976)
+++ extra-i686/PKGBUILD	2013-02-03 09:59:14 UTC (rev 176977)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-
-pkgname=mod_mono
-pkgver=2.10
-pkgrel=2
-pkgdesc="The mono module to make ASP.NET running on top of apache"
-arch=(i686 x86_64)
-license=('APACHE')
-depends=('apache>=2.2.11' 'xsp')
-url="http://www.go-mono.com"
-install=${pkgname}.install
-source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('422c533a0dfbd699eb6339234261150a')
-
-build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  CFLAGS="${CFLAGS} `apr-1-config --cppflags --includes --cflags`" ./configure \
-    --prefix=/usr --sysconfdir=/etc --with-apxs=/usr/sbin/apxs \
-    --with-mono-prefix=/usr --with-apr-config=/usr/bin/apr-1-config
-  make || return 1
-  make DESTDIR=${startdir}/pkg install
-}

Copied: mod_mono/repos/extra-i686/PKGBUILD (from rev 176976, mod_mono/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-02-03 09:59:14 UTC (rev 176977)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=mod_mono
+pkgver=2.10
+pkgrel=3
+pkgdesc="The mono module to make ASP.NET running on top of apache"
+arch=('i686' 'x86_64')
+url="http://www.go-mono.com"
+license=('APACHE')
+depends=('apache>=2.2.11' 'xsp')
+source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('422c533a0dfbd699eb6339234261150a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  CFLAGS="${CFLAGS} `apr-1-config --cppflags --includes --cflags`" ./configure \
+    --prefix=/usr --sysconfdir=/etc --with-apxs=/usr/sbin/apxs \
+    --with-mono-prefix=/usr --with-apr-config=/usr/bin/apr-1-config
+  make
+}
+
+package() {
+  cd ${srcdir}//${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+}

Deleted: extra-i686/mod_mono.install
===================================================================
--- extra-i686/mod_mono.install	2013-02-03 09:57:54 UTC (rev 176976)
+++ extra-i686/mod_mono.install	2013-02-03 09:59:14 UTC (rev 176977)
@@ -1,20 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  cat << EOM
-
---> As of version 1.1.10 mod_mono let's you use asp pages very easily by some
---> auto integration in apache. Please read:
-          http://www.mono-project.com/AutoConfiguration
---> to get the idea. To use mod_mono, you only have to type into httpd.conf:
-Include /etc/httpd/conf/mod_mono.conf
-
-EOM
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  post_install $1
-}
-
-# vim: ft=sh

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-02-03 09:57:54 UTC (rev 176976)
+++ extra-x86_64/PKGBUILD	2013-02-03 09:59:14 UTC (rev 176977)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-
-pkgname=mod_mono
-pkgver=2.10
-pkgrel=2
-pkgdesc="The mono module to make ASP.NET running on top of apache"
-arch=(i686 x86_64)
-license=('APACHE')
-depends=('apache>=2.2.11' 'xsp')
-url="http://www.go-mono.com"
-install=${pkgname}.install
-source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('422c533a0dfbd699eb6339234261150a')
-
-build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  CFLAGS="${CFLAGS} `apr-1-config --cppflags --includes --cflags`" ./configure \
-    --prefix=/usr --sysconfdir=/etc --with-apxs=/usr/sbin/apxs \
-    --with-mono-prefix=/usr --with-apr-config=/usr/bin/apr-1-config
-  make || return 1
-  make DESTDIR=${startdir}/pkg install
-}

Copied: mod_mono/repos/extra-x86_64/PKGBUILD (from rev 176976, mod_mono/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-02-03 09:59:14 UTC (rev 176977)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=mod_mono
+pkgver=2.10
+pkgrel=3
+pkgdesc="The mono module to make ASP.NET running on top of apache"
+arch=('i686' 'x86_64')
+url="http://www.go-mono.com"
+license=('APACHE')
+depends=('apache>=2.2.11' 'xsp')
+source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('422c533a0dfbd699eb6339234261150a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  CFLAGS="${CFLAGS} `apr-1-config --cppflags --includes --cflags`" ./configure \
+    --prefix=/usr --sysconfdir=/etc --with-apxs=/usr/sbin/apxs \
+    --with-mono-prefix=/usr --with-apr-config=/usr/bin/apr-1-config
+  make
+}
+
+package() {
+  cd ${srcdir}//${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+}

Deleted: extra-x86_64/mod_mono.install
===================================================================
--- extra-x86_64/mod_mono.install	2013-02-03 09:57:54 UTC (rev 176976)
+++ extra-x86_64/mod_mono.install	2013-02-03 09:59:14 UTC (rev 176977)
@@ -1,20 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  cat << EOM
-
---> As of version 1.1.10 mod_mono let's you use asp pages very easily by some
---> auto integration in apache. Please read:
-          http://www.mono-project.com/AutoConfiguration
---> to get the idea. To use mod_mono, you only have to type into httpd.conf:
-Include /etc/httpd/conf/mod_mono.conf
-
-EOM
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  post_install $1
-}
-
-# vim: ft=sh




More information about the arch-commits mailing list