Gentoo Archives: gentoo-dev

From: "Dennis.Yxun" <dennis.yxun@×××××.com>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Help: How to handle multi svn sources
Date: Wed, 29 Jul 2009 14:29:56
Message-Id: 7b09df4c0907290729m6de856c7y4d95f32297837073@mail.gmail.com
1 HI Folks:
2 I'm not a ebuild guru, so I ask here directly.
3 Here I'm trying to update kicad package to support live svn repos.
4 But the problem I face here is, kicad seperate different sources base on
5 different USE flags
6 I slightly modified the ebuild files, but it simply doesn't work.
7 Any suggestion or advice, really appreciate!
8
9 Following is offended code, attached file is the ebuild file:
10
11 ESVN_REPO_URI="https://kicad.svn.sourceforge.net/svnroot/kicad/trunk/kicad
12 !minimal? (
13 https://kicad.svn.sourceforge.net/svnroot/kicad/trunk/kicad-library )
14 doc? ( https://kicad.svn.sourceforge.net/svnroot/kicad/trunk/kicad-doc)"
15
16 Dennis

Attachments

File name MIME type
kicad-9999.ebuild application/octet-stream

Replies

Subject Author
Re: [gentoo-dev] Help: How to handle multi svn sources Zac Medico <zmedico@g.o>