Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 561594 - dev-php/pecl-memcached: revbump to fix DOCS
Summary: dev-php/pecl-memcached: revbump to fix DOCS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: 512184
  Show dependency tree
 
Reported: 2015-09-26 20:02 UTC by Michael Orlitzky
Modified: 2015-12-07 14:08 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
0001-dev-php-pecl-memcached-revbump-to-fix-incorrect-DOCS.patch (0001-dev-php-pecl-memcached-revbump-to-fix-incorrect-DOCS.patch,2.21 KB, patch)
2015-09-26 20:02 UTC, Michael Orlitzky
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.