Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 83373 Details for
Bug 79908
New ebuild: NPlot-0.9.8.3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
nplot-0.9.9.2.ebuild
nplot-0.9.9.2.ebuild (text/plain), 1.17 KB, created by
Radek Podgorny
on 2006-03-29 08:12:07 UTC
(
hide
)
Description:
nplot-0.9.9.2.ebuild
Filename:
MIME Type:
Creator:
Radek Podgorny
Created:
2006-03-29 08:12:07 UTC
Size:
1.17 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="A Free Chart Library For .NET" >HOMEPAGE="http://netcontrols.org/nplot/" >SRC_URI="http://netcontrols.org/${PN}/${P}.zip" > >LICENSE="BSD-like" >SLOT="0" >KEYWORDS="~x86" > >IUSE="" >RDEPEND=">=dev-dotnet/mono-1.1.13.4 > >=dev-dotnet/libgdiplus-1.1.13.4" >DEPEND="" >S=${WORKDIR}/NPlot-${PV} > >src_unpack() { > unpack ${A} > > epatch ${FILESDIR}/strongname.patch >} > >src_compile() { > einfo "Currently, we cannot compile NPlot since it depends" > einfo "on the System.Web.UI.Design which is not implemented" > einfo "in Mono, yet." > einfo "" > einfo "Using the precompiled version instead..." > ># This is prepared for the future ># cd ${S}/lib ># ># # We need to disable shared memory because of the ~/.wabi ># # sandbox problem ># export MONO_DISABLE_SHM=1 ># ># # We have to compile it like this since the author does not ># # provide any makefile ># mcs -out:NPlot.dll \ ># -t:library \ ># -r:System.Drawing -r:System.Data -r:System.Web -r:System.Windows.Forms \ ># *.cs >} > >src_install() { > dolib NPlot.dll > > cd ${S}/lib > dodoc changelog.txt house_rules.txt license.txt >}
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 79908
:
49782
| 83373 |
83374