summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-04-20 12:26:09 +0000
committerUlrich Müller <ulm@gentoo.org>2014-04-20 12:26:09 +0000
commit1f235f6caa11329fb89163fa45e1d819cd28c16e (patch)
tree1441f15d766963a1333a6fbaac040d216bfbde1f /app-emacs
parentfix typo (diff)
downloadgentoo-2-1f235f6caa11329fb89163fa45e1d819cd28c16e.tar.gz
gentoo-2-1f235f6caa11329fb89163fa45e1d819cd28c16e.tar.bz2
gentoo-2-1f235f6caa11329fb89163fa45e1d819cd28c16e.zip
Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/emacs-wget/ChangeLog6
-rw-r--r--app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild19
-rw-r--r--app-emacs/emacs-wget/files/65emacs-wget-gentoo.el8
3 files changed, 5 insertions, 28 deletions
diff --git a/app-emacs/emacs-wget/ChangeLog b/app-emacs/emacs-wget/ChangeLog
index 57790fbc2d5b..ed347c1f7978 100644
--- a/app-emacs/emacs-wget/ChangeLog
+++ b/app-emacs/emacs-wget/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/emacs-wget
# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/ChangeLog,v 1.26 2014/04/20 11:20:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/ChangeLog,v 1.27 2014/04/20 12:26:09 ulm Exp $
+
+ 20 Apr 2014; Ulrich Müller <ulm@gentoo.org> -emacs-wget-0.5.0.ebuild,
+ -files/65emacs-wget-gentoo.el:
+ Remove old.
20 Apr 2014; Agostino Sarubbo <ago@gentoo.org> emacs-wget-0.5.0-r1.ebuild:
Stable for ppc64, wrt bug #505204
diff --git a/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild b/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild
deleted file mode 100644
index cad816f8566f..000000000000
--- a/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild
+++ /dev/null
@@ -1,19 +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/emacs-wget/emacs-wget-0.5.0.ebuild,v 1.11 2008/08/27 13:22:34 ulm Exp $
-
-inherit elisp
-
-DESCRIPTION="Wget interface for Emacs"
-HOMEPAGE="http://pop-club.hp.infoseek.co.jp/emacs/emacs-wget/"
-SRC_URI="http://pop-club.hp.infoseek.co.jp/emacs/emacs-wget/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND=">=net-misc/wget-1.8.2"
-
-SITEFILE=65${PN}-gentoo.el
-DOCS="ChangeLog README* USAGE*"
diff --git a/app-emacs/emacs-wget/files/65emacs-wget-gentoo.el b/app-emacs/emacs-wget/files/65emacs-wget-gentoo.el
deleted file mode 100644
index af86cfd06699..000000000000
--- a/app-emacs/emacs-wget/files/65emacs-wget-gentoo.el
+++ /dev/null
@@ -1,8 +0,0 @@
-
-;;; emacs-wget site-lisp configuration
-
-(add-to-list 'load-path "@SITELISP@")
-(autoload 'wget "wget" "wget interface for Emacs." t)
-(autoload 'wget-web-page "wget" "wget interface to download whole web page." t)
-(load "w3m-wget")
-(add-hook 'w3m-mode-hook '(lambda () (require 'w3m-wget)))