GENTOO Vdr ebuilds: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(description of gentoo.org-link)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
If you want to use portage for the VDR Ebuilds, you can use the PORTAGE_OVERLAY functionality by following the steps below:
If you want to use portage for the VDR Ebuilds, you can use the PORTAGE_OVERLAY functionality by following the steps below:


The program <b><tt>layman</tt></b> can manage your PORTAGE_OVERLAY automatically.
For updating the ebuilds you will use ''gensync'' from the <tt>gentoolkit-dev</tt> package:
<pre>emerge gentoolkit-dev</pre>
<pre>emerge layman</pre>


In <tt>/etc/make.conf</tt> paste at the bottom the following:
<pre>mkdir -p /usr/local/gentoo-de</pre>


<pre>source /usr/portage/local/layman/make.conf</pre>
In <tt>/etc/gensync/gentoo-de.syncsource</tt> write


Now add the <tt>gentoo-de</tt> overlay to <tt>layman</tt>:
<pre>id="gentoo-de"
<pre>layman -a gentoo-de</pre>
description="gentoo.de Portage Overlay"
rsync="rsync://rsync16.de.gentoo.org/gentoo-de-ebuilds"
# mirror is the none with all VDR ebuilds!!!
# overlay="/my/absolute/path"
overlay="/usr/local/gentoo-de"
</pre>


Sync now and do so when you want to update..
Now you can download our Ebuilds by means of ''gensync'',
<pre>layman -s gentoo-de</pre>
and later also with the same command to keep them up to date.


<pre>gensync gentoo-de</pre>


Don't forget to <tt>emerge --sync</tt>, many of the VDR Ebuilds are now in the main Gentoo Portage tree.
Change the <tt>PORTDIR_OVERLAY</tt> Variable in <tt>/etc/make.conf</tt>:

<pre>PORTDIR_OVERLAY="/usr/local/gentoo-de"</pre>

* Gentoo.de Linux Portage tree mirror
rsync://rsync16.de.gentoo.org/gentoo-de
* Gentoo.de and Gentoo.org Linux Portage tree mirror
rsync://rsync16.de.gentoo.org/gentoo-merged


==Links==
==Links==

Latest revision as of 14:10, 21 October 2006

Some of the VDR ebuilds have been added to the portage tree of Gentoo.org, but the main part of them is in the german CVS of Gentoo.de.

If you want to use portage for the VDR Ebuilds, you can use the PORTAGE_OVERLAY functionality by following the steps below:

The program layman can manage your PORTAGE_OVERLAY automatically.

emerge layman

In /etc/make.conf paste at the bottom the following:

source /usr/portage/local/layman/make.conf

Now add the gentoo-de overlay to layman:

layman -a gentoo-de

Sync now and do so when you want to update..

layman -s gentoo-de


Don't forget to emerge --sync, many of the VDR Ebuilds are now in the main Gentoo Portage tree.

Links

[1] http://gentoo.fh-luh.de/snapshots/ Portage snapshots