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 EF2CF1381F3 for ; Tue, 24 Sep 2013 17:29:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1908FE0A03; Tue, 24 Sep 2013 17:29:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8DAC3E0A03 for ; Tue, 24 Sep 2013 17:29:55 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68F8933DD33 for ; Tue, 24 Sep 2013 17:29:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E7D2EE468F for ; Tue, 24 Sep 2013 17:29:51 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1380043750.2e0635e2668a82203530442feaeeaab5cf9abf46.grobian@gentoo> Subject: [gentoo-commits] proj/portage:prefix commit in: / X-VCS-Repository: proj/portage X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 2e0635e2668a82203530442feaeeaab5cf9abf46 X-VCS-Branch: prefix Date: Tue, 24 Sep 2013 17:29:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4f28734a-697e-4be1-baa9-1e7f2fa6e306 X-Archives-Hash: 4e90f6178a38b1a79e136375381b4d37 commit: 2e0635e2668a82203530442feaeeaab5cf9abf46 Author: Fabian Groffen gentoo org> AuthorDate: Tue Sep 24 17:29:10 2013 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Sep 24 17:29:10 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=2e0635e2 Merge remote-tracking branch 'overlays-gentoo-org/master' into prefix Conflicts: README README | 53 +++++++++++++++++++++++++++++++++- man/emerge.1 | 4 +++ mkrelease.sh | 2 +- pym/_emerge/main.py | 1 + pym/_emerge/resolver/slot_collision.py | 7 ++++- pym/portage/repository/config.py | 13 +++++++-- 6 files changed, 74 insertions(+), 6 deletions(-) diff --cc README index 50d66d0,6b102e5..669fbf8 --- a/README +++ b/README @@@ -1,6 -1,48 +1,57 @@@ +This is the prefix branch of portage, a branch that deals with portage +setup as packagemanager for a given offset in the filesystem running +with user privileges. + - If you are not looking for something Gentoo/Alt:Prefix like, then this ++If you are not looking for something Gentoo Prefix like, then this +is not the right place. ++ ++ ++======= + About Portage + ============= + + Portage is a package management system based on ports collections. The + Package Manager Specification Project (PMS) standardises and documents the + behaviour of Portage so that the Portage tree can be used by other package + managers. + + + Dependencies + ============ + + Python and Bash should be the only hard dependencies. Python 2.6 is the + minimum supported version. + + + Licensing and Legalese + ======================= + + Portage is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + version 2 as published by the Free Software Foundation. + + Portage is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Portage; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + + + More information + ================ + + -DEVELOPING contains some code guidelines. + -LICENSE contains the GNU General Public License version 2. + -NEWS contains new features/major bug fixes for each version. + -RELEASE NOTES contains mainly upgrade information for each version. + -TEST-NOTES contains Portage unit test information. + + + Links + ===== + Gentoo project page: + PMS: + PMS git repository: