Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 245129 Details for
Bug 335017
sci-libs/getdata (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
getdata-0.6.3.ebuild
getdata-0.6.3.ebuild (text/plain), 921 bytes, created by
Matěj Laitl
on 2010-08-28 14:38:08 UTC
(
hide
)
Description:
getdata-0.6.3.ebuild
Filename:
MIME Type:
Creator:
Matěj Laitl
Created:
2010-08-28 14:38:08 UTC
Size:
921 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 > >DESCRIPTION="GetData is the reference implementation of the Dirfile, format for time-ordered binary data" >HOMEPAGE="http://getdata.sourceforge.net/" >SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.bz2" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="bzip2 lzma python" > >DEPEND=" > bzip2? ( app-arch/bzip2 ) > lzma? ( app-arch/xz-utils ) > python? ( dev-lang/python )" >RDEPEND="${DEPEND}" > >src_configure() { > local myconf > myconf="${myconf} \ > --disable-idl \ > --without-libslim \ > --with-libz \ > $(use_enable python) \ > $(use_with bzip2 libbz2) \ > $(use_with lzma liblzma)" > econf ${myconf} || die "econf failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "Install failed" > dodoc AUTHORS ChangeLog NEWS README TODO || die "Installing docs failed" >}
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 335017
:
245125
| 245129