diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-04-16 14:18:27 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-04-16 14:18:27 +0000 |
commit | c947033b836e9356bedc00885f422903c7445be4 (patch) | |
tree | 7d860d9bdceb6e2ed9fae8a03b8f3c629359d280 /app-emulation | |
parent | Installing wine.conf.5 as manpage. Closes #16322. (diff) | |
download | gentoo-2-c947033b836e9356bedc00885f422903c7445be4.tar.gz gentoo-2-c947033b836e9356bedc00885f422903c7445be4.tar.bz2 gentoo-2-c947033b836e9356bedc00885f422903c7445be4.zip |
Installing wine.conf.5 as manpage. Closes #16322.
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/wine/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/wine/files/digest-wine-20030411-r1 (renamed from app-emulation/wine/files/digest-wine-20030411) | 0 | ||||
-rw-r--r-- | app-emulation/wine/wine-20030411-r1.ebuild (renamed from app-emulation/wine/wine-20030411.ebuild) | 6 |
4 files changed, 12 insertions, 6 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index 9b60c13d4e7b..e74f29c71aaf 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/wine # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.38 2003/04/15 07:18:33 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.39 2003/04/16 14:18:14 mholzer Exp $ + +*wine-20030411-r1 (16 Apr 2003) + + 16 Apr 2003; Martin Holzer <mholzer@gentoo.org> Manifest, + wine-20030411-r1.ebuild, wine-20030411.ebuild, wine-20030411.ebuild: + Installing wine.conf.5 as manpage. Closes #16322. *wine-20020411 (11 Apr 2003) diff --git a/app-emulation/wine/Manifest b/app-emulation/wine/Manifest index 8ef366e32bde..314bfb8f3022 100644 --- a/app-emulation/wine/Manifest +++ b/app-emulation/wine/Manifest @@ -1,6 +1,6 @@ -MD5 f188a29dc8f5b422b74734dd03969fc1 ChangeLog 8202 +MD5 cf7d8de4ec9021d2c26cf67d7b04c159 ChangeLog 8206 MD5 8781d7f67ee5c6a118bad2e8443c076f wine-20030408.ebuild 3399 -MD5 cbbcc1a538a4a948b26af284c94f8787 wine-20030411-r1.ebuild 3312 +MD5 46bf68a028758a463ab3f5b5c0f103a6 wine-20030411-r1.ebuild 3316 MD5 63c15dfd24c1a34d256f36fbecb793a4 wine-20030115.ebuild 3275 MD5 c592de70cc926a7a7a80e193d3f747c2 wine-20030219.ebuild 3293 MD5 5982fdca0175efb1fe1ee5c9ca688c12 wine-20030318.ebuild 3399 diff --git a/app-emulation/wine/files/digest-wine-20030411 b/app-emulation/wine/files/digest-wine-20030411-r1 index 389e4f13e451..389e4f13e451 100644 --- a/app-emulation/wine/files/digest-wine-20030411 +++ b/app-emulation/wine/files/digest-wine-20030411-r1 diff --git a/app-emulation/wine/wine-20030411.ebuild b/app-emulation/wine/wine-20030411-r1.ebuild index c44a1cfb0be1..34b07ac13472 100644 --- a/app-emulation/wine/wine-20030411.ebuild +++ b/app-emulation/wine/wine-20030411-r1.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/wine/wine-20030411.ebuild,v 1.5 2003/04/16 09:44:58 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20030411-r1.ebuild,v 1.1 2003/04/16 14:18:14 mholzer Exp $ inherit eutils base @@ -106,6 +106,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/wine/lib/wine @@ -119,6 +121,4 @@ pkg_postinst() { einfo "Use /usr/bin/regedit-wine to import registry files into the" einfo "wine registry." einfo "" - einfo "If you have further questions, enhancements or patches" - einfo "send an email to phoenix@gentoo.org" } |