Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e3ae31204da883bab0498808164c700197956c15

commit e3ae31204da883bab0498808164c700197956c15
Author: Miklos Vajna <[email protected]>
Date:   Thu Nov 15 22:11:00 2012 +0100

darcsweb-1.1-1-x86_64

- sadly this is dead as well, author moved to git ;)

diff --git a/source/network-extra/darcsweb/FrugalBuild 
b/source/network-extra/darcsweb/FrugalBuild
deleted file mode 100644
index 1cae196..0000000
--- a/source/network-extra/darcsweb/FrugalBuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Compiling Time: 0.01 SBU
-# Maintainer: Miklos Vajna <[email protected]>
-
-pkgname=darcsweb
-pkgver=1.1
-pkgrel=1
-pkgdesc="This is a very simple web interface for darcs, inspired in gitweb."
-url="http://blitiri.com.ar/p/darcsweb/";
-rodepends=('python' 'apache' 'darcs')
-backup=(etc/httpd/conf/modules.d/$pkgname.conf etc/$pkgname/config.py \
-       var/www/darcsweb/style.css)
-groups=('network-extra')
-archs=('i686' 'x86_64')
-up2date="lynx -dump $url |grep 'current version'|sed 's/.* \(.*\), .*/\1/'"
-source=($url/files/$pkgver/$pkgname-$pkgver.tar.bz2 \
-       $pkgname.conf
-       $pkgname)
-sha1sums=('8c48d6174ef04864fa8be3fc708ba0f206a21b01' \
-          'ef37d30659b715e5ecbda05f04fe70b28e36ce18' \
-          '585cce4606e6680526a208ba1447e1d9836cf380')
-
-build()
-{
-       Fcd
-       Fexerel /var/www/$pkgname/$pkgname.cgi
-       Ffilerel *.png *.css /var/www/$pkgname/
-       Ffilerel config.py.sample /etc/$pkgname/config.py
-       Ffile /etc/httpd/conf/modules.d/$pkgname.conf
-       Fdocrel mkconfig.py
-       Fexe /etc/cron.daily/darcsweb
-}
diff --git a/source/network-extra/darcsweb/darcsweb 
b/source/network-extra/darcsweb/darcsweb
deleted file mode 100644
index 3c978a4..0000000
--- a/source/network-extra/darcsweb/darcsweb
+++ /dev/null
@@ -1,3 +0,0 @@
-rm -rf /tmp/darcsweb-cache/
-mkdir /tmp/darcsweb-cache/
-chown nobody /tmp/darcsweb-cache/
diff --git a/source/network-extra/darcsweb/darcsweb.conf 
b/source/network-extra/darcsweb/darcsweb.conf
deleted file mode 100644
index 88cf046..0000000
--- a/source/network-extra/darcsweb/darcsweb.conf
+++ /dev/null
@@ -1,15 +0,0 @@
-<IfModule mod_alias.c>
-    Alias /darcsweb /var/www/darcsweb/
-</IfModule>
-
-<Directory /var/www/darcsweb>
-    AllowOverride All
-    Options ExecCGI
-    DirectoryIndex darcsweb.cgi
-    AddHandler cgi-script .cgi
-    <IfModule mod_access.c>
-        Order allow,deny
-       Allow from all
-    </IfModule>
-</Directory>
-
diff --git a/source/network-extra/darcsweb/darcsweb.install 
b/source/network-extra/darcsweb/darcsweb.install
deleted file mode 100644
index 6c01def..0000000
--- a/source/network-extra/darcsweb/darcsweb.install
+++ /dev/null
@@ -1,20 +0,0 @@
-post_install()
-{
-       echo -n "creating darcsweb cache... "
-       /etc/cron.daily/darcsweb
-       echo "done."
-}
-
-post_remove()
-{
-       echo -n "removing darcsweb cache... "
-       rm -rf /tmp/darcsweb-cache
-       echo "done."
-}
-
-op=$1
-shift
-
-$op $*
-
-# vim: ft=sh
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to