diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-05-11 01:34:15 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-05-11 01:34:15 +0000 |
commit | 54143fb0ba9b63819d62eb1b8a8540c9bd4b4abd (patch) | |
tree | 0b05c63236da0b5d20d758e247769ec8726f199d | |
parent | Exchange newbin arguments thanks to Juergen Rose and HMC (bug #318547). (diff) | |
download | gentoo-2-54143fb0ba9b63819d62eb1b8a8540c9bd4b4abd.tar.gz gentoo-2-54143fb0ba9b63819d62eb1b8a8540c9bd4b4abd.tar.bz2 gentoo-2-54143fb0ba9b63819d62eb1b8a8540c9bd4b4abd.zip |
Removed TODO from dodoc
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r-- | sci-mathematics/gretl/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/gretl/gretl-1.9.0.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sci-mathematics/gretl/ChangeLog b/sci-mathematics/gretl/ChangeLog index 5431a8cbbf7a..b1f8cd8e1df2 100644 --- a/sci-mathematics/gretl/ChangeLog +++ b/sci-mathematics/gretl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/gretl # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.23 2010/05/04 19:50:48 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.24 2010/05/11 01:34:15 bicatali Exp $ + + 11 May 2010; Sébastien Fabbro <bicatali@gentoo.org> gretl-1.9.0.ebuild: + Removed TODO from dodoc *gretl-1.9.0 (04 May 2010) diff --git a/sci-mathematics/gretl/gretl-1.9.0.ebuild b/sci-mathematics/gretl/gretl-1.9.0.ebuild index 0bc876d42a1f..31c42b837808 100644 --- a/sci-mathematics/gretl/gretl-1.9.0.ebuild +++ b/sci-mathematics/gretl/gretl-1.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.0.ebuild,v 1.1 2010/05/04 19:50:48 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.0.ebuild,v 1.2 2010/05/11 01:34:15 bicatali Exp $ USE_EINSTALL=true EAPI=2 @@ -110,8 +110,7 @@ src_install() { elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ || die "elisp-site-file-install failed" fi - dodoc README README.audio ChangeLog CompatLog TODO \ - || die "dodoc failed" + dodoc README README.audio ChangeLog CompatLog } pkg_postinst() { |