aboutsummaryrefslogtreecommitdiffstats
path: root/main/bitlbee
diff options
context:
space:
mode:
authorKiyoshi Aman <aphrael@alpinelinux.org>2012-02-18 07:40:21 -0500
committerKiyoshi Aman <aphrael@alpinelinux.org>2012-02-18 07:40:21 -0500
commit6bc1daae9b266d36851d9c95fb2606e205e8567f (patch)
tree3a8a09ec54fa0f077abc9f5e1befc2b3114add2a /main/bitlbee
parent5e4e0e913b6d2ebde31589ede74260c285333f8f (diff)
downloadaports-6bc1daae9b266d36851d9c95fb2606e205e8567f.tar.bz2
aports-6bc1daae9b266d36851d9c95fb2606e205e8567f.tar.xz
main/bitlbee: Remove post-install script from install, remove patch.
Diffstat (limited to 'main/bitlbee')
-rw-r--r--main/bitlbee/01-twitter.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/main/bitlbee/01-twitter.patch b/main/bitlbee/01-twitter.patch
deleted file mode 100644
index 3e8a22ed0f..0000000000
--- a/main/bitlbee/01-twitter.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-=== modified file 'protocols/twitter/twitter_lib.c'
---- protocols/twitter/twitter_lib.c 2011-12-26 18:17:51 +0000
-+++ protocols/twitter/twitter_lib.c 2012-01-10 23:36:29 +0000
-@@ -886,10 +886,6 @@
- td->http_fails = 0;
- if (!(ic->flags & OPT_LOGGED_IN))
- imcb_connected(ic);
-- } else if (req->status_code == 401) {
-- imcb_error(ic, "Authentication failure");
-- imc_logout(ic, FALSE);
-- goto end;
- } else {
- // It didn't go well, output the error and return.
- if (++td->http_fails >= 5)
-@@ -938,10 +934,6 @@
- td->http_fails = 0;
- if (!(ic->flags & OPT_LOGGED_IN))
- imcb_connected(ic);
-- } else if (req->status_code == 401) {
-- imcb_error(ic, "Authentication failure");
-- imc_logout(ic, FALSE);
-- goto end;
- } else {
- // It didn't go well, output the error and return.
- if (++td->http_fails >= 5)
-