summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2010-10-31 04:52:44 +0300
committerVlad Glagolev2010-10-31 04:52:44 +0300
commit8842216919673187810bb16636c80b415e26e29b (patch)
treef97d8c83c51ebf3353ce81bffec70fc5bc4a0f83
parentc7bf7498c5d91670d9ee67deb29ae542f672eefe (diff)
gajim: removed not needed patch
-rwxr-xr-xchat-im/gajim/DETAILS1
-rw-r--r--chat-im/gajim/HISTORY4
-rwxr-xr-xchat-im/gajim/PRE_BUILD4
-rw-r--r--chat-im/gajim/py27.patch13
4 files changed, 5 insertions, 17 deletions
diff --git a/chat-im/gajim/DETAILS b/chat-im/gajim/DETAILS
index 839675ee13..26c0ea790d 100755
--- a/chat-im/gajim/DETAILS
+++ b/chat-im/gajim/DETAILS
@@ -1,5 +1,6 @@
SPELL=gajim
VERSION=0.14.1
+ PATCHLEVEL=1
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://www.gajim.org/downloads/$BRANCH/$SOURCE
diff --git a/chat-im/gajim/HISTORY b/chat-im/gajim/HISTORY
index fa09781722..97e2f43be0 100644
--- a/chat-im/gajim/HISTORY
+++ b/chat-im/gajim/HISTORY
@@ -1,3 +1,7 @@
+2010-10-31 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * PRE_BUILD, py27.patch: removed, not needed anymore
+
2010-10-30 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 0.14.1
diff --git a/chat-im/gajim/PRE_BUILD b/chat-im/gajim/PRE_BUILD
deleted file mode 100755
index 9e42183fd9..0000000000
--- a/chat-im/gajim/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p0 < "$SPELL_DIRECTORY/py27.patch"
diff --git a/chat-im/gajim/py27.patch b/chat-im/gajim/py27.patch
deleted file mode 100644
index db9f7e900d..0000000000
--- a/chat-im/gajim/py27.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/gajim.py.orig 2010-03-28 13:35:54.000000000 +0400
-+++ src/gajim.py 2010-07-06 15:58:22.356292703 +0400
-@@ -130,8 +130,8 @@
-
- sys.stderr = MyStderr()
-
--# PyGTK2.10+ only throws a warning
--warnings.filterwarnings('error', module='gtk')
-+# Don't make Gajim crash with Python 2.7
-+# warnings.filterwarnings('error', module='gtk')
- try:
- import gtk
- except Warning, msg: