From 431a4ca6d3b582ba1e949b667fe278c93217f8cb Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 11 Jun 2015 18:42:08 +0200 Subject: migrating to aur4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- emacs-clojure-mode-git/watch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 emacs-clojure-mode-git/watch (limited to 'emacs-clojure-mode-git/watch') diff --git a/emacs-clojure-mode-git/watch b/emacs-clojure-mode-git/watch deleted file mode 100755 index eb2b51d..0000000 --- a/emacs-clojure-mode-git/watch +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -[ -f tags ] && rm tags - -wget 'https://github.com/technomancy/clojure-mode/tags' -O - 2>/dev/null | grep tag-name | grep -Po '>.* tags - -if [ $? = 0 ]; then - [ -f unfetchable ] && rm unfetchable - md5sum tags > new-sum - touch sum - if [ "$(cat sum)" = "$(cat new-sum)" ]; then - rm new-sum - else - mv new-sum sum - echo 'emacs-clojure-mode-git' - fi -elif [ ! -f unfetchable ]; then - touch unfetchable - echo 'emacs-clojure-mode-git (unfetchable)' -fi - -- cgit v1.2.3-70-g09d2