[arch-commits] Commit in websvn/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Tue Jul 1 15:59:52 UTC 2014
Date: Tuesday, July 1, 2014 @ 17:59:52
Author: spupykin
Revision: 114440
archrelease: copy trunk to community-any
Added:
websvn/repos/community-any/PKGBUILD
(from rev 114439, websvn/trunk/PKGBUILD)
Deleted:
websvn/repos/community-any/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-01 15:59:44 UTC (rev 114439)
+++ PKGBUILD 2014-07-01 15:59:52 UTC (rev 114440)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=websvn
-pkgver=2.3.3
-_xpkgpath=1380/49056
-pkgrel=2
-pkgdesc="subversion web interface"
-arch=(any)
-url="http://www.websvn.info"
-license=('GPL')
-depends=()
-backup=(srv/http/websvn/.htaccess)
-source=(http://websvn.tigris.org/files/documents/${_xpkgpath}/websvn-$pkgver.tar.gz)
-md5sums=('bc1821caf77a3225aa810e8f19400ea6')
-
-build() {
- local _instdir=$pkgdir/srv/http
- mkdir -p ${_instdir}
- cp -ra $srcdir/websvn-$pkgver ${_instdir}/websvn
- echo "deny from all" >${_instdir}/websvn/.htaccess
-}
Copied: websvn/repos/community-any/PKGBUILD (from rev 114439, websvn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-07-01 15:59:52 UTC (rev 114440)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=websvn
+pkgver=2.3.3
+_xpkgpath=1380/49056
+pkgrel=3
+pkgdesc="subversion web interface"
+arch=(any)
+url="http://www.websvn.info"
+license=('GPL')
+depends=()
+backup=(srv/http/websvn/.htaccess)
+source=(http://websvn.tigris.org/files/documents/${_xpkgpath}/websvn-$pkgver.tar.gz)
+md5sums=('bc1821caf77a3225aa810e8f19400ea6')
+
+package() {
+ local _instdir=$pkgdir/srv/http
+ mkdir -p ${_instdir}
+ cp -ra $srcdir/websvn-$pkgver ${_instdir}/websvn
+ echo "deny from all" >${_instdir}/websvn/.htaccess
+}
More information about the arch-commits
mailing list