Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Help Ebuild con source in SVN [RISOLTO]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
_sys/sid
Guru
Guru


Joined: 27 Aug 2004
Posts: 346
Location: Asola (Mantova)

PostPosted: Fri Dec 22, 2006 3:10 pm    Post subject: Help Ebuild con source in SVN [RISOLTO] Reply with quote

Dovrei creare un ebuild, ma il sorgente dell'applicazione e' in un repository svn,
nella guida per la creazione di ebuild non spiega come farlo. Qualcuno puo' darmi una mano?
Grazie.
_________________
http://th30z.netsons.org/


Last edited by _sys/sid on Fri Dec 22, 2006 3:34 pm; edited 1 time in total
Back to top
View user's profile Send private message
Luca89
Advocate
Advocate


Joined: 27 Apr 2005
Posts: 2107
Location: Agrigento (Italy)

PostPosted: Fri Dec 22, 2006 3:26 pm    Post subject: Reply with quote

Niente di difficile:

Code:
inherit subversion

ESVN_REPO_URI="https://gechi-overlay.svn.sourceforge.net/svnroot/gechi-overlay/projects/${PN}"


Ovviamente se hai bisogno di lavorare in src_unpack devi usare:

Code:
src_unpack() {
subversion_src_unpack
codice
}


altrimenti la lasci vuota
_________________
Running Fast!
Back to top
View user's profile Send private message
_sys/sid
Guru
Guru


Joined: 27 Aug 2004
Posts: 346
Location: Asola (Mantova)

PostPosted: Fri Dec 22, 2006 3:34 pm    Post subject: Reply with quote

grazie mille per l'aiuto!
_________________
http://th30z.netsons.org/
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) 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