From 216aeb0e446667a86f5a005cf143275961776d96 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 17 Mar 2024 15:56:49 +0100 Subject: net-im/telegram-purple: Remove expired port net-im/telegram-purple --- net-im/telegram-purple/files/patch-commit.h.gen | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 net-im/telegram-purple/files/patch-commit.h.gen (limited to 'net-im/telegram-purple/files/patch-commit.h.gen') diff --git a/net-im/telegram-purple/files/patch-commit.h.gen b/net-im/telegram-purple/files/patch-commit.h.gen deleted file mode 100644 index 988149c97624..000000000000 --- a/net-im/telegram-purple/files/patch-commit.h.gen +++ /dev/null @@ -1,23 +0,0 @@ ---- commit.h.gen.orig 2020-03-25 20:48:01 UTC -+++ commit.h.gen -@@ -20,19 +20,7 @@ - - set -e - --if ! (command -v git && git status) >/dev/null 2>&1 --then -- if test -r commit.h -- then -- echo "No git available. Assuming everything is up-to-date." -- exit 0 -- else -- echo >&2 "No git available. Can't reconstruct commit.h" -- exit 1 -- fi --fi -- --GIT_COMMIT=`git rev-parse HEAD | cut -c1-10` -+GIT_COMMIT="ca42dcf0e6" - - if grep -scq "${GIT_COMMIT}" commit.h - then -- cgit v1.2.3