Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 167472 Details for
Bug 209331
sci-mathematics/rkward-0.5.0b version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sci-mathematics/rkward-0.5.0b ebuild update
rkward-0.5.0b.ebuild (text/plain), 1.05 KB, created by
Michel Lang
on 2008-10-06 17:37:55 UTC
(
hide
)
Description:
sci-mathematics/rkward-0.5.0b ebuild update
Filename:
MIME Type:
Creator:
Michel Lang
Created:
2008-10-06 17:37:55 UTC
Size:
1.05 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >ARTS_REQUIRED="never" >inherit toolchain-funcs multilib > >DESCRIPTION="An IDE/GUI for the R-project" >HOMEPAGE="http://rkward.sourceforge.net/" >SRC_URI="mirror://sourceforge/rkward/${P}.tar.gz" > >EAPI="1" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="" > >DEPEND="dev-util/cmake > >=dev-lang/R-2.1.0 > dev-lang/php > ${RDEPEND}" >RDEPEND="kde-base/kdelibs:4.1" > >src_compile () { > cmake -DCMAKE_INSTALL_PREFIX=/usr \ > -DLIBRARY_OUTPUT_PATH=PROJECT_BINARY_DIR/$(get_libdir) \ > -DCMAKE_BUILD_TYPE=release \ > -DLIB_INSTALL_DIR=$(get_libdir) \ > -DCMAKE_C_COMPILER=$(type -p $(tc-getCC)) \ > -DCMAKE_CXX_COMPILER=$(type -p $(tc-getCXX)) || die "cmake failed" > emake || die "emake failed" >} >src_install() { > make DESTDIR="${D}" install || die "make install failed" > > # avoid file collisions > rm -f "${D}"/usr/$(get_libdir)/R/library/R.css > rm -f "${D}"/usr/share/apps/katepart/syntax/r.xml >}
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 209331
:
142970
| 167472 |
167480
|
167495