Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 111507 - subversion should use the examples use flag to control the installation of examples
Summary: subversion should use the examples use flag to control the installation of ex...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 84887
Blocks:
  Show dependency tree
 
Reported: 2005-11-04 14:10 UTC by Petteri Räty (RETIRED)
Modified: 2007-09-08 14:19 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petteri Räty (RETIRED) gentoo-dev 2005-11-04 14:10:50 UTC
pena ~ # qlist subversion | grep examples
/usr/share/doc/subversion-1.2.3-r3/examples/dumpprops.py
/usr/share/doc/subversion-1.2.3-r3/examples/svnserve-sgid.c
/usr/share/doc/subversion-1.2.3-r3/examples/getlocks_test.c
/usr/share/doc/subversion-1.2.3-r3/examples/svnput.c
/usr/share/doc/subversion-1.2.3-r3/examples/headrev.c
/usr/share/doc/subversion-1.2.3-r3/examples/minimal_client.c
/usr/share/doc/subversion-1.2.3-r3/examples/revplist.py
/usr/share/doc/subversion-1.2.3-r3/examples/blame.py
/usr/share/doc/subversion-1.2.3-r3/examples/getfile.py
/usr/share/doc/subversion-1.2.3-r3/examples/svnlook.rb
/usr/share/doc/subversion-1.2.3-r3/examples/svnlook.py
/usr/share/doc/subversion-1.2.3-r3/examples/geturl.py
/usr/share/doc/subversion-1.2.3-r3/examples/check-modified.py
/usr/share/doc/subversion-1.2.3-r3/examples/svnshell.rb
/usr/share/doc/subversion-1.2.3-r3/examples/svnshell.py
/usr/share/doc/subversion-1.2.3-r3/examples/putfile.py

There is a examples use flag to control the installation of examples.

pena ~ # grep examples /usr/portage/profiles/use.*
/usr/portage/profiles/use.desc:examples - Install example source code
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2005-11-07 01:05:35 UTC
I'll do this for the next version
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2007-03-02 22:36:10 UTC
(In reply to comment #1)
> I'll do this for the next version
> 

You wish.

betelgeuse@pena /usr/portage/www-apache/mod_jk $ qlist subversion | grep examples
/usr/share/doc/subversion-1.4.3/examples/dumpprops.py
/usr/share/doc/subversion-1.4.3/examples/svnserve-sgid.c
/usr/share/doc/subversion-1.4.3/examples/testwrite.c
/usr/share/doc/subversion-1.4.3/examples/getlocks_test.c
/usr/share/doc/subversion-1.4.3/examples/svnput.c
/usr/share/doc/subversion-1.4.3/examples/headrev.c
/usr/share/doc/subversion-1.4.3/examples/minimal_client.c
/usr/share/doc/subversion-1.4.3/examples/revplist.py
/usr/share/doc/subversion-1.4.3/examples/blame.py
/usr/share/doc/subversion-1.4.3/examples/getfile.py
/usr/share/doc/subversion-1.4.3/examples/svnlook.rb
/usr/share/doc/subversion-1.4.3/examples/svnlook.py
/usr/share/doc/subversion-1.4.3/examples/geturl.py
/usr/share/doc/subversion-1.4.3/examples/svnlog2html.rb
/usr/share/doc/subversion-1.4.3/examples/check-modified.py
/usr/share/doc/subversion-1.4.3/examples/svnshell.rb
/usr/share/doc/subversion-1.4.3/examples/svnshell.py
/usr/share/doc/subversion-1.4.3/examples/putfile.py
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-08-15 00:57:18 UTC
It is fixed in subversion-1.5_pre26086 in Eaedificāta Repository.
http://www.ffta.host.sk/Eaedificata/index.html

Installation of examples is controlled by "extras" USE flag. If you have important reasons, "extras" USE flag could be split into "extras" and "examples".
Comment 4 Benedikt Böhm (RETIRED) gentoo-dev 2007-09-08 14:19:42 UTC
fixed in 1.4.4-r4 using USE=extras, see #84887