summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2012-03-13 14:47:58 +0000
committerNaohiro Aota <naota@gentoo.org>2012-03-13 14:47:58 +0000
commitaddd584c3696698c4bead0f780af2deaad5999e2 (patch)
tree6528ac1ae7089462fee9c9636ccf9a6131589f5f /app-emacs
parent[bump] dev-perl/Plack-0.998.600 (diff)
downloadgentoo-2-addd584c3696698c4bead0f780af2deaad5999e2.tar.gz
gentoo-2-addd584c3696698c4bead0f780af2deaad5999e2.tar.bz2
gentoo-2-addd584c3696698c4bead0f780af2deaad5999e2.zip
Remove proxy test patch. Bug #407971
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/twittering-mode/ChangeLog8
-rw-r--r--app-emacs/twittering-mode/files/twittering-mode-9999-proxy-test.patch39
-rw-r--r--app-emacs/twittering-mode/twittering-mode-9999.ebuild10
3 files changed, 8 insertions, 49 deletions
diff --git a/app-emacs/twittering-mode/ChangeLog b/app-emacs/twittering-mode/ChangeLog
index ac65cf3ab662..69c1fb48f5c2 100644
--- a/app-emacs/twittering-mode/ChangeLog
+++ b/app-emacs/twittering-mode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/twittering-mode
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/twittering-mode/ChangeLog,v 1.1 2011/05/07 09:05:23 naota Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/twittering-mode/ChangeLog,v 1.2 2012/03/13 14:47:58 naota Exp $
+
+ 13 Mar 2012; Naohiro Aota <naota@gentoo.org>
+ -files/twittering-mode-9999-proxy-test.patch, twittering-mode-9999.ebuild:
+ Remove proxy test patch. Bug #407971
*twittering-mode-9999 (07 May 2011)
*twittering-mode-2.0.0 (07 May 2011)
diff --git a/app-emacs/twittering-mode/files/twittering-mode-9999-proxy-test.patch b/app-emacs/twittering-mode/files/twittering-mode-9999-proxy-test.patch
deleted file mode 100644
index 99bccdb6ae50..000000000000
--- a/app-emacs/twittering-mode/files/twittering-mode-9999-proxy-test.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff --git a/ChangeLog b/ChangeLog
-index 54255e0..0a9f20b 100644
---- a/ChangeLog
-+++ b/ChangeLog
-@@ -1,3 +1,8 @@
-+2011-05-07 Naohiro Aota <naota@elisp.net>
-+
-+ * test/test-twittering-mode.el (test-toggle-proxy): Improve proxy
-+ test.
-+
- 2011-05-06 Tadashi MATSUO <tad@mymail.twin.jp>
-
- * twittering-mode.el: Replace the symbol `us-ascii' for a
-diff --git a/test/test-twittering-mode.el b/test/test-twittering-mode.el
-index a686cf9..2b8eff6 100644
---- a/test/test-twittering-mode.el
-+++ b/test/test-twittering-mode.el
-@@ -17,7 +17,13 @@
- (test-assert-eq nil (assocref 'quxx '((baz . qux) (foo . bar)))))
-
- (defcase test-toggle-proxy nil nil
-- (setq twittering-proxy-use nil)
-+ (setq twittering-proxy-use nil
-+ twittering-http-proxy-server nil
-+ twittering-http-proxy-port nil)
-+ (twittering-toggle-proxy)
-+ (test-assert-ok (not twittering-proxy-use))
-+ (setq twittering-http-proxy-server "proxy.example.com"
-+ twittering-http-proxy-port 8080)
- (twittering-toggle-proxy)
- (test-assert-ok twittering-proxy-use)
- (twittering-toggle-proxy)
-@@ -565,4 +571,4 @@
- access-token access-token-secret
- oauth-params))
- "OAuth oauth_nonce=\"oElnnMTQIZvqvlfXM56aBLAf5noGD0AQR3Fmi7Q6Y\",oauth_signature_method=\"HMAC-SHA1\",oauth_timestamp=\"1272325550\",oauth_consumer_key=\"GDdmIQH6jhtmLUypg82g\",oauth_token=\"819797-Jxq8aYUDRmykzVKrgoLhXSq67TEa5ruc4GJC2rWimw\",oauth_version=\"1.0\",oauth_signature=\"yOahq5m0YjDDjfjxHaXEsW9D%2BX0%3D\"")
-- )
-\ No newline at end of file
-+ )
diff --git a/app-emacs/twittering-mode/twittering-mode-9999.ebuild b/app-emacs/twittering-mode/twittering-mode-9999.ebuild
index 85a5edece817..dbb54fb91da8 100644
--- a/app-emacs/twittering-mode/twittering-mode-9999.ebuild
+++ b/app-emacs/twittering-mode/twittering-mode-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/twittering-mode/twittering-mode-9999.ebuild,v 1.1 2011/05/07 09:05:23 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/twittering-mode/twittering-mode-9999.ebuild,v 1.2 2012/03/13 14:47:58 naota Exp $
EAPI=4
@@ -27,12 +27,6 @@ IUSE="doc"
DEPEND=""
RDEPEND="app-crypt/gnupg"
-src_prepare() {
- if [ "${PV}" = "9999" ]; then
- epatch "${FILESDIR}"/${P}-proxy-test.patch
- fi
-}
-
src_compile() {
elisp-compile twittering-mode.el || die
use doc && emake -C doc/manual