Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 70402 Details for
Bug 46390
app-emulation/winetools (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Enhanced winetools-2.1.2.ebuild
winetools-2.1.2.ebuild (text/plain), 1.83 KB, created by
Robert
on 2005-10-11 13:05:16 UTC
(
hide
)
Description:
Enhanced winetools-2.1.2.ebuild
Filename:
MIME Type:
Creator:
Robert
Created:
2005-10-11 13:05:16 UTC
Size:
1.83 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >MY_PV=${PV//.}jo >MY_P=${PN}-${MY_PV} >DESCRIPTION="menu-driven tool for installing Windows programs under wine" >HOMEPAGE="http://www.von-thadden.de/Joachim/WineTools/" >SRC_URI="http://ds80-237-203-29.dedicated.hosteurope.de/wt/${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="-* ~amd64 ~x86" >IUSE="" > >RDEPEND=">=app-emulation/wine-20040914 > x11-misc/xdialog > dev-lang/perl > virtual/x11" >DEPEND="${RDEPEND} > sys-devel/gettext" > >S=${WORKDIR}/${MY_P} > >WT=wt${MY_PV} > >src_unpack() { > unpack ${A} > cd "${S}" > sed -i \ > -e "s:/usr/local/winetools:/usr/share/winetools:g" \ > -e "s:/usr/local/share/locale:/usr/share/locale:g" \ > -e 's:^DIALOG=.*:DIALOG=$(which Xdialog):' \ > -e "s:\${BASEDIR}/doc/README\.\(\$\?[a-zA-Z0-9{}]*\)\([ \"]\):"\ >"/usr/share/doc/${P}/README\.\1.gz\2:g" \ > -e "s:cat\( .*README\):zcat\1:g" \ > ${WT} findwine || die "sed failed" > > # correct some download file sizes > epatch "${FILESDIR}/${P}-dlsize.patch" > > # do not "clear" screen when finished > epatch "${FILESDIR}/${P}-clear.patch" >} > >src_install() { > dodoc doc/README.* doc/*.txt > dohtml doc/*.html doc/*.gif > > local i > for i in $(find po -name '*.po' -printf '%P ') ; do > i=${i%.*} > dodir /usr/share/locale/${i} > msgfmt po/${i}.po -o "${D}"/usr/share/locale/${i}/wt2.mo || die "msgfmt ${i} failed" > done > > exeinto /usr/share/winetools > doexe chopctrl.pl findwine listit ${WT} || die "doexe" > rm -f INSTALL.txt LICENSE.txt > insinto /usr/share/winetools > doins -r PowBallDX.cfg *.reg config.* *.txt *.ini wineinit.tar.gz icon || die "doins" > > cp -RP scripts "${D}"/usr/share/winetools/ > > dodir /usr/bin > dosym /usr/share/winetools/findwine /usr/bin/findwine > dosym /usr/share/winetools/${WT} /usr/bin/wt2 > dosym /usr/share/winetools/${WT} /usr/bin/winetools >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 46390
:
54595
|
54597
|
54599
|
54600
|
59863
|
59864
|
65038
|
70402
|
70403
|
70405
|
75392
|
75393
|
95252
|
95804