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

Daniel Isenmann daniel at archlinux.org
Sun Feb 5 17:05:29 UTC 2012


    Date: Sunday, February 5, 2012 @ 12:05:29
  Author: daniel
Revision: 149083

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

Added:
  mod_mono/repos/extra-i686/PKGBUILD
    (from rev 149082, mod_mono/trunk/PKGBUILD)
  mod_mono/repos/extra-i686/mod_mono.install
    (from rev 149082, mod_mono/trunk/mod_mono.install)
  mod_mono/repos/extra-x86_64/PKGBUILD
    (from rev 149082, mod_mono/trunk/PKGBUILD)
  mod_mono/repos/extra-x86_64/mod_mono.install
    (from rev 149082, mod_mono/trunk/mod_mono.install)
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           |   48 ++++++++++++++++++++--------------------
 extra-i686/mod_mono.install   |   40 ++++++++++++++++-----------------
 extra-x86_64/PKGBUILD         |   48 ++++++++++++++++++++--------------------
 extra-x86_64/mod_mono.install |   40 ++++++++++++++++-----------------
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-05 17:05:06 UTC (rev 149082)
+++ extra-i686/PKGBUILD	2012-02-05 17:05:29 UTC (rev 149083)
@@ -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=1
-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 149082, mod_mono/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-05 17:05:29 UTC (rev 149083)
@@ -0,0 +1,24 @@
+# $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
+}

Deleted: extra-i686/mod_mono.install
===================================================================
--- extra-i686/mod_mono.install	2012-02-05 17:05:06 UTC (rev 149082)
+++ extra-i686/mod_mono.install	2012-02-05 17:05:29 UTC (rev 149083)
@@ -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

Copied: mod_mono/repos/extra-i686/mod_mono.install (from rev 149082, mod_mono/trunk/mod_mono.install)
===================================================================
--- extra-i686/mod_mono.install	                        (rev 0)
+++ extra-i686/mod_mono.install	2012-02-05 17:05:29 UTC (rev 149083)
@@ -0,0 +1,20 @@
+# 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	2012-02-05 17:05:06 UTC (rev 149082)
+++ extra-x86_64/PKGBUILD	2012-02-05 17:05:29 UTC (rev 149083)
@@ -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=1
-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 149082, mod_mono/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-05 17:05:29 UTC (rev 149083)
@@ -0,0 +1,24 @@
+# $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
+}

Deleted: extra-x86_64/mod_mono.install
===================================================================
--- extra-x86_64/mod_mono.install	2012-02-05 17:05:06 UTC (rev 149082)
+++ extra-x86_64/mod_mono.install	2012-02-05 17:05:29 UTC (rev 149083)
@@ -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

Copied: mod_mono/repos/extra-x86_64/mod_mono.install (from rev 149082, mod_mono/trunk/mod_mono.install)
===================================================================
--- extra-x86_64/mod_mono.install	                        (rev 0)
+++ extra-x86_64/mod_mono.install	2012-02-05 17:05:29 UTC (rev 149083)
@@ -0,0 +1,20 @@
+# 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