Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 199020 Details for
Bug 273870
app-emulation/qtemu-2.0_alpha1 and -9999
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
qtemu-2.0_alpha1.ebuild
qtemu-2.0_alpha1.ebuild (text/plain), 1.47 KB, created by
Will Lepofsky
on 2009-07-24 20:14:20 UTC
(
hide
)
Description:
qtemu-2.0_alpha1.ebuild
Filename:
MIME Type:
Creator:
Will Lepofsky
Created:
2009-07-24 20:14:20 UTC
Size:
1.47 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-emulation/qtemu/qtemu-1.0.5.ebuild,v 1.1 2009/06/08 15:58:04 hwoarang Exp $ > >EAPI="2" > >inherit eutils qt4 cmake-utils > >MY_P="${P/_/}" > >DESCRIPTION="A graphical user interface for QEMU written in Qt4." >HOMEPAGE="http://qtemu.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" > >LICENSE="GPL-2 LGPL-2.1 CCPL-Attribution-3.0" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="bridge" > >DEPEND="x11-libs/qt-gui:4 > x11-libs/qt-svg:4 > x11-libs/qt-webkit:4 > net-libs/libvncserver > bridge? ( app-admin/sudo > net-misc/bridge-utils > net-misc/tunctl > sys-apps/iproute2 > sys-apps/net-tools )" > >RDEPEND="${DEPEND} > || ( app-emulation/qemu > app-emulation/kvm )" > >DOCS="CHANGELOG README TODO" > >src_unpack() { > unpack ${A} > if [[ ! -d ${S} ]]; then > cd "${WORKDIR}"/${PN}* || die "failed to enter work directory" > S="$(pwd)" > einfo "Setting WORKDIR to ${S}" > fi >} > >src_install() { > cmake-utils_src_install >} > >pkg_config() { > if use = bridge; then > elog "Adding QtEmu sudo rules for bridging support." > echo "### rules for QtEmu ###" >> /etc/sudoers > echo "User_Alias QTEMU = %qtemu" >> /etc/sudoers > echo "Cmnd_Alias QEMU_COMMANDS = /sbin/route, /usr/sbin/brctl, /usr/sbin/tunctl, /sbin/ip" >> /etc/sudoers > echo "QTEMU ALL=NOPASSWD: QEMU_COMMANDS" >> /etc/sudoers > echo "### end rules for QtEmu ###" >> /etc/sudoers > fi >}
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 273870
:
194414
|
194415
| 199020 |
212550