Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 189891 Details for
Bug 259293
net-im/qtwitter - Qt-based client for Twitter
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
live ebuild
qtwitter-9999.ebuild (text/plain), 609 bytes, created by
Dominik Kapusta (RETIRED)
on 2009-04-29 20:32:13 UTC
(
hide
)
Description:
live ebuild
Filename:
MIME Type:
Creator:
Dominik Kapusta (RETIRED)
Created:
2009-04-29 20:32:13 UTC
Size:
609 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >inherit qt4-edge git > >DESCRIPTION="A Qt client for Twitter" >HOMEPAGE="http://qtwitter.ayoy.net" >EGIT_REPO_URI="git://github.com/ayoy/qtwitter.git" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="" >IUSE="debug" > >DEPEND="x11-libs/qt-gui:4" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/${PN}" > >src_prepare() { > qt4-edge_src_prepare > echo "CONFIG += nostrip" >> "${S}"/${PN}.pro >} > >src_install() { > emake INSTALL_ROOT="${D}" install || die "emake install failed" > dodoc README || die "dodoc failed" >}
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 259293
:
182288
|
182613
|
189890
| 189891