Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Como añadir un overlay no oficial
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
brutico
Tux's lil' helper
Tux's lil' helper


Joined: 16 Feb 2014
Posts: 130

PostPosted: Sun Jul 02, 2017 8:35 am    Post subject: Como añadir un overlay no oficial Reply with quote

Hola quiero añadir un overlay no oficial y he seguido las instrucciones de la wiki y no soy capaz de añadirlo

Concretamente es este:

https://github.com/mrbitt/mrbit-overlay

He probado ponerlo así pero no funciona

layman -o https://github.com/mrbitt/mrbit-overlay/blob/master/mrbitt-repo.xml -f -a mrbitt-overlay
Back to top
View user's profile Send private message
Mr. T.
Guru
Guru


Joined: 26 Dec 2016
Posts: 477

PostPosted: Sun Jul 02, 2017 5:09 pm    Post subject: Reply with quote

!No hablo español muy bien: tuve un curso de español, hace varios años!

! overlay está deprecado, ahora se dice repositorio de ebuilds ! :)

El repositorio de ebuilds "mrbit-overlay" no está en la lista de layman pero es un repositorio externo. !Este repositorio ha mucho ebuilds pero el proprietaro no tiene un cuento Bugzilla!

No es tranquilizador. Puede ser instalado localmente el repositorio, aunque, no creo es la mejor manera (cf custom ebuild repository).

Code:
root # mkdir -pv /usr/local/mrbit_repos/{metadata,profiles}
root # echo 'mrbit_repos' > /usr/local/portage/profiles/repo_name
root # echo "masters = gentoo
auto-sync = false" >> /usr/portage/metadata/layout.conf
root # echo "[mrbit_repos]
location = /usr/local/mrbit_repos" >> /etc/portage/repos.conf/mrbit_repos
root # chown -R brutico:brutico /usr/local/mrbit_repos
brutico $ cd /usr/local/mrbit_repos            # or cd /usr/local        (I do not remember if the directory is created by Git, cf. the instruction bellow).
brutico $ git clone https://github.com/mrbitt/mrbit-overlay.git
root # chown -R portage:portage /usr/local/mrbit_repos
brutico $


!Hasta luego!
Back to top
View user's profile Send private message
pelelademadera
Veteran
Veteran


Joined: 14 Jul 2008
Posts: 1255
Location: La Plata, Argentina

PostPosted: Mon Jul 03, 2017 8:00 pm    Post subject: Reply with quote

te explico a grandes rasgos.
crea algun directorio donde te resulte comodo tener los overlays.

te vas desde un terminal al directorio y haces el git clone: en tu caso:

git clone https://github.com/mrbitt/mrbit-overlay.git

se va a crear otro directorio, dentro del actual, el cual sera tu repositorio.

Luego para decirle a portage donde esta tenes que agregar un fichero llamado /etc/portage/repos.conf o bien, podes crear un directorio y varios ficheros dentro siempre .conf, por ejemplo /etc/portage/repos.conf/misoverlays.conf

dentro del fichero:
Quote:
[mrbit]
location = /lugar/donde/se/hizo/el/gitclone
sync-uri = https://github.com/mrbitt/mrbit-overlay.git
sync-type = git
auto-sync = yes


el auto-sync es simplemente eso, si cuando haces un emerge --sync sincronice o no el repo local, el resto, es donde esta el repo en si, local y remoto

y listo, overlay configurado
_________________
el pelado de la gente
------
Los habitantes de las islas Malvinas lo llaman gentoo, nombre en el que se basa la distribución GNU/Linux Gentoo, cuyo objetivo es la optimización para conseguir más rendimiento y velocidad en la ejecución.
------
Back to top
View user's profile Send private message
Mr. T.
Guru
Guru


Joined: 26 Dec 2016
Posts: 477

PostPosted: Mon Jul 03, 2017 9:21 pm    Post subject: Reply with quote

El manual de Portage en la línea 614 contiene información sobre la configuración de /etc/portage/repos.conf (cf. este artículo and man 5 portage)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum