summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2004-03-16 10:24:36 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2004-03-16 10:24:36 +0000
commitc980f4d066abc904130b2f513043afe780ef37a3 (patch)
tree2bf9e161d346ccbd73bc2c076f4ca00eee63426b /net-misc/gnome-blog/files
parentMarking 0.9.3 stable on x86 (Manifest recommit) (diff)
downloadgentoo-2-c980f4d066abc904130b2f513043afe780ef37a3.tar.gz
gentoo-2-c980f4d066abc904130b2f513043afe780ef37a3.tar.bz2
gentoo-2-c980f4d066abc904130b2f513043afe780ef37a3.zip
Fix for blogger.com. Closes bug #44785.
Diffstat (limited to 'net-misc/gnome-blog/files')
-rw-r--r--net-misc/gnome-blog/files/digest-gnome-blog-0.7-r11
-rw-r--r--net-misc/gnome-blog/files/gnome-blog-0.7-blogger_fix.patch12
2 files changed, 13 insertions, 0 deletions
diff --git a/net-misc/gnome-blog/files/digest-gnome-blog-0.7-r1 b/net-misc/gnome-blog/files/digest-gnome-blog-0.7-r1
new file mode 100644
index 000000000000..fd88db1ab489
--- /dev/null
+++ b/net-misc/gnome-blog/files/digest-gnome-blog-0.7-r1
@@ -0,0 +1 @@
+MD5 20c5666668c27d0b31e2bc5249b9e707 gnome-blog-0.7.tar.bz2 114064
diff --git a/net-misc/gnome-blog/files/gnome-blog-0.7-blogger_fix.patch b/net-misc/gnome-blog/files/gnome-blog-0.7-blogger_fix.patch
new file mode 100644
index 000000000000..7c6c4e5f681a
--- /dev/null
+++ b/net-misc/gnome-blog/files/gnome-blog-0.7-blogger_fix.patch
@@ -0,0 +1,12 @@
+diff -NurB gnome-blog-0.7-orig/blogger_prefs.py gnome-blog-0.7/blogger_prefs.py
+--- gnome-blog-0.7-orig/blogger_prefs.py 2004-03-16 04:58:52.000000000 -0500
++++ gnome-blog-0.7/blogger_prefs.py 2004-03-16 05:00:58.000000000 -0500
+@@ -122,7 +122,7 @@
+ protocol = "bloggerAPI"
+ url_description = _("Base Blog URL:")
+ elif (blog_type == "blogger.com"):
+- url = "http://plant.blogger.com/api/RPC2"
++ url = "http://www.blogger.com/api/RPC2"
+ url_ending = ""
+ protocol = _("bloggerAPI")
+ url_description = _("XML-RPC URL:")