Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 351196 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), 921 bytes, created by
Jack Coulter
on 2013-06-17 10:41:52 UTC
(
hide
)
Description:
treesheets-9999.ebuild
Filename:
MIME Type:
Creator:
Jack Coulter
Created:
2013-06-17 10:41:52 UTC
Size:
921 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" > >SRC_URI="" >EGIT_REPO_URI="git://github.com/aardappel/treesheets.git" > >LICENSE="ZLIB" > >SLOT="0" > >DEPEND=">=x11-libs/wxGTK-2.9.4" > >RDEPEND="${DEPEND}" > >src_prepare() { > cd src || die "Prepare failed!" > > epatch "${FILESDIR}/${P}-fixpaths.patch" >} > >src_compile() { > cd src || die "Compile failed!" > > ./build.sh || die "Compile failed!" >} > >src_install() { > dobin "${S}"/TS/treesheets || die "Install failed!" > dodoc "${S}"/TS/docs/*.txt || die "Install failed!" > dohtml -r "${S}"/TS/docs/{images,*.html} || die "Install failed!" > > dodir /usr/share/treesheets || die "Install failed!" > cp -R "${S}/"TS/{examples,images} "${D}/usr/share/treesheets/" || die "Install 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 473572
:
351196
|
351198
|
351214
|
351216
|
351218
|
351220
|
351224
|
351238
|
887109