diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-05-01 11:29:57 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-05-01 11:29:57 +0000 |
commit | 697a5a5d1352145143811421e52cc7091beb4bc0 (patch) | |
tree | 25e54cc02918cdbd928c3abcc162715a76e71ade /app-emacs/emacs-wget | |
parent | Add header again. (diff) | |
download | gentoo-2-697a5a5d1352145143811421e52cc7091beb4bc0.tar.gz gentoo-2-697a5a5d1352145143811421e52cc7091beb4bc0.tar.bz2 gentoo-2-697a5a5d1352145143811421e52cc7091beb4bc0.zip |
Initial import. Ebuild submitted by Atzm Watanabe <sitosito@p.chan.ne.jp> at GentooJP ebuild Project
Diffstat (limited to 'app-emacs/emacs-wget')
-rw-r--r-- | app-emacs/emacs-wget/ChangeLog | 11 | ||||
-rw-r--r-- | app-emacs/emacs-wget/Manifest | 2 | ||||
-rw-r--r-- | app-emacs/emacs-wget/emacs-wget-0.4.2.ebuild | 32 | ||||
-rw-r--r-- | app-emacs/emacs-wget/files/65emacs-wget-gentoo.el | 7 | ||||
-rw-r--r-- | app-emacs/emacs-wget/files/digest-emacs-wget-0.4.2 | 1 | ||||
-rw-r--r-- | app-emacs/emacs-wget/metadata.xml | 5 |
6 files changed, 58 insertions, 0 deletions
diff --git a/app-emacs/emacs-wget/ChangeLog b/app-emacs/emacs-wget/ChangeLog new file mode 100644 index 000000000000..f20cb8bb32dc --- /dev/null +++ b/app-emacs/emacs-wget/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-emacs/emacs-wget +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/ChangeLog,v 1.1 2004/05/01 11:29:57 usata Exp $ + +*emacs-wget-0.4.2 (01 May 2004) + + 01 May 2004; Mamoru KOMACHI <usata@gentoo.org> emacs-wget-0.4.2.ebuild, + metadata.xml, files/65emacs-wget-gentoo.el: + Initial import. Ebuild submitted by Atzm Watanabe <sitosito@p.chan.ne.jp> + at GentooJP ebuild Project + diff --git a/app-emacs/emacs-wget/Manifest b/app-emacs/emacs-wget/Manifest new file mode 100644 index 000000000000..dda7b4dd79f2 --- /dev/null +++ b/app-emacs/emacs-wget/Manifest @@ -0,0 +1,2 @@ +MD5 a5ba19b750898e065f1cc958fecf90ff emacs-wget-0.4.2.ebuild 742 +MD5 9a1d38708f862c5907ba70f12e3e65ca files/digest-emacs-wget-0.4.2 67 diff --git a/app-emacs/emacs-wget/emacs-wget-0.4.2.ebuild b/app-emacs/emacs-wget/emacs-wget-0.4.2.ebuild new file mode 100644 index 000000000000..609d8a9c4934 --- /dev/null +++ b/app-emacs/emacs-wget/emacs-wget-0.4.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/emacs-wget-0.4.2.ebuild,v 1.1 2004/05/01 11:29:57 usata Exp $ + +inherit elisp + +IUSE="" + +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" + +DEPEND="virtual/emacs" +RDEPEND="${DEPEND} + >=net-misc/wget-1.8.2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +src_compile(){ + + elisp-comp *.el || die +} + +src_install(){ + + elisp-install ${PN} *.el{,c} || die + elisp-site-file-install ${FILESDIR}/65emacs-wget-gentoo.el || die + + dodoc 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 new file mode 100644 index 000000000000..538f601f94b9 --- /dev/null +++ b/app-emacs/emacs-wget/files/65emacs-wget-gentoo.el @@ -0,0 +1,7 @@ + +;;; emacs-wget site-lisp configuration + +(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))) diff --git a/app-emacs/emacs-wget/files/digest-emacs-wget-0.4.2 b/app-emacs/emacs-wget/files/digest-emacs-wget-0.4.2 new file mode 100644 index 000000000000..50873cf9de67 --- /dev/null +++ b/app-emacs/emacs-wget/files/digest-emacs-wget-0.4.2 @@ -0,0 +1 @@ +MD5 96de75f5a48f5fc08fd9a023eb2b6438 emacs-wget-0.4.2.tar.gz 28208 diff --git a/app-emacs/emacs-wget/metadata.xml b/app-emacs/emacs-wget/metadata.xml new file mode 100644 index 000000000000..bc306fe58224 --- /dev/null +++ b/app-emacs/emacs-wget/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>emacs</herd> +</pkgmetadata> |