diff options
author | Michael Januszewski <spock@gentoo.org> | 2009-12-24 18:46:04 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2009-12-24 18:46:04 +0000 |
commit | 4e9a698b4218efce4ebf323357cf7ebf508f20fe (patch) | |
tree | d025e93225621d90e13add5e36bdd1566135ec02 /sci-mathematics | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-4e9a698b4218efce4ebf323357cf7ebf508f20fe.tar.gz gentoo-2-4e9a698b4218efce4ebf323357cf7ebf508f20fe.tar.bz2 gentoo-2-4e9a698b4218efce4ebf323357cf7ebf508f20fe.zip |
Fix bug #297336.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/xmds/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/xmds/xmds-1.6.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-mathematics/xmds/ChangeLog b/sci-mathematics/xmds/ChangeLog index ab2337f2f49f..a612291838a7 100644 --- a/sci-mathematics/xmds/ChangeLog +++ b/sci-mathematics/xmds/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/xmds -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/xmds/ChangeLog,v 1.8 2008/10/19 14:59:41 maekke Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/xmds/ChangeLog,v 1.9 2009/12/24 18:46:04 spock Exp $ + + 24 Dec 2009; Michał Januszewski <spock@gentoo.org> xmds-1.6.6.ebuild: + Fix bug #297336. 19 Oct 2008; Markus Meier <maekke@gentoo.org> xmds-1.6.6.ebuild: amd64/x86 stable, bug #242600 diff --git a/sci-mathematics/xmds/xmds-1.6.6.ebuild b/sci-mathematics/xmds/xmds-1.6.6.ebuild index 504cae38fa0f..ed8cc490f51d 100644 --- a/sci-mathematics/xmds/xmds-1.6.6.ebuild +++ b/sci-mathematics/xmds/xmds-1.6.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/xmds/xmds-1.6.6.ebuild,v 1.2 2008/10/19 14:59:41 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/xmds/xmds-1.6.6.ebuild,v 1.3 2009/12/24 18:46:04 spock Exp $ inherit eutils @@ -47,5 +47,5 @@ src_install() { done fi - rm -rf "${D}/usr/share/doc/${PN}/examples" + rm -rf "${D}/usr/share/doc/${PN}" } |