summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-12-09 00:40:08 +0000
committerUlrich Müller <ulm@gentoo.org>2011-12-09 00:40:08 +0000
commit1ffa2c2b63fdbe7cad97c320bb7342a1019ca795 (patch)
tree2113d19c20b4313fd4a10a5d8f6d2101ea0c555d /app-emacs
parentWhitespace. (diff)
downloadgentoo-2-1ffa2c2b63fdbe7cad97c320bb7342a1019ca795.tar.gz
gentoo-2-1ffa2c2b63fdbe7cad97c320bb7342a1019ca795.tar.bz2
gentoo-2-1ffa2c2b63fdbe7cad97c320bb7342a1019ca795.zip
Drop keywords to unstable and remove old, bug 394027.
(Portage version: 2.1.10.39/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/http-emacs/ChangeLog9
-rw-r--r--app-emacs/http-emacs/files/50http-emacs-gentoo.el14
-rw-r--r--app-emacs/http-emacs/files/51http-emacs-gentoo.el17
-rw-r--r--app-emacs/http-emacs/http-emacs-1.1-r1.ebuild7
-rw-r--r--app-emacs/http-emacs/http-emacs-1.1.ebuild21
5 files changed, 22 insertions, 46 deletions
diff --git a/app-emacs/http-emacs/ChangeLog b/app-emacs/http-emacs/ChangeLog
index be352c384dca..89c82f914c88 100644
--- a/app-emacs/http-emacs/ChangeLog
+++ b/app-emacs/http-emacs/ChangeLog
@@ -1,6 +1,11 @@
# 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:
diff --git a/app-emacs/http-emacs/files/50http-emacs-gentoo.el b/app-emacs/http-emacs/files/50http-emacs-gentoo.el
index ff389bb7766b..6947f827303f 100644
--- a/app-emacs/http-emacs/files/50http-emacs-gentoo.el
+++ b/app-emacs/http-emacs/files/50http-emacs-gentoo.el
@@ -1,4 +1,14 @@
+(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)
diff --git a/app-emacs/http-emacs/files/51http-emacs-gentoo.el b/app-emacs/http-emacs/files/51http-emacs-gentoo.el
deleted file mode 100644
index 6bb98395436e..000000000000
--- a/app-emacs/http-emacs/files/51http-emacs-gentoo.el
+++ /dev/null
@@ -1,17 +0,0 @@
-
-;;; 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)
diff --git a/app-emacs/http-emacs/http-emacs-1.1-r1.ebuild b/app-emacs/http-emacs/http-emacs-1.1-r1.ebuild
index b781b2a761e9..52d0ddfebf4a 100644
--- a/app-emacs/http-emacs/http-emacs-1.1-r1.ebuild
+++ b/app-emacs/http-emacs/http-emacs-1.1-r1.ebuild
@@ -1,6 +1,6 @@
-# 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
@@ -15,5 +15,4 @@ IUSE=""
S="${WORKDIR}/${PN}"
DOCS="CONTRIBUTORS"
-
-SITEFILE=51${PN}-gentoo.el
+SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/http-emacs/http-emacs-1.1.ebuild b/app-emacs/http-emacs/http-emacs-1.1.ebuild
deleted file mode 100644
index d9c79b0faec0..000000000000
--- a/app-emacs/http-emacs/http-emacs-1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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"
-}