From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OdmWm-0003Ze-OX for garchives@archives.gentoo.org; Tue, 27 Jul 2010 15:57:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B098E08BF; Tue, 27 Jul 2010 15:57:05 +0000 (UTC) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.216.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 3E4EEE08BF for ; Tue, 27 Jul 2010 15:57:05 +0000 (UTC) Received: by qyk8 with SMTP id 8so2751940qyk.19 for ; Tue, 27 Jul 2010 08:57:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=O9j9dU5P1BbQ46O5c/mpajHh+g+MT8defuyZQ8MoJas=; b=Ho8Ki829CLdqdo+ItnX9z8PGkK+O88aQcJR55icDooenJidhPl1/D7CtomXhXXF8sf Ts29tvOy0CJsIXPy54UqgKGR5yGTD7z/hp9WbcIWpdv8DuA1H0iJ6mtS+vEWA8x855Le hjCcjgrHKIv/QdtH4G1tTMf3T1QW3wDwJWtLA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=ucAlVeL/1vq1wYieegsDbKMVePJZhhSDxBwTU585wGUkIbjOQOpUmkhG3LPP61ZZJu asbPc717ibUtKNzW7rLFAZcBAB9Ri+hk5VJefneb/dVtzr/ndhPZhLBi8cQS0/fvYpq1 S13JkPpSuagIFOfNsxUR1N5N3+iyUtXNdNhQQ= Received: by 10.224.38.135 with SMTP id b7mr7885153qae.108.1280246224564; Tue, 27 Jul 2010 08:57:04 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-soc@lists.gentoo.org Reply-to: gentoo-soc@lists.gentoo.org MIME-Version: 1.0 Received: by 10.229.181.3 with HTTP; Tue, 27 Jul 2010 08:56:44 -0700 (PDT) From: =?ISO-8859-1?Q?Ot=E1vio_Pontes?= Date: Tue, 27 Jul 2010 12:56:44 -0300 Message-ID: Subject: [gentoo-soc] Multiple Repository Support in Portage - Report To: gentoo-soc@lists.gentoo.org Content-Type: multipart/alternative; boundary=0015175110da70b2bd048c608d13 X-Archives-Salt: b6156a4e-dbea-4294-8758-5cadbab2ec7c X-Archives-Hash: 9ca29cd29de59721f7201e218ce6c640 --0015175110da70b2bd048c608d13 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, I have been some time without reporting my work at this mailing list and i will send my report for the last weeks. When i sent my last e-mail I was working on emerging a package from one specific repository using emerge package::repository syntax. It is now working. It's possible to use the ::repository syntax in emerge command line, ebuild dependencies and when masking/unmasking/setting use flags in /etc/portage/package.*. I also implemented support for syncing portage tree for several version control systems (git, svn, darcs, hg, bzr, ) and changed emerge --sync to sync all repositories in repos.conf with SYNC variable set. Its possible to sync just one repository using emerge --sync repo_name. It's possible to select which vcs will be used in SYNC variable, using the protocol in uri. If you want to download from a git repo using http you can use: SYNC=3Dgit+ http://servername/repo.git. After that i wrote a test in pym/portage/tests to use some provided ebuilds to check if emerge is selecting the correct repository when using ::repository syntax. I am working now in improving this tests and writing tests for package.* files and syncing. That's all, Ot=E1vio Pontes --0015175110da70b2bd048c608d13 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,
I have been some time without reporting my work at this mailing lis= t and i will send my report for the last weeks.
When i sent my la= st e-mail I was working on emerging a package from one specific repository = using emerge package::repository syntax. It is now working. It's possib= le to use the ::repository syntax in emerge command line, ebuild dependenci= es and when masking/unmasking/setting use flags in /etc/portage/package.*.= =A0
I also implemented support for syncing portage tree for several versio= n control systems (git, svn, darcs, hg, bzr, ) and changed emerge --sync to= sync all repositories in repos.conf with SYNC variable set. Its possible t= o sync just one repository using emerge --sync repo_name. It's possible= to select which vcs will be used in SYNC variable, using the protocol in u= ri. If you want to download from a git repo using http you can use: SYNC=3D= git+http://servername/repo.git.<= /div>
After that i wrote a test in pym/portage/tests to use some provided eb= uilds to check if emerge is selecting the correct repository when using ::r= epository syntax. I am working now in improving this tests and writing test= s for package.* files and syncing.=A0

That's all,
Ot=E1vio Pontes
--0015175110da70b2bd048c608d13--