# ChangeLog for app-emacs/http-emacs
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/http-emacs/ChangeLog,v 1.11 2008/08/28 06:43:44 ulm Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/http-emacs/ChangeLog,v 1.12 2011/12/09 00:40:08 ulm Exp $
+
+ 09 Dec 2011; Ulrich Mueller <ulm@gentoo.org> -files/51http-emacs-gentoo.el,
+ files/50http-emacs-gentoo.el, -http-emacs-1.1.ebuild,
+ http-emacs-1.1-r1.ebuild:
+ Drop keywords to unstable and remove old, bug 394027.
28 Aug 2008; Ulrich Mueller <ulm@gentoo.org> files/51http-emacs-gentoo.el,
http-emacs-1.1.ebuild, http-emacs-1.1-r1.ebuild:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-AUX 50http-emacs-gentoo.el 83 RMD160 e6063d2c4f898f2aa69966f31f34a84fbdf80c89 SHA1 bd246dce68a987f9395af87054064882fe7b1de9 SHA256 b730f3e0d3781f590b935c816b17f356ec8e2b41ca14e112a274e4328b596ea2
-AUX 51http-emacs-gentoo.el 675 RMD160 42e91adf9534bfb3cab7332324f28f28d848439b SHA1 e0eea73a65d0c1b4148bc70a2d7f0cfcaff5f23a SHA256 bf791a51ca36d4bc2a624c8401f3319c3ca6d96631b49a80ea189037f25b5915
+AUX 50http-emacs-gentoo.el 630 RMD160 8d62be7c8b59181d0ad3c37e564c6befdb357002 SHA1 d6aa253375041e0798b13b86c36a996da621c6bd SHA256 d9dca4f7c429b764739bbd56837173b3e722d8fac030efcbb56e2443c912ae9b
DIST http-emacs-1.1.tar.gz 11030 RMD160 192bd20ea7c909a04f4d3736dace173f03d68891 SHA1 6e0d139b6f3277d2464c8492e2697bc11e852c99 SHA256 f3b7f22bab59461d90c749e444d90eb97c7e419001d1e0877e1d43def9cccf20
-EBUILD http-emacs-1.1-r1.ebuild 614 RMD160 cbe8ef34f1af02636744a2902dc1367332c0a9e5 SHA1 8ef0e54552ab7beab1761c31d7d8b5be7bfd3bdc SHA256 844b3c410f1012ecb92233e95f97a7c6d19f8e60a482f1e43a8cdbc97fefefed
-EBUILD http-emacs-1.1.ebuild 679 RMD160 eca1855d5722948ca0afdd71848c6b84d7d7394c SHA1 6719ef4e5737f29626e0995158104ce75472962c SHA256 a6382c7db8b93aa05c4018d427651307c7cdb9f489c6328f57455dfb3e8594ee
-MISC ChangeLog 1481 RMD160 894ef33f4c6012af8802b8701d3c3b394ad7faef SHA1 710f7c0c551cdc66c1d60d04d3e1af392a6281e5 SHA256 8453b685bdd2a57016052ac8182f31ece4441c2b16fefe68eb61bcac359e150b
+EBUILD http-emacs-1.1-r1.ebuild 615 RMD160 69f7844790cc73d16966f2ebcc97bb44b7729369 SHA1 517ca9f31bb83c65097fb71fdaaf6fcf9bb7cc6c SHA256 50e8d55ec95d571ada93136d7351487d7f0b37aed13485c0fcec54d7a02cd0cd
+MISC ChangeLog 1700 RMD160 1a272783d6398e548afedfdb5e181b50325cb682 SHA1 9b4b4b359d8f5e55fa565a5ed9779d455be7fb41 SHA256 7aa60f16cf6fba9b270b2a2d41ccf3b0b2b7631fada5b1abec8f3894891bd499
MISC metadata.xml 456 RMD160 16795af341972693c81b6246be39e008b154db3f SHA1 0dfcd0105e4732efb78827451051fbba66618368 SHA256 68827bfa6f35423d327c93efcd086a31622fe7a175da09a75ed1482fbb873acf
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.14 (GNU/Linux)
+Version: GnuPG v2.0.18 (GNU/Linux)
-iEYEARECAAYFAktM50MACgkQOeoy/oIi7uwpTgCfR61zCjWo6MOgIluR3nJVi9Uq
-SpIAnj5+1vlVS8dYhAIabGbG+dOAIFWh
-=1v2P
+iEYEARECAAYFAk7hWzEACgkQOeoy/oIi7uyN8gCfdQEvrujHp/wO39/7rale7flm
+UTYAoM/4xet/ep56SK/Igp0/g7D11LSW
+=6Xnx
-----END PGP SIGNATURE-----
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'http-get "http-get"
+ "Get URL in a buffer, and return the process." t)
+(autoload 'http-post "http-post"
+ "Post to a URL in a buffer using HTTP 1.1, and return the process." t)
+(autoload 'swc-emacswiki-browse "simple-wiki-completion" nil t)
+(autoload 'simple-wiki-edit "simple-wiki-edit")
-;;; site-lisp configuration for http-emacs
+;;; The following are an attempt at some reasonable defaults based on
+;;; the EmacsWiki page:
+;;; http://emacswiki.org/cgi-bin/wiki.pl?SimpleWikiEditMode
-(add-to-list 'load-path "@SITELISP@")
+;; (add-hook 'simple-wiki-edit-mode-hooks 'pcomplete-simple-wiki-setup)
+;; (add-hook 'simple-wiki-edit-mode-hooks 'turn-off-auto-fill)
+++ /dev/null
-
-;;; site-lisp configuration for http-emacs
-
-(add-to-list 'load-path "@SITELISP@")
-(autoload 'http-get "http-get"
- "Get URL in a buffer, and return the process." t)
-(autoload 'http-post "http-post"
- "Post to a URL in a buffer using HTTP 1.1, and return the process." t)
-(autoload 'swc-emacswiki-browse "simple-wiki-completion" nil t)
-(autoload 'simple-wiki-edit "simple-wiki-edit")
-
-;;; The following are an attempt at some reasonable defaults based on
-;;; the EmacsWiki page:
-;;; http://emacswiki.org/cgi-bin/wiki.pl?SimpleWikiEditMode
-
-;; (add-hook 'simple-wiki-edit-mode-hooks 'pcomplete-simple-wiki-setup)
-;; (add-hook 'simple-wiki-edit-mode-hooks 'turn-off-auto-fill)
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/http-emacs/http-emacs-1.1-r1.ebuild,v 1.2 2008/08/28 06:43:44 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/http-emacs/http-emacs-1.1-r1.ebuild,v 1.3 2011/12/09 00:40:08 ulm Exp $
inherit elisp
S="${WORKDIR}/${PN}"
DOCS="CONTRIBUTORS"
-
-SITEFILE=51${PN}-gentoo.el
+SITEFILE="50${PN}-gentoo.el"
+++ /dev/null
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/http-emacs/http-emacs-1.1.ebuild,v 1.11 2008/08/28 06:43:44 ulm Exp $
-
-inherit elisp
-
-DESCRIPTION="Allows you to fetch, render and post html pages via Emacs"
-HOMEPAGE="http://emacswiki.org/cgi-bin/wiki.pl?SimpleWikiEditMode"
-SRC_URI="http://savannah.nongnu.org/download/http-emacs/http-emacs.pkg/${PV}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha ~amd64 ~ppc x86"
-IUSE=""
-S=${WORKDIR}/${PN}
-DOCS="CONTRIBUTORS"
-
-SITEFILE=50http-emacs-gentoo.el
-
-src_compile() {
- elisp-compile http-*.el || die "elisp-compile failed"
-}