Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 262329 Details for
Bug 296004
(new package) net-im/vacuum: Qt4 Crossplatform Jabber client.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
restrict export
vacuum-9999-r1.ebuild (text/plain), 1.68 KB, created by
Dmitriy Baranov
on 2011-02-13 10:30:31 UTC
(
hide
)
Description:
restrict export
Filename:
MIME Type:
Creator:
Dmitriy Baranov
Created:
2011-02-13 10:30:31 UTC
Size:
1.68 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" >LANGSLONG="de_DE pl_PL ru_RU uk_UA" > >inherit cmake-utils subversion > >DESCRIPTION="Qt4 Crossplatform Jabber client." >HOMEPAGE="http://code.google.com/p/vacuum-im" >ESVN_REPO_URI="http://vacuum-im.googlecode.com/svn/trunk" >ESVN_RESTRICT="export" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="" >PLUGINS=" adiummessagestyle annotations autostatus avatars bitsofbinary bookmarks captchaforms chatstates clientinfo commands compress console dataforms datastreamsmanager emoticons filestreamsmanager filetransfer gateways inbandstreams iqauth jabbersearch messagearchiver multiuserchat pepmanager privacylists privatestorage registration remotecontrol rostersearch servicediscovery sessionnegotiation socksstreams vcard xmppuriqueries" >IUSE="${PLUGINS// / +} sdk" >for x in ${LANGSLONG}; do > IUSE+=" linguas_${x%_*}" >done > >RDEPEND=" > >=x11-libs/qt-core-4.5:4[ssl] > >=x11-libs/qt-gui-4.5:4 > >=dev-libs/openssl-0.9.8k > adiummessagestyle? ( >=x11-libs/qt-webkit-4.5:4 ) > x11-libs/libXScrnSaver >" >DEPEND="${RDEPEND}" > >DOCS="AUTHORS CHANGELOG COPYING README" > >src_prepare() { > subversion_wc_info > cd "${ESVN_WC_PATH}" || die "${ESVN}: can't chdir to ${ESVN_WC_PATH}" > rsync -rlpgo . "${S}" || die "${ESVN}: can't export to ${S}." >} > >src_configure() { > # linguas > local langs="none;" > for x in ${LANGSLONG}; do > use linguas_${x%_*} && langs+="${x};" > done > > local mycmakeargs=( > -DINSTALL_LIB_DIR="$(get_libdir)" > "$(cmake-utils_use sdk INSTALL_SDK)" > -DLANGS="${langs}" > -DINSTALL_DOCS="0" > ) > > for x in ${PLUGINS}; do > mycmakeargs+=( "$(cmake-utils_use ${x} PLUGIN_${x})" ) > done > > 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 296004
:
212275
|
212326
|
212416
|
212478
|
212932
|
218021
|
218023
|
218703
|
222541
|
227999
|
230239
|
233787
|
244619
| 262329 |
265885