Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 215267 Details for
Bug 299734
net-im/licq-1.3.8 needs some bugfixing (upstream)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild
licq-1.3.8-r1.ebuild (text/plain), 2.03 KB, created by
Andy Crook
on 2010-01-05 11:30:34 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
Andy Crook
Created:
2010-01-05 11:30:34 UTC
Size:
2.03 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=2 >CMAKE_USE_DIR="${S}/plugins/qt4-gui" >inherit cmake-utils > >DESCRIPTION="ICQ Client with v8 support" >HOMEPAGE="http://www.licq.org/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="2" >KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" >IUSE="debug linguas_he ncurses msn nls crypt kde socks5 ssl qt4 xosd" > >RDEPEND="crypt? ( >=app-crypt/gpgme-1 ) > ncurses? ( sys-libs/ncurses > dev-libs/cdk ) > ssl? ( >=dev-libs/openssl-0.9.5a ) > qt4? ( x11-libs/qt-gui:4 > kde? ( >=kde-base/kdelibs-4 > !kde-base/kdelibs[kdeprefix] ) ) > xosd? ( x11-libs/xosd )" >DEPEND="${RDEPEND} > nls? ( sys-devel/gettext ) > dev-libs/boost" > >pkg_setup() { > licq_plugins="auto-reply email rms" > use ncurses && licq_plugins="${licq_plugins} console" > use msn && licq_plugins="${licq_plugins} msn" > use xosd && licq_plugins="${licq_plugins} osd" >} > >src_configure() { > epatch "${FILESDIR}"/${P}-enable-hebrew.patch > epatch "${FILESDIR}"/${P}-hebrew.patch > epatch "${FILESDIR}"/${P}-leak.patch > econf \ > $(use_enable linguas_he hebrew) \ > --disable-dependency-tracking \ > $(use_enable debug) \ > $(use_enable socks5) \ > $(use_enable ssl openssl) \ > $(use_enable nls) > > local x > for x in ${licq_plugins}; do > cd "${S}"/plugins/${x} > econf > done > > mycmakeargs="${mycmakeargs} > $(cmake-utils_use_with kde)" > use qt4 && cmake-utils_src_configure >} > >src_compile() { > emake || die > > local x > for x in ${licq_plugins}; do > cd "${S}"/plugins/${x} > emake || die > done > > use qt4 && cmake-utils_src_compile >} > >src_install() { > emake DESTDIR="${D}" install || die > dodoc README > > docinto doc > dodoc doc/* > > use crypt && dodoc README.GPG > use ssl && dodoc README.OPENSSL > > exeinto /usr/share/${PN}/upgrade > doexe upgrade/*.pl || die > > local x > for x in ${licq_plugins}; do > cd "${S}"/plugins/${x} > emake DESTDIR="${D}" install || die > docinto ${x} > dodoc README* *.conf > done > > if use qt4; then > docinto qt4 > DOCS="README" cmake-utils_src_install > fi > > rm -rf "${D}"/var >}
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 299734
: 215267 |
215268
|
215269
|
215271