Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 286801 Details for
Bug 383381
app-office/ireport (New package) Visual report designer for JasperReports report system
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild
ireport-4.1.1.ebuild (text/plain), 923 bytes, created by
Dmitry Olyenyov
on 2011-09-17 17:12:47 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
Dmitry Olyenyov
Created:
2011-09-17 17:12:47 UTC
Size:
923 bytes
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > > >EAPI=3 > >inherit java-pkg-2 > >DESCRIPTION="Free, open source report designer for JasperReports" >HOMEPAGE="http://jasperforge.org/website/ireportwebsite/IR%20Website/index.html?header=project&target=ireport" >SRC_URI="mirror://sourceforge/${PN}/iReport/iReport-${PV}/iReport-${PV}.tar.gz" > >LICENSE="GPL" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="" >RDEPEND=">=virtual/jdk-1.6.0 >${DEPEND}" > > >src_prepare() { > find ./ \( -iname "*.exe" -or -iname "*.exe_original" -or -iname "*.dll" -or -iname "*.bat" \) -exec rm {} \; > cd "iReport-${PV}" > epatch "${FILESDIR}/appdir.patch" >} >src_install(){ > dodir /opt/${PN} > cp -r iReport-${PV}/* "${D}/opt/${PN}" || die > dobin iReport-${PV}/bin/ireport || die > doicon iReport-${PV}/bin/document.ico || die > make_desktop_entry ${PN} "iReport" document.ico || die >}
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 383381
: 286801 |
286803