Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 189155 Details for
Bug 267095
dev-libs/libmemcached-0.28 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new ebuild
libmemcached-0.28.ebuild (text/plain), 1.19 KB, created by
Johan Bergström
on 2009-04-22 14:49:41 UTC
(
hide
)
Description:
new ebuild
Filename:
MIME Type:
Creator:
Johan Bergström
Created:
2009-04-22 14:49:41 UTC
Size:
1.19 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-libs/libmemcached/libmemcached-0.26.ebuild,v 1.1 2009/02/04 00:23:34 patrick Exp $ > >inherit eutils > >DESCRIPTION="a C client library to the memcached server" >HOMEPAGE="http://tangent.org/552/libmemcached.html" >SRC_URI="http://download.tangent.org/${P}.tar.gz" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~sparc-fbsd ~x86" >IUSE="test" > >DEPEND="net-misc/memcached" >RDEPEND="${DEPEND}" > >#RESTRICT="test" > >src_unpack() { > unpack ${A} > if use test; then > cd ${S} > epatch ${FILESDIR}/runtestsasuser.patch > # this removes tests that basically diffs output from a 1.28 > # server against the one installed in your system, which > # _will_ differ and make tests fail. > epatch ${FILESDIR}/removebogustest.patch > fi >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed." > dodoc AUTHORS ChangeLog NEWS README THANKS TODO >} > >src_test() { > vecho ">>> Test phase [test]: ${CATEGORY}/${PF}" > emake test || die "tests failed" > vecho ">>> Test phase [none]: ${CATEGORY}/${PF}" >} >
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 267095
: 189155 |
189157
|
189158