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 | 4f31543676c5909cd1af582164e673b7aa9509ee (patch) | |
tree | 8404e5d207d7f99f87ad01213977b42b63a87816 /app-emacs | |
parent | Add header again. (diff) | |
download | historical-4f31543676c5909cd1af582164e673b7aa9509ee.tar.gz historical-4f31543676c5909cd1af582164e673b7aa9509ee.tar.bz2 historical-4f31543676c5909cd1af582164e673b7aa9509ee.zip |
Initial import. Ebuild submitted by Atzm Watanabe <sitosito@p.chan.ne.jp> at GentooJP ebuild Project
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/emacs-wget/ChangeLog | 11 | ||||
-rw-r--r-- | app-emacs/emacs-wget/Manifest | 5 | ||||
-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, 61 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..f31f9f027ba8 --- /dev/null +++ b/app-emacs/emacs-wget/Manifest @@ -0,0 +1,5 @@ +MD5 976b01d0f695517dd71681e5fd9ab332 emacs-wget-0.4.2.ebuild 742 +MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158 +MD5 39a0be3012d7da60190176f5646cdd6e ChangeLog 480 +MD5 9a1d38708f862c5907ba70f12e3e65ca files/digest-emacs-wget-0.4.2 67 +MD5 ce2ee7bdaf6370ded9a6dc9461df7c86 files/65emacs-wget-gentoo.el 252 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> |