Gentoo Archives: gentoo-devhelp

From: Helmut Jarausch <jarausch@××××××××××××××××.de>
To: gentoo-devhelp@l.g.o
Subject: [gentoo-devhelp] multiple GIT repositories - how?
Date: Wed, 04 Mar 2015 12:41:35
Message-Id: evrPfsEMMqNtR2VRsZXVg0@Pn0ZRSjgELMuR030aAqCc
1 Hi,
2
3 I'd like to write an ebuild www-client/qupzilla-9999.
4 For this I need to fetch from several repositories like
5
6 EGIT_REPO_URI="https://github.com/QupZilla/qupzilla.git"
7 EGIT_SECONDARY=("https://github.com/QupZilla/qupzilla-plugins/tree/master/plugins/Videoner.git"
8 "https://github.com/QupZilla/qupzilla-plugins/tree/master/plugins/CopyTitle.git"
9 "https://github.com/QupZilla/qupzilla-plugins/tree/master/plugins/MailHandle.git")
10
11 How can this be achieved?
12
13 Many thanks for a hint,
14 Helmut

Replies

Subject Author
Re: [gentoo-devhelp] multiple GIT repositories - how? Andrew Savchenko <bircoph@g.o>
[gentoo-devhelp] Re:multiple GIT repositories - how? NP-Hardass <np.hardass@×××××.com>