Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 561594

Summary: dev-php/pecl-memcached: revbump to fix DOCS
Product: Gentoo Linux Reporter: Michael Orlitzky <mjo>
Component: Current packagesAssignee: Robin Johnson <robbat2>
Status: RESOLVED FIXED    
Severity: normal CC: hydrapolic, php-bugs
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 512184    
Attachments: 0001-dev-php-pecl-memcached-revbump-to-fix-incorrect-DOCS.patch

Description Michael Orlitzky gentoo-dev 2015-09-26 20:02:43 UTC
Created attachment 413000 [details, diff]
0001-dev-php-pecl-memcached-revbump-to-fix-incorrect-DOCS.patch

We have (what I consider) a bug in our eclass. It's doing,

  for doc in ${DOCS} ; do
      [[ -s ${doc} ]] && dodoc ${doc}
  done

which allows any old junk in DOCS without causing a failure. I've been revbumping some other pecl packages to fix their DOCS. I made some nontrivial changes to this one, though, so you should take a look at it first. It builds, but I don't use memcached, so who knows.

We'll eventually need it to go stable and have the old (stable) versions removed before I can fix the eclass. If you're short on time I could always do a simpler revbump containing only the DOCS fix.
Comment 1 Tomáš Mózes 2015-12-06 05:27:33 UTC
Hello Michael, tested with PHP 5.6, works fine, thanks.