Gentoo Archives: gentoo-soc

From: "Otávio Pontes" <otaviobp@×××××.com>
To: gentoo-soc@l.g.o
Subject: [gentoo-soc] Multiple Repository Support in Portage - Week 4
Date: Tue, 22 Jun 2010 21:09:57
Message-Id: AANLkTin6fqs9g0tuCqtjnrOIsJkOu5fpACa_l2eQqV2I@mail.gmail.com
1 Last week i was still working in emerging a package from one specific
2 repository. This is already working, but there are still some bugs and
3 keywords are not working as they should. This week i will work on
4 fixing this bugs and letting users select repository in
5 /etc/portage/package.*/* files.
6 I also changed the position of the repository name in an atom. I was
7 informed by e-mail that dependency syntax in Paludis is different than
8 the syntax i was writting. I think it is a good idea to make this
9 things compatible and now the new syntax of multirepo-portage is like
10 the paludis syntax. Pkgcore syntax is a little bit different, but it
11 will be changed to the paludis syntax too.
12 New syntax:
13 sys-apps/portage
14 sys-apps/portage:0
15 sys-apps/portage:0::gentoo
16 sys-apps/portage::gentoo
17 sys-apps/portage:0::gentoo[-build]
18 sys-apps/portage::gentoo[-build]
19
20 Otávio Pontes