Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 190013 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]
my ebuild ;)
cuneiform-qt-9999.ebuild (text/plain), 877 bytes, created by
Alexander Potashev
on 2009-05-01 05:36:26 UTC
(
hide
)
Description:
my ebuild ;)
Filename:
MIME Type:
Creator:
Alexander Potashev
Created:
2009-05-01 05:36:26 UTC
Size:
877 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 > >inherit git qt4 > >DESCRIPTION="GUI frontend for Cuneiform" >HOMEPAGE="http://www.altlinux.org/Cuneiform-Qt" > >EGIT_REPO_URI="git://git.altlinux.org/people/cas/packages/cuneiform-qt.git" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND=" > >=x11-libs/qt-gui-4.4.0 > >=x11-libs/qt-core-4.4.0 >" >RDEPEND="${DEPEND} > app-text/cuneiform >" > >src_unpack() { > git_src_unpack >} > >src_configure() { > cd cuneiform-qt > PREFIX=/usr eqmake4 || die "eqmake4 failed" >} > >src_compile() { > cd cuneiform-qt > emake CC=$(tc-getCC) CXX=$(tc-getCXX) || die "emake failed" >} > >src_install () { > cd cuneiform-qt > emake INSTALL_ROOT="${D}" install || die "emake install failed" > > make_desktop_entry cuneiform-qt Cuneiform Frontend cuneiform-qt > > dodoc AUTHORS README TODO >} >
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