diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2005-10-10 03:05:52 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2005-10-10 03:05:52 +0000 |
commit | 2cb9fa9d36150115e660c9526b426b7bd0add378 (patch) | |
tree | b12c7282049eb06935f35f0b452ddecff4b911b9 /app-emulation | |
parent | restricted wxGTK dep to address bug #106763 (diff) | |
download | gentoo-2-2cb9fa9d36150115e660c9526b426b7bd0add378.tar.gz gentoo-2-2cb9fa9d36150115e660c9526b426b7bd0add378.tar.bz2 gentoo-2-2cb9fa9d36150115e660c9526b426b7bd0add378.zip |
Fixing man pages, resolves bug #108568
(Portage version: 2.0.53_rc4)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/spim/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/spim/Manifest | 2 | ||||
-rw-r--r-- | app-emulation/spim/spim-7.2.1-r1.ebuild | 7 |
3 files changed, 12 insertions, 3 deletions
diff --git a/app-emulation/spim/ChangeLog b/app-emulation/spim/ChangeLog index 0f63434fa90b..bf1865467151 100644 --- a/app-emulation/spim/ChangeLog +++ b/app-emulation/spim/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/spim # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/ChangeLog,v 1.29 2005/10/07 09:06:43 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/ChangeLog,v 1.30 2005/10/10 03:05:52 compnerd Exp $ + + 11 Oct 2005; Saleem Abdulrasool <compnerd@gentoo.org> + spim-7.2.1-r1.ebuild: + Fixing man pages. Resolves bug #108568 *spim-7.2.1-r1 (07 Oct 2005) diff --git a/app-emulation/spim/Manifest b/app-emulation/spim/Manifest index 3d727e6ce1e1..9f958c99f2cd 100644 --- a/app-emulation/spim/Manifest +++ b/app-emulation/spim/Manifest @@ -17,5 +17,5 @@ MD5 f180f948f41e347de9ebca387391018e metadata.xml 476 MD5 9a055d12390dbbce3523f2f315da72db spim-6.5-r1.ebuild 1445 MD5 4b7b9ffd8181a2ca02d4dafe0867c21b spim-7.0.ebuild 1485 MD5 5d648b6c9e3dbd5e00da4716ccef6436 spim-7.1.ebuild 1394 -MD5 b70bbd94f22d79abac5b74db164c8b83 spim-7.2.1-r1.ebuild 2156 +MD5 872fff9e37fffb9772f31c2dce5a1a91 spim-7.2.1-r1.ebuild 2249 MD5 548deb7d9eca69a650ca06890c86669e spim-7.2.1.ebuild 2245 diff --git a/app-emulation/spim/spim-7.2.1-r1.ebuild b/app-emulation/spim/spim-7.2.1-r1.ebuild index c86e08c02efa..2c075326ba3b 100644 --- a/app-emulation/spim/spim-7.2.1-r1.ebuild +++ b/app-emulation/spim/spim-7.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/spim-7.2.1-r1.ebuild,v 1.1 2005/10/07 09:06:43 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/spim-7.2.1-r1.ebuild,v 1.2 2005/10/10 03:05:52 compnerd Exp $ inherit eutils toolchain-funcs @@ -27,6 +27,11 @@ src_unpack() { epatch ${FILESDIR}/${PN}-7.2.1-c99.patch epatch ${FILESDIR}/${PN}-7.2.1-ptrsize.patch epatch ${FILESDIR}/${PN}-7.2.1-string-stream.patch + + # Fix documentation files + cd ${S}/Documentation + mv spim.man spim.1 + mv xspim.man xspim.1 } src_compile() { |