BZh91AY&SY BRf,vw||~F_[X x{nvhA2PHP sЅ6#L~<&`2F#8ŷO.&C7KֻHlM|06fRH*n)8e{ S(Sa/rFQAtijf0ùH#؅ʴ cdT,G$1TZL֝y|j1VDT"bxi SuI,/ũH@Z A]!fe f򊞺=({, jN! rXYsh< mRl]K Ɖ I~71)e <6ę'!zrŭ?M<{ 9 띻/7r4TmBUloU?h<^Cd+*Yë1Xtq⫡C5R͚nz| uMz8gxxDAZS MɈ3)sx>tL f`u76K!DL@Av YlssxK0}7,u!x)sdJ@|Sz͆$+e 8rrֹkrC饉JfdHv%(J5XtŽlU g&W86^t+87 X+yyyl-r jx_xIԔuIkh"@.b䅟d)"]iAձdrHd1YQfM;c8l/|M 6K6T#GM%N2Z CW^us C}c)J!2(ClEq1d@*)tVHY-Fə%ޫEFNH7D -@-`hCc ȌcA`:Ţ#vSa X, #AEDA`1T$F$BlsTs|[lyqh{:.NI>Kff=mmBRe&R5Xstd ^%jbj(\"b Z.0gڥd3X.44ܜb5LD5b {vshБj9 TD7qfS {ͷ>z/nOE'Xc^ⴻaRQDxR︅!.`,>zq@'6Jx4+KTEtMTT:^{S&P<{OLuoxgMJX(l̥A"lMdp\4nYl3.y{Dsd?h0^+0))G0,R`Y2PD$Hfɋ .1Ev: ڬLh* r(R*!,dˠ_&@IQѰVrK'YT\а]#iځX@jz:[iyMlcXW`eVKQBzv XZQ{٠e5)Y*mgUg+.$o \nU,Ļತid]qwߞ:!(Z? / ,+')OhKtkW&,`:Tu6S5=+%:%.$ eX/r~l N%R745p ђ`%!YoJ%mŪeMW1aKZ }X0ÑrH}4iX;2-)4 c Bn! i„bJFh%0DkfjHv)6i#@huY 5$d[Z ZD]kfkXT#!{e/UݟNX%$ %߫mWVqwN" ȃwp8#c$W 1tt̨0~a3$!^V G"X.% EHPߦ f6e г?rY98m84UM  "2!:L~F[D CA%ew]zק! k x@@b`L[9c}eR*Ȥ뾊 {ZD3%@Ṭ0°+ .rЋjGѮA_(W;i2f^O(2G JH-9 bTZ i6a< [a]Wy BGl^W$ N@Rّ1MF#< `) (X Xj7"`_bؘ\`IXW՗~ něiUEUI(\v|Bn* Tخ+/"fQXscOY VAۯB4wL)de"+JH&Zl94b]KJU(:/WguKE`Ù$0(^%A`LJ+H0$ ,I*WRio%\]4\JrHCi,14%qĎF<6('Q ̅ ,I @$PT#b !2a iZ$r+bSD\6R˓0Лmib!NbT9})Kk6+{(JxJew@0*+Í_D;AFM, A28D_". 1A >*۽ܱK?N[9J$54m4a +|4:Wg- }#;ovTs8sG:  bHUXuX$mHT B@Y&Խ3fmAZ^+ $t\;)uĢ ̅)r34A4a A~2 7t"7aUހkBi 68HK\Hx%9Aэ'dj,PD,ƒ5Qi`zm1Aa*B**,A~eҫJJV0JmW'! U(NH$@|4F(8aciiT,zq38b,!`@{]`I"w-fL,JERd@;wkd<{<:@0>**P,jꍃxB rh[TuPXXT_ Q-p֨w\[֬3g=Z#冒lCRdMޮvges'@\>8zQdA|&ec ^@8q:HWL 唹s]o/SYO?f=app-admin/eselect-1.2.3 0 gentoo 1437527586 armv7a-hardfloat-linux-gnueabi -Wl,-O1 -Wl,--as-needed eselect-python-20111108 http://www.gentoo.org/proj/en/Python/ install postinst preinst unpack # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-python/eselect-python-20111108.ebuild,v 1.1 2015/03/31 16:54:42 ulm Exp $ # Keep the EAPI low here because everything else depends on it. # We want to make upgrading simpler. ESVN_PROJECT="eselect-python" ESVN_REPO_URI="https://overlays.gentoo.org/svn/proj/python/projects/eselect-python/trunk" if [[ ${PV} == "99999999" ]] ; then inherit autotools subversion else SRC_URI="mirror://gentoo/${P}.tar.bz2" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi DESCRIPTION="Eselect module for management of multiple Python versions" HOMEPAGE="http://www.gentoo.org/proj/en/Python/" LICENSE="GPL-2" SLOT="0" IUSE="" RDEPEND=">=app-admin/eselect-1.2.3" # Avoid autotool deps for released versions for circ dep issues. if [[ ${PV} == "99999999" ]] ; then DEPEND="sys-devel/autoconf" else DEPEND="" fi src_unpack() { unpack ${A} cd "${S}" [[ -x configure ]] || eautoreconf } src_install() { keepdir /etc/env.d/python emake DESTDIR="${D}" install || die } pkg_preinst() { if has_version "<${CATEGORY}/${PN}-20090804" || ! has_version "${CATEGORY}/${PN}"; then run_eselect_python_update="1" fi } pkg_postinst() { if [[ "${run_eselect_python_update}" == "1" ]]; then ebegin "Running \`eselect python update\`" eselect python update --ignore 3.0 --ignore 3.1 --ignore 3.2 > /dev/null eend "$?" fi } 23916 app-eselect 0 Eselect module for management of multiple Python versions BZh91AY&SYU$1 ߀DP`>]zp| TU=r6hIYXPF 4Қo*l)Ih05|Cש7 sA%AH1$R WS: 94\g6Pˉg3AQ r'Cg^ (u Bֻ ϼO9j᪌fF"If E J&MHyV vr$X\gX-^df>%zۮeӍ\C&||Z3{ĝ zݸJ,ƓΛsًcy]v\ vE4y1tA^Eoabӎ)oW)JyI|$NȾ* ZJ:8zdR{2Z6 =O`gKU,y-96_r4n6mЮ-Tߑ{'eNLcTA| D)< TT=F@F:#|N@TϿ5&Rl&I h2ִњef|Q"7/=Tzz?3~;UԙDxiYu*A1zQ7 epjJzhĕV!adҘ“*5I$i/9 L8D2 @cph*߂%Ww@2-o؂14hs92_d]$N $8y-!F8?t&:i^$-~-Y!0YֱQc.u7vTj@I7zeJێF+𳃬dPjp+B(^7#mU0Z>h;s]_80T 6JLL* Hp!iߏ)N8t{1VŸ]gwFq2W| a=G WQZw WaK=}q A[i, kJ&*t-\ ۖMakuӃ! =app-admin/eselect-1.2.3 ;;  ##tablemirrorlinksmirrorlinksCREATE TABLE mirrorlinks ( mirrorname VARCHAR, mirrorlink VARCHAR ) ctableconflictsconflictsCREATE TABLE conflicts ( idpackage INTEGER, conflict VARCHAR, FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE )X77Otabledependenciesreferencedependenciesreference CREATE TABLE dependenciesreference ( iddependency INTEGER PRIMARY KEY AUTOINCREMENT, dependency VARCHAR )5%%5tabledependenciesdependencies CREATE TA  _tablesourcessourcesCREATE TABLE sources ( idpackage INTEGER, idsource INTEGER, FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE )  'd';qgentoohttp://ftp.halifax.rwth-aachen.de/gentoo/distfiles:ogentoohttp://gentoo-distfiles.mirrors.tds.net/distfiles+Qgentoohttp://gentoo.osuosl.org/distfiles1]gentoohttp://gentoo.ussg.indiana.edu/distfiles  2kmirror://gentoo/eselect-python-20111108.tar.bz2 b<4mb^ctablekeywordskeywordsCREATE TABLE keywords ( idpackage INTEGER, idkeyword INTEGER, FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE )D//7tableuseflagsreferenceuseflagsreferenceCREATE TABLE useflagsreference ( idflag INTEGER PRIMARY KEY AUTOINCREMENT, flagname VARCHAR ) ]tableuseflagsuseflagsCREATE TABLE useflags ( idpackage INTEGER, idflag INTEGER, FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE )A --5tablesourcesreferencesourcesreferenceCREATE TABLE sourcesreference ( idsource INTEGER PRIMARY KEY AUTOINCREMENT, source VARCHAR )        %userland_GNUarm armv5tearmv6#elibc_glibc armv6t2%kernel_linux                            R{sc\Rarm64sh#~amd64-fbsdarm ~mips amd64 s390 #~sparc-fbsd hppaalphaia64sparc~m68kppc64 ~x86-fbsdx86ppc 3 /// tableconfigprotectmaskconfigprotectmaskCREATE TABLE configprotectmask ( idpackage INTEGER PRIMARY KEY, idprotect INTEGER, FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE )#''tableconfigprotectconfigprotectCREATE TABLE configprotect ( idpackage INTEGER PRIMARY KEY, idprotect INTEGER, FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE )J//CtablekeywordsreferencekeywordsreferenceCREATE TABLE keywordsreference ( idkeyword INTEGER PRIMARY KEY AUTOINCREMENT, keywordname VARCHAR )   CC/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo3m/etc /etc/entropy /usr/share/gnupg/qualified.txt 6(&62m-tableinjectedinjectedCREATE TABLE injected ( idpackage INTEGER PRIMARY KEY, FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE )))9tablesystempackagessystempackagesCREATE TABLE systempackages ( idpackage INTEGER PRIMARY KEY, FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE )U99EtableconfigprotectreferenceconfigprotectreferenceCREATE TABLE configprotectreference ( idprotect INTEGER PRIMARY KEY AUTOINCREMENT, protect VARCHAR )   arm E]/Cindexsqlite_autoindex_counters_1counters"] tablecounterscounters!CREATE TABLE counters ( counter INTEGER, idpackage INTEGER, branch VARCHAR, PRIMARY KEY(idpackage,branch), FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE )ktablesizessizes CREATE TABLE sizes ( idpackage INTEGER PRIMARY KEY, size INTEGER, FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE )O))YtableinstalledtableinstalledtableCREATE TABLE installedtable ( idpackage INTEGER PRIMARY KEY, repositoryname VARCHAR, source INTEGER, FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE ) P  5   5  mm225I#indexsqlite_autoindex_treeupdates_1treeupdates(]''ytableprovided_libsprovided_libs&CREATE TABLE provided_libs ( idpackage INTEGER, library VARCHAR, path VARCHAR, elfclass INTEGER, FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE )/##%tableneeded_libsneeded_libs%CREATE TABLE needed_libs ( idpackage INTEGER, lib_user_path VARCHAR, lib_user_soname VARCHAR, soname VARCHAR, elfclass INTEGER, rpath VARCHAR, FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE )++5tabletrashedcounterstrashedcounters#CREATE TABLE trashedcounters ( counter INTEGER ) ' ;  /usr/bin/python-wrapperlibc.so.6    UW U"//Otablelicenses_acceptedlicenses_accepted-CREATE TABLE licenses_accepted ( licensename VARCHAR UNIQUE )5!I#indexsqlite_autoindex_licensedata_1licensedata,E ##Qtablelicensedatalicensedata+CREATE TABLE licensedata ( licensename VARCHAR UNIQUE, text BLOB, compressed INTEGER )611tabletreeupdatesactionstreeupdatesactions*CREATE TABLE treeupdatesactions ( idupdate INTEGER PRIMARY KEY AUTOINCREMENT, repository VARCHAR, command VARCHAR, branch VARCHAR, date VARCHAR )5I#indexsqlite_autoindex_treeupdates_1treeupdates(&##tabletreeupdatestreeupdates'CREATE TABLE treeupdates ( repository VARCHAR PRIMARY KEY, digest VARCHAR )  NNfBGPL-2 GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free SoftwarI  GPL-2   jj##A)U/indexsqlite_autoindex_packagechangelogs_1packagechangelogs5'##}tablepackagesetspackagesets3CREATE TABLE packagesets ( setname VARCHAR, dependency VARCHAR )_&77]tablecategoriesdescriptioncategoriesdescription2CREATE TABLE categoriesdescription ( category VARCHAR, locale VARCHAR, description VARCHAR )A%77!tableentropy_misc_countersentropy_misc_counters1CREATE TABLE entropy_misc_counters ( idtype INTEGER PRIMARY KEY, counter INTEGER ) $ktabletriggerstriggers0CREATE TABLE triggers ( idpackage INTEGER PRIMARY KEY, data BLOB, FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE )A#U/indexsqlite_autoindex_licenses_accepted_1licenses_accepted.     KKz#)Bapp-eselecteselect-python# ChangeLog for app-eselect/eselect-python # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-python/ChangeLog,v 1.2 2015/04/21 11:25:02 mrueg Exp $ 21 Apr 2015; Manuel Rüger eselect-python-20111108.ebuild, eselect-python-20131210.ebuild, eselect-python-20140115.ebuild, eselect-python-20140125.ebuZ #) app-eselecteselect-python ba+*<*))3tableautomergefilesautomergefiles7CREATE TABLE automergefiles ( idpackage INTEGER, configfile VARCHAR, md5 VARCHAR, FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE )A)U/indexsqlite_autoindex_packagechangelogs_1packagechangelogs5~(//+tablepackagechangelogspackagechangelogs4CREATE TABLE packagechangelogs ( category VARCHAR, name VARCHAR, changelog BLOB, PRIMARY KEY (category, name) )##}tablepackagesetspackagesets3CREATE TABLE packagesets ( setname VARCHAR, dependency VARCHAR )   7l73-,2,--tablepackagedownloadspackagedownloads:CREATE TABLE packagedownloads ( idpackage INTEGER, download VARCHAR, type VARCHAR, size INTEGER, disksize INTEGER, md5 VARCHAR, sha1 VARCHAR, sha256 VARCHAR, sha512 VARCHAR, gpg BLOB, FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE )+11Mtablepackagedesktopmimepackagedesktopmime8CREATE TABLE packagedesktopmime ( idpackage INTEGER, name VARCHAR, mimetype VARCHAR, executable VARCHAR, icon VARCHAR, FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE )   (T($0/)/--tablepackagespmphasespackagespmphases>CREATE TABLE packagespmphases ( idpackage INTEGER PRIMARY KEY, phases VARCHAR, FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE ).//Otablepackagesignaturespackagesignatures=CREATE TABLE packagesignatures ( idpackage INTEGER PRIMARY KEY, sha1 VARCHAR, sha256 VARCHAR, sha512 VARCHAR, gpg BLOB, FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE )-''ktableprovided_mimeprovided_mime;CREATE TABLE provided_mime ( mimetype VARCHAR, idpackage INTEGER, FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE )   p] 6c04e6004b168c39bf05d88dbd1975eea8f9a9e3f0d1cbe559eb12bbc6a5ef02bfea185458b52c635b313e357a8f6ba278964daea98be749d6c5a478b2b3c038c64f5efd31aa44fb94f2de4f10e2b4ffd3c5c832c478693a32a460af37295373838783eec493b424110775f254b70e8b90657e5c "Kinstall postinst preinst unpack  gentoo **;4O)indexsqlite_autoindex_preserved_libs_1preserved_libsDUO2c=indexsqlite_autoindex_entropy_branch_migration_1entropy_branch_migrationB1==Atableentropy_branch_migrationentropy_branch_migrationACREATE TABLE entropy_branch_migration ( repository VARCHAR, from_branch VARCHAR, to_branch VARCHAR, post_migration_md5sum VARCHAR, post_upgrade_md5sum VARCHAR, PRIMARY KEY (repository, from_branch, to_branch) )9055tablepackagespmrepositorypackagespmrepository?CREATE TABLE packagespmrepository ( idpackage INTEGER PRIMARY KEY, repository VARCHAR, FOREIGN KEY(idpackage) REFERENCES baseinfo(idpackage) ON DELETE CASCADE )     NI6etablesettingssettingsGCREATE TABLE settings ( setting_name VARCHAR, setting_value VARCHAR, PRIMARY KEY(setting_name) )/7Cindexsqlite_autoindex_settings_1settingsH5tablexpakdataxpakdataFCREATE TABLE xpakdata ( idpackage INTEGER PRIMARY KEY, data BLOB );4O)indexsqlite_autoindex_preserved_libs_1preserved_libsD!3))}tablepreserved_libspreserved_libsCCREATE TABLE preserved_libs ( library VARCHAR, elfclass INTEGER, path VARCHAR, atom VARCHAR, PRIMARY KEY (library, path, elfclass) )O2c=indexsqlite_autoindex_entropy_branch_migration_1entropy_branch_migrationB  +schema_revision6=_baseinfo_extrainfo_20101/on_delete_cascade1 archarmv7l +schema_revision=_baseinfo_extrainfo_2010/on_delete_cascade archJe Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give thKe recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent mLust be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the MProgram is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, Nprovided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such anO announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the ProgPram with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the infQormation you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from aR designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program),S you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pTertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance onU consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new probleVms or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREWE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PAXRTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the YFree Software Foundation; either version 2 of the License, or (at your option) any later version. This program 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 this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. [ild, eselect-python-99999999.ebuild: Fix EGIT_REPO_URI. 31 Mar 2015; Ulrich Müller +eselect-python-20111108.ebuild, +eselect-python-20131210.ebuild, +eselect-python-20140115.ebuild, +eselect-python-20140125.ebuild, +eselect-python-99999999.ebuild, +metadata.xml: Move package from app-admin to app-eselect category. 05 Jun 2014; Mike Gilbert -eselect-python-20091230.ebuild, -eselect-python-20100321.ebuild: Remove EAPI 1 ebuilds per QA request, bug 512124. 02 Feb 2014; Fabian Groffen eselect-python-20140125.ebuild, eselect-python-99999999.ebuild: Add Prefix keywords (forgotten after migration from prefix-tree) *eselect-python-20140125 (25 Jan 2014) 25 Jan 2014; Mike Gilbert +eselect-python-20140125.ebuild: Version bump. Includes fix for gentoo-prefix. 19 Jan 2014; Mike Gilbert eselect-python-20140115.ebuild, eselect-python-99999999.ebuild: Fix python atoms in pkg_pos\tinst, bug 498530. 19 Jan 2014; Mike Gilbert eselect-python-20140115.ebuild, eselect-python-99999999.ebuild: Tidy up RDEPEND. Don't call eselect python update when python is not installed, bug 380567. *eselect-python-20140115 (19 Jan 2014) 19 Jan 2014; Mike Gilbert +eselect-python-20140115.ebuild: Version bump, fixes bug 337601. 18 Jan 2014; Mike Frysinger eselect-python-20111108.ebuild, eselect-python-20131210.ebuild, eselect-python-99999999.ebuild: Add arm64 love. *eselect-python-20131210 (10 Dec 2013) 10 Dec 2013; Mike Gilbert +eselect-python-20131210.ebuild, eselect-python-99999999.ebuild: Version bump. 13 Apr 2013; Agostino Sarubbo eselect-python-20111108.ebuild: Stable for s390, wrt bug #462644 02 Apr 2013; Agostino Sarubbo eselect-python-20111108.ebuild: Stable for hppa, wrt bug #462644 02 Apr 2013; Agostino Sarubbo esel]ect-python-20111108.ebuild: Stable for sh, wrt bug #462644 31 Mar 2013; Agostino Sarubbo eselect-python-20111108.ebuild: Stable for sparc, wrt bug #462644 28 Mar 2013; Agostino Sarubbo eselect-python-20111108.ebuild: Stable for ia64, wrt bug #462644 23 Mar 2013; Agostino Sarubbo eselect-python-20111108.ebuild: Stable for alpha, wrt bug #462644 23 Mar 2013; Agostino Sarubbo eselect-python-20111108.ebuild: Stable for arm, wrt bug #462644 23 Mar 2013; Agostino Sarubbo eselect-python-20111108.ebuild: Stable for ppc64, wrt bug #462644 22 Mar 2013; Agostino Sarubbo eselect-python-20111108.ebuild: Stable for ppc, wrt bug #462644 22 Mar 2013; Agostino Sarubbo eselect-python-20111108.ebuild: Stable for x86, wrt bug #462644 22 Mar 2013; Agostino Sarubbo eselect-python-20111108.ebuild: Stable for amd64, wrt bug #462644 22 Mar 2013; Mike F^rysinger eselect-python-99999999.ebuild: Update to git and simplify wrapper selection #441008 by Michał Górny. 22 Mar 2013; Mike Frysinger eselect-python-20091230.ebuild, eselect-python-20100321.ebuild, eselect-python-20111108.ebuild, eselect-python-99999999.ebuild: Set HOMEPAGE to the Gentoo Python project. 26 Apr 2012; Alexis Ballier eselect-python-20111108.ebuild, eselect-python-99999999.ebuild: keyword ~amd64-fbsd *eselect-python-20111108 (09 Nov 2011) 09 Nov 2011; Mike Frysinger +eselect-python-20111108.ebuild, eselect-python-99999999.ebuild: Rewrite the ebuilds to not require autotools/newer EAPI to make upgrading simple. 19 Jun 2010; Raúl Porcel eselect-python-20100321.ebuild: alpha/ia64/m68k/s390/sh/sparc stable wrt #316367 28 May 2010; Markus Meier eselect-python-20100321.ebuild: arm/x86 stable, bug #316367 26 May 2010; Pacho _Ramos eselect-python-20100321.ebuild: stable amd64, bug 316367 13 May 2010; Joseph Jezak eselect-python-20100321.ebuild: Marked ppc/ppc64 stable for bug #316637. 04 May 2010; Jeroen Roovers eselect-python-20100321.ebuild: Stable for HPPA (bug #316367). *eselect-python-20100321 (21 Mar 2010) 21 Mar 2010; Arfrever Frehtes Taifersar Arahesis -eselect-python-20090824.ebuild, -files/eselect-python-20090824-old-glibc.patch, +eselect-python-20100321.ebuild: Version bump. Fix process names of directly executed Python scripts (bug #286424). Fix building on systems without strtok_r() (bug #299152). Set a+rx permissions on /usr/bin/python-config (bug #299688). Handle files specific to Mac OS X (bug #310551). 13 Feb 2010; Raúl Porcel eselect-python-20091230.ebuild: alpha/ia64/m68k/s390/sh/sparc stable wrt #302775 10 Feb 2010; Jeroen Roovers eselect-python`-20091230.ebuild: Stable for HPPA (bug #302775). 10 Feb 2010; Joseph Jezak eselect-python-20091230.ebuild: Marked ppc stable for bug #302775. 04 Feb 2010; Markus Meier eselect-python-20091230.ebuild: amd64/arm stable, bug #302775 04 Feb 2010; Brent Baude eselect-python-20091230.ebuild: Marking eselect-python-20091230 ppc64 for bug 302775 01 Feb 2010; Christian Faulhammer eselect-python-20091230.ebuild: stable x86, bug 302775 *eselect-python-20091230 (30 Dec 2009) 30 Dec 2009; Arfrever Frehtes Taifersar Arahesis +eselect-python-20091230.ebuild: Version bump. Add support for --python2 / --python3 options (bug #296220). Support `eselect --brief python list` (bug #292112). Fix some minor bugs. Require GCC >=3.4 (bug #291980). 30 Dec 2009; Arfrever Frehtes Taifersar Arahesis eselect-python-99999999.ebuild: Require GCC >=3.4 (bug #291980). Upadate dependencies. 04 Oct 2009; Arfrever Frehtes Taifersar Arahesis eselect-python-20090824.ebuild: Use EAPI="1" to allow upgrades using older versions of Portage not supporting EAPI="2". 20 Sep 2009; Mounir Lamouri eselect-python-20090824.ebuild: Stabilizing for ppc. Fix bug 284971 19 Sep 2009; Raúl Porcel eselect-python-20090824.ebuild: alpha/ia64/m68k/s390/sh/sparc stable wrt #284971 18 Sep 2009; Markus Meier eselect-python-20090824.ebuild: amd64/arm stable, bug #284971 18 Sep 2009; Jeroen Roovers eselect-python-20090824.ebuild: Stable for HPPA (bug #284971). 16 Sep 2009; Christian Faulhammer eselect-python-20090824.ebuild: stable x86, bug 284971 15 Sep 2009; Tom Gall eselect-python-20090824.ebuild: stable on ppc64, bug#284971 14 Sep 2009; Arfrever Frehtes Taifersar Arahesis eselect-python-b20090824.ebuild, eselect-python-99999999.ebuild: Fix dependencies (bug #284670). 02 Sep 2009; Arfrever Frehtes Taifersar Arahesis eselect-python-20090824.ebuild, +files/eselect-python-20090824-old-glibc.patch: Fix building with old versions of sys-libs/glibc. *eselect-python-20090824 (24 Aug 2009) 24 Aug 2009; Arfrever Frehtes Taifersar Arahesis +eselect-python-20090824.ebuild: Version bump. *eselect-python-99999999 (24 Aug 2009) 24 Aug 2009; Arfrever Frehtes Taifersar Arahesis +eselect-python-99999999.ebuild: Add live ebuild. 17 Aug 2009; Alexis Ballier eselect-python-20090814.ebuild: restore fbsd keywords now that its fine *eselect-python-20090814 (14 Aug 2009) 14 Aug 2009; Arfrever Frehtes Taifersar Arahesis -eselect-python-20080521.ebuild, -eselect-python-20080925.ebuild, -eselect-python-20090801.ebuild, -eselect-python-20090804.ebuild, +eselect-pythcon-20090814.ebuild: Version bump. 13 Aug 2009; Arfrever Frehtes Taifersar Arahesis eselect-python-20090804.ebuild: Run `eselect python update` when no version of app-admin/eselect-python was earlier installed (bug #281247). 05 Aug 2009; Arfrever Frehtes Taifersar Arahesis eselect-python-20090804.ebuild: Append -fno-PIC -fno-PIE to avoid problems with hardened compiler. *eselect-python-20090804 (04 Aug 2009) 04 Aug 2009; Arfrever Frehtes Taifersar Arahesis +eselect-python-20090804.ebuild: Version bump (bug #279915). 03 Aug 2009; Diego E. Pettenò eselect-python-20090801.ebuild: FreeBSD doesn't like having as interpreter of a script another script, unkeywording until fixed. 01 Aug 2009; Arfrever Frehtes Taifersar Arahesis eselect-python-20090801.ebuild: Use '/bin/bash' for wrapper scripts (bug #279875). *eselect-python-20090801 (01 Aug 2009) 01 Aug 2009d; Arfrever Frehtes Taifersar Arahesis +eselect-python-20090801.ebuild: Version bump. Make 'python' and 'python-config' scripts instead of symlinks. Support .xz-compressed man pages (bug #276106). 11 Jul 2009; Joseph Jezak eselect-python-20090606.ebuild: Marked ppc/ppc64 stable for bug #276590. 10 Jul 2009; Jeremy Olexa eselect-python-20090606.ebuild: amd64 stable, bug 276590 08 Jul 2009; Raúl Porcel eselect-python-20090606.ebuild: alpha/arm/ia64/m68k/s390/sh stable wrt #276590 08 Jul 2009; Ferris McCormick eselect-python-20090606.ebuild: Sparc stable, bug #276590. 08 Jul 2009; Christian Faulhammer eselect-python-20090606.ebuild: stable x86, bug 276590 08 Jul 2009; Jeroen Roovers eselect-python-20090606.ebuild: Stable for HPPA (bug #276590). *eselect-python-20090606 (06 Jun 2009) 06 Jun 2009; Arfrever Frehtes Taiferesar Arahesis +eselect-python-20090606.ebuild: Version bump. 30 May 2009; nixnut ChangeLog: ppc stable #271010 25 May 2009; Brent Baude eselect-python-20080925.ebuild: Marking eselect-python-20080925 ppc64 and ppc for bug 252317 24 May 2009; Jeroen Roovers eselect-python-20080925.ebuild: Stable for HPPA (bug #271010). 24 May 2009; Markus Meier eselect-python-20080925.ebuild: amd64 stable, bug #271010 24 May 2009; Raúl Porcel eselect-python-20080925.ebuild: alpha/arm/ia64/m68k/s390/sh/sparc/x86 stable wrt #271010 15 May 2009; Alexis Ballier eselect-python-20080925.ebuild: keyword ~sparc-fbsd 03 May 2009; Alexis Ballier eselect-python-20080925.ebuild: keyword ~x86-fbsd 29 Apr 2009; Raúl Porcel eselect-python-20080925.ebuild: Add ~m68k 22 Mar 2009; Jorge Manuel B. Sf. Vicetto metadata.xml: Removing hawking as a maintainer since he was retired. 24 Dec 2008; Raúl Porcel eselect-python-20080925.ebuild: Add ~arm/~s390/~sh wrt #228611 *eselect-python-20080925 (25 Oct 2008) 25 Oct 2008; Ali Polatel -eselect-python-20080124.ebuild, -eselect-python-20080620.ebuild, -eselect-python-20080630.ebuild, +eselect-python-20080925.ebuild: Version bump. Fixes bug 240149. Drop old. *eselect-python-20080630 (18 Sep 2008) 18 Sep 2008; Ali Polatel +eselect-python-20080630.ebuild: Version bump. 13 Jul 2008; Joseph Jezak eselect-python-20080620.ebuild: Marked ~ppc for bug #228611. 04 Jul 2008; eselect-python-20080620.ebuild: Add ~mips, bug #228611 01 Jul 2008; Jeroen Roovers eselect-python-20080620.ebuild: Marked ~hppa (bug #228611). *eselect-python-20080620 (29 Jun 2008) 29 Jun 2008; Ali Polatel +eselect-python-20080620.ebuild: Version bump. 22 Jun 2008; Christian Faulhammer eselect-python-20080521.ebuild: stable x86, bug 228613 21 Jun 2008; Markus Rothe eselect-python-20080521.ebuild: Added ~ppc64; bug #228611 21 Jun 2008; Olivier Crête eselect-python-20080521.ebuild: amd64 stable, bug #228613 21 Jun 2008; Raúl Porcel eselect-python-20080521.ebuild: Add ~alpha/~ia64/~sparc wrt #228611 *eselect-python-20080521 (21 May 2008) 21 May 2008; Ali Polatel +eselect-python-20080521.ebuild: Version bump. Implemented update --if-unset so it can be used from ebuilds easily. 21 May 2008; Ali Polatel eselect-python-20080124.ebuild: Keyworded ~amd64 *eselect-python-20080124 (24 Jan 2008) 24 Jan 2008; Ali Polatel +metadata.xml, +eselect-python-20080124.ebuild: eselect-python, initial version