diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-11-06 15:03:30 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-11-06 15:03:30 +0000 |
commit | 2e172060358d86ef35d8cdfd7c7c40c121b1fe5d (patch) | |
tree | 9957e9f8deb051315e5e399c0c5f21644f881e22 /x11-misc/xaos | |
parent | Make the python generating work again (diff) | |
download | gentoo-2-2e172060358d86ef35d8cdfd7c7c40c121b1fe5d.tar.gz gentoo-2-2e172060358d86ef35d8cdfd7c7c40c121b1fe5d.tar.bz2 gentoo-2-2e172060358d86ef35d8cdfd7c7c40c121b1fe5d.zip |
Adding missing -r in dohtml
(Portage version: 2.1.9.24/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'x11-misc/xaos')
-rw-r--r-- | x11-misc/xaos/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xaos/xaos-3.5-r1.ebuild (renamed from x11-misc/xaos/xaos-3.5.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/x11-misc/xaos/ChangeLog b/x11-misc/xaos/ChangeLog index 0c4c381836cc..0db6c3826d57 100644 --- a/x11-misc/xaos/ChangeLog +++ b/x11-misc/xaos/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/xaos # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/ChangeLog,v 1.32 2010/11/02 16:55:08 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/ChangeLog,v 1.33 2010/11/06 15:03:30 jlec Exp $ + +*xaos-3.5-r1 (06 Nov 2010) + + 06 Nov 2010; Justin Lecher <jlec@gentoo.org> -xaos-3.5.ebuild, + +xaos-3.5-r1.ebuild: + Adding missing -r in dohtml 02 Nov 2010; Thomas Kahle <tomka@gentoo.org> xaos-3.5.ebuild: x86 stable per bug #342295 diff --git a/x11-misc/xaos/xaos-3.5.ebuild b/x11-misc/xaos/xaos-3.5-r1.ebuild index 62c4f205dd05..aab2b0b569a5 100644 --- a/x11-misc/xaos/xaos-3.5.ebuild +++ b/x11-misc/xaos/xaos-3.5-r1.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/x11-misc/xaos/xaos-3.5.ebuild,v 1.3 2010/11/02 16:55:08 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xaos/xaos-3.5-r1.ebuild,v 1.1 2010/11/06 15:03:30 jlec Exp $ EAPI=2 inherit eutils autotools @@ -71,11 +71,11 @@ src_install() { if use doc; then insinto /usr/share/doc/${PF} doins doc/xaos.pdf || die - dohtml help/* || die + dohtml -r help/* || die fi local driver="x11" use gtk && driver="\"GTK+ Driver\"" make_desktop_entry "xaos -driver ${driver}" "XaoS Fractal Zoomer" \ xaos "Application;Education;Math;Graphics;" - doicon "${FILESDIR}"/${PN}.png + doicon "${FILESDIR}"/${PN}.png || die } |