Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 15326 Details for
Bug 25711
new ebuilds: bioconductor dependencies
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-libs/rsxml
rsxml-0.93.4.ebuild (text/plain), 805 bytes, created by
Gontran Zepeda
on 2003-08-01 09:33:41 UTC
(
hide
)
Description:
dev-libs/rsxml
Filename:
MIME Type:
Creator:
Gontran Zepeda
Created:
2003-08-01 09:33:41 UTC
Size:
805 bytes
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >IUSE="" >DESCRIPTION="Provides facilities for the R language to read/write XML and other related tasks." >HOMEPAGE="http://www.omegahat.org/RSXML/" > >SRC_URI="http://www.omegahat.org/RSXML/XML_0.93-4.tar.gz" > >LICENSE="bsd" >SLOT="0" >KEYWORDS="~x86" > >DEPEND=">=dev-lang/R-1.7.1 > dev-libs/libxml" > >RDEPEND=${DEPEND} >S=${WORKDIR}/XML > >src_unpack() { > unpack ${A} > cd ${S} > # lousy makefile missing ... got this one from alternate src package at > # omegahat seems to work ok.... > cp ${FILESDIR}/GNUmakefile ${S} >} >src_install() { > # install into the fakeroot, avoiding sandbox violates > dodir /usr/lib/R/library > /usr/bin/R INSTALL --library=${D}/usr/lib/R/library \ > ${S} || 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 25711
:
15322
|
15324
| 15326 |
15328