Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 13609 Details for
Bug 23148
new Point2Play
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
the new ebuild
point2play-1.1.ebuild (text/plain), 1.23 KB, created by
bryce verdier
on 2003-06-20 12:47:09 UTC
(
hide
)
Description:
the new ebuild
Filename:
MIME Type:
Creator:
bryce verdier
Created:
2003-06-20 12:47:09 UTC
Size:
1.23 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/app-emulation/point2play/point2play-1.0.1.ebuild,v 1.1 2003/05/01 16:08:37 lordvan Exp $ > >IUSE="" > >MY_P="${PN}-small-${PV}" >DESCRIPTION="WineX is a distribution of Wine with enhanced DirectX for gaming" >HOMEPAGE="http://www.transgaming.com/" > >SLOT="3" >KEYWORDS="~x86" >LICENSE="Aladdin" # not sure about that .. comments? > >RDEPEND="virtual/x11 > >=dev-lang/python-2.0 > >=dev-python/pygtk-1.99.16 > >=x11-themes/gtk-engines-metal-2.2.0" > # Homepage says it needs gtk2-engines .. that shoudl do .. >DEPEND="${RDEPEND}" > >src_unpack () { > if [ ! -e "${DISTDIR}/${MY_P}.tgz" ] ; then > eerror "" > eerror "Please download the appropriate Point2Play archive (${MY_P}.tgz)" > eerror "from: ${HOMEPAGE} (requires a Transgaming subscription)." > eerror "" > eerror "The archive should be placed into ${DISTDIR}." > eerror "" > > die "package archive (${MY_P}.tgz) not found" > fi > unpack "${MY_P}.tgz" >} > >src_compile() { > # nothing to compile > echo "" >} > >src_install () { > mv "${WORKDIR}/usr" "${D}" > # not handling /etc for now since i'm not sure about kde/gnome directory conventions >} >
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 23148
: 13609 |
13610