diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-09-13 14:51:07 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-09-13 14:51:07 +0000 |
commit | dc161b44f09d2edd7f27d35e28cacd9610b01313 (patch) | |
tree | d19c3493c643d991151a39bee9137a94ba0f7b51 /app-emulation/winex-cvs | |
parent | Masked new revisions of winex and wine for testing (diff) | |
download | gentoo-2-dc161b44f09d2edd7f27d35e28cacd9610b01313.tar.gz gentoo-2-dc161b44f09d2edd7f27d35e28cacd9610b01313.tar.bz2 gentoo-2-dc161b44f09d2edd7f27d35e28cacd9610b01313.zip |
New manpage setup.
Diffstat (limited to 'app-emulation/winex-cvs')
-rw-r--r-- | app-emulation/winex-cvs/ChangeLog | 23 | ||||
-rw-r--r-- | app-emulation/winex-cvs/winex-cvs-2.0.ebuild | 14 | ||||
-rw-r--r-- | app-emulation/winex-cvs/winex-cvs-2.1.ebuild | 11 |
3 files changed, 37 insertions, 11 deletions
diff --git a/app-emulation/winex-cvs/ChangeLog b/app-emulation/winex-cvs/ChangeLog index d36bc4f4090f..7f8c42a70aff 100644 --- a/app-emulation/winex-cvs/ChangeLog +++ b/app-emulation/winex-cvs/ChangeLog @@ -1,14 +1,17 @@ # ChangeLog for app-emulation/winex-cvs # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-cvs/ChangeLog,v 1.4 2002/09/13 11:46:55 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-cvs/ChangeLog,v 1.5 2002/09/13 14:51:07 phoenix Exp $ - 13 Sep 2002; Dan Armak <danarmak@gentoo.org> ChangeLog : +*winex-cvs-2.1 (08 September 20002) - Fix issue discussed in comments of bug #7319 where dev-util/cvs was missing - from the dep list. + 13 Sep 2002; phoen][x <phoenix@gentoo.org> winex-cvs-2.1.ebuild : + Added manpage installation. This installs the manpage of wine as ${PN}. -*winex-cvs-2.1 (08 September 20002) + 13 Sep 2002; Dan Armak <danarmak@gentoo.org> winex-cvs-2.1.ebuild : + + Fix issue discussed in comments of bug #7319 where dev-util/cvs was missing + from the dep list. 08 Sep 2002; phoen][x <phoenix@gentoo.org> winex-cvs-2.1.ebuild, files/digest-winex-cvs-2.1, files/winex-cvs-fake_windows.tar.bz2, @@ -22,6 +25,16 @@ *winex-cvs-2.0 (08 September 20002) + 13 Sep 2002; phoen][x <phoenix@gentoo.org> winex-cvs-2.0.ebuild : + + Added manpage installation. This installs the manpage of wine as ${PN}. + Removed obsolete RDEPEND tag. + + 13 Sep 2002; Dan Armak <danarmak@gentoo.org> winex-cvs-2.0.ebuild : + + Fix issue discussed in comments of bug #7319 where dev-util/cvs was missing + from the dep list. + 08 Sep 2002; phoen][x <phoenix@gentoo.org> winex-cvs-2.0.ebuild, files/digest-winex-cvs-2.0, files/winex-cvs-fake_windows.tar.bz2, files/winex-cvs-regedit, files/winex-cvs-winex : diff --git a/app-emulation/winex-cvs/winex-cvs-2.0.ebuild b/app-emulation/winex-cvs/winex-cvs-2.0.ebuild index e5fe3ee8b41b..50fefcea11f4 100644 --- a/app-emulation/winex-cvs/winex-cvs-2.0.ebuild +++ b/app-emulation/winex-cvs/winex-cvs-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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-2.0.ebuild,v 1.2 2002/09/13 11:46:55 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-cvs/winex-cvs-2.0.ebuild,v 1.3 2002/09/13 14:51:07 phoenix Exp $ # Dont modify the ECVS_BRANCH setting yourself. # Instead, make a backup of this ebuild and rename it to @@ -17,7 +17,6 @@ ECVS_SERVER="cvs.winex.sourceforge.net:/cvsroot/winex" ECVS_MODULE="wine" ECVS_BRANCH=${PN/cvs/}${PV/./-} ECVS_TOP_DIR="${DISTDIR}/cvs-src/${ECVS_BRANCH}" -mkdir -p ${ECVS_TOP_DIR} inherit cvs @@ -39,8 +38,6 @@ newdepend "virtual/x11 opengl? ( virtual/opengl ) cups? ( net-print/cups )" -RDEPEND="${DEPEND}" - src_compile() { cd ${S} local myconf @@ -108,6 +105,12 @@ src_install () { doins documentation/samples/system.ini doins documentation/samples/generic.ppd + # Manpage setup + 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 + + # Remove the executable flag from those libraries. cd ${D}/usr/lib/winex-cvs/bin chmod a-x *.so @@ -120,6 +123,9 @@ pkg_postinst() { einfo "* This is a wrapper-script which will take care of everything *" einfo "* else. If you have further questions, enhancements or patches *" einfo "* send an email to phoenix@gentoo.org *" + einfo "* *" + einfo "* Manpage has been installed to the system. *" + einfo "* \"man winex-cvs\" should show it. *" einfo "**********************************************************************" } diff --git a/app-emulation/winex-cvs/winex-cvs-2.1.ebuild b/app-emulation/winex-cvs/winex-cvs-2.1.ebuild index 46c8ce5f5d83..b414621f9cc1 100644 --- a/app-emulation/winex-cvs/winex-cvs-2.1.ebuild +++ b/app-emulation/winex-cvs/winex-cvs-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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-2.1.ebuild,v 1.2 2002/09/13 11:46:55 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-cvs/winex-cvs-2.1.ebuild,v 1.3 2002/09/13 14:51:07 phoenix Exp $ # Dont modify the ECVS_BRANCH setting yourself. # Instead, make a backup of this ebuild and rename it to @@ -17,7 +17,6 @@ ECVS_SERVER="cvs.winex.sourceforge.net:/cvsroot/winex" ECVS_MODULE="wine" ECVS_BRANCH=${PN/cvs/}${PV/./-} ECVS_TOP_DIR="${DISTDIR}/cvs-src/${ECVS_BRANCH}" -mkdir -p ${ECVS_TOP_DIR} inherit cvs @@ -106,6 +105,11 @@ src_install () { doins documentation/samples/system.ini doins documentation/samples/generic.ppd + # Manpage setup + 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 + # Remove the executable flag from those libraries. cd ${D}/usr/lib/winex-cvs/bin chmod a-x *.so @@ -118,6 +122,9 @@ pkg_postinst() { einfo "* This is a wrapper-script which will take care of everything *" einfo "* else. If you have further questions, enhancements or patches *" einfo "* send an email to phoenix@gentoo.org *" + einfo "* *" + einfo "* Manpage has been installed to the system. *" + einfo "* \"man winex-cvs\" should show it. *" einfo "**********************************************************************" } |