Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 351224 Details for
Bug 473572
app-misc/treesheets-9999 - Open source free form data organizer
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
treesheets-9999.ebuild
treesheets-9999.ebuild (text/plain), 791 bytes, created by
Jack Coulter
on 2013-06-17 13:38:38 UTC
(
hide
)
Description:
treesheets-9999.ebuild
Filename:
MIME Type:
Creator:
Jack Coulter
Created:
2013-06-17 13:38:38 UTC
Size:
791 bytes
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >inherit eutils git-2 wxwidgets > >DESCRIPTION="Open source free form data organizer" > >HOMEPAGE="http://www.treesheets.com" > >EGIT_REPO_URI="git://github.com/aardappel/treesheets.git" > >LICENSE="ZLIB" > >SLOT="0" > >DEPEND="x11-libs/wxGTK:2.9[X]" > >RDEPEND="${DEPEND}" >WX_GTK_VER="2.9" > >src_prepare() { > epatch "${FILESDIR}/${P}-fixpaths.patch" >} > >src_compile() { > $(tc-getCXX) $(wx-config --cxxflags --libs all) ${CXXFLAGS} \ > -o TS/treesheets src/*.cpp || die "Compile failed!" >} > >src_install() { > dobin TS/treesheets > dodoc TS/docs/*.txt > dohtml -r TS/docs/{images,*.html} > > dodir /usr/share/treesheets > > insinto /usr/share/treesheets > doins -r TS/{examples,images} >}
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 473572
:
351196
|
351198
|
351214
|
351216
|
351218
|
351220
| 351224 |
351238
|
887109