[arch-commits] Commit in cgit/repos (12 files)
Sergej Pupykin
spupykin at archlinux.org
Mon Feb 16 10:20:53 UTC 2015
Date: Monday, February 16, 2015 @ 11:20:52
Author: spupykin
Revision: 127782
archrelease: copy trunk to community-i686, community-x86_64
Added:
cgit/repos/community-i686/PKGBUILD
(from rev 127781, cgit/trunk/PKGBUILD)
cgit/repos/community-i686/apache.example.conf
(from rev 127781, cgit/trunk/apache.example.conf)
cgit/repos/community-i686/cgit.install
(from rev 127781, cgit/trunk/cgit.install)
cgit/repos/community-x86_64/PKGBUILD
(from rev 127781, cgit/trunk/PKGBUILD)
cgit/repos/community-x86_64/apache.example.conf
(from rev 127781, cgit/trunk/apache.example.conf)
cgit/repos/community-x86_64/cgit.install
(from rev 127781, 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 | 92 +++++++++++++++++++++++++++++++++
/apache.example.conf | 46 ++++++++++++++++
/cgit.install | 10 +++
community-i686/PKGBUILD | 46 ----------------
community-i686/apache.example.conf | 23 --------
community-i686/cgit.install | 5 -
community-x86_64/PKGBUILD | 46 ----------------
community-x86_64/apache.example.conf | 23 --------
community-x86_64/cgit.install | 5 -
9 files changed, 148 insertions(+), 148 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-02-16 10:20:30 UTC (rev 127781)
+++ community-i686/PKGBUILD 2015-02-16 10:20:52 UTC (rev 127782)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Patrick Palka <patrick at parcs.ath.cx>
-# Contributor: Loui Chang <louipc.ist at gmail com>
-# Contributor: Andreas Baumann <abaumann at yahoo dot com>
-
-pkgname=cgit
-pkgver=0.10.2
-pkgrel=2
-pkgdesc="A web interface for git written in plain C"
-arch=('i686' 'x86_64')
-url="http://git.zx2c4.com/cgit/"
-license=('GPL2')
-depends=('openssl' 'luajit')
-makedepends=('zlib' 'curl' 'asciidoc')
-optdepends=('python2-pygments: syntax highlighting support'
- 'mime-types: serve file with correct content-type header')
-install=cgit.install
-source=("http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz"
- "apache.example.conf")
-md5sums=('6682d597f6e3e76645a254c7be537bd3'
- '8266cbc541d14297b8513e670c3dfe23')
-
-prepare() {
- cd "$pkgname-$pkgver"
- make get-git
-}
-
-build() {
- cd "$pkgname-$pkgver"
- make
- make doc-man
-}
-
-package() {
- cd "$pkgname-$pkgver"
-
- make CGIT_SCRIPT_PATH=/usr/share/webapps/cgit DESTDIR="$pkgdir" prefix=/usr install install-man
-
- 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 127781, cgit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-16 10:20:52 UTC (rev 127782)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Patrick Palka <patrick at parcs.ath.cx>
+# Contributor: Loui Chang <louipc.ist at gmail com>
+# Contributor: Andreas Baumann <abaumann at yahoo dot com>
+
+pkgname=cgit
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="A web interface for git written in plain C"
+arch=('i686' 'x86_64')
+url="http://git.zx2c4.com/cgit/"
+license=('GPL2')
+depends=('openssl' 'luajit')
+makedepends=('zlib' 'curl' 'asciidoc')
+optdepends=('python2-pygments: syntax highlighting support'
+ 'mime-types: serve file with correct content-type header')
+install=cgit.install
+source=("http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz"
+ "apache.example.conf")
+md5sums=('2029f60cead3598d5b5412756d487a01'
+ '8266cbc541d14297b8513e670c3dfe23')
+
+prepare() {
+ cd "$pkgname-$pkgver"
+ make get-git
+}
+
+build() {
+ cd "$pkgname-$pkgver"
+ make
+ make doc-man
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+
+ make CGIT_SCRIPT_PATH=/usr/share/webapps/cgit DESTDIR="$pkgdir" prefix=/usr install install-man
+
+ 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 2015-02-16 10:20:30 UTC (rev 127781)
+++ community-i686/apache.example.conf 2015-02-16 10:20:52 UTC (rev 127782)
@@ -1,23 +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
- Require all granted
- AuthType Basic
- AuthName cgit
- AuthUserFile /etc/httpd/conf/passwd
- Require user root
-</Directory>
-
-<Directory "/usr/lib/cgit/">
- AllowOverride None
- Options ExecCGI FollowSymlinks
- Require all granted
- AuthType Basic
- AuthName cgit
- AuthUserFile /etc/httpd/conf/passwd
- Require user root
-</Directory>
Copied: cgit/repos/community-i686/apache.example.conf (from rev 127781, cgit/trunk/apache.example.conf)
===================================================================
--- community-i686/apache.example.conf (rev 0)
+++ community-i686/apache.example.conf 2015-02-16 10:20:52 UTC (rev 127782)
@@ -0,0 +1,23 @@
+ScriptAlias /cgit/ "/usr/lib/cgit/cgit.cgi/"
+
+Alias /cgit-css "/usr/share/webapps/cgit/"
+
+<Directory "/usr/share/webapps/cgit/">
+ AllowOverride None
+ Options None
+ Require all granted
+ AuthType Basic
+ AuthName cgit
+ AuthUserFile /etc/httpd/conf/passwd
+ Require user root
+</Directory>
+
+<Directory "/usr/lib/cgit/">
+ AllowOverride None
+ Options ExecCGI FollowSymlinks
+ Require all granted
+ AuthType Basic
+ AuthName cgit
+ AuthUserFile /etc/httpd/conf/passwd
+ Require user root
+</Directory>
Deleted: community-i686/cgit.install
===================================================================
--- community-i686/cgit.install 2015-02-16 10:20:30 UTC (rev 127781)
+++ community-i686/cgit.install 2015-02-16 10:20:52 UTC (rev 127782)
@@ -1,5 +0,0 @@
-post_install() {
- chown -v http:http var/cache/cgit
- echo "==> cgit looks at /etc/cgitrc for configuration. There is"
- echo "==> an example configuration file in the cgitrc(5) man page."
-}
Copied: cgit/repos/community-i686/cgit.install (from rev 127781, cgit/trunk/cgit.install)
===================================================================
--- community-i686/cgit.install (rev 0)
+++ community-i686/cgit.install 2015-02-16 10:20:52 UTC (rev 127782)
@@ -0,0 +1,5 @@
+post_install() {
+ chown -v http:http var/cache/cgit
+ echo "==> cgit looks at /etc/cgitrc for configuration. There is"
+ echo "==> an example configuration file in the cgitrc(5) man page."
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-02-16 10:20:30 UTC (rev 127781)
+++ community-x86_64/PKGBUILD 2015-02-16 10:20:52 UTC (rev 127782)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Patrick Palka <patrick at parcs.ath.cx>
-# Contributor: Loui Chang <louipc.ist at gmail com>
-# Contributor: Andreas Baumann <abaumann at yahoo dot com>
-
-pkgname=cgit
-pkgver=0.10.2
-pkgrel=2
-pkgdesc="A web interface for git written in plain C"
-arch=('i686' 'x86_64')
-url="http://git.zx2c4.com/cgit/"
-license=('GPL2')
-depends=('openssl' 'luajit')
-makedepends=('zlib' 'curl' 'asciidoc')
-optdepends=('python2-pygments: syntax highlighting support'
- 'mime-types: serve file with correct content-type header')
-install=cgit.install
-source=("http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz"
- "apache.example.conf")
-md5sums=('6682d597f6e3e76645a254c7be537bd3'
- '8266cbc541d14297b8513e670c3dfe23')
-
-prepare() {
- cd "$pkgname-$pkgver"
- make get-git
-}
-
-build() {
- cd "$pkgname-$pkgver"
- make
- make doc-man
-}
-
-package() {
- cd "$pkgname-$pkgver"
-
- make CGIT_SCRIPT_PATH=/usr/share/webapps/cgit DESTDIR="$pkgdir" prefix=/usr install install-man
-
- 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 127781, cgit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-02-16 10:20:52 UTC (rev 127782)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Patrick Palka <patrick at parcs.ath.cx>
+# Contributor: Loui Chang <louipc.ist at gmail com>
+# Contributor: Andreas Baumann <abaumann at yahoo dot com>
+
+pkgname=cgit
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="A web interface for git written in plain C"
+arch=('i686' 'x86_64')
+url="http://git.zx2c4.com/cgit/"
+license=('GPL2')
+depends=('openssl' 'luajit')
+makedepends=('zlib' 'curl' 'asciidoc')
+optdepends=('python2-pygments: syntax highlighting support'
+ 'mime-types: serve file with correct content-type header')
+install=cgit.install
+source=("http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz"
+ "apache.example.conf")
+md5sums=('2029f60cead3598d5b5412756d487a01'
+ '8266cbc541d14297b8513e670c3dfe23')
+
+prepare() {
+ cd "$pkgname-$pkgver"
+ make get-git
+}
+
+build() {
+ cd "$pkgname-$pkgver"
+ make
+ make doc-man
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+
+ make CGIT_SCRIPT_PATH=/usr/share/webapps/cgit DESTDIR="$pkgdir" prefix=/usr install install-man
+
+ 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 2015-02-16 10:20:30 UTC (rev 127781)
+++ community-x86_64/apache.example.conf 2015-02-16 10:20:52 UTC (rev 127782)
@@ -1,23 +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
- Require all granted
- AuthType Basic
- AuthName cgit
- AuthUserFile /etc/httpd/conf/passwd
- Require user root
-</Directory>
-
-<Directory "/usr/lib/cgit/">
- AllowOverride None
- Options ExecCGI FollowSymlinks
- Require all granted
- AuthType Basic
- AuthName cgit
- AuthUserFile /etc/httpd/conf/passwd
- Require user root
-</Directory>
Copied: cgit/repos/community-x86_64/apache.example.conf (from rev 127781, cgit/trunk/apache.example.conf)
===================================================================
--- community-x86_64/apache.example.conf (rev 0)
+++ community-x86_64/apache.example.conf 2015-02-16 10:20:52 UTC (rev 127782)
@@ -0,0 +1,23 @@
+ScriptAlias /cgit/ "/usr/lib/cgit/cgit.cgi/"
+
+Alias /cgit-css "/usr/share/webapps/cgit/"
+
+<Directory "/usr/share/webapps/cgit/">
+ AllowOverride None
+ Options None
+ Require all granted
+ AuthType Basic
+ AuthName cgit
+ AuthUserFile /etc/httpd/conf/passwd
+ Require user root
+</Directory>
+
+<Directory "/usr/lib/cgit/">
+ AllowOverride None
+ Options ExecCGI FollowSymlinks
+ Require all granted
+ AuthType Basic
+ AuthName cgit
+ AuthUserFile /etc/httpd/conf/passwd
+ Require user root
+</Directory>
Deleted: community-x86_64/cgit.install
===================================================================
--- community-x86_64/cgit.install 2015-02-16 10:20:30 UTC (rev 127781)
+++ community-x86_64/cgit.install 2015-02-16 10:20:52 UTC (rev 127782)
@@ -1,5 +0,0 @@
-post_install() {
- chown -v http:http var/cache/cgit
- echo "==> cgit looks at /etc/cgitrc for configuration. There is"
- echo "==> an example configuration file in the cgitrc(5) man page."
-}
Copied: cgit/repos/community-x86_64/cgit.install (from rev 127781, cgit/trunk/cgit.install)
===================================================================
--- community-x86_64/cgit.install (rev 0)
+++ community-x86_64/cgit.install 2015-02-16 10:20:52 UTC (rev 127782)
@@ -0,0 +1,5 @@
+post_install() {
+ chown -v http:http var/cache/cgit
+ echo "==> cgit looks at /etc/cgitrc for configuration. There is"
+ echo "==> an example configuration file in the cgitrc(5) man page."
+}
More information about the arch-commits
mailing list