Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 203107 - >=dev-db/sqlite-3.5.3 doesn't contain documentation
Summary: >=dev-db/sqlite-3.5.3 doesn't contain documentation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Petteri Räty (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-22 23:39 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2008-01-13 02:10 UTC (History)
0 users

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


Attachments
Patch to sqlite-3.5.4.ebuild (sqlite-3.5.4.ebuild.patch,828 bytes, patch)
2007-12-22 23:44 UTC, Arfrever Frehtes Taifersar Arahesis (RETIRED)
Details | Diff
Patch to sqlite-3.5.4.ebuild with additional fixes (sqlite-3.5.4.ebuild.patch,1.14 KB, patch)
2007-12-22 23:51 UTC, Arfrever Frehtes Taifersar Arahesis (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-12-22 23:39:12 UTC
>=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 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-12-22 23:44:33 UTC
Created attachment 139147 [details, diff]
Patch to sqlite-3.5.4.ebuild
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-12-22 23:51:51 UTC
Created attachment 139149 [details, diff]
Patch to sqlite-3.5.4.ebuild with additional fixes
Comment 3 Petteri Räty (RETIRED) gentoo-dev 2008-01-08 00:33:56 UTC
I change the ebuild to use the documentation zip file found in sqlite web pages. 
Comment 4 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-01-13 01:27:23 UTC
It doesn't work for 3.5.4.
s/${PN}-docs-${PV}/${PN}_docs_${PV}/g

Comment 5 Petteri Räty (RETIRED) gentoo-dev 2008-01-13 02:10:29 UTC
(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)