diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-06-15 18:31:35 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-06-15 18:31:35 +0000 |
commit | d1d36a9462a09d66b24eb612fddbd154f6e49c3a (patch) | |
tree | 01799ebb36a82720c41a7cb0a663d12ff7664d45 /app-emulation/winex-cvs | |
parent | new version, mark 2.2.2 x86 (diff) | |
download | gentoo-2-d1d36a9462a09d66b24eb612fddbd154f6e49c3a.tar.gz gentoo-2-d1d36a9462a09d66b24eb612fddbd154f6e49c3a.tar.bz2 gentoo-2-d1d36a9462a09d66b24eb612fddbd154f6e49c3a.zip |
Added wine.conf man page to be installed. Closes #22848.
Diffstat (limited to 'app-emulation/winex-cvs')
-rw-r--r-- | app-emulation/winex-cvs/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/winex-cvs/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/winex-cvs/winex-cvs-3.0.ebuild | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/app-emulation/winex-cvs/ChangeLog b/app-emulation/winex-cvs/ChangeLog index a6ee7dd05eb6..a6dc82525abe 100644 --- a/app-emulation/winex-cvs/ChangeLog +++ b/app-emulation/winex-cvs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/winex-cvs # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-cvs/ChangeLog,v 1.12 2003/04/17 13:42:53 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-cvs/ChangeLog,v 1.13 2003/06/15 18:31:25 mholzer Exp $ + + 15 Jun 2003; Martin Holzer <mholzer@gentoo.org> winex-cvs-3.0.ebuild: + Added wine.conf man page to be installed. Closes #22848. *winex-cvs-3.0 (17 Apr 2003) diff --git a/app-emulation/winex-cvs/Manifest b/app-emulation/winex-cvs/Manifest index 099e9d489d80..50e84318e533 100644 --- a/app-emulation/winex-cvs/Manifest +++ b/app-emulation/winex-cvs/Manifest @@ -1,6 +1,6 @@ -MD5 8eff9093b9c5e58173babcf17611374b ChangeLog 4560 +MD5 7e479cb96584996722e7639cf0d885c2 ChangeLog 4692 MD5 a72aff1af2fed78b4d9bfd663f2bb1b4 winex-cvs-2.2.1.ebuild 4012 -MD5 ed3ffef97e1050e387ec111a2146c2f4 winex-cvs-3.0.ebuild 4186 +MD5 9479c013a2ef1ad461594f972237a543 winex-cvs-3.0.ebuild 4277 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-winex-cvs-2.2.1 0 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-winex-cvs-3.0 0 MD5 190b622ae744fb68561764ce1b2d9f1d files/winex-cvs-3.0_pre1.patch 287 diff --git a/app-emulation/winex-cvs/winex-cvs-3.0.ebuild b/app-emulation/winex-cvs/winex-cvs-3.0.ebuild index e51ea13f7958..f210609abc1c 100644 --- a/app-emulation/winex-cvs/winex-cvs-3.0.ebuild +++ b/app-emulation/winex-cvs/winex-cvs-3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-cvs/winex-cvs-3.0.ebuild,v 1.1 2003/04/17 13:42:53 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-cvs/winex-cvs-3.0.ebuild,v 1.2 2003/06/15 18:31:25 mholzer Exp $ IUSE="cups opengl" @@ -122,6 +122,8 @@ src_install () { cp ${D}/usr/lib/${PN}/man/man1/wine.1 ${D}/usr/lib/${PN}/man/man1/${PN}.1 doman ${D}/usr/lib/${PN}/man/man1/${PN}.1 rm ${D}/usr/lib/${PN}/man/man1/${PN}.1 + doman ${D}/usr/lib/${PN}/man/man5/wine.conf.5 + rm ${D}/usr/lib/${PN}/man/man5/wine.conf.5 # Remove the executable flag from those libraries. cd ${D}/usr/lib/winex-cvs/bin |