[arch-commits] Commit in cgit/repos/community-x86_64 (6 files)

2020-03-16 Thread Christian Hesse via arch-commits
Date: Monday, March 16, 2020 @ 20:56:18
  Author: eworm
Revision: 599863

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|  105 ++
 apache.example.conf |   46 ++---
 cgit.install|   10 ++--
 3 files changed, 83 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-16 20:56:05 UTC (rev 599862)
+++ PKGBUILD2020-03-16 20:56:18 UTC (rev 599863)
@@ -1,50 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Lukas Fleischer 
-# Contributor: Patrick Palka 
-# Contributor: Loui Chang 
-# Contributor: Andreas Baumann 
-
-pkgname=cgit
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="A web interface for git written in plain C"
-arch=('x86_64')
-url="https://git.zx2c4.com/cgit/;
-license=('GPL2')
-depends=('openssl' 'luajit')
-makedepends=('zlib' 'curl' 'asciidoc')
-optdepends=('groff: about page using man page syntax'
-   'python-pygments: syntax highlighting support'
-   'python-docutils: about page formatted with reStructuredText'
-   'python-markdown: about page formatted with markdown'
-   'mime-types: serve file with correct content-type header')
-install=cgit.install
-validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE')
-source=("https://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar."{xz,asc}
-   "apache.example.conf")
-sha256sums=('3f97ce944d0f3fe0782bea3c46eafa5ff151212ea5bec31f99e5cb1775d4b236'
-'SKIP'
-'89927d462c0504863c163eb8a210e5d65db30ee6e4300ff6a2f92460e4f20a62')
-
-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 599862, 
cgit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-16 20:56:18 UTC (rev 599863)
@@ -0,0 +1,55 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Lukas Fleischer 
+# Contributor: Patrick Palka 
+# Contributor: Loui Chang 
+# Contributor: Andreas Baumann 
+
+pkgname=cgit
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="A web interface for git written in plain C"
+arch=('x86_64')
+url="https://git.zx2c4.com/cgit/;
+license=('GPL2')
+depends=('openssl' 'luajit')
+makedepends=('zlib' 'curl' 'asciidoc')
+optdepends=('groff: about page using man page syntax'
+   'python-pygments: syntax highlighting support'
+   'python-docutils: about page formatted with reStructuredText'
+   'python-markdown: about page formatted with markdown'
+   'gzip: gzip compressed snapshots'
+   'bzip2: bzip2 compressed snapshots'
+   'lzip: lzip compressed snapshots'
+   'xz: xz compressed snapshots'
+   'zstd: zstd compressed snapshots'
+   'mime-types: serve file with correct content-type header')
+install=cgit.install
+validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE')
+source=("https://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar."{xz,asc}
+   "apache.example.conf")
+sha256sums=('5a5f12d2f66bd3629c8bc103ec8ec2301b292e97155d30a9a61884ea414a6da4'
+'SKIP'
+'89927d462c0504863c163eb8a210e5d65db30ee6e4300ff6a2f92460e4f20a62')
+
+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: apache.example.conf
===
--- apache.example.conf 2020-03-16 20:56:05 UTC 

[arch-commits] Commit in cgit/repos/community-x86_64 (6 files)

2020-01-14 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 14, 2020 @ 14:42:12
  Author: spupykin
Revision: 552497

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|  100 +-
 apache.example.conf |   46 +++
 cgit.install|   10 ++---
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-14 14:41:59 UTC (rev 552496)
+++ PKGBUILD2020-01-14 14:42:12 UTC (rev 552497)
@@ -1,50 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Lukas Fleischer 
-# Contributor: Patrick Palka 
-# Contributor: Loui Chang 
-# Contributor: Andreas Baumann 
-
-pkgname=cgit
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="A web interface for git written in plain C"
-arch=('x86_64')
-url="http://git.zx2c4.com/cgit/;
-license=('GPL2')
-depends=('openssl' 'luajit')
-makedepends=('zlib' 'curl' 'asciidoc')
-optdepends=('groff: about page using man page syntax'
-   'python-pygments: syntax highlighting support'
-   'python-docutils: about page formatted with reStructuredText'
-   'python-markdown: about page formatted with markdown'
-   'mime-types: serve file with correct content-type header')
-install=cgit.install
-validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE')
-source=("https://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar."{xz,asc}
-   "apache.example.conf")
-sha256sums=('3c547c146340fb16d4134326e7524bfb28ffa681284f1e3914bde1c27a9182bf'
-'SKIP'
-'89927d462c0504863c163eb8a210e5d65db30ee6e4300ff6a2f92460e4f20a62')
-
-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 552496, 
cgit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-14 14:42:12 UTC (rev 552497)
@@ -0,0 +1,50 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Lukas Fleischer 
+# Contributor: Patrick Palka 
+# Contributor: Loui Chang 
+# Contributor: Andreas Baumann 
+
+pkgname=cgit
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="A web interface for git written in plain C"
+arch=('x86_64')
+url="https://git.zx2c4.com/cgit/;
+license=('GPL2')
+depends=('openssl' 'luajit')
+makedepends=('zlib' 'curl' 'asciidoc')
+optdepends=('groff: about page using man page syntax'
+   'python-pygments: syntax highlighting support'
+   'python-docutils: about page formatted with reStructuredText'
+   'python-markdown: about page formatted with markdown'
+   'mime-types: serve file with correct content-type header')
+install=cgit.install
+validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE')
+source=("https://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar."{xz,asc}
+   "apache.example.conf")
+sha256sums=('3f97ce944d0f3fe0782bea3c46eafa5ff151212ea5bec31f99e5cb1775d4b236'
+'SKIP'
+'89927d462c0504863c163eb8a210e5d65db30ee6e4300ff6a2f92460e4f20a62')
+
+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: apache.example.conf
===
--- apache.example.conf 2020-01-14 14:41:59 UTC (rev 552496)
+++ apache.example.conf 2020-01-14 14:42:12 UTC (rev 552497)
@@ -1,23 +0,0 @@
-ScriptAlias /cgit/ "/usr/lib/cgit/cgit.cgi/"
-
-Alias /cgit-css "/usr/share/webapps/cgit/"
-
-
-   AllowOverride None
-   

[arch-commits] Commit in cgit/repos/community-x86_64 (6 files)

2018-08-03 Thread Sergej Pupykin via arch-commits
Date: Friday, August 3, 2018 @ 16:11:20
  Author: spupykin
Revision: 367539

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|  100 +-
 apache.example.conf |   46 +++
 cgit.install|   10 ++---
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-03 16:11:07 UTC (rev 367538)
+++ PKGBUILD2018-08-03 16:11:20 UTC (rev 367539)
@@ -1,50 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Lukas Fleischer 
-# Contributor: Patrick Palka 
-# Contributor: Loui Chang 
-# Contributor: Andreas Baumann 
-
-pkgname=cgit
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="A web interface for git written in plain C"
-arch=('x86_64')
-url="http://git.zx2c4.com/cgit/;
-license=('GPL2')
-depends=('openssl' 'luajit')
-makedepends=('zlib' 'curl' 'asciidoc')
-optdepends=('groff: about page using man page syntax'
-   'python-pygments: syntax highlighting support'
-   'python-docutils: about page formatted with reStructuredText'
-   'python-markdown: about page formatted with markdown'
-   'mime-types: serve file with correct content-type header')
-install=cgit.install
-source=("https://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar."{xz,asc}
-   "apache.example.conf")
-sha256sums=('3c547c146340fb16d4134326e7524bfb28ffa681284f1e3914bde1c27a9182bf'
-'SKIP'
-'89927d462c0504863c163eb8a210e5d65db30ee6e4300ff6a2f92460e4f20a62')
-validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld
-
-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 367538, 
cgit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-03 16:11:20 UTC (rev 367539)
@@ -0,0 +1,50 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Lukas Fleischer 
+# Contributor: Patrick Palka 
+# Contributor: Loui Chang 
+# Contributor: Andreas Baumann 
+
+pkgname=cgit
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="A web interface for git written in plain C"
+arch=('x86_64')
+url="http://git.zx2c4.com/cgit/;
+license=('GPL2')
+depends=('openssl' 'luajit')
+makedepends=('zlib' 'curl' 'asciidoc')
+optdepends=('groff: about page using man page syntax'
+   'python-pygments: syntax highlighting support'
+   'python-docutils: about page formatted with reStructuredText'
+   'python-markdown: about page formatted with markdown'
+   'mime-types: serve file with correct content-type header')
+install=cgit.install
+validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE')
+source=("https://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar."{xz,asc}
+   "apache.example.conf")
+sha256sums=('3c547c146340fb16d4134326e7524bfb28ffa681284f1e3914bde1c27a9182bf'
+'SKIP'
+'89927d462c0504863c163eb8a210e5d65db30ee6e4300ff6a2f92460e4f20a62')
+
+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: apache.example.conf
===
--- apache.example.conf 2018-08-03 16:11:07 UTC (rev 367538)
+++ apache.example.conf 2018-08-03 16:11:20 UTC (rev 367539)
@@ -1,23 +0,0 @@
-ScriptAlias /cgit/ "/usr/lib/cgit/cgit.cgi/"
-
-Alias /cgit-css "/usr/share/webapps/cgit/"
-
-
-   

[arch-commits] Commit in cgit/repos/community-x86_64 (6 files)

2018-08-03 Thread Christian Hesse via arch-commits
Date: Friday, August 3, 2018 @ 15:43:46
  Author: eworm
Revision: 367537

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|  100 +-
 apache.example.conf |   46 +++
 cgit.install|   10 ++---
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-03 15:43:37 UTC (rev 367536)
+++ PKGBUILD2018-08-03 15:43:46 UTC (rev 367537)
@@ -1,50 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Lukas Fleischer 
-# Contributor: Patrick Palka 
-# Contributor: Loui Chang 
-# Contributor: Andreas Baumann 
-
-pkgname=cgit
-pkgver=1.2
-pkgrel=1
-pkgdesc="A web interface for git written in plain C"
-arch=('x86_64')
-url="http://git.zx2c4.com/cgit/;
-license=('GPL2')
-depends=('openssl' 'luajit')
-makedepends=('zlib' 'curl' 'asciidoc')
-optdepends=('groff: about page using man page syntax'
-   'python-pygments: syntax highlighting support'
-   'python-docutils: about page formatted with reStructuredText'
-   'python-markdown: about page formatted with markdown'
-   'mime-types: serve file with correct content-type header')
-install=cgit.install
-source=("https://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar."{xz,asc}
-   "apache.example.conf")
-sha256sums=('d5622ba7c3eb87de402da6fe3a092219546a917ff627966e99c9f18ba32a4832'
-'SKIP'
-'89927d462c0504863c163eb8a210e5d65db30ee6e4300ff6a2f92460e4f20a62')
-validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld
-
-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 367536, 
cgit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-03 15:43:46 UTC (rev 367537)
@@ -0,0 +1,50 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Lukas Fleischer 
+# Contributor: Patrick Palka 
+# Contributor: Loui Chang 
+# Contributor: Andreas Baumann 
+
+pkgname=cgit
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="A web interface for git written in plain C"
+arch=('x86_64')
+url="http://git.zx2c4.com/cgit/;
+license=('GPL2')
+depends=('openssl' 'luajit')
+makedepends=('zlib' 'curl' 'asciidoc')
+optdepends=('groff: about page using man page syntax'
+   'python-pygments: syntax highlighting support'
+   'python-docutils: about page formatted with reStructuredText'
+   'python-markdown: about page formatted with markdown'
+   'mime-types: serve file with correct content-type header')
+install=cgit.install
+source=("https://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar."{xz,asc}
+   "apache.example.conf")
+sha256sums=('3c547c146340fb16d4134326e7524bfb28ffa681284f1e3914bde1c27a9182bf'
+'SKIP'
+'89927d462c0504863c163eb8a210e5d65db30ee6e4300ff6a2f92460e4f20a62')
+validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld
+
+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: apache.example.conf
===
--- apache.example.conf 2018-08-03 15:43:37 UTC (rev 367536)
+++ apache.example.conf 2018-08-03 15:43:46 UTC (rev 367537)
@@ -1,23 +0,0 @@
-ScriptAlias /cgit/ "/usr/lib/cgit/cgit.cgi/"
-
-Alias /cgit-css "/usr/share/webapps/cgit/"
-
-
- 

[arch-commits] Commit in cgit/repos/community-x86_64 (6 files)

2018-07-14 Thread Lukas Fleischer via arch-commits
Date: Saturday, July 14, 2018 @ 12:47:24
  Author: lfleischer
Revision: 359049

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|   98 +-
 apache.example.conf |   46 +++
 cgit.install|   10 ++---
 3 files changed, 78 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-14 12:47:18 UTC (rev 359048)
+++ PKGBUILD2018-07-14 12:47:24 UTC (rev 359049)
@@ -1,48 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Lukas Fleischer 
-# Contributor: Patrick Palka 
-# Contributor: Loui Chang 
-# Contributor: Andreas Baumann 
-
-pkgname=cgit
-pkgver=1.1
-pkgrel=3
-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=('groff: about page using man page syntax'
-   'python-pygments: syntax highlighting support'
-   'python-docutils: about page formatted with reStructuredText'
-   'python-markdown: about page formatted with markdown'
-   'mime-types: serve file with correct content-type header')
-install=cgit.install
-source=("https://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz;
-   "apache.example.conf")
-sha256sums=('0889af29be15fc981481caa09579f982b9740fe9fd2860ab87dff286f4635890'
-'89927d462c0504863c163eb8a210e5d65db30ee6e4300ff6a2f92460e4f20a62')
-
-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 359048, 
cgit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-14 12:47:24 UTC (rev 359049)
@@ -0,0 +1,50 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Lukas Fleischer 
+# Contributor: Patrick Palka 
+# Contributor: Loui Chang 
+# Contributor: Andreas Baumann 
+
+pkgname=cgit
+pkgver=1.2
+pkgrel=1
+pkgdesc="A web interface for git written in plain C"
+arch=('x86_64')
+url="http://git.zx2c4.com/cgit/;
+license=('GPL2')
+depends=('openssl' 'luajit')
+makedepends=('zlib' 'curl' 'asciidoc')
+optdepends=('groff: about page using man page syntax'
+   'python-pygments: syntax highlighting support'
+   'python-docutils: about page formatted with reStructuredText'
+   'python-markdown: about page formatted with markdown'
+   'mime-types: serve file with correct content-type header')
+install=cgit.install
+source=("https://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar."{xz,asc}
+   "apache.example.conf")
+sha256sums=('d5622ba7c3eb87de402da6fe3a092219546a917ff627966e99c9f18ba32a4832'
+'SKIP'
+'89927d462c0504863c163eb8a210e5d65db30ee6e4300ff6a2f92460e4f20a62')
+validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld
+
+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: apache.example.conf
===
--- apache.example.conf 2018-07-14 12:47:18 UTC (rev 359048)
+++ apache.example.conf 2018-07-14 12:47:24 UTC (rev 359049)
@@ -1,23 +0,0 @@
-ScriptAlias /cgit/ "/usr/lib/cgit/cgit.cgi/"
-
-Alias /cgit-css "/usr/share/webapps/cgit/"
-
-
-   AllowOverride None
-   Options None
-   Require all granted
-   AuthType 

[arch-commits] Commit in cgit/repos/community-x86_64 (6 files)

2014-01-20 Thread Sergej Pupykin
Date: Monday, January 20, 2014 @ 12:04:47
  Author: spupykin
Revision: 104414

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|   88 +-
 apache.example.conf |   50 ++--
 cgit.install|   10 ++---
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-20 11:04:38 UTC (rev 104413)
+++ PKGBUILD2014-01-20 11:04:47 UTC (rev 104414)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Patrick Palka patr...@parcs.ath.cx
-# Contributor: Loui Chang louipc.ist at gmail com
-# Contributor: Andreas Baumann abaumann at yahoo dot com
-
-pkgname=cgit
-pkgver=0.10
-pkgrel=1
-pkgdesc=A web interface for git written in plain C
-arch=('i686' 'x86_64')
-url=http://hjemli.net/git/cgit;
-license=('GPL2')
-depends=('openssl' 'luajit')
-makedepends=('zlib' 'curl' 'asciidoc')
-install=cgit.install
-source=(http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz;
-   apache.example.conf)
-md5sums=('19944c17ecea1b1d1944718ce8ce6b61'
- 'bd5696bea0654bfcf98f249b1a36737d')
-
-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 104413, 
cgit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-20 11:04:47 UTC (rev 104414)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Patrick Palka patr...@parcs.ath.cx
+# Contributor: Loui Chang louipc.ist at gmail com
+# Contributor: Andreas Baumann abaumann at yahoo dot com
+
+pkgname=cgit
+pkgver=0.10
+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')
+install=cgit.install
+source=(http://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar.xz;
+   apache.example.conf)
+md5sums=('19944c17ecea1b1d1944718ce8ce6b61'
+ 'bd5696bea0654bfcf98f249b1a36737d')
+
+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: apache.example.conf
===
--- apache.example.conf 2014-01-20 11:04:38 UTC (rev 104413)
+++ apache.example.conf 2014-01-20 11:04:47 UTC (rev 104414)
@@ -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 104413, 
cgit/trunk/apache.example.conf)
===
--- apache.example.conf (rev 0)
+++ 

[arch-commits] Commit in cgit/repos/community-x86_64 (6 files)

2013-04-15 Thread Sergej Pupykin
Date: Monday, April 15, 2013 @ 13:13:22
  Author: spupykin
Revision: 88266

archrelease: copy trunk to community-x86_64

Added:
  cgit/repos/community-x86_64/PKGBUILD
(from rev 88265, cgit/trunk/PKGBUILD)
  cgit/repos/community-x86_64/apache.example.conf
(from rev 88265, cgit/trunk/apache.example.conf)
  cgit/repos/community-x86_64/cgit.install
(from rev 88265, cgit/trunk/cgit.install)
Deleted:
  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 +++
 3 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-15 11:13:11 UTC (rev 88265)
+++ PKGBUILD2013-04-15 11:13:22 UTC (rev 88266)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Current Maintainer:  Patrick Palka patr...@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=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=('git' '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=('ed1a1dcbf55ddd6a9de29bca6edf'
- '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 88265, 
cgit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-15 11:13:22 UTC (rev 88266)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Current Maintainer:  Patrick Palka patr...@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
+}

Deleted: apache.example.conf
===
--- apache.example.conf 2013-04-15 11:13:11 UTC (rev 88265)
+++ apache.example.conf 2013-04-15 11:13:22 UTC (rev 88266)
@@ -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
-