Project

General

Profile

Wiki » History » Version 2

Felix Tiede, 01/13/2013 07:54 PM
Main heading is already displayed by project itself.

1 1 Felix Tiede
{{>toc}}
2
3 2 Felix Tiede
h2. Description
4 1 Felix Tiede
5
This is an overlay "Gentoo's":http://www.gentoo.org portage tree, containing patched ebuilds to enable special features or to incorporate patches which are not yet approved by upstream or Gentoo.
6
7
Therefor the packages found in here have to be used carefully and with possibility of failure in mind. They are not tested very thoroughly much less for any architecture other than x86. Feel free to use them but don't rant if they seriously break your system (though the ebuilds at least shouldn't do '''that''').
8
9
h2. Usage
10
11
Follow these steps to use this overlay:
12
 * @emerge subversion@
13
 * @svn co http://www.pc-tiede.de/svn/oss-tools/portage-overlay /path/to/local/overlay@
14
 * Add this to your /etc/make.conf: @PORTDIR_OVERLAY="/path/to/local/overlay"@
15
If you already have @PORTDIR_OVERLAY@ set in /etc/make.conf, take care not to override it but to add the path to @PORTDIR_OVERLAY@. You can check the overlay by issuing the following command:
16
<pre>
17
emerge --info | grep PORTDIR_OVERLAY
18
</pre>
19
Your local copy should be listed there.
20
21
h3. Staying up-to-date
22
23
Just issue the following command on a regular base and you'll get all updates:
24
<pre>
25
svn up /path/to/local/overlay
26
</pre>
27
28
h3. Troubleshooting
29
30
If you get a message like this
31
<pre>
32
svn: REPORT request failed on '/svn/oss-tools/!svn/vcc/default'
33
svn: Cannot replace a directory from within
34
</pre>
35
during an update try the following command:
36
<pre>
37
svn switch http://www.pc-tiede.de/svn/oss-tools/portage-overlay [/path/to/local/overlay]
38
</pre>