Wiki » History » Version 5
Felix Tiede, 01/16/2013 06:12 AM
Repository has changed
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 | 3 | Felix Tiede | 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 | 1 | Felix Tiede | |
9 | 5 | Felix Tiede | bq. *The overlay has moved to its own subversion repository! A new checkout is necessary to accomodate for the change.* |
10 | |||
11 | 1 | Felix Tiede | h2. Usage |
12 | |||
13 | Follow these steps to use this overlay: |
||
14 | |||
15 | * @emerge subversion@ |
||
16 | 5 | Felix Tiede | * @svn co http://www.pc-tiede.de/svn/portage-overlay /path/to/local/overlay@ |
17 | 1 | Felix Tiede | * Add this to your /etc/make.conf: @PORTDIR_OVERLAY="/path/to/local/overlay"@ |
18 | 4 | Felix Tiede | |
19 | 1 | Felix Tiede | 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: |
20 | <pre> |
||
21 | emerge --info | grep PORTDIR_OVERLAY |
||
22 | </pre> |
||
23 | Your local copy should be listed there. |
||
24 | |||
25 | h3. Staying up-to-date |
||
26 | |||
27 | Just issue the following command on a regular base and you'll get all updates: |
||
28 | <pre> |
||
29 | svn up /path/to/local/overlay |
||
30 | </pre> |
||
31 | |||
32 | h3. Troubleshooting |
||
33 | |||
34 | If you get a message like this |
||
35 | <pre> |
||
36 | 5 | Felix Tiede | svn: REPORT request failed on '/svn/portage-overlay/!svn/vcc/default' |
37 | 1 | Felix Tiede | svn: Cannot replace a directory from within |
38 | </pre> |
||
39 | during an update try the following command: |
||
40 | <pre> |
||
41 | 5 | Felix Tiede | svn switch http://www.pc-tiede.de/svn/portage-overlay [/path/to/local/overlay] |
42 | 1 | Felix Tiede | </pre> |