Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 303259 Details for
Bug 405815
dev-util/processing - an open source programming language and environment for people who want to create images, animations, and interactions
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild fixed keywords
processing-ide-1.5.1.ebuild (text/plain), 1.32 KB, created by
renato gallo
on 2012-02-25 23:56:25 UTC
(
hide
)
Description:
ebuild fixed keywords
Filename:
MIME Type:
Creator:
renato gallo
Created:
2012-02-25 23:56:25 UTC
Size:
1.32 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 >inherit eutils fdo-mime > >MY_PN=processing >MY_P=${MY_PN}-${PV} > >DESCRIPTION="Open source programming language and environment to create guis....etc. often used with arduino ide" >HOMEPAGE="http://processing.org/" ># no source-code available >SRC_URI="http://${MY_PN}.googlecode.com/files/${MY_P}-linux.tgz" > >LICENSE="GPL-2 > LGPL-2 > CCPL-Attribution-ShareAlike-3.0" >SLOT="0" >KEYWORDS="~amd64 ~x86" >RESTRICT="strip" >IUSE="" >RDEPEND=" > dev-java/ant-core > dev-java/antlr > dev-java/eclipse-ecj:3.7 > dev-java/jna > >=virtual/jdk-1.6" > >S=${WORKDIR}/${MY_P} > >src_prepare() { > # fix check of system java, fix CLASSPATH > epatch "${FILESDIR}"/wrapper-${PV}.patch >} > >src_install() { > # we use system java > rm -r java || die "Removing of packaged java failed" > > # get rid of libraries provided by other packages > rm lib/{ant.jar,ant-launcher.jar,antlr.jar,ecj.jar,jna.jar} \ > || die "Removing of libs failed" > > # install > dodir "/usr/share/${P}/" > cp -a "${S}"/* "${D}/usr/share/${P}" || die "Copying failed" > dosym /usr/share/${P}/${MY_PN} /usr/bin/${MY_PN} > domenu "${FILESDIR}"/${PN}.desktop > doicon "${FILESDIR}"/${MY_PN}.png >} > >pkg_postinst() { > fdo-mime_desktop_database_update >} > >pkg_postrm() { > fdo-mime_desktop_database_update >}
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 405815
:
303207
|
303209
|
303213
|
303221
|
303243
|
303245
|
303253
|
303257
|
303259
|
303261
|
303263
|
303265
|
303271