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

2017-07-26 Thread Lukas Fleischer
Date: Thursday, July 27, 2017 @ 04:37:25
  Author: lfleischer
Revision: 246510

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

Added:
  cgit/repos/community-i686/PKGBUILD
(from rev 246509, cgit/trunk/PKGBUILD)
  cgit/repos/community-i686/apache.example.conf
(from rev 246509, cgit/trunk/apache.example.conf)
  cgit/repos/community-i686/cgit.install
(from rev 246509, cgit/trunk/cgit.install)
  cgit/repos/community-x86_64/PKGBUILD
(from rev 246509, cgit/trunk/PKGBUILD)
  cgit/repos/community-x86_64/apache.example.conf
(from rev 246509, cgit/trunk/apache.example.conf)
  cgit/repos/community-x86_64/cgit.install
(from rev 246509, 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|   96 +
 /apache.example.conf |   46 +++
 /cgit.install|   10 +++
 community-i686/PKGBUILD  |   47 
 community-i686/apache.example.conf   |   23 ---
 community-i686/cgit.install  |5 -
 community-x86_64/PKGBUILD|   47 
 community-x86_64/apache.example.conf |   23 ---
 community-x86_64/cgit.install|5 -
 9 files changed, 152 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-27 04:37:16 UTC (rev 246509)
+++ community-i686/PKGBUILD 2017-07-27 04:37:25 UTC (rev 246510)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Lukas Fleischer 
-# Contributor: Patrick Palka 
-# Contributor: Loui Chang 
-# Contributor: Andreas Baumann 
-
-pkgname=cgit
-pkgver=1.1
-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=('python-pygments: syntax highlighting support'
-   'python-markdown: about page formated 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-i686/PKGBUILD (from rev 246509, 
cgit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-27 04:37:25 UTC (rev 246510)
@@ -0,0 +1,48 @@
+# 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" 

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

2016-11-23 Thread Sergej Pupykin
Date: Wednesday, November 23, 2016 @ 09:44:15
  Author: spupykin
Revision: 196590

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

Added:
  cgit/repos/community-i686/PKGBUILD
(from rev 196589, cgit/trunk/PKGBUILD)
  cgit/repos/community-i686/apache.example.conf
(from rev 196589, cgit/trunk/apache.example.conf)
  cgit/repos/community-i686/cgit.install
(from rev 196589, cgit/trunk/cgit.install)
  cgit/repos/community-x86_64/PKGBUILD
(from rev 196589, cgit/trunk/PKGBUILD)
  cgit/repos/community-x86_64/apache.example.conf
(from rev 196589, cgit/trunk/apache.example.conf)
  cgit/repos/community-x86_64/cgit.install
(from rev 196589, 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|   94 +
 /apache.example.conf |   46 
 /cgit.install|   10 +++
 community-i686/PKGBUILD  |   47 
 community-i686/apache.example.conf   |   23 
 community-i686/cgit.install  |5 -
 community-x86_64/PKGBUILD|   47 
 community-x86_64/apache.example.conf |   23 
 community-x86_64/cgit.install|5 -
 9 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-23 09:43:54 UTC (rev 196589)
+++ community-i686/PKGBUILD 2016-11-23 09:44:15 UTC (rev 196590)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Lukas Fleischer 
-# Contributor: Patrick Palka 
-# Contributor: Loui Chang 
-# Contributor: Andreas Baumann 
-
-pkgname=cgit
-pkgver=1.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=('python-pygments: syntax highlighting support'
-   'python-markdown: about page formated with markdown'
-   '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=('1dbd155da1c4adc89703fb1faf249dff'
- '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 196589, 
cgit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-23 09:44:15 UTC (rev 196590)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Lukas Fleischer 
+# Contributor: Patrick Palka 
+# Contributor: Loui Chang 
+# Contributor: Andreas Baumann 
+
+pkgname=cgit
+pkgver=1.1
+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=('python-pygments: syntax highlighting support'
+   'python-markdown: about page formated 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 

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

2016-06-08 Thread Sergej Pupykin
Date: Wednesday, June 8, 2016 @ 08:38:34
  Author: spupykin
Revision: 178176

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

Added:
  cgit/repos/community-i686/PKGBUILD
(from rev 178175, cgit/trunk/PKGBUILD)
  cgit/repos/community-i686/apache.example.conf
(from rev 178175, cgit/trunk/apache.example.conf)
  cgit/repos/community-i686/cgit.install
(from rev 178175, cgit/trunk/cgit.install)
  cgit/repos/community-x86_64/PKGBUILD
(from rev 178175, cgit/trunk/PKGBUILD)
  cgit/repos/community-x86_64/apache.example.conf
(from rev 178175, cgit/trunk/apache.example.conf)
  cgit/repos/community-x86_64/cgit.install
(from rev 178175, 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|   94 +
 /apache.example.conf |   46 
 /cgit.install|   10 +++
 community-i686/PKGBUILD  |   47 
 community-i686/apache.example.conf   |   23 
 community-i686/cgit.install  |5 -
 community-x86_64/PKGBUILD|   47 
 community-x86_64/apache.example.conf |   23 
 community-x86_64/cgit.install|5 -
 9 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-08 06:33:36 UTC (rev 178175)
+++ community-i686/PKGBUILD 2016-06-08 06:38:34 UTC (rev 178176)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Lukas Fleischer 
-# Contributor: Patrick Palka 
-# Contributor: Loui Chang 
-# Contributor: Andreas Baumann 
-
-pkgname=cgit
-pkgver=0.12
-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=('python-pygments: syntax highlighting support'
-   'python-markdown: about page formated with markdown'
-   '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=('192efcca82bf3bf07cd2746685a9f87a'
- '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 178175, 
cgit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-08 06:38:34 UTC (rev 178176)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Lukas Fleischer 
+# Contributor: Patrick Palka 
+# Contributor: Loui Chang 
+# Contributor: Andreas Baumann 
+
+pkgname=cgit
+pkgver=1.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=('python-pygments: syntax highlighting support'
+   'python-markdown: about page formated with markdown'
+   '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=('1dbd155da1c4adc89703fb1faf249dff'
+ '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" 

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

2016-01-15 Thread Sergej Pupykin
Date: Friday, January 15, 2016 @ 12:00:40
  Author: spupykin
Revision: 156717

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

Added:
  cgit/repos/community-i686/PKGBUILD
(from rev 156716, cgit/trunk/PKGBUILD)
  cgit/repos/community-i686/apache.example.conf
(from rev 156716, cgit/trunk/apache.example.conf)
  cgit/repos/community-i686/cgit.install
(from rev 156716, cgit/trunk/cgit.install)
  cgit/repos/community-x86_64/PKGBUILD
(from rev 156716, cgit/trunk/PKGBUILD)
  cgit/repos/community-x86_64/apache.example.conf
(from rev 156716, cgit/trunk/apache.example.conf)
  cgit/repos/community-x86_64/cgit.install
(from rev 156716, 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|   94 +
 /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, 150 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-15 11:00:13 UTC (rev 156716)
+++ community-i686/PKGBUILD 2016-01-15 11:00:40 UTC (rev 156717)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Lukas Fleischer 
-# Contributor: Patrick Palka 
-# Contributor: Loui Chang 
-# Contributor: Andreas Baumann 
-
-pkgname=cgit
-pkgver=0.12
-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=('192efcca82bf3bf07cd2746685a9f87a'
- '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 156716, 
cgit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-15 11:00:40 UTC (rev 156717)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Lukas Fleischer 
+# Contributor: Patrick Palka 
+# Contributor: Loui Chang 
+# Contributor: Andreas Baumann 
+
+pkgname=cgit
+pkgver=0.12
+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=('python-pygments: syntax highlighting support'
+   'python-markdown: about page formated with markdown'
+   '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=('192efcca82bf3bf07cd2746685a9f87a'
+ '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 

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

2016-01-14 Thread Sergej Pupykin
Date: Thursday, January 14, 2016 @ 17:20:30
  Author: spupykin
Revision: 156441

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

Added:
  cgit/repos/community-i686/PKGBUILD
(from rev 156440, cgit/trunk/PKGBUILD)
  cgit/repos/community-i686/apache.example.conf
(from rev 156440, cgit/trunk/apache.example.conf)
  cgit/repos/community-i686/cgit.install
(from rev 156440, cgit/trunk/cgit.install)
  cgit/repos/community-x86_64/PKGBUILD
(from rev 156440, cgit/trunk/PKGBUILD)
  cgit/repos/community-x86_64/apache.example.conf
(from rev 156440, cgit/trunk/apache.example.conf)
  cgit/repos/community-x86_64/cgit.install
(from rev 156440, 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 2016-01-14 16:20:13 UTC (rev 156440)
+++ community-i686/PKGBUILD 2016-01-14 16:20:30 UTC (rev 156441)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Lukas Fleischer 
-# Contributor: Patrick Palka 
-# Contributor: Loui Chang 
-# Contributor: Andreas Baumann 
-
-pkgname=cgit
-pkgver=0.11.2
-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=('dbafc4e19c715c5ee9ed0cd9d0fda9fa'
- '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 156440, 
cgit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-14 16:20:30 UTC (rev 156441)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Lukas Fleischer 
+# Contributor: Patrick Palka 
+# Contributor: Loui Chang 
+# Contributor: Andreas Baumann 
+
+pkgname=cgit
+pkgver=0.12
+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=('192efcca82bf3bf07cd2746685a9f87a'
+ '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: 

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

2015-03-13 Thread Sergej Pupykin
Date: Friday, March 13, 2015 @ 17:39:23
  Author: spupykin
Revision: 129187

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

Added:
  cgit/repos/community-i686/PKGBUILD
(from rev 129186, cgit/trunk/PKGBUILD)
  cgit/repos/community-i686/apache.example.conf
(from rev 129186, cgit/trunk/apache.example.conf)
  cgit/repos/community-i686/cgit.install
(from rev 129186, cgit/trunk/cgit.install)
  cgit/repos/community-x86_64/PKGBUILD
(from rev 129186, cgit/trunk/PKGBUILD)
  cgit/repos/community-x86_64/apache.example.conf
(from rev 129186, cgit/trunk/apache.example.conf)
  cgit/repos/community-x86_64/cgit.install
(from rev 129186, 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-03-13 16:38:50 UTC (rev 129186)
+++ community-i686/PKGBUILD 2015-03-13 16:39:23 UTC (rev 129187)
@@ -1,46 +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.11.1
-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=('0d512e0e003269c50fef4bca0c0826f3'
- '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 129186, 
cgit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-13 16:39:23 UTC (rev 129187)
@@ -0,0 +1,46 @@
+# $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.11.2
+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=('dbafc4e19c715c5ee9ed0cd9d0fda9fa'
+ '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 

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

2015-03-05 Thread Sergej Pupykin
Date: Thursday, March 5, 2015 @ 16:30:02
  Author: spupykin
Revision: 128771

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

Added:
  cgit/repos/community-i686/PKGBUILD
(from rev 128770, cgit/trunk/PKGBUILD)
  cgit/repos/community-i686/apache.example.conf
(from rev 128770, cgit/trunk/apache.example.conf)
  cgit/repos/community-i686/cgit.install
(from rev 128770, cgit/trunk/cgit.install)
  cgit/repos/community-x86_64/PKGBUILD
(from rev 128770, cgit/trunk/PKGBUILD)
  cgit/repos/community-x86_64/apache.example.conf
(from rev 128770, cgit/trunk/apache.example.conf)
  cgit/repos/community-x86_64/cgit.install
(from rev 128770, 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-03-05 15:29:45 UTC (rev 128770)
+++ community-i686/PKGBUILD 2015-03-05 15:30:02 UTC (rev 128771)
@@ -1,46 +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.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
-}

Copied: cgit/repos/community-i686/PKGBUILD (from rev 128770, 
cgit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-05 15:30:02 UTC (rev 128771)
@@ -0,0 +1,46 @@
+# $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.11.1
+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=('0d512e0e003269c50fef4bca0c0826f3'
+ '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 

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

2015-02-16 Thread Sergej Pupykin
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+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.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+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.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 

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

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 12:39:52
  Author: spupykin
Revision: 119762

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

Added:
  cgit/repos/community-i686/PKGBUILD
(from rev 119761, cgit/trunk/PKGBUILD)
  cgit/repos/community-i686/apache.example.conf
(from rev 119761, cgit/trunk/apache.example.conf)
  cgit/repos/community-i686/cgit.install
(from rev 119761, cgit/trunk/cgit.install)
  cgit/repos/community-x86_64/PKGBUILD
(from rev 119761, cgit/trunk/PKGBUILD)
  cgit/repos/community-x86_64/apache.example.conf
(from rev 119761, cgit/trunk/apache.example.conf)
  cgit/repos/community-x86_64/cgit.install
(from rev 119761, 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   |   25 
 community-i686/cgit.install  |5 -
 community-x86_64/PKGBUILD|   46 
 community-x86_64/apache.example.conf |   25 
 community-x86_64/cgit.install|5 -
 9 files changed, 148 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-29 10:39:37 UTC (rev 119761)
+++ community-i686/PKGBUILD 2014-09-29 10:39:52 UTC (rev 119762)
@@ -1,46 +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.2
-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=('6682d597f6e3e76645a254c7be537bd3'
- '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-i686/PKGBUILD (from rev 119761, 
cgit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-29 10:39:52 UTC (rev 119762)
@@ -0,0 +1,46 @@
+# $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.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 

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

2014-06-30 Thread Sergej Pupykin
Date: Monday, June 30, 2014 @ 18:18:49
  Author: spupykin
Revision: 113802

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

Added:
  cgit/repos/community-i686/PKGBUILD
(from rev 113801, cgit/trunk/PKGBUILD)
  cgit/repos/community-i686/apache.example.conf
(from rev 113801, cgit/trunk/apache.example.conf)
  cgit/repos/community-i686/cgit.install
(from rev 113801, cgit/trunk/cgit.install)
  cgit/repos/community-x86_64/PKGBUILD
(from rev 113801, cgit/trunk/PKGBUILD)
  cgit/repos/community-x86_64/apache.example.conf
(from rev 113801, cgit/trunk/apache.example.conf)
  cgit/repos/community-x86_64/cgit.install
(from rev 113801, 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 |   50 +
 /cgit.install|   10 +++
 community-i686/PKGBUILD  |   44 ---
 community-i686/apache.example.conf   |   25 
 community-i686/cgit.install  |5 -
 community-x86_64/PKGBUILD|   44 ---
 community-x86_64/apache.example.conf |   25 
 community-x86_64/cgit.install|5 -
 9 files changed, 152 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-30 16:18:32 UTC (rev 113801)
+++ community-i686/PKGBUILD 2014-06-30 16:18:49 UTC (rev 113802)
@@ -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.1
-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=('060ef0aa95ebda6ea7daf823214bc4d0'
- '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-i686/PKGBUILD (from rev 113801, 
cgit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-30 16:18:49 UTC (rev 113802)
@@ -0,0 +1,46 @@
+# $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.2
+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=('6682d597f6e3e76645a254c7be537bd3'
+ '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: community-i686/apache.example.conf
===
--- 

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

2014-02-27 Thread Sergej Pupykin
Date: Friday, February 28, 2014 @ 08:30:32
  Author: spupykin
Revision: 106333

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

Added:
  cgit/repos/community-i686/PKGBUILD
(from rev 106332, cgit/trunk/PKGBUILD)
  cgit/repos/community-i686/apache.example.conf
(from rev 106332, cgit/trunk/apache.example.conf)
  cgit/repos/community-i686/cgit.install
(from rev 106332, cgit/trunk/cgit.install)
  cgit/repos/community-x86_64/PKGBUILD
(from rev 106332, cgit/trunk/PKGBUILD)
  cgit/repos/community-x86_64/apache.example.conf
(from rev 106332, cgit/trunk/apache.example.conf)
  cgit/repos/community-x86_64/cgit.install
(from rev 106332, 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|   88 +
 /apache.example.conf |   50 ++
 /cgit.install|   10 +++
 community-i686/PKGBUILD  |   44 
 community-i686/apache.example.conf   |   25 -
 community-i686/cgit.install  |5 -
 community-x86_64/PKGBUILD|   44 
 community-x86_64/apache.example.conf |   25 -
 community-x86_64/cgit.install|5 -
 9 files changed, 148 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-28 07:30:17 UTC (rev 106332)
+++ community-i686/PKGBUILD 2014-02-28 07:30:32 UTC (rev 106333)
@@ -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://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
-}

Copied: cgit/repos/community-i686/PKGBUILD (from rev 106332, 
cgit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-28 07:30:32 UTC (rev 106333)
@@ -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.1
+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=('060ef0aa95ebda6ea7daf823214bc4d0'
+ '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: community-i686/apache.example.conf
===
--- community-i686/apache.example.conf  2014-02-28 07:30:17 UTC (rev 106332)
+++ community-i686/apache.example.conf  2014-02-28 

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

2014-01-17 Thread Lukas Fleischer
Date: Friday, January 17, 2014 @ 16:42:38
  Author: lfleischer
Revision: 104326

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

Added:
  cgit/repos/community-i686/PKGBUILD
(from rev 104325, cgit/trunk/PKGBUILD)
  cgit/repos/community-i686/apache.example.conf
(from rev 104325, cgit/trunk/apache.example.conf)
  cgit/repos/community-i686/cgit.install
(from rev 104325, cgit/trunk/cgit.install)
  cgit/repos/community-x86_64/PKGBUILD
(from rev 104325, cgit/trunk/PKGBUILD)
  cgit/repos/community-x86_64/apache.example.conf
(from rev 104325, cgit/trunk/apache.example.conf)
  cgit/repos/community-x86_64/cgit.install
(from rev 104325, 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|   88 +
 /apache.example.conf |   50 ++
 /cgit.install|   10 +++
 community-i686/PKGBUILD  |   44 
 community-i686/apache.example.conf   |   25 -
 community-i686/cgit.install  |7 --
 community-x86_64/PKGBUILD|   44 
 community-x86_64/apache.example.conf |   25 -
 community-x86_64/cgit.install|7 --
 9 files changed, 148 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-17 15:42:23 UTC (rev 104325)
+++ community-i686/PKGBUILD 2014-01-17 15:42:38 UTC (rev 104326)
@@ -1,44 +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.2
-_gitver=1.8.3
-pkgrel=2
-pkgdesc=A web interface for git written in plain C
-arch=('i686' 'x86_64')
-url=http://hjemli.net/git/cgit;
-license=('GPL2')
-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 -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 104325, 
cgit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-17 15:42:38 UTC (rev 104326)
@@ -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://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 

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

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:46:14
  Author: spupykin
Revision: 95633

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

Added:
  cgit/repos/community-i686/PKGBUILD
(from rev 95632, cgit/trunk/PKGBUILD)
  cgit/repos/community-i686/apache.example.conf
(from rev 95632, cgit/trunk/apache.example.conf)
  cgit/repos/community-i686/cgit.install
(from rev 95632, cgit/trunk/cgit.install)
  cgit/repos/community-x86_64/PKGBUILD
(from rev 95632, cgit/trunk/PKGBUILD)
  cgit/repos/community-x86_64/apache.example.conf
(from rev 95632, cgit/trunk/apache.example.conf)
  cgit/repos/community-x86_64/cgit.install
(from rev 95632, 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|   88 +
 /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, 152 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-15 09:45:54 UTC (rev 95632)
+++ community-i686/PKGBUILD 2013-08-15 09:46:14 UTC (rev 95633)
@@ -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.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
-}

Copied: cgit/repos/community-i686/PKGBUILD (from rev 95632, cgit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-15 09:46:14 UTC (rev 95633)
@@ -0,0 +1,44 @@
+# $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.2
+_gitver=1.8.3
+pkgrel=2
+pkgdesc=A web interface for git written in plain C
+arch=('i686' 'x86_64')
+url=http://hjemli.net/git/cgit;
+license=('GPL2')
+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
+ 

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

2013-05-27 Thread Sergej Pupykin
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+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
-}

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+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.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
+