Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 280127 Details for
Bug 375259
[new ebuild] net-im/oneteam
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for 0.999.990
oneteam-0.999.990.ebuild (text/plain), 1000 bytes, created by
Dennis Schridde
on 2011-07-15 13:23:28 UTC
(
hide
)
Description:
ebuild for 0.999.990
Filename:
MIME Type:
Creator:
Dennis Schridde
Created:
2011-07-15 13:23:28 UTC
Size:
1000 bytes
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >inherit eutils cmake-utils git-2 > >EGIT_REPO_URI="git://git.process-one.net/oneteam/oneteam.git" >EGIT_COMMIT="v${PV}" >EGIT_SOURCEDIR="${WORKDIR}/${P}" > >DESCRIPTION="Enterprise multi-network instant messaging client" >HOMEPAGE="http://oneteam.im/" > >LICENSE="|| ( GPL-2 MPL-1.1 )" > >SLOT="0" >KEYWORDS="~amd64" >IUSE="" > >RDEPEND="net-libs/xulrunner > dev-libs/nspr > dev-libs/glib:2 > x11-libs/gtk+:2 > media-sound/pulseaudio > x11-libs/libXScrnSaver > x11-libs/libX11" >DEPEND="${DEPEND} > dev-util/pkgconfig" > >S="${WORKDIR}/${P}/src/components" > >src_prepare() { > sed -i cmake/FindXPCOM.cmake \ > -e 's:${XPCOM_GECKO_SDK}/host/bin:${XPCOM_GECKO_SDK}/bin:' \ > || die > sed -i CMakeLists.txt \ > -e "/^INCLUDE_DIRECTORIES(/a \ > `pkg-config --variable=includedir nspr`" \ > || die >} > >src_configure() { > export GECKO_SDK=`pkg-config --variable=sdkdir libxul` > > cmake-utils_src_configure >}
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 375259
:
280127
|
280171
|
280173