ebuild: fetch: Flatten conditionals in _get_fetch_resume_size
[portage.git] / README
1 About Portage
2 =============
3
4 Portage is a package management system based on ports collections. The
5 Package Manager Specification Project (PMS) standardises and documents the
6 behaviour of Portage so that the Portage tree can be used by other package
7 managers.
8
9
10 Dependencies
11 ============
12
13 Python and Bash should be the only hard dependencies. Python 2.6 is the
14 minimum supported version.
15
16
17 Licensing and Legalese
18 =======================
19
20 Portage is free software; you can redistribute it and/or
21 modify it under the terms of the GNU General Public License
22 version 2 as published by the Free Software Foundation.
23
24 Portage is distributed in the hope that it will be useful,
25 but WITHOUT ANY WARRANTY; without even the implied warranty of
26 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27 GNU General Public License for more details.
28
29 You should have received a copy of the GNU General Public License
30 along with Portage; if not, write to the Free Software
31 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
32
33
34 More information
35 ================
36
37 -DEVELOPING contains some code guidelines.
38 -LICENSE contains the GNU General Public License version 2.
39 -NEWS contains new features/major bug fixes for each version.
40 -RELEASE NOTES contains mainly upgrade information for each version.
41 -TEST-NOTES contains Portage unit test information.
42
43
44 Links
45 =====
46 Gentoo project page: <http://www.gentoo.org/proj/en/portage/>
47 PMS: <https://dev.gentoo.org/~ulm/pms/head/pms.html>
48 PMS git repository: <http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git>