Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 175860 Details for
Bug 202517
dev-util/processing (new package) Processing Development Environment
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
processing-1.0.1.ebuild
processing-1.0.1.ebuild (text/plain), 1.17 KB, created by
MATSUU Takuto (RETIRED)
on 2008-12-19 12:14:09 UTC
(
hide
)
Description:
processing-1.0.1.ebuild
Filename:
MIME Type:
Creator:
MATSUU Takuto (RETIRED)
Created:
2008-12-19 12:14:09 UTC
Size:
1.17 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="an open source programming language and environment for people who want to program images, animation, and sound" >HOMEPAGE="http://processing.org/" >SRC_URI="http://processing.org/download/${P}.tgz" > >LICENSE="GPL-2 LGPL-2.1" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >RESTRICT="strip" > >RDEPEND=">=virtual/jdk-1.5 > x11-misc/xdg-utils > amd64? ( > app-emulation/emul-linux-x86-soundlibs > app-emulation/emul-linux-x86-xlibs > )" > >OPTDIR="/opt/${PN}" > >QA_TEXTRELS="${OPTDIR:1}/java/lib/i386/motif21/libmawt.so > ${OPTDIR:1}/java/lib/i386/client/libjvm.so > ${OPTDIR:1}/java/lib/i386/libdeploy.so > ${OPTDIR:1}/java/lib/i386/server/libjvm.so" > >QA_EXECSTACK="${OPTDIR:1}/libraries/serial/library/librxtxSerial.so" > >src_unpack() { > unpack ${A} > cd "${S}" > sed -i -e '/^browser.linux/s|mozilla|xdg-open|' lib/preferences.txt || die >} > >src_install() { > insinto "${OPTDIR}" > cp -pPR * "${D}${OPTDIR}" || die > make_wrapper ${PN} ./processing "${OPTDIR}" || die > > dodoc revisions.txt > dohtml -r reference/* > dosym /usr/share/doc/${PF}/html "${OPTDIR}"/reference >}
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 202517
:
155399
|
175860
|
177576
|
178140
|
224255
|
228349
|
303433
|
303435
|
303437
|
303439