Bug 203107 - >=dev-db/sqlite-3.5.3 doesn't contain documentation
Bug#: 203107 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: betelgeuse@gentoo.org Reported By: arfrever@gentoo.org
Component: Ebuilds
URL: 
Summary: >=dev-db/sqlite-3.5.3 doesn't contain documentation
Keywords:  
Status Whiteboard: 
Opened: 2007-12-22 23:39 0000
Description:   Opened: 2007-12-22 23:39 0000
>=dev-db/sqlite-3.5.3 doesn't contain documentation, so "doc" USE flag should be deleted.

http://www.sqlite.org/cvstrac/chngview?cn=4553

------- Comment #1 From Arfrever Frehtes Taifersar Arahesis 2007-12-22 23:44:33 0000 -------
Created an attachment (id=139147) [details]
Patch to sqlite-3.5.4.ebuild

------- Comment #2 From Arfrever Frehtes Taifersar Arahesis 2007-12-22 23:51:51 0000 -------
Created an attachment (id=139149) [details]
Patch to sqlite-3.5.4.ebuild with additional fixes

------- Comment #3 From Petteri Räty 2008-01-08 00:33:56 0000 -------
I change the ebuild to use the documentation zip file found in sqlite web
pages. 

------- Comment #4 From Arfrever Frehtes Taifersar Arahesis 2008-01-13 01:27:23 0000 -------
It doesn't work for 3.5.4.
s/${PN}-docs-${PV}/${PN}_docs_${PV}/g

------- Comment #5 From Petteri Räty 2008-01-13 02:10:29 0000 -------
(In reply to comment #4)
> It doesn't work for 3.5.4.
> s/${PN}-docs-${PV}/${PN}_docs_${PV}/g
> 

Fixed. (That sed itself wasn't enough but any way)