Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 190075 Details for
Bug 267746
app-text/cuneiform-qt ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-text/cuneiform-qt-9999.ebuild
cuneiform-qt-9999.ebuild (text/plain), 778 bytes, created by
A.C.Heron
on 2009-05-01 21:51:44 UTC
(
hide
)
Description:
app-text/cuneiform-qt-9999.ebuild
Filename:
MIME Type:
Creator:
A.C.Heron
Created:
2009-05-01 21:51:44 UTC
Size:
778 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="1" > >inherit qt4 git > >EGIT_REPO_URI="git://git.altlinux.org/people/cas/packages/${PN}.git" > >DESCRIPTION="Qt interface for Cuneiform" >HOMEPAGE="http://www.altlinux.org/Cuneiform-Qt" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="x11-libs/qt-gui:4 > app-text/cuneiform" >RDEPEND="${DEPEND}" > >src_compile () { > cd ${PN} > sed 's:/share/apps/cuneiform-qt/:/share/cuneiform-qt/:' -i cuneiform-qt.pro || die "Cannot patch cuneiform-qt.pro" > PREFIX="/usr" eqmake4 > emake || die "Cannot run make" >} > >src_install() { > cd ${PN} > dodoc AUTHORS README TODO || die "Cannot install docs" > INSTALL_ROOT="${D}" emake install || die "Cannot install" >} >
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 267746
:
189685
|
189687
|
189717
|
189719
|
190013
|
190073
| 190075