From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7D124138989 for ; Sat, 2 May 2015 01:47:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0843CE0815; Sat, 2 May 2015 01:46:58 +0000 (UTC) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB28FE07E8 for ; Sat, 2 May 2015 01:46:56 +0000 (UTC) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 72DCD207C8 for ; Fri, 1 May 2015 21:46:56 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute6.internal (MEProxy); Fri, 01 May 2015 21:46:56 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=IrpNbjeX9uJs3vA D9q9XbWQ0KNM=; b=ZyUlK86MMl8mcuqBmqE+PlpATLoxVSvwT0JTJ2yYnSNm8ne pIKPgT5yc3roPykMFKjzGTEaZSmXojRQQ80oXTcDdOkcAM30QYr034zajTfbQ/WX 2d2X+qBN1DTK6eJzOteb36NpLfP4Y+9z8yldyWsiS2v8FRM4tiFiH8rKN+xo= X-Sasl-enc: mIFVwfw8m7jTyJvl1JWwzZiD+m5MhGtVPXMKhhrbeQeK 1430531216 Received: from [192.168.0.3] (unknown [68.42.214.119]) by mail.messagingengine.com (Postfix) with ESMTPA id 2E9B7C00011 for ; Fri, 1 May 2015 21:46:56 -0400 (EDT) Message-ID: <55442C8F.2060402@alectenharmsel.com> Date: Fri, 01 May 2015 21:46:55 -0400 From: Alec Ten Harmsel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Simple repos.conf layout please References: <20150502014015.GA4179@waltdnes.org> In-Reply-To: <20150502014015.GA4179@waltdnes.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Archives-Salt: 0216bbe6-00a4-4f26-b790-005890929f2a X-Archives-Hash: 9a8a6d03e17dd8d37dd05eb7743729c5 On 05/01/2015 09:40 PM, Walter Dnes wrote: > I'm running an update on my netbook, and I noticed the warning about > SYNC in make.conf no longer being supported. I had a look at the > documentation, and gave up. It appears to be written BY developers who > have several overlays on their machines, FOR developers who have several > overlays on their machines, and assumes significant knowledge in > managing multiple overlays on a machine. > > For those of us who run bog-standard machines without all those bells > and whistles, it comes as a shock to the system. What is the > quickest-n-dirtiest conversion to the "new order"? Can someone please > post a bog-standard example... *WITHOUT* inheriting a gazillion eclasses > and/or cascading multiple overlays? > > The SYNC statement in my make.conf is... > > SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" > > My /etc/portage directory is... > > aa1 portage # ls -l --group-directories-first > total 36 > drwxr-xr-x 2 root root 4096 Mar 14 18:48 bin > drwxr-xr-x 2 root root 4096 Mar 14 18:48 postsync.d > drwxr-xr-x 2 root root 4096 May 1 15:20 repo.postsync.d > drwxr-xr-x 3 root root 4096 Sep 9 2014 savedconfig > -rw-r--r-- 1 root root 1891 Mar 26 23:59 make.conf > -rw-r--r-- 1 root root 627 Sep 9 2014 make.conf.catalyst > lrwxrwxrwx 1 root root 49 Sep 9 2014 make.profile -> ../../usr/portage/profiles/default/linux/x86/13.0 > -rw-r--r-- 1 root root 87 Mar 24 21:54 package.keywords > -rw-r--r-- 1 root root 12 Mar 17 16:52 package.mask > -rw-r--r-- 1 root root 550 Mar 26 03:22 package.use > > My repos.conf is below. [gentoo] location = /usr/portage sync-type = rsync sync-uri = rsync://kwopper/portage auto-sync = true [alec] location = /usr/local/portage sync-type = git sync-uri = git://github.com/trozamon/overlay.git auto-sync = true Naturally, you can replace the sync-uri in the gentoo section with "rsync://rsync.namerica.gentoo.org/gentoo-portage", so yours would be: [gentoo] location = /usr/portage sync-type = rsync sync-uri = rsync://rsync.namerica.gentoo.org/gentoo-portage auto-sync = true Regards, Alec