diff options
author | 2007-07-03 07:17:25 +0000 | |
---|---|---|
committer | 2007-07-03 07:17:25 +0000 | |
commit | 9a02026388f03aa37c50c512934b2f099962eefd (patch) | |
tree | b969204aaee1d70a453edcfed04465b8734dcf85 /app-emacs/emacs-wget | |
parent | add some quotes; remove pkg_postrm as it is the same from elisp.eclass (diff) | |
download | gentoo-2-9a02026388f03aa37c50c512934b2f099962eefd.tar.gz gentoo-2-9a02026388f03aa37c50c512934b2f099962eefd.tar.bz2 gentoo-2-9a02026388f03aa37c50c512934b2f099962eefd.zip |
removed src_install (make use of DOCS variable and elisp.eclass)
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-emacs/emacs-wget')
-rw-r--r-- | app-emacs/emacs-wget/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild | 17 |
2 files changed, 10 insertions, 13 deletions
diff --git a/app-emacs/emacs-wget/ChangeLog b/app-emacs/emacs-wget/ChangeLog index e9dcd6891724..500240d9cb8a 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/ChangeLog,v 1.10 2007/02/06 13:27:10 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/ChangeLog,v 1.11 2007/07/03 07:17:25 opfer Exp $ + + 03 Jul 2007; Christian Faulhammer <opfer@gentoo.org> + emacs-wget-0.5.0.ebuild: + removed src_install (make use of DOCS variable and elisp.eclass) 06 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild b/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild index 1127114abf9d..6b355ed42a99 100644 --- a/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild +++ b/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 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.3 2005/07/01 18:14:57 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild,v 1.4 2007/07/03 07:17:25 opfer Exp $ inherit elisp @@ -15,16 +15,9 @@ RDEPEND=">=net-misc/wget-1.8.2" SLOT="0" LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~ppc ~ppc-macos ~ppc64 ~x86" +SITEFILE=65${PN}-gentoo.el +DOCS="ChangeLog README* USAGE*" 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* + elisp-comp *.el || die "elisp-comp failed" } |