[arch-commits] Commit in cgit/repos (12 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon May 27 21:33:26 UTC 2013


    Date: Monday, May 27, 2013 @ 23:33:26
  Author: spupykin
Revision: 91791

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

Added:
  cgit/repos/community-i686/PKGBUILD
    (from rev 91790, cgit/trunk/PKGBUILD)
  cgit/repos/community-i686/apache.example.conf
    (from rev 91790, cgit/trunk/apache.example.conf)
  cgit/repos/community-i686/cgit.install
    (from rev 91790, cgit/trunk/cgit.install)
  cgit/repos/community-x86_64/PKGBUILD
    (from rev 91790, cgit/trunk/PKGBUILD)
  cgit/repos/community-x86_64/apache.example.conf
    (from rev 91790, cgit/trunk/apache.example.conf)
  cgit/repos/community-x86_64/cgit.install
    (from rev 91790, cgit/trunk/cgit.install)
Deleted:
  cgit/repos/community-i686/PKGBUILD
  cgit/repos/community-i686/apache.example.conf
  cgit/repos/community-i686/cgit.install
  cgit/repos/community-x86_64/PKGBUILD
  cgit/repos/community-x86_64/apache.example.conf
  cgit/repos/community-x86_64/cgit.install

--------------------------------------+
 /PKGBUILD                            |   90 +++++++++++++++++++++++++++++++++
 /apache.example.conf                 |   50 ++++++++++++++++++
 /cgit.install                        |   14 +++++
 community-i686/PKGBUILD              |   45 ----------------
 community-i686/apache.example.conf   |   25 ---------
 community-i686/cgit.install          |    7 --
 community-x86_64/PKGBUILD            |   45 ----------------
 community-x86_64/apache.example.conf |   25 ---------
 community-x86_64/cgit.install        |    7 --
 9 files changed, 154 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-27 21:33:02 UTC (rev 91790)
+++ community-i686/PKGBUILD	2013-05-27 21:33:26 UTC (rev 91791)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Current Maintainer:  Patrick Palka <patrick at parcs.ath.cx>
-# Previous Maintainer:  Loui Chang <louipc.ist at gmail com>
-# Contributor: Andreas Baumann <abaumann at yahoo dot com>
-# Development: http://closure.ath.cx/aur-dev
-
-pkgname=cgit
-pkgver=0.9.1
-_gitver=1.7.4
-pkgrel=2
-pkgdesc="A web interface for git written in plain C"
-arch=('i686' 'x86_64')
-url="http://hjemli.net/git/cgit"
-license=('GPL')
-depends=('openssl')
-makedepends=('zlib' 'curl' 'asciidoc')
-install=cgit.install
-source=("http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz"
-	"git-${_gitver}.tar.gz::https://github.com/git/git/archive/v${_gitver}.tar.gz"
-	"apache.example.conf")
-md5sums=('272ee8fec2d81ac1e65117578e64df1e'
-         'c63cc7ca8a4bbf97c8802f354511223e'
-         'bd5696bea0654bfcf98f249b1a36737d')
-
-build() {
-  cd "$pkgname-$pkgver"
-  _cgit_gitver=`grep 'GIT_VER = ' Makefile | cut -f3 -d\ `
-  [ "x${_gitver}" == "x${_cgit_gitver}" ] || { msg "Bad git version"; return 1; }
-  rm -rf git/*
-  mv ../git-${_gitver}/* git/
-  make
-  make doc-man
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make CGIT_SCRIPT_PATH=/usr/share/webapps/cgit DESTDIR="$pkgdir" install install-man
-  install -vDm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  install -vd "$pkgdir/var/cache/$pkgname"
-  install -vDm0644 $srcdir/apache.example.conf $pkgdir/etc/webapps/cgit/apache.example.conf
-  mkdir -p $pkgdir/usr/lib/cgit
-  mv $pkgdir/usr/share/webapps/cgit/cgit.cgi $pkgdir/usr/lib/cgit
-  ln -sf ../../../lib/cgit/cgit.cgi $pkgdir/usr/share/webapps/cgit/cgit.cgi
-}

Copied: cgit/repos/community-i686/PKGBUILD (from rev 91790, cgit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-27 21:33:26 UTC (rev 91791)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Current Maintainer:  Patrick Palka <patrick at parcs.ath.cx>
+# Previous Maintainer:  Loui Chang <louipc.ist at gmail com>
+# Contributor: Andreas Baumann <abaumann at yahoo dot com>
+# Development: http://closure.ath.cx/aur-dev
+
+pkgname=cgit
+pkgver=0.9.2
+_gitver=1.8.3
+pkgrel=1
+pkgdesc="A web interface for git written in plain C"
+arch=('i686' 'x86_64')
+url="http://hjemli.net/git/cgit"
+license=('GPL')
+depends=('openssl')
+makedepends=('zlib' 'curl' 'asciidoc')
+install=cgit.install
+source=("http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz"
+	"git-${_gitver}.tar.gz::https://github.com/git/git/archive/v${_gitver}.tar.gz"
+	"apache.example.conf")
+md5sums=('fe11018eff8d79caad112f4fac64b90f'
+         '73224d3dc86c4999cc49484b49c9acc4'
+         'bd5696bea0654bfcf98f249b1a36737d')
+
+build() {
+  cd "$pkgname-$pkgver"
+  _cgit_gitver=`grep 'GIT_VER = ' Makefile | cut -f3 -d\ `
+  [ "x${_gitver}" == "x${_cgit_gitver}" ] || { msg "Bad git version"; return 1; }
+  rm -rf git/*
+  mv ../git-${_gitver}/* git/
+  make
+  make doc-man
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make CGIT_SCRIPT_PATH=/usr/share/webapps/cgit DESTDIR="$pkgdir" install install-man
+  install -vDm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -vd "$pkgdir/var/cache/$pkgname"
+  install -vDm0644 $srcdir/apache.example.conf $pkgdir/etc/webapps/cgit/apache.example.conf
+  mkdir -p $pkgdir/usr/lib/cgit
+  mv $pkgdir/usr/share/webapps/cgit/cgit.cgi $pkgdir/usr/lib/cgit
+  ln -sf ../../../lib/cgit/cgit.cgi $pkgdir/usr/share/webapps/cgit/cgit.cgi
+}

Deleted: community-i686/apache.example.conf
===================================================================
--- community-i686/apache.example.conf	2013-05-27 21:33:02 UTC (rev 91790)
+++ community-i686/apache.example.conf	2013-05-27 21:33:26 UTC (rev 91791)
@@ -1,25 +0,0 @@
-ScriptAlias /cgit/ "/usr/lib/cgit/cgit.cgi/"
-
-Alias /cgit-css "/usr/share/webapps/cgit/"
-
-<Directory "/usr/share/webapps/cgit/">
-	AllowOverride None
-	Options None
-	Order allow,deny
-	Allow from all
-	AuthType Basic
-	AuthName cgit
-	AuthUserFile /etc/httpd/conf/passwd
-	Require user root
-</Directory>
-
-<Directory "/usr/lib/cgit/">
-	AllowOverride None
-	Options ExecCGI FollowSymlinks
-	Order allow,deny
-	Allow from all
-	AuthType Basic
-	AuthName cgit
-	AuthUserFile /etc/httpd/conf/passwd
-	Require user root
-</Directory>

Copied: cgit/repos/community-i686/apache.example.conf (from rev 91790, cgit/trunk/apache.example.conf)
===================================================================
--- community-i686/apache.example.conf	                        (rev 0)
+++ community-i686/apache.example.conf	2013-05-27 21:33:26 UTC (rev 91791)
@@ -0,0 +1,25 @@
+ScriptAlias /cgit/ "/usr/lib/cgit/cgit.cgi/"
+
+Alias /cgit-css "/usr/share/webapps/cgit/"
+
+<Directory "/usr/share/webapps/cgit/">
+	AllowOverride None
+	Options None
+	Order allow,deny
+	Allow from all
+	AuthType Basic
+	AuthName cgit
+	AuthUserFile /etc/httpd/conf/passwd
+	Require user root
+</Directory>
+
+<Directory "/usr/lib/cgit/">
+	AllowOverride None
+	Options ExecCGI FollowSymlinks
+	Order allow,deny
+	Allow from all
+	AuthType Basic
+	AuthName cgit
+	AuthUserFile /etc/httpd/conf/passwd
+	Require user root
+</Directory>

Deleted: community-i686/cgit.install
===================================================================
--- community-i686/cgit.install	2013-05-27 21:33:02 UTC (rev 91790)
+++ community-i686/cgit.install	2013-05-27 21:33:26 UTC (rev 91791)
@@ -1,7 +0,0 @@
-post_install() {
-   echo -n "Setting ownership of /var/cache/cgit to http:http ... "
-   chown -v http:http var/cache/cgit
-   echo "done."
-   echo -n "cgit looks at /etc/cgitrc for configuration. there is "
-   echo "an example configuration file in its manpage."
-}

Copied: cgit/repos/community-i686/cgit.install (from rev 91790, cgit/trunk/cgit.install)
===================================================================
--- community-i686/cgit.install	                        (rev 0)
+++ community-i686/cgit.install	2013-05-27 21:33:26 UTC (rev 91791)
@@ -0,0 +1,7 @@
+post_install() {
+   echo -n "Setting ownership of /var/cache/cgit to http:http ... "
+   chown -v http:http var/cache/cgit
+   echo "done."
+   echo -n "cgit looks at /etc/cgitrc for configuration. there is "
+   echo "an example configuration file in its manpage."
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-27 21:33:02 UTC (rev 91790)
+++ community-x86_64/PKGBUILD	2013-05-27 21:33:26 UTC (rev 91791)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Current Maintainer:  Patrick Palka <patrick at parcs.ath.cx>
-# Previous Maintainer:  Loui Chang <louipc.ist at gmail com>
-# Contributor: Andreas Baumann <abaumann at yahoo dot com>
-# Development: http://closure.ath.cx/aur-dev
-
-pkgname=cgit
-pkgver=0.9.1
-_gitver=1.7.4
-pkgrel=2
-pkgdesc="A web interface for git written in plain C"
-arch=('i686' 'x86_64')
-url="http://hjemli.net/git/cgit"
-license=('GPL')
-depends=('openssl')
-makedepends=('zlib' 'curl' 'asciidoc')
-install=cgit.install
-source=("http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz"
-	"git-${_gitver}.tar.gz::https://github.com/git/git/archive/v${_gitver}.tar.gz"
-	"apache.example.conf")
-md5sums=('272ee8fec2d81ac1e65117578e64df1e'
-         'c63cc7ca8a4bbf97c8802f354511223e'
-         'bd5696bea0654bfcf98f249b1a36737d')
-
-build() {
-  cd "$pkgname-$pkgver"
-  _cgit_gitver=`grep 'GIT_VER = ' Makefile | cut -f3 -d\ `
-  [ "x${_gitver}" == "x${_cgit_gitver}" ] || { msg "Bad git version"; return 1; }
-  rm -rf git/*
-  mv ../git-${_gitver}/* git/
-  make
-  make doc-man
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make CGIT_SCRIPT_PATH=/usr/share/webapps/cgit DESTDIR="$pkgdir" install install-man
-  install -vDm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  install -vd "$pkgdir/var/cache/$pkgname"
-  install -vDm0644 $srcdir/apache.example.conf $pkgdir/etc/webapps/cgit/apache.example.conf
-  mkdir -p $pkgdir/usr/lib/cgit
-  mv $pkgdir/usr/share/webapps/cgit/cgit.cgi $pkgdir/usr/lib/cgit
-  ln -sf ../../../lib/cgit/cgit.cgi $pkgdir/usr/share/webapps/cgit/cgit.cgi
-}

Copied: cgit/repos/community-x86_64/PKGBUILD (from rev 91790, cgit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-27 21:33:26 UTC (rev 91791)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Current Maintainer:  Patrick Palka <patrick at parcs.ath.cx>
+# Previous Maintainer:  Loui Chang <louipc.ist at gmail com>
+# Contributor: Andreas Baumann <abaumann at yahoo dot com>
+# Development: http://closure.ath.cx/aur-dev
+
+pkgname=cgit
+pkgver=0.9.2
+_gitver=1.8.3
+pkgrel=1
+pkgdesc="A web interface for git written in plain C"
+arch=('i686' 'x86_64')
+url="http://hjemli.net/git/cgit"
+license=('GPL')
+depends=('openssl')
+makedepends=('zlib' 'curl' 'asciidoc')
+install=cgit.install
+source=("http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz"
+	"git-${_gitver}.tar.gz::https://github.com/git/git/archive/v${_gitver}.tar.gz"
+	"apache.example.conf")
+md5sums=('fe11018eff8d79caad112f4fac64b90f'
+         '73224d3dc86c4999cc49484b49c9acc4'
+         'bd5696bea0654bfcf98f249b1a36737d')
+
+build() {
+  cd "$pkgname-$pkgver"
+  _cgit_gitver=`grep 'GIT_VER = ' Makefile | cut -f3 -d\ `
+  [ "x${_gitver}" == "x${_cgit_gitver}" ] || { msg "Bad git version"; return 1; }
+  rm -rf git/*
+  mv ../git-${_gitver}/* git/
+  make
+  make doc-man
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make CGIT_SCRIPT_PATH=/usr/share/webapps/cgit DESTDIR="$pkgdir" install install-man
+  install -vDm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -vd "$pkgdir/var/cache/$pkgname"
+  install -vDm0644 $srcdir/apache.example.conf $pkgdir/etc/webapps/cgit/apache.example.conf
+  mkdir -p $pkgdir/usr/lib/cgit
+  mv $pkgdir/usr/share/webapps/cgit/cgit.cgi $pkgdir/usr/lib/cgit
+  ln -sf ../../../lib/cgit/cgit.cgi $pkgdir/usr/share/webapps/cgit/cgit.cgi
+}

Deleted: community-x86_64/apache.example.conf
===================================================================
--- community-x86_64/apache.example.conf	2013-05-27 21:33:02 UTC (rev 91790)
+++ community-x86_64/apache.example.conf	2013-05-27 21:33:26 UTC (rev 91791)
@@ -1,25 +0,0 @@
-ScriptAlias /cgit/ "/usr/lib/cgit/cgit.cgi/"
-
-Alias /cgit-css "/usr/share/webapps/cgit/"
-
-<Directory "/usr/share/webapps/cgit/">
-	AllowOverride None
-	Options None
-	Order allow,deny
-	Allow from all
-	AuthType Basic
-	AuthName cgit
-	AuthUserFile /etc/httpd/conf/passwd
-	Require user root
-</Directory>
-
-<Directory "/usr/lib/cgit/">
-	AllowOverride None
-	Options ExecCGI FollowSymlinks
-	Order allow,deny
-	Allow from all
-	AuthType Basic
-	AuthName cgit
-	AuthUserFile /etc/httpd/conf/passwd
-	Require user root
-</Directory>

Copied: cgit/repos/community-x86_64/apache.example.conf (from rev 91790, cgit/trunk/apache.example.conf)
===================================================================
--- community-x86_64/apache.example.conf	                        (rev 0)
+++ community-x86_64/apache.example.conf	2013-05-27 21:33:26 UTC (rev 91791)
@@ -0,0 +1,25 @@
+ScriptAlias /cgit/ "/usr/lib/cgit/cgit.cgi/"
+
+Alias /cgit-css "/usr/share/webapps/cgit/"
+
+<Directory "/usr/share/webapps/cgit/">
+	AllowOverride None
+	Options None
+	Order allow,deny
+	Allow from all
+	AuthType Basic
+	AuthName cgit
+	AuthUserFile /etc/httpd/conf/passwd
+	Require user root
+</Directory>
+
+<Directory "/usr/lib/cgit/">
+	AllowOverride None
+	Options ExecCGI FollowSymlinks
+	Order allow,deny
+	Allow from all
+	AuthType Basic
+	AuthName cgit
+	AuthUserFile /etc/httpd/conf/passwd
+	Require user root
+</Directory>

Deleted: community-x86_64/cgit.install
===================================================================
--- community-x86_64/cgit.install	2013-05-27 21:33:02 UTC (rev 91790)
+++ community-x86_64/cgit.install	2013-05-27 21:33:26 UTC (rev 91791)
@@ -1,7 +0,0 @@
-post_install() {
-   echo -n "Setting ownership of /var/cache/cgit to http:http ... "
-   chown -v http:http var/cache/cgit
-   echo "done."
-   echo -n "cgit looks at /etc/cgitrc for configuration. there is "
-   echo "an example configuration file in its manpage."
-}

Copied: cgit/repos/community-x86_64/cgit.install (from rev 91790, cgit/trunk/cgit.install)
===================================================================
--- community-x86_64/cgit.install	                        (rev 0)
+++ community-x86_64/cgit.install	2013-05-27 21:33:26 UTC (rev 91791)
@@ -0,0 +1,7 @@
+post_install() {
+   echo -n "Setting ownership of /var/cache/cgit to http:http ... "
+   chown -v http:http var/cache/cgit
+   echo "done."
+   echo -n "cgit looks at /etc/cgitrc for configuration. there is "
+   echo "an example configuration file in its manpage."
+}




More information about the arch-commits mailing list