Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 259507 Details for
Bug 351340
dev-db/kyotocabinet-1.2.34 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
kyotocabinet-1.2.34.ebuild
kyotocabinet-1.2.34.ebuild (text/plain), 1.05 KB, created by
Johan Bergström
on 2011-01-10 22:14:26 UTC
(
hide
)
Description:
kyotocabinet-1.2.34.ebuild
Filename:
MIME Type:
Creator:
Johan Bergström
Created:
2011-01-10 22:14:26 UTC
Size:
1.05 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >inherit eutils > >DESCRIPTION="A straightforward implementation of DBM" >HOMEPAGE="http://fallabs.com/kyotocabinet/" >SRC_URI="${HOMEPAGE}pkg/${P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" >IUSE="debug doc examples" > >DEPEND="sys-libs/zlib > app-arch/xz-utils" >RDEPEND="${DEPEND}" > >src_prepare() { > epatch "${FILESDIR}/fix_rpath-1.2.4.patch" > sed -ie "/ldconfig/d" Makefile.in > sed -ie "/DOCDIR/d" Makefile.in >} > >src_configure() { > econf $(use_enable debug) --enable-lzma --docdir=/usr/share/doc/${PF} >} > >src_install() { > emake DESTDIR="${D}" install || die "Install failed" > > if use examples; then > insinto /usr/share/${PF}/example > doins example/* || die "Install failed" > fi > > if use doc; then > insinto /usr/share/doc/${PF} > doins -r doc/* || die "Install failed" > fi >} > >src_test() { > emake -j1 check || die "Tests 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 351340
: 259507