diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-10-19 14:29:17 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-10-19 14:29:17 +0000 |
commit | f89c2d2bad212e1133899f3ca7b02ef7e706925c (patch) | |
tree | 797674a8da41e2b5a12403301c611280f6ae68e6 /app-emacs/emacs-wget | |
parent | global scope BAAAD (diff) | |
download | historical-f89c2d2bad212e1133899f3ca7b02ef7e706925c.tar.gz historical-f89c2d2bad212e1133899f3ca7b02ef7e706925c.tar.bz2 historical-f89c2d2bad212e1133899f3ca7b02ef7e706925c.zip |
Version bumped.
Diffstat (limited to 'app-emacs/emacs-wget')
-rw-r--r-- | app-emacs/emacs-wget/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/emacs-wget/Manifest | 14 | ||||
-rw-r--r-- | app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild | 30 | ||||
-rw-r--r-- | app-emacs/emacs-wget/files/digest-emacs-wget-0.5.0 | 1 |
4 files changed, 50 insertions, 2 deletions
diff --git a/app-emacs/emacs-wget/ChangeLog b/app-emacs/emacs-wget/ChangeLog index f90943bb2b1d..93b29df97e4c 100644 --- a/app-emacs/emacs-wget/ChangeLog +++ b/app-emacs/emacs-wget/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/emacs-wget # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/ChangeLog,v 1.6 2004/10/09 20:10:23 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/ChangeLog,v 1.7 2004/10/19 14:29:17 usata Exp $ + +*emacs-wget-0.5.0 (19 Oct 2004) + + 19 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> +emacs-wget-0.5.0.ebuild: + Version bumped. 10 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> emacs-wget-0.4.2.ebuild: Stable on alpha and ppc. diff --git a/app-emacs/emacs-wget/Manifest b/app-emacs/emacs-wget/Manifest index 677e142d4f5e..aa6d2b5cd201 100644 --- a/app-emacs/emacs-wget/Manifest +++ b/app-emacs/emacs-wget/Manifest @@ -1,5 +1,17 @@ -MD5 b53753f05dee69bdddeebe933d4a26da ChangeLog 868 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 3230bea8c88d0fe8d6211036eeab4732 ChangeLog 995 MD5 bc11fbad4b05b0917d8dd321875d6921 emacs-wget-0.4.2.ebuild 748 MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158 +MD5 df0b8cdcf64ac1d7dc968c965e2b77c6 emacs-wget-0.5.0.ebuild 729 MD5 ce2ee7bdaf6370ded9a6dc9461df7c86 files/65emacs-wget-gentoo.el 252 MD5 9a1d38708f862c5907ba70f12e3e65ca files/digest-emacs-wget-0.4.2 67 +MD5 fecfb610b3cc1881eef648f26924e428 files/digest-emacs-wget-0.5.0 67 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.4 (Darwin) + +iD8DBQFBdSTIVWNWqTUmv+0RAuY2AKCHdGxxPWy5Nh+4q72+2JDBULo7cgCeOjl0 +1vo+13QYI5lndvoaywDC0sw= +=fhSn +-----END PGP SIGNATURE----- diff --git a/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild b/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild new file mode 100644 index 000000000000..82736e1ed413 --- /dev/null +++ b/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2004 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.1 2004/10/19 14:29:17 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" + +RDEPEND=">=net-misc/wget-1.8.2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~alpha ~ppc ~ppc64 ~ppc-macos" + +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/digest-emacs-wget-0.5.0 b/app-emacs/emacs-wget/files/digest-emacs-wget-0.5.0 new file mode 100644 index 000000000000..5a6142ffffb5 --- /dev/null +++ b/app-emacs/emacs-wget/files/digest-emacs-wget-0.5.0 @@ -0,0 +1 @@ +MD5 eed64c8bd629b82538753af54e8749ab emacs-wget-0.5.0.tar.gz 37074 |