summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml19
-rw-r--r--.github/workflows/repositories.yml26
-rw-r--r--Makefile10
-rw-r--r--bin/gpl-3.0.txt674
-rwxr-xr-xbin/repositories-checker.py130
-rwxr-xr-xbin/sort_repositories.py162
-rwxr-xr-xbin/uidgid2wiki.awk63
-rwxr-xr-xbin/update-wiki-table.py101
-rwxr-xr-xbin/used_free_uidgids.sh318
-rw-r--r--files/gentoo-keys/seeds/README58
-rw-r--r--files/gentoo-keys/seeds/gentoo-devs.seeds3420
-rw-r--r--files/gentoo-keys/seeds/gentoo-devs.seeds.sigbin639 -> 0 bytes
-rw-r--r--files/gentoo-keys/seeds/gentoo.seeds61
-rw-r--r--files/gentoo-keys/seeds/gentoo.seeds.sigbin639 -> 0 bytes
-rw-r--r--files/gentoo-keys/specs/glep-63-recommended.spec13
-rw-r--r--files/gentoo-keys/specs/glep-63-recommended.spec.sigbin639 -> 0 bytes
-rw-r--r--files/gentoo-keys/specs/glep-63.spec13
-rw-r--r--files/gentoo-keys/specs/glep-63.spec.sigbin639 -> 0 bytes
-rw-r--r--files/gentoo-keys/specs/glep63-gpg-conf.skel44
-rw-r--r--files/gentoo-keys/specs/glep63-gpg-conf.skel.sigbin639 -> 0 bytes
-rw-r--r--files/mirrors/.gitignore2
-rw-r--r--files/mirrors/Makefile25
-rw-r--r--files/mirrors/distfiles.xml589
-rw-r--r--files/mirrors/rsync.xml184
-rw-r--r--files/overlays/.gitignore7
-rw-r--r--files/overlays/Makefile49
-rw-r--r--files/overlays/repositories.xml5696
-rw-r--r--files/uid-gid.txt653
28 files changed, 5295 insertions, 7022 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
new file mode 100644
index 0000000..dd299ab
--- /dev/null
+++ b/.github/workflows/ci.yml
@@ -0,0 +1,19 @@
+name: CI
+on: [push, pull_request]
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout code
+ uses: actions/checkout@v3
+ - name: Install dependencies
+ run: |
+ sudo apt update
+ sudo apt install libxml2-utils
+ - uses: actions/setup-python@v4
+ with:
+ python-version: '3.x'
+ - name: Install pip dependencies
+ run: pip install lxml
+ - name: Check
+ run: make check
diff --git a/.github/workflows/repositories.yml b/.github/workflows/repositories.yml
new file mode 100644
index 0000000..df5d534
--- /dev/null
+++ b/.github/workflows/repositories.yml
@@ -0,0 +1,26 @@
+name: repositories
+on:
+ pull_request:
+ paths:
+ - 'files/overlays/repositories.xml'
+
+jobs:
+ validate-content:
+ runs-on: ubuntu-latest
+ steps:
+
+ - name: Checkout code
+ uses: actions/checkout@v2
+ with:
+ fetch-depth: 0
+
+ - uses: actions/setup-python@v3
+ with:
+ python-version: '3.x'
+ - name: Install pip dependencies
+ run: pip install lxml
+
+ - name: Check repositories.xml
+ run: |
+ BASE_REF=$(git merge-base --fork-point origin/${{ github.base_ref }})
+ python bin/repositories-checker.py --github <(git show ${BASE_REF}:files/overlays/repositories.xml) files/overlays/repositories.xml
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..ee2feab
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,10 @@
+.PHONY: check
+check: check-overlays check-mirrors
+
+.PHONY: check-overlays
+check-overlays:
+ $(MAKE) -C files/overlays check
+
+.PHONY: check-mirrors
+check-mirrors:
+ $(MAKE) -C files/mirrors check
diff --git a/bin/gpl-3.0.txt b/bin/gpl-3.0.txt
new file mode 100644
index 0000000..f288702
--- /dev/null
+++ b/bin/gpl-3.0.txt
@@ -0,0 +1,674 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. 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
+them 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 prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. 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.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+ The Corresponding Source for a work in source code form is that
+same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey 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;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+
+ A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit. Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling. In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage. For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product. A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source. The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+ If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information. But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+ The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it. (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.) You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+
+ All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+ However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or
+run a copy of the Program. Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance. However,
+nothing other than this License grants you permission to propagate or
+modify any covered work. These actions infringe copyright if you do
+not accept this License. Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The
+work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version. For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License. You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If 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 convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all. For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work. The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+the GNU 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 problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+ Later license versions may give you additional or different
+permissions. However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+ 15. Disclaimer of Warranty.
+
+ 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.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+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
+PARTIES 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.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+ 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
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+ <one line to give the program's name and a brief idea of what it does.>
+ Copyright (C) <year> <name of author>
+
+ 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 Free Software Foundation, either version 3 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, see <https://www.gnu.org/licenses/>.
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+ <program> Copyright (C) <year> <name of author>
+ This program 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, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+<https://www.gnu.org/licenses/>.
+
+ The GNU 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 Lesser General
+Public License instead of this License. But first, please read
+<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/bin/repositories-checker.py b/bin/repositories-checker.py
new file mode 100755
index 0000000..2810bc3
--- /dev/null
+++ b/bin/repositories-checker.py
@@ -0,0 +1,130 @@
+#!/usr/bin/env python3
+
+"""
+Copyright (C) 2022-2023 Arthur Zamarin <arthurzam@gentoo.org>
+
+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 Free Software Foundation, either version 3 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, see <https://www.gnu.org/licenses/>.
+"""
+
+import argparse
+import sys
+from http.client import HTTPSConnection
+from typing import Iterable, Tuple
+from urllib.parse import quote_plus
+
+from lxml import etree
+
+ok_flag = True
+
+
+def output_xml_error(xml: etree._Element, title: str, content: str):
+ start = xml.sourceline
+ if args.github:
+ end = start + len(etree.tostring(xml).strip().split(b'\n')) - 1
+ print(f'::error file={args.current},line={start},endLine={end},title={title}::{content}')
+ else:
+ print(f'\033[91m{args.current}:{start} - {title} - {content}\033[0m')
+
+ global ok_flag
+ ok_flag = False
+
+
+def output_xml_warning(xml: etree._Element, title: str, content: str):
+ start = xml.sourceline
+ if args.github:
+ end = start + len(etree.tostring(xml).strip().split())
+ print(f'::warning file={args.current},line={start},endLine={end},title={title}::{content}')
+ else:
+ print(f'\033[93m{args.current}:{start} - {title} - {content}\033[0m')
+
+
+class Overlay:
+ def __init__(self, xml: etree._Element):
+ self.xml = xml
+
+ if (repo_name := xml.find('./name')) is not None:
+ self.repo_name = repo_name.text
+ else:
+ self.repo_name = ''
+ output_xml_error(xml, 'Missing overlay name', 'Missing tag "name" for the overlay')
+
+ if (owner_email := xml.find('./owner/email')) is not None:
+ self.owner_email = owner_email.text
+ else:
+ output_xml_error(xml.find('./owner'), 'Missing owner email', 'Missing tag "email" for the overlay\'s owner')
+
+ def check_details(self, client: HTTPSConnection):
+ if not getattr(self, 'owner_email', None):
+ return
+ try:
+ client.request("GET", f"/rest/user?names={quote_plus(self.owner_email)}")
+ resp = client.getresponse()
+ resp.read()
+ if resp.status != 200:
+ output_xml_error(self.xml.find('owner/email'), 'Unknown email', f'email address "{self.owner_email}" not found at bugzilla')
+ else:
+ print(f'\033[92m\u2713 repo="{self.repo_name}" <{self.owner_email}>\033[0m')
+ except Exception:
+ output_xml_warning(self.xml.find('owner/email'), 'Failed check against bugzilla',
+ f'Checking for bugzilla email [{self.owner_email}] failed')
+
+ def __hash__(self):
+ return hash(self.repo_name)
+
+ def __eq__(self, o) -> bool:
+ return isinstance(o, Overlay) and o.repo_name == self.repo_name
+
+
+def read_repositories(file: str) -> Iterable[Overlay]:
+ return map(Overlay, etree.parse(file).findall('./repo'))
+
+
+def check_maintainers(overlays: Iterable[Overlay]):
+ try:
+ client = HTTPSConnection('bugs.gentoo.org')
+ for m in overlays:
+ m.check_details(client)
+ finally:
+ client.close()
+
+
+def check_sorted(curr: Tuple[Overlay, ...], adds: Iterable[Overlay]):
+ for addition in adds:
+ index = curr.index(addition)
+ repo_name = addition.repo_name
+ if index > 0 and curr[index - 1].repo_name.lower() >= repo_name.lower():
+ output_xml_error(addition.xml, 'Unsorted overlay list',
+ f"overlay {repo_name!r} in wrong place: {repo_name!r} isn't before {curr[index - 1].repo_name!r}")
+ elif index + 1 < len(curr) and curr[index + 1].repo_name.lower() <= repo_name.lower():
+ output_xml_error(addition.xml, 'Unsorted overlay list',
+ f"overlay {repo_name!r} in wrong place: {repo_name!r} isn't after {curr[index + 1].repo_name!r}")
+
+
+if __name__ == '__main__':
+ parser = argparse.ArgumentParser(description='Check repositories.xml')
+ parser.add_argument('base', help='Original repositories.xml, pass "-" to perform full check')
+ parser.add_argument('current', help='Current repositories.xml')
+ parser.add_argument('--github', help='print errors in GitHub Actions format', action='store_true')
+ args = parser.parse_args()
+
+ current = tuple(read_repositories(args.current))
+
+ if args.base != '-':
+ base = tuple(read_repositories(args.base))
+ additions = frozenset(current).difference(base)
+ check_maintainers(additions)
+ check_sorted(current, additions)
+ else:
+ check_sorted(current, current)
+ sys.exit(int(not ok_flag))
diff --git a/bin/sort_repositories.py b/bin/sort_repositories.py
new file mode 100755
index 0000000..18e512e
--- /dev/null
+++ b/bin/sort_repositories.py
@@ -0,0 +1,162 @@
+#!/usr/bin/env python3
+
+"""
+This script is aimed to automate repositories.xml file formatting.
+<repo> nodes are sorted by name field value as a part of the process.
+python version >= 3.5 is required
+
+Copyright (C) 2018 Eugene Bright <eugene@bright.gdn>
+
+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 Free Software Foundation, either version 3 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, see <https://www.gnu.org/licenses/>.
+"""
+
+import sys
+import argparse
+from lxml import etree
+import typing
+
+parser = argparse.ArgumentParser(
+ "Sort overlay repos list by name")
+parser.add_argument(
+ "path",
+ help="path to repositories.xml")
+
+
+def find_repositories_node(
+ etree: etree.ElementTree
+ ) -> etree.Element:
+ return repo_etree.xpath("/repositories")[0]
+
+
+def find_repo_nodes(
+ repositories_node: etree.Element
+ ) -> typing.List[etree.Element]:
+ """
+ This function is designed to work
+ on <repositories> node, returned
+ by `find_repositories_node()` function.
+
+ """
+
+ return repositories_node.xpath("./repo")
+
+
+name_xpath = etree.XPath("./name/text()")
+
+def extract_repo_name(
+ repo_node: etree.Element
+ ) -> str:
+ """
+ Extract repo name from repo node.
+ """
+
+ return name_xpath(repo_node)[0]
+
+
+def sort_repo_nodes(
+ repo_nodes: typing.List[etree.Element]
+ ) -> None:
+ """
+ Sort nodes list by name case insensitively.
+
+ It does work in-place on the list provided.
+ Python sorting algorithm is stable,
+ so original order must be preserved
+ if appropriate.
+ """
+
+ repo_nodes.sort(
+ key=lambda node:
+ extract_repo_name(node)
+ .lower())
+
+
+def reinsert_repo_nodes(
+ repositories_node: etree.Element,
+ repo_nodes: typing.List[etree.Element]
+ ) -> None:
+ """
+ Remove all <repo> node from <repositories>
+ and reinsert them back in the order
+ provided in the list.
+ """
+
+ for repo_node in repo_nodes:
+ repositories_node.remove(repo_node)
+
+ for repo_node in repo_nodes:
+ repositories_node.append(repo_node)
+
+
+def vim_modelines_fixup(
+ repositories_node: etree.Element
+ ) -> None:
+ """
+ Find, remove and reinsert modeline comment
+ to the end of the file.
+ """
+
+ vim_comments = []
+ for node in repositories_node:
+ if (
+ isinstance(node, etree._Comment)
+ and node.text.startswith(" vim:")
+ ):
+ vim_comments.append(node)
+
+ for vim_comment in vim_comments:
+ repositories_node.remove(vim_comment)
+ repositories_node.append(vim_comment)
+
+
+def format_xml(
+ repo_etree: etree.Element
+ ) -> str:
+ """
+ Return text pretty-printed representation
+ of chosen XML node.
+
+ Works best on document root as it preserves <!DOCTYPE>.
+ """
+
+ return (
+ etree.tostring(
+ repo_etree,
+ xml_declaration=True,
+ encoding="utf-8",
+ pretty_print=2)
+ .decode())
+
+
+if __name__ == "__main__":
+ args = parser.parse_args()
+
+ repo_file = open(args.path, "rb")
+ repo_etree = etree.parse(
+ repo_file,
+ etree.XMLParser(remove_blank_text=True))
+
+ repositories_node = find_repositories_node(repo_etree)
+ repo_nodes = find_repo_nodes(repositories_node)
+
+ sort_repo_nodes(repo_nodes)
+ reinsert_repo_nodes(
+ repositories_node,
+ repo_nodes)
+
+ vim_modelines_fixup(repositories_node)
+
+ sys.stdout.write(
+ format_xml(repo_etree))
+
diff --git a/bin/uidgid2wiki.awk b/bin/uidgid2wiki.awk
new file mode 100755
index 0000000..6387e3b
--- /dev/null
+++ b/bin/uidgid2wiki.awk
@@ -0,0 +1,63 @@
+#!/usr/bin/gawk -f
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the MIT license
+
+BEGIN {
+ print "<!-- DO NOT EDIT, generated automatically by uidgid2wiki.awk -->"
+ print "{|class=\"wikitable sortable\""
+ print "! Name"
+ print "! data-sort-type=\"number\" | UID"
+ print "! data-sort-type=\"number\" | GID"
+ print "! Provider"
+ print "! class=unsortable | Notes"
+}
+
+function md2wiki(str) {
+ return gensub(/\[([^\]]+)\]\(([^)]+)\)/, "[\\2 \\1]", "g", str)
+}
+
+/^[^#]/ {
+ print "|-"
+ # name
+ print "| " $1
+ # uid
+ print "| " $2
+ # gid
+ print "| " $3
+ # provider
+ switch ($4) {
+ case "baselayout":
+ print "| style=\"background: #cff;\" | baselayout (linux)"
+ break
+ case "baselayout-fbsd":
+ print "| style=\"background: #ccf;\" | baselayout (fbsd)"
+ break
+ case "acct":
+ printf "%s", "| style=\"background: #9fc;\" |"
+ if ($2 != "-") printf " %s", "[https://gitweb.gentoo.org/repo/gentoo.git/tree/acct-user/" $1 " u:" $1 "]"
+ if ($3 != "-") printf " %s", "[https://gitweb.gentoo.org/repo/gentoo.git/tree/acct-group/" $1 " g:" $1 "]"
+ print ""
+ break
+ case "requested":
+ print "| style=\"background: #ffe;\" | requested"
+ break
+ case "reserved":
+ print "| style=\"background: #fcf;\" | reserved"
+ break
+ case "user.eclass":
+ print "| style=\"background: #dca;\" | user.eclass"
+ break
+ case "historical":
+ print "| style=\"background: #fee;\" | historical"
+ break
+ default:
+ print "| " $4
+ }
+ # notes
+ $1=$2=$3=$4=""
+ print gensub(/[ \t]+$/, "", 1, "| " md2wiki(substr($0, 5)))
+}
+
+END {
+ print "|}"
+}
diff --git a/bin/update-wiki-table.py b/bin/update-wiki-table.py
new file mode 100755
index 0000000..b845e7f
--- /dev/null
+++ b/bin/update-wiki-table.py
@@ -0,0 +1,101 @@
+#!/usr/bin/env python3
+
+import argparse
+import os.path
+import requests
+import subprocess
+import sys
+
+
+def main(argv):
+ default_api_url = 'https://wiki.gentoo.org/api.php'
+ default_script_path = os.path.join(os.path.dirname(__file__),
+ 'uidgid2wiki.awk')
+ default_title = 'UID_GID_Assignment_Table'
+
+ argp = argparse.ArgumentParser(prog=argv[0])
+ argp.add_argument('--api-url', default=default_api_url,
+ help='URL to MediaWiki API (default: {})'
+ .format(default_api_url))
+ argp.add_argument('-p', '--password', required=True,
+ help='Bot password to log in with')
+ argp.add_argument('--script', default=default_script_path,
+ help='Path to uidgid2wiki script')
+ argp.add_argument('--title', default=default_title,
+ help='Title of page to edit (default: {})'
+ .format(default_title))
+ argp.add_argument('-u', '--username', required=True,
+ help='Username to log in with')
+ argp.add_argument('path', nargs=1, metavar='uid-gid.txt',
+ type=argparse.FileType('r', encoding='utf-8'),
+ help='UID/GID listing to process')
+ args = argp.parse_args(argv[1:])
+
+ # Get converted contents first.
+ with subprocess.Popen([args.script],
+ stdin=args.path[0],
+ stdout=subprocess.PIPE) as s:
+ page_data, _ = s.communicate()
+ assert s.returncode == 0
+
+ # MediaWiki API is just HORRIBLE! Editing a page requires obtaining
+ # a login token, logging in, obtaining a CSRF (!) token
+ # and apparently preserving cookies as well!
+ with requests.Session() as s:
+ # get login token
+ params = {
+ 'action': 'query',
+ 'meta': 'tokens',
+ 'type': 'login',
+ 'format': 'json',
+ }
+ with s.get(args.api_url, params=params) as r:
+ token = r.json()['query']['tokens']['logintoken']
+
+ # log in
+ params = {
+ 'action': 'login',
+ 'lgname': args.username,
+ 'lgpassword': args.password,
+ 'lgtoken': token,
+ 'format': 'json',
+ }
+ with s.post(args.api_url, data=params) as r:
+ assert r.json()['login']['result'] == 'Success', r.json()
+
+ # get CSRF token (wtf?!)
+ params = {
+ 'action': 'query',
+ 'meta': 'tokens',
+ 'format': 'json',
+ }
+ with s.get(args.api_url, params=params) as r:
+ token = r.json()['query']['tokens']['csrftoken']
+
+ # edit page (finally)
+ params = {
+ 'action': 'edit',
+ 'title': args.title,
+ 'token': token,
+ 'format': 'json',
+ 'text': page_data,
+ 'summary': 'Automatic update from uid-gid.txt',
+ 'bot': True,
+ }
+ with s.post(args.api_url, data=params) as r:
+ assert 'error' not in r.json(), r.json()
+ print(r.json())
+
+ # logout
+ params = {
+ 'action': 'logout',
+ 'token': token,
+ }
+ with s.get(args.api_url, params=params) as r:
+ pass
+
+ return 0
+
+
+if __name__ == '__main__':
+ sys.exit(main(sys.argv))
diff --git a/bin/used_free_uidgids.sh b/bin/used_free_uidgids.sh
new file mode 100755
index 0000000..dae2517
--- /dev/null
+++ b/bin/used_free_uidgids.sh
@@ -0,0 +1,318 @@
+#! /bin/bash
+#
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+#
+# Author: Jaco Kroon <jaco@uls.co.za>
+# So that you can contact me if you need help with the below insanity.
+#
+# Configuration options:
+# selection_ranges => an array of start-stop values. There is an assumption of
+# incremental ordering, ie, start values should be in incrementing order, and
+# debug => if non-zero outputs some cryptic debug output (will inherit from environment).
+#
+selection_ranges=(
+ 499-101
+ 500-749
+ #60001-60999
+)
+debug=${debug:+1} # set non-zero to enable debug output.
+
+#
+# Basic Design:
+#
+# There is nothing beautiful about this script, it's downright nasty and I
+# (Jaco Kroon <jaco@uls.co.za>) will be the first to admit that.
+#
+# For each of the uid and gid ranges, we primarily keep two variables.
+# ranges and reason. reason is simply one of USED or RESERVED. Free ranges
+# are not mapped into these arrays.
+# ranges_ maps a start index onto an end index. So for example, let's say
+# uid range 0..10 is USED (allocated, for whatever purposes):
+#
+# ranges_uid[0]=10
+# reasons_uid[0]=USED
+#
+# The above says that UID 0 to 10 is USED.
+#
+# We start with an initially empty set, and then insert into, either merging or
+# potentially splitting as we go, by way of the consume function, once completed
+# we compact some things and then output.
+#
+
+ranges_uid=()
+ranges_gid=()
+reason_uid=()
+reason_gid=()
+
+# Colours to be used if output is a TTY.
+colour_USED="\e[0;91m" # brightred
+colour_FREE="\e[0;92m" # brightgreen
+colour_RESERVED="\e[0;94m" # brightblue
+colour_RESET="\e[0m" # reset all styles.
+
+if ! [[ -t 1 ]]; then
+ colour_USED=
+ colour_FREE=
+ colour_RESERVED=
+ colour_RESET=
+fi
+
+# Find input file if not piped in on stdin, or show a warning about it on
+# stderr if we can't find the file.
+if [[ -t 0 ]]; then
+ def_infile="$(dirname "$0")/../files/uid-gid.txt"
+ if ! [[ -r "${def_infile}" ]] || ! exec <"${def_infile}"; then
+ echo "Reading from stdin (which happens to be a tty, you should pipe input file to stdin)" >&2
+ fi
+fi
+
+consume()
+{
+ # The basic principle here is that we can either add a new range, or split
+ # an existing range. Partial overlaps not dealt with, nor range
+ # extensions. Which would (I believe) negate the need for compact.
+ # TODO: deal with range merging here, eg, if we have 0..10, and adding 11, then
+ # we can simply adjust the range to 0..11, for example.
+ local variant="$1"
+ local ids="$2"
+ local type=$([[ "$3" == reserved ]] && echo RESERVED || echo USED)
+ local range_start="${ids%..*}"
+ local range_end="${ids#*..}"
+ declare -n ranges="ranges_${variant}"
+ declare -n reasons="reason_${variant}"
+
+ [[ -z "${ids}" ]] && return
+ [[ "${ids}" == - ]] && return
+
+ for k in "${!ranges[@]}"; do
+ # can the new range be inserted before the next range already in the set?
+ [[ ${k} -gt ${range_end} ]] && break
+ [[ ${ranges[k]} -lt ${range_start} ]] && continue
+ if [[ ${k} -le ${range_start} && ${range_end} -le ${ranges[k]} ]]; then
+ # new range is contained completely inside.
+ [[ ${reasons[k]} == ${type} ]] && return # same type.
+ [[ ${type} == RESERVED ]] && return # USED takes precedence over RESERVED.
+
+ if [[ ${range_end} -lt ${ranges[k]} ]]; then
+ ranges[range_end+1]=${ranges[k]}
+ reasons[range_end+1]=${reasons[k]}
+ fi
+ [[ ${range_start} -gt ${k} ]] && ranges[k]=$(( range_start - 1 ))
+ break
+ else
+ echo "${range_start}..${range_end} (${type}) overlaps with ${k}..${ranges[k]} (${reasons[k]}"
+ echo "Cannot handle partial overlap."
+ exit 1
+ fi
+ done
+
+ ranges[range_start]="${range_end}"
+ reasons[range_start]="${type}"
+}
+
+compact()
+{
+ # This simply coalesces ranges that follow directly on each other. In
+ # other words, if range ends at 10 and the next range starts at 11, just
+ # merge the two by adjusting the end of the first range, and removing the
+ # immediately following.
+ # Param: uid or gid to determine which set we're working with.
+ declare -n ranges="ranges_$1"
+ declare -n reasons="reason_$1"
+ local k e ne
+ for k in "${ranges[@]}"; do
+ [[ -n "${ranges[k]:+set}" ]] || continue
+ e=${ranges[k]}
+ while [[ -n "${ranges[e+1]:+set}" && "${reasons[k]}" == "${reasons[e+1]}" ]]; do
+ ne=${ranges[e+1]}
+ unset "ranges[e+1]"
+ e=${ne}
+ done
+ ranges[k]=${e}
+ done
+}
+
+output()
+{
+ # Outputs the raw list as provided (param: uid or gid)
+ declare -n ranges="ranges_$1"
+ declare -n reasons="reason_$1"
+ local k c=0
+
+ echo "$1 list:"
+ for k in "${!ranges[@]}"; do
+ echo "$(( c++ )): ${k} => ${ranges[k]} / ${reasons[k]}"
+ done
+}
+
+# Read the input file which is structured as "username uid gid provider and
+# potentially more stuff" Lines starting with # are comments, thus we can
+# filter those out.
+while read un uid gid provider rest; do
+ [[ "${un}" == \#* ]] && continue
+ consume uid "${uid}" "${provider}"
+ consume gid "${gid}" "${provider}"
+done
+
+compact uid
+compact gid
+
+# If we're debugging, just output both lists so we can inspect that everything is correct here.
+if [[ -n "${debug}" ]]; then
+ output uid
+ output gid
+fi
+
+# Get the various range starts.
+uids=("${!ranges_uid[@]}")
+gids=("${!ranges_gid[@]}")
+
+# Set max to 2^32-1 if set to -.
+if [[ ${max} == - ]]; then
+ max=$((2 ** 32 - 1))
+fi
+
+ui=0 # index into uids array.
+gi=0 # index into gids array.
+
+free_total_uid=0
+free_total_gid=0
+free_total_pair=0
+
+for r in "${selection_ranges[@]}"; do
+ min=${r%-*} # "start" of range about to be output.
+ max=${r#*-} # "end" of range about to be output.
+ selection=min
+ if [[ $max -lt $min ]]; then
+ selection=max
+ t=${max}
+ max=${min}
+ min=${t}
+ fi
+
+ freeuid=0 # count number of free UIDs
+ freegid=0 # count number of free GIDs
+ freepair=0 # count number of free UID+GID pairs.
+
+ echo "Range: ${min}..${max} (${selection})"
+ printf "%-*s%10s%10s\n" $(( ${#max} * 2 + 5 )) "#ID" UID GID
+
+ idbase=${min}
+ while [[ ${idbase} -le ${max} ]]; do
+ # skip over uid and gid ranges that we're no longer interested in (end of range is
+ # lower than start of output range).
+ while [[ ${ui} -lt ${#uids[@]} && ${ranges_uid[uids[ui]]} -lt ${idbase} ]]; do
+ (( ui++ ))
+ done
+ while [[ ${gi} -lt ${#gids[@]} && ${ranges_gid[gids[gi]]} -lt ${idbase} ]]; do
+ (( gi++ ))
+ done
+ # Assume that range we're going to output is the remainder of the legal
+ # space we're interested in, and then adjust downwards as needed. For each
+ # of the UID and GID space, if the start range is beyond the current output
+ # start we're looking at a FREE range, so downward adjust re (range end) to
+ # the next non-FREE range's start - 1, or if we're in the non-FREE range,
+ # adjust downward to that range's end.
+ re=${max}
+ uid_start=-1
+ gid_start=-1
+ if [[ ${ui} -lt ${#uids[@]} ]]; then
+ uid_start=${uids[ui]}
+ if [[ ${uid_start} -gt ${idbase} && ${uid_start} -le ${re} ]]; then
+ re=$(( ${uid_start} - 1 ))
+ fi
+ if [[ ${ranges_uid[uid_start]} -lt ${re} ]]; then
+ re=${ranges_uid[uid_start]}
+ fi
+ fi
+ if [[ ${gi} -lt ${#gids[@]} ]]; then
+ gid_start=${gids[gi]}
+ if [[ ${gid_start} -gt ${idbase} && ${gid_start} -le ${re} ]]; then
+ re=$(( ${gid_start} - 1 ))
+ fi
+ if [[ ${ranges_gid[gid_start]} -lt ${re} ]]; then
+ re=${ranges_gid[gid_start]}
+ fi
+ fi
+
+ # If we're debugging, just dump various variables above, which allows
+ # validating that the above logic works correctly.
+ [[ -n "${debug}" ]] && echo "ui=${ui} (${uid_start}..${ranges_uid[uid_start]}), gi=${gi} (${gid_start}..${ranges_gid[gid_start]}), idbase=${idbase}, re=${re}"
+
+ # Determine the state of the UID and GID ranges.
+ if [[ ${ui} -lt ${#uids[@]} && ${uid_start} -le ${idbase} ]]; then
+ uidstate="${reason_uid[uid_start]}"
+ else
+ uidstate=FREE
+ freeuid=$(( freeuid + re - idbase + 1 ))
+ fi
+
+ if [[ ${gi} -lt ${#gids[@]} && ${gid_start} -le ${idbase} ]]; then
+ gidstate="${reason_gid[gids[gi]]}"
+ else
+ gidstate=FREE
+ freegid=$(( freegid + re - idbase + 1 ))
+ fi
+
+ # If the ranges are FREE (or at least one of), adjust selection recommendations
+ # accordingly.
+ if [[ "${gidstate}" == FREE ]]; then
+ if [[ "${uidstate}" == FREE ]]; then
+ case "${selection}" in
+ min)
+ [[ -z "${uidgidboth}" ]] && uidgidboth=${idbase}
+ ;;
+ max)
+ [[ -z "${uidgidboth}" || ${uidgidboth} -ge ${min} ]] && uidgidboth=${re}
+ ;;
+ esac
+ freepair=$(( freepair + re - idbase + 1 ))
+ else
+ case "${selection}" in
+ min)
+ [[ -z "${gidonly}" ]] && gidonly=${idbase}
+ ;;
+ max)
+ [[ -z "${gidonly}" || ${gidonly} -ge ${min} ]] && gidonly=${re}
+ ;;
+ esac
+ fi
+ elif [[ "${uidstate}" == FREE ]]; then
+ case "${selection}" in
+ min)
+ [[ -z "${uidonly}" ]] && uidonly=${idbase}
+ ;;
+ max)
+ [[ -z "${uidonly}" || ${uidonly} -ge ${min} ]] && uidonly=${re}
+ ;;
+ esac
+ fi
+
+ vn="colour_${uidstate}"
+ colour_uid="${!vn}"
+ vn="colour_${gidstate}"
+ colour_gid="${!vn}"
+ printf "%-*s${colour_uid}%10s${colour_gid}%10s${colour_RESET}\n" $(( ${#max} * 2 + 5 )) "${idbase}$([[ ${re} -gt ${idbase} ]] && echo "..${re}")" "${uidstate}" "${gidstate}"
+ idbase=$(( re + 1 ))
+ done
+ echo "Range Free UIDs: ${freeuid}"
+ echo "Range Free GIDs: ${freegid}"
+ echo "Range Free UID+GID pairs: ${freepair}"
+ echo
+ (( free_total_uid += freeuid ))
+ (( free_total_gid += freegid ))
+ (( free_total_pair += freepair ))
+done
+
+echo "Free UIDs: ${free_total_uid}"
+echo "Free GIDs: ${free_total_gid}"
+echo "Free UID+GID pairs: ${free_total_pair}"
+echo
+
+for out in "Recommended GID only: ${gidonly:-${uidgidboth:-none}}" \
+ "Recommended UID only: ${uidonly:-${uidgidboth:-none}}" \
+ "Recommended UID+GID pair: ${uidgidboth:-none}"; do
+ [[ ${out} == *none ]] && colour=${colour_USED} || colour=${colour_FREE}
+ echo -e "${out%%: *}: ${colour}${out#*: }${colour_RESET}"
+done
diff --git a/files/gentoo-keys/seeds/README b/files/gentoo-keys/seeds/README
deleted file mode 100644
index 9bf5301..0000000
--- a/files/gentoo-keys/seeds/README
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-This README is to describle the current form of the seed files
-and the fields data they contain.
-
-CAUTION: These specs are not to be considered stable and
-are likely to change in the future.
-
-============================================================
-Python file excerpt of the GKEY named tuple class used to
-represent the data in the seed file.
-=============================================================
-
-
-# some constants used in gkeyldap/actions.py
-# they map the index values of the GKEY input data fields
-NICK = 0
-NAME = 1
-KEYID = 2
-LONGKEYID = 3
-KEYDIR = 4
-FINGERPRINT = 5
-
-# set some defaults
-KEY_LEN = {
- 'keyid': 8,
- 'longkeyid': 16,
-}
-
-
-class GKEY(namedtuple('GKEY', ['nick', 'name', 'keyid', 'longkeyid',
- 'keydir', 'fingerprint'])):
- '''Class to hold the relavent info about a key'''
-
- field_types = {'nick': str, 'name': str, 'keyid': list,
- 'longkeyid': list, 'keydir': str, 'fingerprint': list}
- field_separator = "|"
- list_separator = ":"
- __slots__ = ()
-
-
-=============================================================
-
-Current fileds data in the seed files are:
-
-=============================================================
-
-field-0|field-1|field-2|filed-3|field-4|field-5
-
-['nick', 'name', 'keyid', 'longkeyid', 'keydir', 'fingerprint']
-
-fields2,3,5 may be lists with a ":" separating list members.
-This is going to change to use a "," as the list separator.
-
-Also, the keyid and longkeyid fileds are likely to be dropped, as version 3
-gpg key types will not be used/allowed.
-Therefore since the keyid and longkeyid are just substrings of the fingerprint.
-They do not need to be tracked.
diff --git a/files/gentoo-keys/seeds/gentoo-devs.seeds b/files/gentoo-keys/seeds/gentoo-devs.seeds
deleted file mode 100644
index 324b41f..0000000
--- a/files/gentoo-keys/seeds/gentoo-devs.seeds
+++ /dev/null
@@ -1,3420 +0,0 @@
-{
- "a3li": {
- "fingerprint": [
- "53687A1A7BACAA700721F9AB36BA656112EE3000",
- "F8983D196A520EF17451C53493EA2A85F3C06469"
- ],
- "keydir": "a3li",
- "keys": [
- "53687A1A7BACAA700721F9AB36BA656112EE3000",
- "F8983D196A520EF17451C53493EA2A85F3C06469"
- ],
- "name": "Alex Legler",
- "nick": "a3li",
- "uid": [
- "Alex Legler <a3li@gentoo.org>"
- ]
- },
- "aballier": {
- "fingerprint": [
- "A93B16B16998A428D54D96C60E2548BBC607E5AE"
- ],
- "keydir": "aballier",
- "keys": [
- "A93B16B16998A428D54D96C60E2548BBC607E5AE"
- ],
- "name": "Alexis Ballier",
- "nick": "aballier",
- "uid": [
- "Alexis Ballier <aballier@gentoo.org>"
- ]
- },
- "ackle": {
- "fingerprint": [
- "E58AAABDDD2D03AF0A7A2F14187772ECE928357A"
- ],
- "keydir": "ackle",
- "keys": [
- "E58AAABDDD2D03AF0A7A2F14187772ECE928357A"
- ],
- "name": "Sean Amoss",
- "nick": "ackle",
- "uid": [
- "Sean Amoss <ackle@gentoo.org>"
- ]
- },
- "ago": {
- "fingerprint": [
- "9D326AF1BA78207D3E55DBDBBA7BD3507194459F",
- "1E58AD6230C55E7019118DABE4C382367CD2DC5D"
- ],
- "keydir": "ago",
- "keys": [
- "9D326AF1BA78207D3E55DBDBBA7BD3507194459F",
- "1E58AD6230C55E7019118DABE4C382367CD2DC5D"
- ],
- "name": "Agostino Sarubbo",
- "nick": "ago",
- "uid": [
- "Agostino Sarubbo <ago@gentoo.org>"
- ]
- },
- "aidecoe": {
- "fingerprint": [
- "AC6337A027243EFCCAD40C9AE420A389C19FB5B7"
- ],
- "keydir": "aidecoe",
- "keys": [
- "AC6337A027243EFCCAD40C9AE420A389C19FB5B7"
- ],
- "name": "Amadeusz Piotr \u017bo\u0142nowski",
- "nick": "aidecoe",
- "uid": [
- "Amadeusz Piotr \u017bo\u0142nowski <aidecoe@gentoo.org>"
- ]
- },
- "alexxy": {
- "fingerprint": [
- "2EC99BA7DE04CEB42058EBF2E7FE13EFF82F92E6"
- ],
- "keydir": "alexxy",
- "keys": [
- "2EC99BA7DE04CEB42058EBF2E7FE13EFF82F92E6"
- ],
- "name": "Alexey Shvetsov",
- "nick": "alexxy",
- "uid": [
- "Alexey Shvetsov <alexxy@gentoo.org>"
- ]
- },
- "alicef": {
- "fingerprint": [
- "2E4E0856461C05851336F4965621A6B28638781A"
- ],
- "keydir": "alicef",
- "keys": [
- "2E4E0856461C05851336F4965621A6B28638781A"
- ],
- "name": "Alice Ferrazzi",
- "nick": "alicef",
- "uid": [
- "Alice Ferrazzi <alicef@gentoo.org>"
- ]
- },
- "alonbl": {
- "fingerprint": [
- "8A2FE85CFCA42D74480B4B235D893D18BF20DC51"
- ],
- "keydir": "alonbl",
- "keys": [
- "8A2FE85CFCA42D74480B4B235D893D18BF20DC51"
- ],
- "name": "Alon Bar-Lev",
- "nick": "alonbl",
- "uid": [
- "Alon Bar-Lev <alonbl@gentoo.org>"
- ]
- },
- "alunduil": {
- "fingerprint": [
- "C83139FA4A306FD8C529FE0FE71B7695E1D6AA7D"
- ],
- "keydir": "alunduil",
- "keys": [
- "C83139FA4A306FD8C529FE0FE71B7695E1D6AA7D"
- ],
- "name": "Alex Brandt",
- "nick": "alunduil",
- "uid": [
- "Alex Brandt <alunduil@gentoo.org>"
- ]
- },
- "amadio": {
- "fingerprint": [
- "7B413A847FAF4D43AEF57C3D41F3D401762A0D12"
- ],
- "keydir": "amadio",
- "keys": [
- "7B413A847FAF4D43AEF57C3D41F3D401762A0D12"
- ],
- "name": "Guilherme Amadio",
- "nick": "amadio",
- "uid": [
- "Guilherme Amadio <amadio@gentoo.org>"
- ]
- },
- "amynka": {
- "fingerprint": [
- "6606755DC669B857855EE4DBA6CC832E4E670EB9"
- ],
- "keydir": "amynka",
- "keys": [
- "6606755DC669B857855EE4DBA6CC832E4E670EB9"
- ],
- "name": "Amy Winston",
- "nick": "amynka",
- "uid": [
- "Amy Winston <amynka@gentoo.org>"
- ]
- },
- "anarchy": {
- "fingerprint": [
- "D4AC8D630B16F7C908E9B909A0CCC3BAB4D088B4"
- ],
- "keydir": "anarchy",
- "keys": [
- "D4AC8D630B16F7C908E9B909A0CCC3BAB4D088B4"
- ],
- "name": "Jory Pratt",
- "nick": "anarchy",
- "uid": [
- "Jory Pratt <anarchy@gentoo.org>"
- ]
- },
- "angelos": {
- "fingerprint": [
- "F9DAF7C8EC130722B220FC5E996AB56D84F20B43"
- ],
- "keydir": "angelos",
- "keys": [
- "F9DAF7C8EC130722B220FC5E996AB56D84F20B43"
- ],
- "name": "Christoph Mende",
- "nick": "angelos",
- "uid": [
- "Christoph Mende <angelos@gentoo.org>"
- ]
- },
- "araujo": {
- "fingerprint": [
- "7013C4B9199180F3EF4F52EE5319CA56A2C0A9F1"
- ],
- "keydir": "araujo",
- "keys": [
- "7013C4B9199180F3EF4F52EE5319CA56A2C0A9F1"
- ],
- "name": "Luis Francisco Araujo",
- "nick": "araujo",
- "uid": [
- "Luis Francisco Araujo <araujo@gentoo.org>"
- ]
- },
- "asturm": {
- "fingerprint": [
- "3B7A700006367015B3786CC30AF8B3A860381DD4"
- ],
- "keydir": "asturm",
- "keys": [
- "3B7A700006367015B3786CC30AF8B3A860381DD4"
- ],
- "name": "Andreas Sturmlechner",
- "nick": "asturm",
- "uid": [
- "Andreas Sturmlechner <asturm@gentoo.org>"
- ]
- },
- "axs": {
- "fingerprint": [
- "A2C4D5C5A3D795BF11CB1838DAE81A237F0008F0"
- ],
- "keydir": "axs",
- "keys": [
- "A2C4D5C5A3D795BF11CB1838DAE81A237F0008F0"
- ],
- "name": "Ian Stakenvicius",
- "nick": "axs",
- "uid": [
- "Ian Stakenvicius <axs@gentoo.org>"
- ]
- },
- "beandog": {
- "fingerprint": [
- "F07CDA3EE0299F773FE0DCC9C03F921A96F8EB58"
- ],
- "keydir": "beandog",
- "keys": [
- "F07CDA3EE0299F773FE0DCC9C03F921A96F8EB58"
- ],
- "name": "Steve Dibb",
- "nick": "beandog",
- "uid": [
- "Steve Dibb <beandog@gentoo.org>"
- ]
- },
- "bernalex": {
- "fingerprint": [
- "6F100BDFB3B6A1EA31E854D146D0A5AD705073B5"
- ],
- "keydir": "bernalex",
- "keys": [
- "6F100BDFB3B6A1EA31E854D146D0A5AD705073B5"
- ],
- "name": "Alexander Berntsen",
- "nick": "bernalex",
- "uid": [
- "Alexander Berntsen <bernalex@gentoo.org>"
- ]
- },
- "betelgeuse": {
- "fingerprint": [
- "76BCD50B8550FFC48DA9799E7312F3A48182B0B4",
- "209ABCFFC1EBEAA102ADB7C1F794B24DB8E4ECF0"
- ],
- "keydir": "betelgeuse",
- "keys": [
- "76BCD50B8550FFC48DA9799E7312F3A48182B0B4",
- "209ABCFFC1EBEAA102ADB7C1F794B24DB8E4ECF0"
- ],
- "name": "Petteri R\u00e4ty",
- "nick": "betelgeuse",
- "uid": [
- "Petteri R\u00e4ty <betelgeuse@gentoo.org>"
- ]
- },
- "bicatali": {
- "fingerprint": [
- "328B38E323C8B2F85F0575BA7009F3DC6752A7F0"
- ],
- "keydir": "bicatali",
- "keys": [
- "328B38E323C8B2F85F0575BA7009F3DC6752A7F0"
- ],
- "name": "Sebastien Fabbro",
- "nick": "bicatali",
- "uid": [
- "Sebastien Fabbro <bicatali@gentoo.org>"
- ]
- },
- "billie": {
- "fingerprint": [
- "F79C6470EE590B016C7816002DC21BCEC5E80123"
- ],
- "keydir": "billie",
- "keys": [
- "F79C6470EE590B016C7816002DC21BCEC5E80123"
- ],
- "name": "Daniel Pielmeier",
- "nick": "billie",
- "uid": [
- "Daniel Pielmeier <billie@gentoo.org>"
- ]
- },
- "binki": {
- "fingerprint": [
- "184B7CEB69B57FD42BAF9AF9743A52E86BA81050"
- ],
- "keydir": "binki",
- "keys": [
- "184B7CEB69B57FD42BAF9AF9743A52E86BA81050"
- ],
- "name": "Nathan Phillip Brink",
- "nick": "binki",
- "uid": [
- "Nathan Phillip Brink <binki@gentoo.org>"
- ]
- },
- "bircoph": {
- "fingerprint": [
- "63EB04FAA30C76E2952E6ED6565953B95372756C"
- ],
- "keydir": "bircoph",
- "keys": [
- "63EB04FAA30C76E2952E6ED6565953B95372756C"
- ],
- "name": "Andrew Savchenko",
- "nick": "bircoph",
- "uid": [
- "Andrew Savchenko <bircoph@gentoo.org>"
- ]
- },
- "blackace": {
- "fingerprint": [
- "D34A474DCDC313A243F0F33B315CEC520A5F7D12"
- ],
- "keydir": "blackace",
- "keys": [
- "D34A474DCDC313A243F0F33B315CEC520A5F7D12"
- ],
- "name": "Nicholas D. Wolfwood",
- "nick": "blackace",
- "uid": [
- "Nicholas D. Wolfwood <blackace@gentoo.org>"
- ]
- },
- "blueboar": {
- "fingerprint": [
- "3BB7A50384E257904DD41512A8A86345284E7EAC"
- ],
- "keydir": "blueboar",
- "keys": [
- "3BB7A50384E257904DD41512A8A86345284E7EAC"
- ],
- "name": "Vladimir Romanov",
- "nick": "blueboar",
- "uid": [
- "Vladimir Romanov <blueboar@gentoo.org>"
- ]
- },
- "blueknight": {
- "fingerprint": [
- "885889D6C0C475C4D0DDFA00EEAFED89024C043D"
- ],
- "keydir": "blueknight",
- "keys": [
- "885889D6C0C475C4D0DDFA00EEAFED89024C043D"
- ],
- "name": "Yury German",
- "nick": "blueknight",
- "uid": [
- "Yury German <blueknight@gentoo.org>"
- ]
- },
- "blueness": {
- "fingerprint": [
- "80405A4D870921B11A8833CE979CAF40D0455535",
- "1FEDFAD9D82C52A53BABDC799384FA6EF52D4BBA"
- ],
- "keydir": "blueness",
- "keys": [
- "80405A4D870921B11A8833CE979CAF40D0455535",
- "1FEDFAD9D82C52A53BABDC799384FA6EF52D4BBA"
- ],
- "name": "Anthony G. Basile",
- "nick": "blueness",
- "uid": [
- "Anthony G. Basile <blueness@gentoo.org>"
- ]
- },
- "bman": {
- "fingerprint": [
- "1536F4B372EB9C5411F55C43246D23A210FB0F3E"
- ],
- "keydir": "bman",
- "keys": [
- "1536F4B372EB9C5411F55C43246D23A210FB0F3E"
- ],
- "name": "Aaron Bauman",
- "nick": "bman",
- "uid": [
- "Aaron Bauman <bman@gentoo.org>"
- ]
- },
- "calchan": {
- "fingerprint": [
- "EFDFC4811C1B193777172F4473A5F099C69D7E8B"
- ],
- "keydir": "calchan",
- "keys": [
- "EFDFC4811C1B193777172F4473A5F099C69D7E8B"
- ],
- "name": "Denis Dupeyron",
- "nick": "calchan",
- "uid": [
- "Denis Dupeyron <calchan@gentoo.org>"
- ]
- },
- "cardoe": {
- "fingerprint": [
- "53B7029C9876F65E6EAB803C6C4E620431C9980D"
- ],
- "keydir": "cardoe",
- "keys": [
- "53B7029C9876F65E6EAB803C6C4E620431C9980D"
- ],
- "name": "Doug Goldstein",
- "nick": "cardoe",
- "uid": [
- "Doug Goldstein <cardoe@gentoo.org>"
- ]
- },
- "cedk": {
- "fingerprint": [
- "7C5A4360F6DF81ABA91FD54D6FF50AFE03489130"
- ],
- "keydir": "cedk",
- "keys": [
- "7C5A4360F6DF81ABA91FD54D6FF50AFE03489130"
- ],
- "name": "C\u00e9dric Krier",
- "nick": "cedk",
- "uid": [
- "C\u00e9dric Krier <cedk@gentoo.org>"
- ]
- },
- "chainsaw": {
- "fingerprint": [
- "DA33CD48FBF41EE226538BA8A79BD6E2B5058F9A"
- ],
- "keydir": "chainsaw",
- "keys": [
- "DA33CD48FBF41EE226538BA8A79BD6E2B5058F9A"
- ],
- "name": "Tony Vroon",
- "nick": "chainsaw",
- "uid": [
- "Tony Vroon <chainsaw@gentoo.org>"
- ]
- },
- "chewi": {
- "fingerprint": [
- "528DE6BD8691A4391FDA2ED421C632129C6D7DE4"
- ],
- "keydir": "chewi",
- "keys": [
- "528DE6BD8691A4391FDA2ED421C632129C6D7DE4"
- ],
- "name": "James Le Cuirot",
- "nick": "chewi",
- "uid": [
- "James Le Cuirot <chewi@gentoo.org>"
- ]
- },
- "chiguire": {
- "fingerprint": [
- "02FD505A5DBE4FA0DF4A60F66243FFB521B3F464"
- ],
- "keydir": "chiguire",
- "keys": [
- "02FD505A5DBE4FA0DF4A60F66243FFB521B3F464"
- ],
- "name": "John Christian Stoddart",
- "nick": "chiguire",
- "uid": [
- "John Christian Stoddart <chiguire@gentoo.org>"
- ]
- },
- "chiitoo": {
- "fingerprint": [
- "FC91B120FB7838F4BD9EC3951F15AC5FB0D2958A"
- ],
- "keydir": "chiitoo",
- "keys": [
- "FC91B120FB7838F4BD9EC3951F15AC5FB0D2958A"
- ],
- "name": "Jimi Huotari",
- "nick": "chiitoo",
- "uid": [
- "Jimi Huotari <chiitoo@gentoo.org>"
- ]
- },
- "chithanh": {
- "fingerprint": [
- "6C2EF02FB81F1F3A59F44F60FA0BC7DAFA043D10",
- "34D03B0BC555B47851DE212C8D40A02488A97F80"
- ],
- "keydir": "chithanh",
- "keys": [
- "6C2EF02FB81F1F3A59F44F60FA0BC7DAFA043D10",
- "34D03B0BC555B47851DE212C8D40A02488A97F80"
- ],
- "name": "Ch\u00ed-Thanh Christopher Nguy\u1ec5n",
- "nick": "chithanh",
- "uid": [
- "Ch\u00ed-Thanh Christopher Nguy\u1ec5n <chithanh@gentoo.org>"
- ]
- },
- "chutzpah": {
- "fingerprint": [
- "E3F69979BB4B8928DA78E3D17CBF44EF5C350883"
- ],
- "keydir": "chutzpah",
- "keys": [
- "E3F69979BB4B8928DA78E3D17CBF44EF5C350883"
- ],
- "name": "Patrick McLean",
- "nick": "chutzpah",
- "uid": [
- "Patrick McLean <chutzpah@gentoo.org>"
- ]
- },
- "civil": {
- "fingerprint": [
- "8C52F41D5D3AF2C6DEBE0F9167C7CC1AA832680F"
- ],
- "keydir": "civil",
- "keys": [
- "8C52F41D5D3AF2C6DEBE0F9167C7CC1AA832680F"
- ],
- "name": "Vladimir Smirnov",
- "nick": "civil",
- "uid": [
- "Vladimir Smirnov <civil@gentoo.org>"
- ]
- },
- "craig": {
- "fingerprint": [
- "0F0131A6BD648C4CA1876253BA2733A7E28C7BB4",
- "215F998D20DD989859463FAE72F8DD3EF41088E6"
- ],
- "keydir": "craig",
- "keys": [
- "0F0131A6BD648C4CA1876253BA2733A7E28C7BB4",
- "215F998D20DD989859463FAE72F8DD3EF41088E6"
- ],
- "name": "Stefan Behte",
- "nick": "craig",
- "uid": [
- "Stefan Behte <craig@gentoo.org>"
- ]
- },
- "creffett": {
- "fingerprint": [
- "C6759F52073DBCBECA0CFA54DB795A8A42618354",
- "63EBEF18FFFA15690094C3C0CA1A5755B69E7ECB"
- ],
- "keydir": "creffett",
- "keys": [
- "C6759F52073DBCBECA0CFA54DB795A8A42618354",
- "63EBEF18FFFA15690094C3C0CA1A5755B69E7ECB"
- ],
- "name": "Chris Reffett",
- "nick": "creffett",
- "uid": [
- "Chris Reffett <creffett@gentoo.org>"
- ]
- },
- "cynede": {
- "fingerprint": [
- "09AFB4E5EA8657BC1831AE4F3CBB2D437397A384"
- ],
- "keydir": "cynede",
- "keys": [
- "09AFB4E5EA8657BC1831AE4F3CBB2D437397A384"
- ],
- "name": "Mikhail Pukhlikov",
- "nick": "cynede",
- "uid": [
- "Mikhail Pukhlikov <cynede@gentoo.org>"
- ]
- },
- "d2_racing": {
- "fingerprint": [
- "7C412D552561EE865EDCABEE83EE454BCBF52D70",
- "2EC6A2FD2E83726EB2480D55D1AABA1DF35C79B9"
- ],
- "keydir": "d2_racing",
- "keys": [
- "7C412D552561EE865EDCABEE83EE454BCBF52D70",
- "2EC6A2FD2E83726EB2480D55D1AABA1DF35C79B9"
- ],
- "name": "Sylvain Alain",
- "nick": "d2_racing",
- "uid": [
- "Sylvain Alain <d2_racing@gentoo.org>"
- ]
- },
- "dabbott": {
- "fingerprint": [
- "C820FC52BE581AFA4D74EB6B719FB3E2F01C4ACC"
- ],
- "keydir": "dabbott",
- "keys": [
- "C820FC52BE581AFA4D74EB6B719FB3E2F01C4ACC"
- ],
- "name": "David Abbott",
- "nick": "dabbott",
- "uid": [
- "David Abbott <dabbott@gentoo.org>"
- ]
- },
- "darkside": {
- "fingerprint": [
- "2079B699DF0172809817095E9B5D52B1ACED22A6"
- ],
- "keydir": "darkside",
- "keys": [
- "2079B699DF0172809817095E9B5D52B1ACED22A6"
- ],
- "name": "Jeremy Olexa",
- "nick": "darkside",
- "uid": [
- "Jeremy Olexa <darkside@gentoo.org>"
- ]
- },
- "dastergon": {
- "fingerprint": [
- "17778AE240DC22BAA84CC60BA31BBEB23A051746"
- ],
- "keydir": "dastergon",
- "keys": [
- "17778AE240DC22BAA84CC60BA31BBEB23A051746"
- ],
- "name": "Pavlos Ratis",
- "nick": "dastergon",
- "uid": [
- "Pavlos Ratis <dastergon@gentoo.org>"
- ]
- },
- "deathwing00": {
- "fingerprint": [
- "CF7FAF86A969CA183D6491A9C0C53EED47F370A0"
- ],
- "keydir": "deathwing00",
- "keys": [
- "CF7FAF86A969CA183D6491A9C0C53EED47F370A0"
- ],
- "name": "Ioannis Aslanidis",
- "nick": "deathwing00",
- "uid": [
- "Ioannis Aslanidis <deathwing00@gentoo.org>"
- ]
- },
- "desultory": {
- "fingerprint": [
- "3F69E14303D803067DDA1E671401EC3CC31C5F54"
- ],
- "keydir": "desultory",
- "keys": [
- "3F69E14303D803067DDA1E671401EC3CC31C5F54"
- ],
- "name": "Dean Stephens",
- "nick": "desultory",
- "uid": [
- "Dean Stephens <desultory@gentoo.org>"
- ]
- },
- "dev-zero": {
- "fingerprint": [
- "B2374922D491A1B23836FA2E1A5D023975B0583D"
- ],
- "keydir": "dev-zero",
- "keys": [
- "B2374922D491A1B23836FA2E1A5D023975B0583D"
- ],
- "name": "Tiziano M\u00fcller",
- "nick": "dev-zero",
- "uid": [
- "Tiziano M\u00fcller <dev-zero@gentoo.org>"
- ]
- },
- "dilfridge": {
- "fingerprint": [
- "295EF1B6EB5DC9A6B21D3D4E0B08240A96F66571",
- "35B17DF5752577CA0C541CEB94BFDF4484AD142F"
- ],
- "keydir": "dilfridge",
- "keys": [
- "295EF1B6EB5DC9A6B21D3D4E0B08240A96F66571",
- "35B17DF5752577CA0C541CEB94BFDF4484AD142F"
- ],
- "name": "Andreas H\u00fcttel",
- "nick": "dilfridge",
- "uid": [
- "Andreas H\u00fcttel <dilfridge@gentoo.org>"
- ]
- },
- "djc": {
- "fingerprint": [
- "25BBBAC113C1BFD5AA594A4C9F96B92930380381"
- ],
- "keydir": "djc",
- "keys": [
- "25BBBAC113C1BFD5AA594A4C9F96B92930380381"
- ],
- "name": "Dirkjan Ochtman",
- "nick": "djc",
- "uid": [
- "Dirkjan Ochtman <djc@gentoo.org>"
- ]
- },
- "dlan": {
- "fingerprint": [
- "50B03A1A5CBCD33576EF8CD7920C0DBCAABEFD55"
- ],
- "keydir": "dlan",
- "keys": [
- "50B03A1A5CBCD33576EF8CD7920C0DBCAABEFD55"
- ],
- "name": "Yixun Lan",
- "nick": "dlan",
- "uid": [
- "Yixun Lan <dlan@gentoo.org>"
- ]
- },
- "dolsen": {
- "fingerprint": [
- "8688FD1CC71C1C04EAEA42372214D90A014F17CB",
- "262A829DFEAF9092A42C1C3ED80F5F1E1245142E"
- ],
- "keydir": "dolsen",
- "keys": [
- "8688FD1CC71C1C04EAEA42372214D90A014F17CB",
- "262A829DFEAF9092A42C1C3ED80F5F1E1245142E"
- ],
- "name": "Brian Dolbec",
- "nick": "dolsen",
- "uid": [
- "Brian Dolbec <dolsen@gentoo.org>"
- ]
- },
- "earthwings": {
- "fingerprint": [
- "3834F41E5FA089389588924D794B19AAC6795F59"
- ],
- "keydir": "earthwings",
- "keys": [
- "3834F41E5FA089389588924D794B19AAC6795F59"
- ],
- "name": "Dennis Nienh\u00fcser",
- "nick": "earthwings",
- "uid": [
- "Dennis Nienh\u00fcser <earthwings@gentoo.org>"
- ]
- },
- "eras": {
- "fingerprint": [
- "AB956C45C171BE68F984CC0977F1F175586A3B1F"
- ],
- "keydir": "eras",
- "keys": [
- "AB956C45C171BE68F984CC0977F1F175586A3B1F"
- ],
- "name": "Eray Aslan",
- "nick": "eras",
- "uid": [
- "Eray Aslan <eras@gentoo.org>"
- ]
- },
- "ercpe": {
- "fingerprint": [
- "ACB1EA9BEFC2AEBAE5B8C159A084064277C501ED"
- ],
- "keydir": "ercpe",
- "keys": [
- "ACB1EA9BEFC2AEBAE5B8C159A084064277C501ED"
- ],
- "name": "Johann Schmitz",
- "nick": "ercpe",
- "uid": [
- "Johann Schmitz <ercpe@gentoo.org>"
- ]
- },
- "eva": {
- "fingerprint": [
- "5CA417F27B131BA593C0BE90D5F995C1C6085806"
- ],
- "keydir": "eva",
- "keys": [
- "5CA417F27B131BA593C0BE90D5F995C1C6085806"
- ],
- "name": "Gilles Dartiguelongue",
- "nick": "eva",
- "uid": [
- "Gilles Dartiguelongue <eva@gentoo.org>"
- ]
- },
- "expeditioneer": {
- "fingerprint": [
- "41A0510B55A4B9823D13A9833B88FD2E13CE979C"
- ],
- "keydir": "expeditioneer",
- "keys": [
- "41A0510B55A4B9823D13A9833B88FD2E13CE979C"
- ],
- "name": "Dennis Lamm",
- "nick": "expeditioneer",
- "uid": [
- "Dennis Lamm <expeditioneer@gentoo.org>"
- ]
- },
- "fearedbliss": {
- "fingerprint": [
- "34DA858C1447509EC77AD49FFB8590B7C4CA5279"
- ],
- "keydir": "fearedbliss",
- "keys": [
- "34DA858C1447509EC77AD49FFB8590B7C4CA5279"
- ],
- "name": "Jonathan Vasquez",
- "nick": "fearedbliss",
- "uid": [
- "Jonathan Vasquez <fearedbliss@gentoo.org>"
- ]
- },
- "flameeyes": {
- "fingerprint": [
- "BDAEF3008A1CC62079C2A16847664B94E36B629F",
- "F204568C03BDFD4960EC2DCC1A82AD57BB592443"
- ],
- "keydir": "flameeyes",
- "keys": [
- "BDAEF3008A1CC62079C2A16847664B94E36B629F",
- "F204568C03BDFD4960EC2DCC1A82AD57BB592443"
- ],
- "name": "Diego Elio Petten\u00f2",
- "nick": "flameeyes",
- "uid": [
- "Diego Elio Petten\u00f2 <flameeyes@gentoo.org>"
- ]
- },
- "flammie": {
- "fingerprint": [
- "F42E4D4C544B68C62A6FF93151D1E66D07469AA9"
- ],
- "keydir": "flammie",
- "keys": [
- "F42E4D4C544B68C62A6FF93151D1E66D07469AA9"
- ],
- "name": "Flammie Pirinen",
- "nick": "flammie",
- "uid": [
- "Flammie Pirinen <flammie@gentoo.org>"
- ]
- },
- "floppym": {
- "fingerprint": [
- "52CC9D6D11E5BE792A8EA2A30BBEEA1FEA4843A4"
- ],
- "keydir": "floppym",
- "keys": [
- "52CC9D6D11E5BE792A8EA2A30BBEEA1FEA4843A4"
- ],
- "name": "Mike Gilbert",
- "nick": "floppym",
- "uid": [
- "Mike Gilbert <floppym@gentoo.org>"
- ]
- },
- "fordfrog": {
- "fingerprint": [
- "04BFC412A96861A72064CDA1CE0D13B5433AC673"
- ],
- "keydir": "fordfrog",
- "keys": [
- "04BFC412A96861A72064CDA1CE0D13B5433AC673"
- ],
- "name": "Miroslav \u0160ulc",
- "nick": "fordfrog",
- "uid": [
- "Miroslav \u0160ulc <fordfrog@gentoo.org>"
- ]
- },
- "fox": {
- "fingerprint": [
- "C17933B1423C80E474E88065D615C8B3B645061E"
- ],
- "keydir": "fox",
- "keys": [
- "C17933B1423C80E474E88065D615C8B3B645061E"
- ],
- "name": "Federico Scrinzi",
- "nick": "fox",
- "uid": [
- "Federico Scrinzi <fox@gentoo.org>"
- ]
- },
- "fuzzyray": {
- "fingerprint": [
- "BA365A4B61C21C6868BDD5DAFF167620EE7EF6AD"
- ],
- "keydir": "fuzzyray",
- "keys": [
- "BA365A4B61C21C6868BDD5DAFF167620EE7EF6AD"
- ],
- "name": "Paul Varner",
- "nick": "fuzzyray",
- "uid": [
- "Paul Varner <fuzzyray@gentoo.org>"
- ]
- },
- "george": {
- "fingerprint": [
- "2BCB2D1780A907304FDEDCF51DC569ACFB3291E4"
- ],
- "keydir": "george",
- "keys": [
- "2BCB2D1780A907304FDEDCF51DC569ACFB3291E4"
- ],
- "name": "George Shapovalov",
- "nick": "george",
- "uid": [
- "George Shapovalov <george@gentoo.org>"
- ]
- },
- "gienah": {
- "fingerprint": [
- "E0AC62373DF4FEB3089A6718A0111542618E971F"
- ],
- "keydir": "gienah",
- "keys": [
- "E0AC62373DF4FEB3089A6718A0111542618E971F"
- ],
- "name": "Mark Wright",
- "nick": "gienah",
- "uid": [
- "Mark Wright <gienah@gentoo.org>"
- ]
- },
- "gmsoft": {
- "fingerprint": [
- "567D358B821956F1FB6C6B13AE94A1AE7A07E186"
- ],
- "keydir": "gmsoft",
- "keys": [
- "567D358B821956F1FB6C6B13AE94A1AE7A07E186"
- ],
- "name": "Guy Martin",
- "nick": "gmsoft",
- "uid": [
- "Guy Martin <gmsoft@gentoo.org>"
- ]
- },
- "gokturk": {
- "fingerprint": [
- "BC7025FF9944ED70454343A494528F870FE37034"
- ],
- "keydir": "gokturk",
- "keys": [
- "BC7025FF9944ED70454343A494528F870FE37034"
- ],
- "name": "G\u00f6kt\u00fcrk Y\u00fcksek",
- "nick": "gokturk",
- "uid": [
- "G\u00f6kt\u00fcrk Y\u00fcksek <gokturk@gentoo.org>"
- ]
- },
- "graaff": {
- "fingerprint": [
- "818B58784EB13C5DD8CF401BBB1FE687EFDBB3EC"
- ],
- "keydir": "graaff",
- "keys": [
- "818B58784EB13C5DD8CF401BBB1FE687EFDBB3EC"
- ],
- "name": "Hans de Graaff",
- "nick": "graaff",
- "uid": [
- "Hans de Graaff <graaff@gentoo.org>"
- ]
- },
- "gregkh": {
- "fingerprint": [
- "F4B60CC5BF78C2214A313DCB3147D40DDB2DFB29"
- ],
- "keydir": "gregkh",
- "keys": [
- "F4B60CC5BF78C2214A313DCB3147D40DDB2DFB29"
- ],
- "name": "Greg Kroah-Hartman",
- "nick": "gregkh",
- "uid": [
- "Greg Kroah-Hartman <gregkh@gentoo.org>"
- ]
- },
- "grknight": {
- "fingerprint": [
- "4FC33108755E275363FDB2FF4E15E2F167C78E1D"
- ],
- "keydir": "grknight",
- "keys": [
- "4FC33108755E275363FDB2FF4E15E2F167C78E1D"
- ],
- "name": "Brian Evans",
- "nick": "grknight",
- "uid": [
- "Brian Evans <grknight@gentoo.org>"
- ]
- },
- "grobian": {
- "fingerprint": [
- "831C8A4776485F9FD3ED9A1E5F75F607C5C74E89"
- ],
- "keydir": "grobian",
- "keys": [
- "831C8A4776485F9FD3ED9A1E5F75F607C5C74E89"
- ],
- "name": "Fabian Groffen",
- "nick": "grobian",
- "uid": [
- "Fabian Groffen <grobian@gentoo.org>"
- ]
- },
- "grozin": {
- "fingerprint": [
- "6FCC83E26D94FB054B76101653D4ABFA88DD61C4"
- ],
- "keydir": "grozin",
- "keys": [
- "6FCC83E26D94FB054B76101653D4ABFA88DD61C4"
- ],
- "name": "Andrey Grozin",
- "nick": "grozin",
- "uid": [
- "Andrey Grozin <grozin@gentoo.org>"
- ]
- },
- "gurligebis": {
- "fingerprint": [
- "C3E9529E2623D19A63AE11B44098E52BC835A25A"
- ],
- "keydir": "gurligebis",
- "keys": [
- "C3E9529E2623D19A63AE11B44098E52BC835A25A"
- ],
- "name": "Bjarke Istrup Pedersen",
- "nick": "gurligebis",
- "uid": [
- "Bjarke Istrup Pedersen <gurligebis@gentoo.org>"
- ]
- },
- "hanno": {
- "fingerprint": [
- "FE73757FA60E4E21B937579FA5880072BBB51E42"
- ],
- "keydir": "hanno",
- "keys": [
- "FE73757FA60E4E21B937579FA5880072BBB51E42"
- ],
- "name": "Hanno Boeck",
- "nick": "hanno",
- "uid": [
- "Hanno Boeck <hanno@gentoo.org>"
- ]
- },
- "hattya": {
- "fingerprint": [
- "C023086458E66E2562CD83842F8EACBAEC917A6D"
- ],
- "keydir": "hattya",
- "keys": [
- "C023086458E66E2562CD83842F8EACBAEC917A6D"
- ],
- "name": "Akinori Hattori",
- "nick": "hattya",
- "uid": [
- "Akinori Hattori <hattya@gentoo.org>"
- ]
- },
- "haubi": {
- "fingerprint": [
- "304CB5926F4E1BBFBAA7C8742DCD1358A630CCB8",
- "A863DD4A661C273CD3786EBB29FB0E9EC719EE20"
- ],
- "keydir": "haubi",
- "keys": [
- "304CB5926F4E1BBFBAA7C8742DCD1358A630CCB8",
- "A863DD4A661C273CD3786EBB29FB0E9EC719EE20"
- ],
- "name": "Michael Haubenwallner",
- "nick": "haubi",
- "uid": [
- "Michael Haubenwallner <haubi@gentoo.org>"
- ]
- },
- "hd_brummy": {
- "fingerprint": [
- "0E0AA1EE1DF441D7A3F521C293EB5F4DAA5832A1"
- ],
- "keydir": "hd_brummy",
- "keys": [
- "0E0AA1EE1DF441D7A3F521C293EB5F4DAA5832A1"
- ],
- "name": "Joerg Bornkessel",
- "nick": "hd_brummy",
- "uid": [
- "Joerg Bornkessel <hd_brummy@gentoo.org>"
- ]
- },
- "heroxbd": {
- "fingerprint": [
- "C3A504840B678260DA12766AD25D611C8E192076"
- ],
- "keydir": "heroxbd",
- "keys": [
- "C3A504840B678260DA12766AD25D611C8E192076"
- ],
- "name": "Benda XU",
- "nick": "heroxbd",
- "uid": [
- "Benda XU <heroxbd@gentoo.org>"
- ]
- },
- "hkbst": {
- "fingerprint": [
- "D7428A617CE865C8CCD6D506A7F5660B1D0E2F6C"
- ],
- "keydir": "hkbst",
- "keys": [
- "D7428A617CE865C8CCD6D506A7F5660B1D0E2F6C"
- ],
- "name": "Marijn Schouten",
- "nick": "hkbst",
- "uid": [
- "Marijn Schouten <hkbst@gentoo.org>"
- ]
- },
- "hparker": {
- "fingerprint": [
- "1DCAA18C3BCED9AD5243F3040129B723F671A0DB"
- ],
- "keydir": "hparker",
- "keys": [
- "1DCAA18C3BCED9AD5243F3040129B723F671A0DB"
- ],
- "name": "Homer Parker",
- "nick": "hparker",
- "uid": [
- "Homer Parker <hparker@gentoo.org>"
- ]
- },
- "hwoarang": {
- "fingerprint": [
- "660A074284EC26F19EDBF00AFA835A15B4AFF2C2"
- ],
- "keydir": "hwoarang",
- "keys": [
- "660A074284EC26F19EDBF00AFA835A15B4AFF2C2"
- ],
- "name": "Markos Chandras",
- "nick": "hwoarang",
- "uid": [
- "Markos Chandras <hwoarang@gentoo.org>"
- ]
- },
- "i92guboj": {
- "fingerprint": [
- "C09483F4C0662161FDE53E975C9FA990838FF03C"
- ],
- "keydir": "i92guboj",
- "keys": [
- "C09483F4C0662161FDE53E975C9FA990838FF03C"
- ],
- "name": "Jes\u00fas Guerrero",
- "nick": "i92guboj",
- "uid": [
- "Jes\u00fas Guerrero <i92guboj@gentoo.org>"
- ]
- },
- "idl0r": {
- "fingerprint": [
- "EEB1C3417C84B2746C59F2435EAB0C62B427ABC8"
- ],
- "keydir": "idl0r",
- "keys": [
- "EEB1C3417C84B2746C59F2435EAB0C62B427ABC8"
- ],
- "name": "Christian Ruppert",
- "nick": "idl0r",
- "uid": [
- "Christian Ruppert <idl0r@gentoo.org>"
- ]
- },
- "ikelos": {
- "fingerprint": [
- "07EBDAA23DCFBCD7D13EE431D3CF61546B08277D"
- ],
- "keydir": "ikelos",
- "keys": [
- "07EBDAA23DCFBCD7D13EE431D3CF61546B08277D"
- ],
- "name": "Mike Auty",
- "nick": "ikelos",
- "uid": [
- "Mike Auty <ikelos@gentoo.org>"
- ]
- },
- "iksaif": {
- "fingerprint": [
- "B3F6B4B31BF3CF3B7AB5865E56536C453FD7C6B4"
- ],
- "keydir": "iksaif",
- "keys": [
- "B3F6B4B31BF3CF3B7AB5865E56536C453FD7C6B4"
- ],
- "name": "Corentin Chary",
- "nick": "iksaif",
- "uid": [
- "Corentin Chary <iksaif@gentoo.org>"
- ]
- },
- "isaiah": {
- "fingerprint": [
- "6E21871AC92A917523773351290678801378AC60"
- ],
- "keydir": "isaiah",
- "keys": [
- "6E21871AC92A917523773351290678801378AC60"
- ],
- "name": "Isaiah Peng",
- "nick": "isaiah",
- "uid": [
- "Isaiah Peng <isaiah@gentoo.org>"
- ]
- },
- "jaaf": {
- "fingerprint": [
- "7AEB68BD9A8DEF58A0EB5703D83D9B028E668CA9"
- ],
- "keydir": "jaaf",
- "keys": [
- "7AEB68BD9A8DEF58A0EB5703D83D9B028E668CA9"
- ],
- "name": "Jos\u00e9 Fournier",
- "nick": "jaaf",
- "uid": [
- "Jos\u00e9 Fournier <jaaf@gentoo.org>"
- ]
- },
- "jauhien": {
- "fingerprint": [
- "319EC51BE32D93522434E11BBBEE937DB2EFA1D4"
- ],
- "keydir": "jauhien",
- "keys": [
- "319EC51BE32D93522434E11BBBEE937DB2EFA1D4"
- ],
- "name": "Jauhien Piatlicki",
- "nick": "jauhien",
- "uid": [
- "Jauhien Piatlicki <jauhien@gentoo.org>"
- ]
- },
- "jbartosik": {
- "fingerprint": [
- "2EC6A2FD2E83726EB2480D55D1AABA1DF35C79B9"
- ],
- "keydir": "jbartosik",
- "keys": [
- "2EC6A2FD2E83726EB2480D55D1AABA1DF35C79B9"
- ],
- "name": "Joachim Bartosik",
- "nick": "jbartosik",
- "uid": [
- "Joachim Bartosik <jbartosik@gentoo.org>"
- ]
- },
- "jcallen": {
- "fingerprint": [
- "15C2F00D3473330AE4C78A66B1D21769229E5838"
- ],
- "keydir": "jcallen",
- "keys": [
- "15C2F00D3473330AE4C78A66B1D21769229E5838"
- ],
- "name": "Jonathan Callen",
- "nick": "jcallen",
- "uid": [
- "Jonathan Callen <jcallen@gentoo.org>"
- ]
- },
- "jdhore": {
- "fingerprint": [
- "83D6EEABFB7E7D05065ABB2DF51DECED23E9E900",
- "02328F2595777522FEDE16A3659CD6DE88788B93"
- ],
- "keydir": "jdhore",
- "keys": [
- "83D6EEABFB7E7D05065ABB2DF51DECED23E9E900",
- "02328F2595777522FEDE16A3659CD6DE88788B93"
- ],
- "name": "Jeff Horelick",
- "nick": "jdhore",
- "uid": [
- "Jeff Horelick <jdhore@gentoo.org>"
- ]
- },
- "je_fro": {
- "fingerprint": [
- "21CDA48346DC89B4959E40A3891D8AC44A5D8F23"
- ],
- "keydir": "je_fro",
- "keys": [
- "21CDA48346DC89B4959E40A3891D8AC44A5D8F23"
- ],
- "name": "Jeffrey Gardner",
- "nick": "je_fro",
- "uid": [
- "Jeffrey Gardner <je_fro@gentoo.org>"
- ]
- },
- "jer": {
- "fingerprint": [
- "C635642FB278E38BD6EF1C18556991B2A792A613"
- ],
- "keydir": "jer",
- "keys": [
- "C635642FB278E38BD6EF1C18556991B2A792A613"
- ],
- "name": "Jeroen Roovers",
- "nick": "jer",
- "uid": [
- "Jeroen Roovers <jer@gentoo.org>"
- ]
- },
- "jkt": {
- "fingerprint": [
- "61AB87D6F66CE2FCD2D2E1F56A65DFA844722517",
- "94612A6CBDDA8C7F5095BEB31B364DA3AAD4170A"
- ],
- "keydir": "jkt",
- "keys": [
- "61AB87D6F66CE2FCD2D2E1F56A65DFA844722517",
- "94612A6CBDDA8C7F5095BEB31B364DA3AAD4170A"
- ],
- "name": "Jan Kundr\u00e1t",
- "nick": "jkt",
- "uid": [
- "Jan Kundr\u00e1t <jkt@gentoo.org>"
- ]
- },
- "jlec": {
- "fingerprint": [
- "914B84822B362B84BF9642DE5F4673C782105C98",
- "8F917515875271458497730EE07B64B02DB28E13"
- ],
- "keydir": "jlec",
- "keys": [
- "914B84822B362B84BF9642DE5F4673C782105C98",
- "8F917515875271458497730EE07B64B02DB28E13"
- ],
- "name": "Justin Lecher",
- "nick": "jlec",
- "uid": [
- "Justin Lecher <jlec@gentoo.org>"
- ]
- },
- "jmbsvicetto": {
- "fingerprint": [
- "36F249FCA28074A0677E0EBF69ECE3CBBB0E6E98"
- ],
- "keydir": "jmbsvicetto",
- "keys": [
- "36F249FCA28074A0677E0EBF69ECE3CBBB0E6E98"
- ],
- "name": "Jorge Manuel B. S. Vicetto",
- "nick": "jmbsvicetto",
- "uid": [
- "Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>"
- ]
- },
- "jmorgan": {
- "fingerprint": [
- "DD42EA48D701D520C2CD55BEBF53C69B761D8E0A"
- ],
- "keydir": "jmorgan",
- "keys": [
- "DD42EA48D701D520C2CD55BEBF53C69B761D8E0A"
- ],
- "name": "Jack Morgan",
- "nick": "jmorgan",
- "uid": [
- "Jack Morgan <jmorgan@gentoo.org>"
- ]
- },
- "john_r_graham": {
- "fingerprint": [
- "C10465C061183FD2D1AAB6DC9CDDDB309F877EBB"
- ],
- "keydir": "john_r_graham",
- "keys": [
- "C10465C061183FD2D1AAB6DC9CDDDB309F877EBB"
- ],
- "name": "John Graham",
- "nick": "john_r_graham",
- "uid": [
- "John Graham <john_r_graham@gentoo.org>"
- ]
- },
- "johu": {
- "fingerprint": [
- "7ED0D3033AAC3C4A3143FDF8457440B7FDF4F788"
- ],
- "keydir": "johu",
- "keys": [
- "7ED0D3033AAC3C4A3143FDF8457440B7FDF4F788"
- ],
- "name": "Johannes Huber",
- "nick": "johu",
- "uid": [
- "Johannes Huber <johu@gentoo.org>"
- ]
- },
- "joker": {
- "fingerprint": [
- "8D913F51F079CFBD75DE8E380C568EF5608F6AEB"
- ],
- "keydir": "joker",
- "keys": [
- "8D913F51F079CFBD75DE8E380C568EF5608F6AEB"
- ],
- "name": "Christian Birchinger",
- "nick": "joker",
- "uid": [
- "Christian Birchinger <joker@gentoo.org>"
- ]
- },
- "josejx": {
- "fingerprint": [
- "9CDA44C600072C9359795126C06ABB04B2C045FA"
- ],
- "keydir": "josejx",
- "keys": [
- "9CDA44C600072C9359795126C06ABB04B2C045FA"
- ],
- "name": "Joseph Jezak",
- "nick": "josejx",
- "uid": [
- "Joseph Jezak <josejx@gentoo.org>"
- ]
- },
- "jsbronder": {
- "fingerprint": [
- "3C5F3FC09C20E9870BE45AB21DECCB56718E4344"
- ],
- "keydir": "jsbronder",
- "keys": [
- "3C5F3FC09C20E9870BE45AB21DECCB56718E4344"
- ],
- "name": "Justin Bronder",
- "nick": "jsbronder",
- "uid": [
- "Justin Bronder <jsbronder@gentoo.org>"
- ]
- },
- "jstein": {
- "fingerprint": [
- "04AC7A21E1EBC3661CF5C192270C8757B9FE97FF"
- ],
- "keydir": "jstein",
- "keys": [
- "04AC7A21E1EBC3661CF5C192270C8757B9FE97FF"
- ],
- "name": "Jonas Stein",
- "nick": "jstein",
- "uid": [
- "Jonas Stein <jstein@gentoo.org>"
- ]
- },
- "junghans": {
- "fingerprint": [
- "533F1454E5C754607F121F70E781865AC2000586"
- ],
- "keydir": "junghans",
- "keys": [
- "533F1454E5C754607F121F70E781865AC2000586"
- ],
- "name": "Christoph Junghans",
- "nick": "junghans",
- "uid": [
- "Christoph Junghans <junghans@gentoo.org>"
- ]
- },
- "k_f": {
- "fingerprint": [
- "94CBAFDD30345109561835AA0B7F8B60E3EDFAE3"
- ],
- "keydir": "k_f",
- "keys": [
- "94CBAFDD30345109561835AA0B7F8B60E3EDFAE3"
- ],
- "name": "Kristian Fiskerstrand",
- "nick": "k_f",
- "uid": [
- "Kristian Fiskerstrand <k_f@gentoo.org>"
- ]
- },
- "kallamej": {
- "fingerprint": [
- "30E41E71B841B654DB8809B7157D36E565FE446E"
- ],
- "keydir": "kallamej",
- "keys": [
- "30E41E71B841B654DB8809B7157D36E565FE446E"
- ],
- "name": "Anders Hellgren",
- "nick": "kallamej",
- "uid": [
- "Anders Hellgren <kallamej@gentoo.org>"
- ]
- },
- "kensington": {
- "fingerprint": [
- "B11105F58195265602FF3A486C9BEBEB3331F554"
- ],
- "keydir": "kensington",
- "keys": [
- "B11105F58195265602FF3A486C9BEBEB3331F554"
- ],
- "name": "Michael Palimaka",
- "nick": "kensington",
- "uid": [
- "Michael Palimaka <kensington@gentoo.org>"
- ]
- },
- "kentnl": {
- "fingerprint": [
- "3D96B36C8FEAAC54F5A3DAE7E854324B1366A820"
- ],
- "keydir": "kentnl",
- "keys": [
- "3D96B36C8FEAAC54F5A3DAE7E854324B1366A820"
- ],
- "name": "Kent Fredric",
- "nick": "kentnl",
- "uid": [
- "Kent Fredric <kentnl@gentoo.org>"
- ]
- },
- "keri": {
- "fingerprint": [
- "1B7222AB1128480A91FF89D335C63117E6A60B09"
- ],
- "keydir": "keri",
- "keys": [
- "1B7222AB1128480A91FF89D335C63117E6A60B09"
- ],
- "name": "Keri Harris",
- "nick": "keri",
- "uid": [
- "Keri Harris <keri@gentoo.org>"
- ]
- },
- "kernelsensei": {
- "fingerprint": [
- "030B919256CE1F4708FACDAB92214333127F04DC"
- ],
- "keydir": "kernelsensei",
- "keys": [
- "030B919256CE1F4708FACDAB92214333127F04DC"
- ],
- "name": "Boris Fersing",
- "nick": "kernelsensei",
- "uid": [
- "Boris Fersing <kernelsensei@gentoo.org>"
- ]
- },
- "keytoaster": {
- "fingerprint": [
- "870A3920335A7EBC7003B50B1C8D2E6BDC33B0EE"
- ],
- "keydir": "keytoaster",
- "keys": [
- "870A3920335A7EBC7003B50B1C8D2E6BDC33B0EE"
- ],
- "name": "Tobias Heinlein",
- "nick": "keytoaster",
- "uid": [
- "Tobias Heinlein <keytoaster@gentoo.org>"
- ]
- },
- "klausman": {
- "fingerprint": [
- "0C89444A98BC2D0C5355F250D4CFDD5901015BAE"
- ],
- "keydir": "klausman",
- "keys": [
- "0C89444A98BC2D0C5355F250D4CFDD5901015BAE"
- ],
- "name": "Tobias Klausmann",
- "nick": "klausman",
- "uid": [
- "Tobias Klausmann <klausman@gentoo.org>"
- ]
- },
- "klondike": {
- "fingerprint": [
- "27BAAD13B77D164344FE787F5608AEA28AAFC0EC"
- ],
- "keydir": "klondike",
- "keys": [
- "27BAAD13B77D164344FE787F5608AEA28AAFC0EC"
- ],
- "name": "Francisco Blas Izquierdo Riera",
- "nick": "klondike",
- "uid": [
- "Francisco Blas Izquierdo Riera <klondike@gentoo.org>"
- ]
- },
- "kumba": {
- "fingerprint": [
- "177C19721FB8F254BAD03E725C63F4E3F5C6C943"
- ],
- "keydir": "kumba",
- "keys": [
- "177C19721FB8F254BAD03E725C63F4E3F5C6C943"
- ],
- "name": "Joshua Kinard",
- "nick": "kumba",
- "uid": [
- "Joshua Kinard <kumba@gentoo.org>"
- ]
- },
- "leio": {
- "fingerprint": [
- "93A56F193C261368CD7F056904DA8079BE94C646"
- ],
- "keydir": "leio",
- "keys": [
- "93A56F193C261368CD7F056904DA8079BE94C646"
- ],
- "name": "Mart Raudsepp",
- "nick": "leio",
- "uid": [
- "Mart Raudsepp <leio@gentoo.org>"
- ]
- },
- "lejonet": {
- "fingerprint": [
- "AD7920A76FAB6482ADD168DED4F46A05270273AF"
- ],
- "keydir": "lejonet",
- "keys": [
- "AD7920A76FAB6482ADD168DED4F46A05270273AF"
- ],
- "name": "Daniel Kuehn",
- "nick": "lejonet",
- "uid": [
- "Daniel Kuehn <lejonet@gentoo.org>"
- ]
- },
- "lh": {
- "fingerprint": [
- "13DA81D8528751FE7B153B7408EB1DC79C49755A"
- ],
- "keydir": "lh",
- "keys": [
- "13DA81D8528751FE7B153B7408EB1DC79C49755A"
- ],
- "name": "Leslie Hawthorn",
- "nick": "lh",
- "uid": [
- "Leslie Hawthorn <lh@gentoo.org>"
- ]
- },
- "lordvan": {
- "fingerprint": [
- "1BBA82B22B7F39114AEB58FE3E59FAEF53F400D2"
- ],
- "keydir": "lordvan",
- "keys": [
- "1BBA82B22B7F39114AEB58FE3E59FAEF53F400D2"
- ],
- "name": "Thomas Raschbacher",
- "nick": "lordvan",
- "uid": [
- "Thomas Raschbacher <lordvan@gentoo.org>"
- ]
- },
- "lu_zero": {
- "fingerprint": [
- "6D832C3022EA49B9AB98F472902D3C0CCD0F2634"
- ],
- "keydir": "lu_zero",
- "keys": [
- "6D832C3022EA49B9AB98F472902D3C0CCD0F2634"
- ],
- "name": "Luca Barbato",
- "nick": "lu_zero",
- "uid": [
- "Luca Barbato <lu_zero@gentoo.org>"
- ]
- },
- "lxnay": {
- "fingerprint": [
- "4E6630D1DBC7789D593EB3AC7DA8FDCCADC916E5"
- ],
- "keydir": "lxnay",
- "keys": [
- "4E6630D1DBC7789D593EB3AC7DA8FDCCADC916E5"
- ],
- "name": "Fabio Erculiani",
- "nick": "lxnay",
- "uid": [
- "Fabio Erculiani <lxnay@gentoo.org>"
- ]
- },
- "mabi": {
- "fingerprint": [
- "C8640FF13A9837CD80A502C07CD31CA14849EC6C",
- "1090BB2A17CEDF93F72C1A5C617A5456AEA9F974"
- ],
- "keydir": "mabi",
- "keys": [
- "C8640FF13A9837CD80A502C07CD31CA14849EC6C",
- "1090BB2A17CEDF93F72C1A5C617A5456AEA9F974"
- ],
- "name": "Matti Bickel",
- "nick": "mabi",
- "uid": [
- "Matti Bickel <mabi@gentoo.org>"
- ]
- },
- "maekke": {
- "fingerprint": [
- "5579E6D19432DAEE3E00E455363AF1F7765A9D02"
- ],
- "keydir": "maekke",
- "keys": [
- "5579E6D19432DAEE3E00E455363AF1F7765A9D02"
- ],
- "name": "Markus Meier",
- "nick": "maekke",
- "uid": [
- "Markus Meier <maekke@gentoo.org>"
- ]
- },
- "maffblaster": {
- "fingerprint": [
- "B9BA1514FFBDAEB2FC8C14BA7656DA1BCB1ED4F1"
- ],
- "keydir": "maffblaster",
- "keys": [
- "B9BA1514FFBDAEB2FC8C14BA7656DA1BCB1ED4F1"
- ],
- "name": "Matthew Marchese",
- "nick": "maffblaster",
- "uid": [
- "Matthew Marchese <maffblaster@gentoo.org>"
- ]
- },
- "maksbotan": {
- "fingerprint": [
- "B9333A89FF111CA6EB5C5031098998C5F8DBDADE"
- ],
- "keydir": "maksbotan",
- "keys": [
- "B9333A89FF111CA6EB5C5031098998C5F8DBDADE"
- ],
- "name": "Maxim Koltsov",
- "nick": "maksbotan",
- "uid": [
- "Maxim Koltsov <maksbotan@gentoo.org>"
- ]
- },
- "marecki": {
- "fingerprint": [
- "D6FED802420B3E041B033F94D4945FFDD7FE7E37"
- ],
- "keydir": "marecki",
- "keys": [
- "D6FED802420B3E041B033F94D4945FFDD7FE7E37"
- ],
- "name": "Marek Szuba",
- "nick": "marecki",
- "uid": [
- "Marek Szuba <marecki@gentoo.org>"
- ]
- },
- "matsl": {
- "fingerprint": [
- "1542BC677E67B356B853BFDDEED89E948106200A"
- ],
- "keydir": "matsl",
- "keys": [
- "1542BC677E67B356B853BFDDEED89E948106200A"
- ],
- "name": "Mats Lidell",
- "nick": "matsl",
- "uid": [
- "Mats Lidell <matsl@gentoo.org>"
- ]
- },
- "matsuu": {
- "fingerprint": [
- "71AED5714B3605D4C18CE5D22686C3E605280D69"
- ],
- "keydir": "matsuu",
- "keys": [
- "71AED5714B3605D4C18CE5D22686C3E605280D69"
- ],
- "name": "Matsuu Takuto",
- "nick": "matsuu",
- "uid": [
- "Matsuu Takuto <matsuu@gentoo.org>"
- ]
- },
- "mattm": {
- "fingerprint": [
- "F3DBC3C4E94F0D289E6984A07077A5F71A86EBE4"
- ],
- "keydir": "mattm",
- "keys": [
- "F3DBC3C4E94F0D289E6984A07077A5F71A86EBE4"
- ],
- "name": "Matthew Marlowe",
- "nick": "mattm",
- "uid": [
- "Matthew Marlowe <mattm@gentoo.org>"
- ]
- },
- "mattst88": {
- "fingerprint": [
- "3BB639E56F861FA2E86505690FDD682D974CA72A"
- ],
- "keydir": "mattst88",
- "keys": [
- "3BB639E56F861FA2E86505690FDD682D974CA72A"
- ],
- "name": "Matt Turner",
- "nick": "mattst88",
- "uid": [
- "Matt Turner <mattst88@gentoo.org>"
- ]
- },
- "mgorny": {
- "fingerprint": [
- "3408B1B906EB579B41D9CB0CDF84256885283521"
- ],
- "keydir": "mgorny",
- "keys": [
- "3408B1B906EB579B41D9CB0CDF84256885283521"
- ],
- "name": "Micha\u0142 G\u00f3rny",
- "nick": "mgorny",
- "uid": [
- "Micha\u0142 G\u00f3rny <mgorny@gentoo.org>"
- ]
- },
- "miknix": {
- "fingerprint": [
- "8AFE79900B583B69A0F734E135A872A03D92BB0B"
- ],
- "keydir": "miknix",
- "keys": [
- "8AFE79900B583B69A0F734E135A872A03D92BB0B"
- ],
- "name": "Angelo Arrifano",
- "nick": "miknix",
- "uid": [
- "Angelo Arrifano <miknix@gentoo.org>"
- ]
- },
- "miska": {
- "fingerprint": [
- "E994F4360AB24735B605077A54719857C7F5417F"
- ],
- "keydir": "miska",
- "keys": [
- "E994F4360AB24735B605077A54719857C7F5417F"
- ],
- "name": "Michal Hru\u0161eck\u00fd",
- "nick": "miska",
- "uid": [
- "Michal Hru\u0161eck\u00fd <miska@gentoo.org>"
- ]
- },
- "mjo": {
- "fingerprint": [
- "6B3C93374BBB3F5578FBAC491C49724D229E93A2"
- ],
- "keydir": "mjo",
- "keys": [
- "6B3C93374BBB3F5578FBAC491C49724D229E93A2"
- ],
- "name": "Michael Orlitzky",
- "nick": "mjo",
- "uid": [
- "Michael Orlitzky <mjo@gentoo.org>"
- ]
- },
- "monsieurp": {
- "fingerprint": [
- "F75BDDDB27E3042AF2ADAAE99191A5F193491BB8"
- ],
- "keydir": "monsieurp",
- "keys": [
- "F75BDDDB27E3042AF2ADAAE99191A5F193491BB8"
- ],
- "name": "Patrice Clement",
- "nick": "monsieurp",
- "uid": [
- "Patrice Clement <monsieurp@gentoo.org>"
- ]
- },
- "moult": {
- "fingerprint": [
- "923A0E0304D6B08B19DE1032C06F5AEBF1DEC4CE"
- ],
- "keydir": "moult",
- "keys": [
- "923A0E0304D6B08B19DE1032C06F5AEBF1DEC4CE"
- ],
- "name": "Dion Moult",
- "nick": "moult",
- "uid": [
- "Dion Moult <moult@gentoo.org>"
- ]
- },
- "mpagano": {
- "fingerprint": [
- "52CCA0B0F6310B170142F83F92A6DBEC81F2B137"
- ],
- "keydir": "mpagano",
- "keys": [
- "52CCA0B0F6310B170142F83F92A6DBEC81F2B137"
- ],
- "name": "Mike Pagano",
- "nick": "mpagano",
- "uid": [
- "Mike Pagano <mpagano@gentoo.org>"
- ]
- },
- "mr_bones_": {
- "fingerprint": [
- "65CD747D8EBDC956622C2E11D3CC680853FDE3EB"
- ],
- "keydir": "mr_bones_",
- "keys": [
- "65CD747D8EBDC956622C2E11D3CC680853FDE3EB"
- ],
- "name": "Michael Sterrett",
- "nick": "mr_bones_",
- "uid": [
- "Michael Sterrett <mr_bones_@gentoo.org>"
- ]
- },
- "mrueg": {
- "fingerprint": [
- "00DF368232094A423D83D818C9414F60E0A2651F"
- ],
- "keydir": "mrueg",
- "keys": [
- "00DF368232094A423D83D818C9414F60E0A2651F"
- ],
- "name": "Manuel R\u00fcger",
- "nick": "mrueg",
- "uid": [
- "Manuel R\u00fcger <mrueg@gentoo.org>"
- ]
- },
- "mschiff": {
- "fingerprint": [
- "F7FB78F77CC379F6DF076E9ECA3E7BF67F979BE5"
- ],
- "keydir": "mschiff",
- "keys": [
- "F7FB78F77CC379F6DF076E9ECA3E7BF67F979BE5"
- ],
- "name": "Marc Schiffbauer",
- "nick": "mschiff",
- "uid": [
- "Marc Schiffbauer <mschiff@gentoo.org>"
- ]
- },
- "mudler": {
- "fingerprint": [
- "4056A7DEED66BDFD7B706412F557248F4D256736"
- ],
- "keydir": "mudler",
- "keys": [
- "4056A7DEED66BDFD7B706412F557248F4D256736"
- ],
- "name": "Ettore Di Giacinto",
- "nick": "mudler",
- "uid": [
- "Ettore Di Giacinto <mudler@gentoo.org>"
- ]
- },
- "naota": {
- "fingerprint": [
- "8EEFDAE1E9C6725CE3D59402360ED454F8551514"
- ],
- "keydir": "naota",
- "keys": [
- "8EEFDAE1E9C6725CE3D59402360ED454F8551514"
- ],
- "name": "Naohiro Aota",
- "nick": "naota",
- "uid": [
- "Naohiro Aota <naota@gentoo.org>"
- ]
- },
- "nathanzachary": {
- "fingerprint": [
- "58B25DAEA4864B1817A3184794ACB1B8A02A98A8"
- ],
- "keydir": "nathanzachary",
- "keys": [
- "58B25DAEA4864B1817A3184794ACB1B8A02A98A8"
- ],
- "name": "Nathan Zachary",
- "nick": "nathanzachary",
- "uid": [
- "Nathan Zachary <nathanzachary@gentoo.org>"
- ]
- },
- "nativemad": {
- "fingerprint": [
- "AC0C80D0E909ABB08BE3BCF7C36A27AB60373227"
- ],
- "keydir": "nativemad",
- "keys": [
- "AC0C80D0E909ABB08BE3BCF7C36A27AB60373227"
- ],
- "name": "Andreas Schuerch",
- "nick": "nativemad",
- "uid": [
- "Andreas Schuerch <nativemad@gentoo.org>"
- ]
- },
- "neddyseagoon": {
- "fingerprint": [
- "F22A8DD259C4B20845D14FED565FD335AADCE709"
- ],
- "keydir": "neddyseagoon",
- "keys": [
- "F22A8DD259C4B20845D14FED565FD335AADCE709"
- ],
- "name": "Roy Bamford",
- "nick": "neddyseagoon",
- "uid": [
- "Roy Bamford <neddyseagoon@gentoo.org>"
- ]
- },
- "nerdboy": {
- "fingerprint": [
- "B7F957E80E0131F5CDBB86D9297FC399D6403BFC"
- ],
- "keydir": "nerdboy",
- "keys": [
- "B7F957E80E0131F5CDBB86D9297FC399D6403BFC"
- ],
- "name": "Steve Arnold",
- "nick": "nerdboy",
- "uid": [
- "Steve Arnold <nerdboy@gentoo.org>"
- ]
- },
- "nicolasbock": {
- "fingerprint": [
- "E0D8020A7F1FC428ED0980487F5E6D64AC91CA52",
- "3AD6D9BE38C5F904B4FF80FA5D70C349F8E1DF4D"
- ],
- "keydir": "nicolasbock",
- "keys": [
- "E0D8020A7F1FC428ED0980487F5E6D64AC91CA52",
- "3AD6D9BE38C5F904B4FF80FA5D70C349F8E1DF4D"
- ],
- "name": "Nicolas Bock",
- "nick": "nicolasbock",
- "uid": [
- "Nicolas Bock <nicolasbock@gentoo.org>"
- ]
- },
- "nightmorph": {
- "fingerprint": [
- "4B43225C1BE048D110CA457FC4F58CCE92A4EA43"
- ],
- "keydir": "nightmorph",
- "keys": [
- "4B43225C1BE048D110CA457FC4F58CCE92A4EA43"
- ],
- "name": "Joshua Saddler",
- "nick": "nightmorph",
- "uid": [
- "Joshua Saddler <nightmorph@gentoo.org>"
- ]
- },
- "nimiux": {
- "fingerprint": [
- "AB7E4EDEF04B2D7C52F915177FEB832CF253DB15"
- ],
- "keydir": "nimiux",
- "keys": [
- "AB7E4EDEF04B2D7C52F915177FEB832CF253DB15"
- ],
- "name": "Jos\u00e9 Mar\u00eda Alonso",
- "nick": "nimiux",
- "uid": [
- "Jos\u00e9 Mar\u00eda Alonso <nimiux@gentoo.org>"
- ]
- },
- "nixphoeni": {
- "fingerprint": [
- "7AF470EEC7E5123C0B146DBE89D0BEF371B4FB0A"
- ],
- "keydir": "nixphoeni",
- "keys": [
- "7AF470EEC7E5123C0B146DBE89D0BEF371B4FB0A"
- ],
- "name": "Joe Sapp",
- "nick": "nixphoeni",
- "uid": [
- "Joe Sapp <nixphoeni@gentoo.org>"
- ]
- },
- "np-hardass": {
- "fingerprint": [
- "862040BE422755F27FDE13D5671C52F118F89C67"
- ],
- "keydir": "np-hardass",
- "keys": [
- "862040BE422755F27FDE13D5671C52F118F89C67"
- ],
- "name": "NP Hardass",
- "nick": "np-hardass",
- "uid": [
- "NP Hardass <np-hardass@gentoo.org>"
- ]
- },
- "nullishzero": {
- "fingerprint": [
- "1D9F284468C68B3A09E4765BD6F579C239E7AB2E"
- ],
- "keydir": "nullishzero",
- "keys": [
- "1D9F284468C68B3A09E4765BD6F579C239E7AB2E"
- ],
- "name": "Pavel Kazakov",
- "nick": "nullishzero",
- "uid": [
- "Pavel Kazakov <nullishzero@gentoo.org>"
- ]
- },
- "olemarkus": {
- "fingerprint": [
- "28FD23F70D6A97D6CFE2AC406BAB4AE5C4A92BF5"
- ],
- "keydir": "olemarkus",
- "keys": [
- "28FD23F70D6A97D6CFE2AC406BAB4AE5C4A92BF5"
- ],
- "name": "Ole Markus With",
- "nick": "olemarkus",
- "uid": [
- "Ole Markus With <olemarkus@gentoo.org>"
- ]
- },
- "p8952": {
- "fingerprint": [
- "DD0DC738258A8949634357E20D81F838BA139F0F"
- ],
- "keydir": "p8952",
- "keys": [
- "DD0DC738258A8949634357E20D81F838BA139F0F"
- ],
- "name": "Peter Wilmott",
- "nick": "p8952",
- "uid": [
- "Peter Wilmott <p8952@gentoo.org>"
- ]
- },
- "pacho": {
- "fingerprint": [
- "3C116691BECBFA0118213BA609A5A940A188FBD4"
- ],
- "keydir": "pacho",
- "keys": [
- "3C116691BECBFA0118213BA609A5A940A188FBD4"
- ],
- "name": "Pacho Ramos",
- "nick": "pacho",
- "uid": [
- "Pacho Ramos <pacho@gentoo.org>"
- ]
- },
- "patrick": {
- "fingerprint": [
- "BADF498FF38A3708DB80CA5CA6B98739114414D6"
- ],
- "keydir": "patrick",
- "keys": [
- "BADF498FF38A3708DB80CA5CA6B98739114414D6"
- ],
- "name": "Patrick Lauer",
- "nick": "patrick",
- "uid": [
- "Patrick Lauer <patrick@gentoo.org>"
- ]
- },
- "pchrist": {
- "fingerprint": [
- "0A881030CD44FDB2A001E76E3AC579B91BC03656"
- ],
- "keydir": "pchrist",
- "keys": [
- "0A881030CD44FDB2A001E76E3AC579B91BC03656"
- ],
- "name": "Panagiotis Christopoulos",
- "nick": "pchrist",
- "uid": [
- "Panagiotis Christopoulos <pchrist@gentoo.org>"
- ]
- },
- "perfinion": {
- "fingerprint": [
- "63191CE94183098689CAB8DB7EF137EC935B0EAF"
- ],
- "keydir": "perfinion",
- "keys": [
- "63191CE94183098689CAB8DB7EF137EC935B0EAF"
- ],
- "name": "Jason Zaman",
- "nick": "perfinion",
- "uid": [
- "Jason Zaman <perfinion@gentoo.org>"
- ]
- },
- "pesa": {
- "fingerprint": [
- "8E7AC01E36E39F8F972B2896D5CBB31C17A85C72",
- "394F80215ABF6B7915DFAFF01DDFE604617D1F94",
- "87F9BB3D803BDFF3179E2528DADED6B2671CB57D"
- ],
- "keydir": "pesa",
- "keys": [
- "8E7AC01E36E39F8F972B2896D5CBB31C17A85C72",
- "394F80215ABF6B7915DFAFF01DDFE604617D1F94",
- "87F9BB3D803BDFF3179E2528DADED6B2671CB57D"
- ],
- "name": "Davide Pesavento",
- "nick": "pesa",
- "uid": [
- "Davide Pesavento <pesa@gentoo.org>"
- ]
- },
- "phajdan.jr": {
- "fingerprint": [
- "C69F2F01C288E4738CD233AD4F1A2555EA71991D"
- ],
- "keydir": "phajdan.jr",
- "keys": [
- "C69F2F01C288E4738CD233AD4F1A2555EA71991D"
- ],
- "name": "Pawe\u0142 Hajdan",
- "nick": "phajdan.jr",
- "uid": [
- "Pawe\u0142 Hajdan <phajdan.jr@gentoo.org>"
- ]
- },
- "pilla": {
- "fingerprint": [
- "2F5EE5B3B9A8B014EC1C800CA984D6DF441C1EB7"
- ],
- "keydir": "pilla",
- "keys": [
- "2F5EE5B3B9A8B014EC1C800CA984D6DF441C1EB7"
- ],
- "name": "Mauricio Lima Pilla",
- "nick": "pilla",
- "uid": [
- "Mauricio Lima Pilla <pilla@gentoo.org>"
- ]
- },
- "pinkbyte": {
- "fingerprint": [
- "8B19733246E3711AB855EC3B60C0742D1F357D42"
- ],
- "keydir": "pinkbyte",
- "keys": [
- "8B19733246E3711AB855EC3B60C0742D1F357D42"
- ],
- "name": "Sergey Popov",
- "nick": "pinkbyte",
- "uid": [
- "Sergey Popov <pinkbyte@gentoo.org>"
- ]
- },
- "pjp": {
- "fingerprint": [
- "40F600C4E86ED5AEF47F62B3270A881606627F19"
- ],
- "keydir": "pjp",
- "keys": [
- "40F600C4E86ED5AEF47F62B3270A881606627F19"
- ],
- "name": "Peter Penkala",
- "nick": "pjp",
- "uid": [
- "Peter Penkala <pjp@gentoo.org>"
- ]
- },
- "polynomial-c": {
- "fingerprint": [
- "21CCCF0245860A07ED939F68498FE765960E9B39"
- ],
- "keydir": "polynomial-c",
- "keys": [
- "21CCCF0245860A07ED939F68498FE765960E9B39"
- ],
- "name": "Lars Wendler",
- "nick": "polynomial-c",
- "uid": [
- "Lars Wendler <polynomial-c@gentoo.org>"
- ]
- },
- "prometheanfire": {
- "fingerprint": [
- "14B91CAAF68C4849F90CA41333ED3FD25AFC78BA"
- ],
- "keydir": "prometheanfire",
- "keys": [
- "14B91CAAF68C4849F90CA41333ED3FD25AFC78BA"
- ],
- "name": "Matt Thode",
- "nick": "prometheanfire",
- "uid": [
- "Matt Thode <prometheanfire@gentoo.org>"
- ]
- },
- "psomas": {
- "fingerprint": [
- "49E8276BA70968B0943933F6B9CCB0BFBC35D737"
- ],
- "keydir": "psomas",
- "keys": [
- "49E8276BA70968B0943933F6B9CCB0BFBC35D737"
- ],
- "name": "Stratos Psomadakis",
- "nick": "psomas",
- "uid": [
- "Stratos Psomadakis <psomas@gentoo.org>"
- ]
- },
- "pva": {
- "fingerprint": [
- "506D21F8A6F8E66969836A74CFAB658045926AB3"
- ],
- "keydir": "pva",
- "keys": [
- "506D21F8A6F8E66969836A74CFAB658045926AB3"
- ],
- "name": "Peter Volkov",
- "nick": "pva",
- "uid": [
- "Peter Volkov <pva@gentoo.org>"
- ]
- },
- "qnikst": {
- "fingerprint": [
- "C560D7DC6803C52CF8D15A0147FD526839D3BF1A"
- ],
- "keydir": "qnikst",
- "keys": [
- "C560D7DC6803C52CF8D15A0147FD526839D3BF1A"
- ],
- "name": "Alexander Vershilov",
- "nick": "qnikst",
- "uid": [
- "Alexander Vershilov <qnikst@gentoo.org>"
- ]
- },
- "quantumsummers": {
- "fingerprint": [
- "111BC43835FAEDB5B5D3736F45EE5DC008789D46"
- ],
- "keydir": "quantumsummers",
- "keys": [
- "111BC43835FAEDB5B5D3736F45EE5DC008789D46"
- ],
- "name": "Matthew Summers",
- "nick": "quantumsummers",
- "uid": [
- "Matthew Summers <quantumsummers@gentoo.org>"
- ]
- },
- "radhermit": {
- "fingerprint": [
- "74A2E6514C583FA49EEEA1094AB3E85B4F064CA3"
- ],
- "keydir": "radhermit",
- "keys": [
- "74A2E6514C583FA49EEEA1094AB3E85B4F064CA3"
- ],
- "name": "Tim Harder",
- "nick": "radhermit",
- "uid": [
- "Tim Harder <radhermit@gentoo.org>"
- ]
- },
- "rafaelmartins": {
- "fingerprint": [
- "8D9C25D7025169DE4C457A653EF74952E894ABDE"
- ],
- "keydir": "rafaelmartins",
- "keys": [
- "8D9C25D7025169DE4C457A653EF74952E894ABDE"
- ],
- "name": "Rafael Martins",
- "nick": "rafaelmartins",
- "uid": [
- "Rafael Martins <rafaelmartins@gentoo.org>"
- ]
- },
- "ramereth": {
- "fingerprint": [
- "042392F3544A12825AB14D07416FA15D27F4B742"
- ],
- "keydir": "ramereth",
- "keys": [
- "042392F3544A12825AB14D07416FA15D27F4B742"
- ],
- "name": "Lance Albertson",
- "nick": "ramereth",
- "uid": [
- "Lance Albertson <ramereth@gentoo.org>"
- ]
- },
- "ranger": {
- "fingerprint": [
- "764A0378684FA6EDE05F1CD139989218A212AD7A"
- ],
- "keydir": "ranger",
- "keys": [
- "764A0378684FA6EDE05F1CD139989218A212AD7A"
- ],
- "name": "Brent Baude",
- "nick": "ranger",
- "uid": [
- "Brent Baude <ranger@gentoo.org>"
- ]
- },
- "reavertm": {
- "fingerprint": [
- "8D3958F3B57C63A2A86D1FC816E1DAFDB1E955DB"
- ],
- "keydir": "reavertm",
- "keys": [
- "8D3958F3B57C63A2A86D1FC816E1DAFDB1E955DB"
- ],
- "name": "Maciej Mrozowski",
- "nick": "reavertm",
- "uid": [
- "Maciej Mrozowski <reavertm@gentoo.org>"
- ]
- },
- "redlizard": {
- "fingerprint": [
- "1367E7C7F724AB7EAB1C3FBAC72EF50410FB016B"
- ],
- "keydir": "redlizard",
- "keys": [
- "1367E7C7F724AB7EAB1C3FBAC72EF50410FB016B"
- ],
- "name": "Ruud Koolen",
- "nick": "redlizard",
- "uid": [
- "Ruud Koolen <redlizard@gentoo.org>"
- ]
- },
- "remi": {
- "fingerprint": [
- "91472E8B8C895ADEFEC0B7E47D453F23901AB08A",
- "D06729B2DFB4CA427DDD25B0E0663D48103108F8"
- ],
- "keydir": "remi",
- "keys": [
- "91472E8B8C895ADEFEC0B7E47D453F23901AB08A",
- "D06729B2DFB4CA427DDD25B0E0663D48103108F8"
- ],
- "name": "Remi Cardona",
- "nick": "remi",
- "uid": [
- "Remi Cardona <remi@gentoo.org>"
- ]
- },
- "rhill": {
- "fingerprint": [
- "47C36D6248640E498E9E7F92ED38BD49957A8463",
- "9E1DDA84ED44EF1053670293EB3B63D13F2602FF"
- ],
- "keydir": "rhill",
- "keys": [
- "47C36D6248640E498E9E7F92ED38BD49957A8463",
- "9E1DDA84ED44EF1053670293EB3B63D13F2602FF"
- ],
- "name": "Ryan Hill",
- "nick": "rhill",
- "uid": [
- "Ryan Hill <rhill@gentoo.org>"
- ]
- },
- "rich0": {
- "fingerprint": [
- "224B35A9A34E37BE417B3491100565AB52446CB4"
- ],
- "keydir": "rich0",
- "keys": [
- "224B35A9A34E37BE417B3491100565AB52446CB4"
- ],
- "name": "Richard Freeman",
- "nick": "rich0",
- "uid": [
- "Richard Freeman <rich0@gentoo.org>"
- ]
- },
- "robbat2": {
- "fingerprint": [
- "11ACBA4F4778E3F6E4EDF38EB27B944E34884E85",
- "7D0B3CEBE9B85B1F825BCECFEE05E6F6A48F6136"
- ],
- "keydir": "robbat2",
- "keys": [
- "11ACBA4F4778E3F6E4EDF38EB27B944E34884E85",
- "7D0B3CEBE9B85B1F825BCECFEE05E6F6A48F6136"
- ],
- "name": "Robin H. Johnson",
- "nick": "robbat2",
- "uid": [
- "Robin H. Johnson <robbat2@gentoo.org>"
- ]
- },
- "ryao": {
- "fingerprint": [
- "71ABE84DB60B2007C7F5829FB1404F91668D9B84",
- "842270AB4A9CABE33D0E57B120EE1199BEE84C64"
- ],
- "keydir": "ryao",
- "keys": [
- "71ABE84DB60B2007C7F5829FB1404F91668D9B84",
- "842270AB4A9CABE33D0E57B120EE1199BEE84C64"
- ],
- "name": "Richard Yao",
- "nick": "ryao",
- "uid": [
- "Richard Yao <ryao@gentoo.org>"
- ]
- },
- "sbriesen": {
- "fingerprint": [
- "45C6F1D881E3864BF61357712D121E57533DBE8D"
- ],
- "keydir": "sbriesen",
- "keys": [
- "45C6F1D881E3864BF61357712D121E57533DBE8D"
- ],
- "name": "Stefan Briesenick",
- "nick": "sbriesen",
- "uid": [
- "Stefan Briesenick <sbriesen@gentoo.org>"
- ]
- },
- "scarabeus": {
- "fingerprint": [
- "94A45CCD85D3DE24FE99F9241C1E9CDE03414587",
- "766E1B04800644CBF2F9D5B1E4A2468C8EEE3BE8"
- ],
- "keydir": "scarabeus",
- "keys": [
- "94A45CCD85D3DE24FE99F9241C1E9CDE03414587",
- "766E1B04800644CBF2F9D5B1E4A2468C8EEE3BE8"
- ],
- "name": "Tomas Chvatal",
- "nick": "scarabeus",
- "uid": [
- "Tomas Chvatal <scarabeus@gentoo.org>"
- ]
- },
- "sdamashek": {
- "fingerprint": [
- "63F2BF772A76D62497D294DB6C3EB8FD3C472B56"
- ],
- "keydir": "sdamashek",
- "keys": [
- "63F2BF772A76D62497D294DB6C3EB8FD3C472B56"
- ],
- "name": "Samuel Damashek",
- "nick": "sdamashek",
- "uid": [
- "Samuel Damashek <sdamashek@gentoo.org>"
- ]
- },
- "sera": {
- "fingerprint": [
- "58C25B07B986381E3BD56AEFB8F023A43C5CF75A"
- ],
- "keydir": "sera",
- "keys": [
- "58C25B07B986381E3BD56AEFB8F023A43C5CF75A"
- ],
- "name": "Ralph Sennhauser",
- "nick": "sera",
- "uid": [
- "Ralph Sennhauser <sera@gentoo.org>"
- ]
- },
- "slis": {
- "fingerprint": [
- "C497E89D2D77BB35B9386432419CC94155265D89"
- ],
- "keydir": "slis",
- "keys": [
- "C497E89D2D77BB35B9386432419CC94155265D89"
- ],
- "name": "Slawek Lis",
- "nick": "slis",
- "uid": [
- "Slawek Lis <slis@gentoo.org>"
- ]
- },
- "slyfox": {
- "fingerprint": [
- "9929AD151B96AF651958D35871A1EE76611FF3AA"
- ],
- "keydir": "slyfox",
- "keys": [
- "9929AD151B96AF651958D35871A1EE76611FF3AA"
- ],
- "name": "Sergei Trofimovich",
- "nick": "slyfox",
- "uid": [
- "Sergei Trofimovich <slyfox@gentoo.org>"
- ]
- },
- "soap": {
- "fingerprint": [
- "51B530432B61780E9444ABA4EB917A4D2FFC1685"
- ],
- "keydir": "soap",
- "keys": [
- "51B530432B61780E9444ABA4EB917A4D2FFC1685"
- ],
- "name": "David Seifert",
- "nick": "soap",
- "uid": [
- "David Seifert <soap@gentoo.org>"
- ]
- },
- "sochotnicky": {
- "fingerprint": [
- "F434228627DC7D9B2B640866BCBD752E7B087241"
- ],
- "keydir": "sochotnicky",
- "keys": [
- "F434228627DC7D9B2B640866BCBD752E7B087241"
- ],
- "name": "Stanislav Ochotnicky",
- "nick": "sochotnicky",
- "uid": [
- "Stanislav Ochotnicky <sochotnicky@gentoo.org>"
- ]
- },
- "solar": {
- "fingerprint": [
- "477F4A3C4F532A71DBCBCD03F780827C1E0A730C"
- ],
- "keydir": "solar",
- "keys": [
- "477F4A3C4F532A71DBCBCD03F780827C1E0A730C"
- ],
- "name": "Ned Ludd",
- "nick": "solar",
- "uid": [
- "Ned Ludd <solar@gentoo.org>"
- ]
- },
- "sping": {
- "fingerprint": [
- "3D7E959D89FACFEE38371921B00BC66A401A1600"
- ],
- "keydir": "sping",
- "keys": [
- "3D7E959D89FACFEE38371921B00BC66A401A1600"
- ],
- "name": "Sebastian Pipping",
- "nick": "sping",
- "uid": [
- "Sebastian Pipping <sping@gentoo.org>"
- ]
- },
- "spiros": {
- "fingerprint": [
- "368A3A018CD7FE98BAF7F5E1828FB21C709F4043"
- ],
- "keydir": "spiros",
- "keys": [
- "368A3A018CD7FE98BAF7F5E1828FB21C709F4043"
- ],
- "name": "Andrea Arteaga",
- "nick": "spiros",
- "uid": [
- "Andrea Arteaga <spiros@gentoo.org>"
- ]
- },
- "ssuominen": {
- "fingerprint": [
- "9C8F2E24E547DE5B8262CB294754877F4868F14D"
- ],
- "keydir": "ssuominen",
- "keys": [
- "9C8F2E24E547DE5B8262CB294754877F4868F14D"
- ],
- "name": "Samuli Suominen",
- "nick": "ssuominen",
- "uid": [
- "Samuli Suominen <ssuominen@gentoo.org>"
- ]
- },
- "stasibear": {
- "fingerprint": [
- "C584CB225849EF8065E37F0D6B61E4CCEA210C51"
- ],
- "keydir": "stasibear",
- "keys": [
- "C584CB225849EF8065E37F0D6B61E4CCEA210C51"
- ],
- "name": "Erik Mackdanz",
- "nick": "stasibear",
- "uid": [
- "Erik Mackdanz <stasibear@gentoo.org>"
- ]
- },
- "steev": {
- "fingerprint": [
- "D8D9CCCB00DE249DC96BDEF8E909CE944B7E2435"
- ],
- "keydir": "steev",
- "keys": [
- "D8D9CCCB00DE249DC96BDEF8E909CE944B7E2435"
- ],
- "name": "Stephen Klimaszewski",
- "nick": "steev",
- "uid": [
- "Stephen Klimaszewski <steev@gentoo.org>"
- ]
- },
- "swegener": {
- "fingerprint": [
- "32E4730F0FFB38596ADC3A5857E638366F2DB177"
- ],
- "keydir": "swegener",
- "keys": [
- "32E4730F0FFB38596ADC3A5857E638366F2DB177"
- ],
- "name": "Sven Wegener",
- "nick": "swegener",
- "uid": [
- "Sven Wegener <swegener@gentoo.org>"
- ]
- },
- "swift": {
- "fingerprint": [
- "72649F85E8F16F6A4B6811022EDD52403B68AF47"
- ],
- "keydir": "swift",
- "keys": [
- "72649F85E8F16F6A4B6811022EDD52403B68AF47"
- ],
- "name": "Sven Vermeulen",
- "nick": "swift",
- "uid": [
- "Sven Vermeulen <swift@gentoo.org>"
- ]
- },
- "tamiko": {
- "fingerprint": [
- "1EE97BF66221FC3069B5CF90B5A4E06FBD3A97A3"
- ],
- "keydir": "tamiko",
- "keys": [
- "1EE97BF66221FC3069B5CF90B5A4E06FBD3A97A3"
- ],
- "name": "Matthias Maier",
- "nick": "tamiko",
- "uid": [
- "Matthias Maier <tamiko@gentoo.org>"
- ]
- },
- "tampakrap": {
- "fingerprint": [
- "7B669D4E34C3DE6C928A317B9640E4FA29485B97"
- ],
- "keydir": "tampakrap",
- "keys": [
- "7B669D4E34C3DE6C928A317B9640E4FA29485B97"
- ],
- "name": "Theo Chatzimichos",
- "nick": "tampakrap",
- "uid": [
- "Theo Chatzimichos <tampakrap@gentoo.org>"
- ]
- },
- "tetromino": {
- "fingerprint": [
- "DC23E86D8F3A2E1B552FF227A443010F4F1D4860"
- ],
- "keydir": "tetromino",
- "keys": [
- "DC23E86D8F3A2E1B552FF227A443010F4F1D4860"
- ],
- "name": "Alexandre Rostovtsev",
- "nick": "tetromino",
- "uid": [
- "Alexandre Rostovtsev <tetromino@gentoo.org>"
- ]
- },
- "tgall": {
- "fingerprint": [
- "BBF875AA6510DC6CA117AA293FC40D61EDA949AA"
- ],
- "keydir": "tgall",
- "keys": [
- "BBF875AA6510DC6CA117AA293FC40D61EDA949AA"
- ],
- "name": "Tom Gall",
- "nick": "tgall",
- "uid": [
- "Tom Gall <tgall@gentoo.org>"
- ]
- },
- "tgurr": {
- "fingerprint": [
- "4CCF4EB68EEA169E0BD3ACB369B7142D5270BA51"
- ],
- "keydir": "tgurr",
- "keys": [
- "4CCF4EB68EEA169E0BD3ACB369B7142D5270BA51"
- ],
- "name": "Timo Gurr",
- "nick": "tgurr",
- "uid": [
- "Timo Gurr <tgurr@gentoo.org>"
- ]
- },
- "thev00d00": {
- "fingerprint": [
- "71CF5133F2CB73A13301678200AB281D28969B1F"
- ],
- "keydir": "thev00d00",
- "keys": [
- "71CF5133F2CB73A13301678200AB281D28969B1F"
- ],
- "name": "Ian Whyman",
- "nick": "thev00d00",
- "uid": [
- "Ian Whyman <thev00d00@gentoo.org>"
- ]
- },
- "think4urs11": {
- "fingerprint": [
- "9D231E38259FF4B9D10FD8DFF1E4120EAB69D53B"
- ],
- "keydir": "think4urs11",
- "keys": [
- "9D231E38259FF4B9D10FD8DFF1E4120EAB69D53B"
- ],
- "name": "Thomas Scharl",
- "nick": "think4urs11",
- "uid": [
- "Thomas Scharl <think4urs11@gentoo.org>"
- ]
- },
- "titanofold": {
- "fingerprint": [
- "2C0077194F85FB07A49C0E315713AA03D1BBFDA0"
- ],
- "keydir": "titanofold",
- "keys": [
- "2C0077194F85FB07A49C0E315713AA03D1BBFDA0"
- ],
- "name": "Aaron Swenson",
- "nick": "titanofold",
- "uid": [
- "Aaron Swenson <titanofold@gentoo.org>"
- ]
- },
- "tomjbe": {
- "fingerprint": [
- "4A43C2BA7293326011C2795624083D3E28343508"
- ],
- "keydir": "tomjbe",
- "keys": [
- "4A43C2BA7293326011C2795624083D3E28343508"
- ],
- "name": "Thomas Beierlein",
- "nick": "tomjbe",
- "uid": [
- "Thomas Beierlein <tomjbe@gentoo.org>"
- ]
- },
- "tomk": {
- "fingerprint": [
- "7C80A6DFB736D3C7B31B0F1B3C7993B437456BAC"
- ],
- "keydir": "tomk",
- "keys": [
- "7C80A6DFB736D3C7B31B0F1B3C7993B437456BAC"
- ],
- "name": "Tom Knight",
- "nick": "tomk",
- "uid": [
- "Tom Knight <tomk@gentoo.org>"
- ]
- },
- "tomka": {
- "fingerprint": [
- "820F92B19207F3CD5E4D41673EBC47CA7A4A7D6B",
- "29E47692837029B36CBB7F2089DEB219565C32BC"
- ],
- "keydir": "tomka",
- "keys": [
- "820F92B19207F3CD5E4D41673EBC47CA7A4A7D6B",
- "29E47692837029B36CBB7F2089DEB219565C32BC"
- ],
- "name": "Thomas Kahle",
- "nick": "tomka",
- "uid": [
- "Thomas Kahle <tomka@gentoo.org>"
- ]
- },
- "tommy": {
- "fingerprint": [
- "2281885DDB14376A2882BCDFC05330B3211CA2D4"
- ],
- "keydir": "tommy",
- "keys": [
- "2281885DDB14376A2882BCDFC05330B3211CA2D4"
- ],
- "name": "Thomas Sachau",
- "nick": "tommy",
- "uid": [
- "Thomas Sachau <tommy@gentoo.org>"
- ]
- },
- "tomwij": {
- "fingerprint": [
- "C165AF18AB4C400BC3D2ABF095B21FCD6D34E57D"
- ],
- "keydir": "tomwij",
- "keys": [
- "C165AF18AB4C400BC3D2ABF095B21FCD6D34E57D"
- ],
- "name": "Tom Wijsman",
- "nick": "tomwij",
- "uid": [
- "Tom Wijsman <tomwij@gentoo.org>"
- ]
- },
- "tranquility": {
- "fingerprint": [
- "2A5CD9DA6AF47C919F3E1E49E9E568677E8B4D42"
- ],
- "keydir": "tranquility",
- "keys": [
- "2A5CD9DA6AF47C919F3E1E49E9E568677E8B4D42"
- ],
- "name": "Ole Reifschneider",
- "nick": "tranquility",
- "uid": [
- "Ole Reifschneider <tranquility@gentoo.org>"
- ]
- },
- "tristan": {
- "fingerprint": [
- "CBD5F7FB84B4FB238DEA6F3DDDD8D989668310D9"
- ],
- "keydir": "tristan",
- "keys": [
- "CBD5F7FB84B4FB238DEA6F3DDDD8D989668310D9"
- ],
- "name": "Tristan Heaven",
- "nick": "tristan",
- "uid": [
- "Tristan Heaven <tristan@gentoo.org>"
- ]
- },
- "tupone": {
- "fingerprint": [
- "4C6A81FA36B09D5C41DBECFA9E6E4AB4ABDB5B78"
- ],
- "keydir": "tupone",
- "keys": [
- "4C6A81FA36B09D5C41DBECFA9E6E4AB4ABDB5B78"
- ],
- "name": "Alfredo Tupone",
- "nick": "tupone",
- "uid": [
- "Alfredo Tupone <tupone@gentoo.org>"
- ]
- },
- "twitch153": {
- "fingerprint": [
- "B217EEE3CBADAC1B6B0443E6E7F9794FA8C8FBCF"
- ],
- "keydir": "twitch153",
- "keys": [
- "B217EEE3CBADAC1B6B0443E6E7F9794FA8C8FBCF"
- ],
- "name": "Devan Franchini",
- "nick": "twitch153",
- "uid": [
- "Devan Franchini <twitch153@gentoo.org>"
- ]
- },
- "ulm": {
- "fingerprint": [
- "578C65C85CC4A069C7FEE30FE7BE08CA7DC6EA25"
- ],
- "keydir": "ulm",
- "keys": [
- "578C65C85CC4A069C7FEE30FE7BE08CA7DC6EA25"
- ],
- "name": "Ulrich M\u00fcller",
- "nick": "ulm",
- "uid": [
- "Ulrich M\u00fcller <ulm@gentoo.org>"
- ]
- },
- "ultrabug": {
- "fingerprint": [
- "AAC310CABF9DB5D6A25006222A24124BB658FA13"
- ],
- "keydir": "ultrabug",
- "keys": [
- "AAC310CABF9DB5D6A25006222A24124BB658FA13"
- ],
- "name": "Alexys Jacob",
- "nick": "ultrabug",
- "uid": [
- "Alexys Jacob <ultrabug@gentoo.org>"
- ]
- },
- "vadimk": {
- "fingerprint": [
- "30040AEF2602B089AB2D240788B2AF8AE1DF22D5"
- ],
- "keydir": "vadimk",
- "keys": [
- "30040AEF2602B089AB2D240788B2AF8AE1DF22D5"
- ],
- "name": "Vadim Kuznetsov",
- "nick": "vadimk",
- "uid": [
- "Vadim Kuznetsov <vadimk@gentoo.org>"
- ]
- },
- "vapier": {
- "fingerprint": [
- "B902B5271325F892AC251AD441633B9FE837F581",
- "CA79895E8AE3CACF5672BE65F1AED436D2E96200",
- "FF2CE3AF1A9BA0694CC1107D3925A3DBC9975267"
- ],
- "keydir": "vapier",
- "keys": [
- "B902B5271325F892AC251AD441633B9FE837F581",
- "CA79895E8AE3CACF5672BE65F1AED436D2E96200",
- "FF2CE3AF1A9BA0694CC1107D3925A3DBC9975267"
- ],
- "name": "Mike Frysinger",
- "nick": "vapier",
- "uid": [
- "Mike Frysinger <vapier@gentoo.org>"
- ]
- },
- "vikraman": {
- "fingerprint": [
- "CE52ABDA543E4957B049830747DD5484B0A72FD2"
- ],
- "keydir": "vikraman",
- "keys": [
- "CE52ABDA543E4957B049830747DD5484B0A72FD2"
- ],
- "name": "Vikraman Choudhury",
- "nick": "vikraman",
- "uid": [
- "Vikraman Choudhury <vikraman@gentoo.org>"
- ]
- },
- "vincent": {
- "fingerprint": [
- "BBC5025DD7F72B888FA24B935AE9E7B2E9BBCBA8"
- ],
- "keydir": "vincent",
- "keys": [
- "BBC5025DD7F72B888FA24B935AE9E7B2E9BBCBA8"
- ],
- "name": "Vicente Olivert Riera",
- "nick": "vincent",
- "uid": [
- "Vicente Olivert Riera <vincent@gentoo.org>"
- ]
- },
- "vostorga": {
- "fingerprint": [
- "1082C8D06338B86783491794290699ECE25EE336"
- ],
- "keydir": "vostorga",
- "keys": [
- "1082C8D06338B86783491794290699ECE25EE336"
- ],
- "name": "Victor Ostorga",
- "nick": "vostorga",
- "uid": [
- "Victor Ostorga <vostorga@gentoo.org>"
- ]
- },
- "voyageur": {
- "fingerprint": [
- "5A90C20CB4B1DC65A1A4855A62C5698EA73563CD"
- ],
- "keydir": "voyageur",
- "keys": [
- "5A90C20CB4B1DC65A1A4855A62C5698EA73563CD"
- ],
- "name": "Bernard Cafarelli",
- "nick": "voyageur",
- "uid": [
- "Bernard Cafarelli <voyageur@gentoo.org>"
- ]
- },
- "vzctl": {
- "fingerprint": [
- "E0E1690203795196DC433CAE3FB205B064D24462"
- ],
- "keydir": "vzctl",
- "keys": [
- "E0E1690203795196DC433CAE3FB205B064D24462"
- ],
- "name": "Alexey Lapitsky",
- "nick": "vzctl",
- "uid": [
- "Alexey Lapitsky <vzctl@gentoo.org>"
- ]
- },
- "whissi": {
- "fingerprint": [
- "C4DD695FA7138F242AA1563858497EE51D5D74A5"
- ],
- "keydir": "whissi",
- "keys": [
- "C4DD695FA7138F242AA1563858497EE51D5D74A5"
- ],
- "name": "Thomas Deutschmann",
- "nick": "whissi",
- "uid": [
- "Thomas Deutschmann <whissi@gentoo.org>"
- ]
- },
- "williamh": {
- "fingerprint": [
- "D80D7F27939C6ACE3BDE720B5CA7E64652290CF0"
- ],
- "keydir": "williamh",
- "keys": [
- "D80D7F27939C6ACE3BDE720B5CA7E64652290CF0"
- ],
- "name": "William Hubbs",
- "nick": "williamh",
- "uid": [
- "William Hubbs <williamh@gentoo.org>"
- ]
- },
- "wired": {
- "fingerprint": [
- "2CA263DCA4F538E4FB32A8283A5DB94BD146D5A8"
- ],
- "keydir": "wired",
- "keys": [
- "2CA263DCA4F538E4FB32A8283A5DB94BD146D5A8"
- ],
- "name": "Alex Alexander",
- "nick": "wired",
- "uid": [
- "Alex Alexander <wired@gentoo.org>"
- ]
- },
- "wizardedit": {
- "fingerprint": [
- "6C589DFE65C2111A54B8752514FBD7EAA041937B",
- "520FB412FAF5C0D9EC1EF56A00B32957B94BF3E1"
- ],
- "keydir": "wizardedit",
- "keys": [
- "6C589DFE65C2111A54B8752514FBD7EAA041937B",
- "520FB412FAF5C0D9EC1EF56A00B32957B94BF3E1"
- ],
- "name": "Austin English",
- "nick": "wizardedit",
- "uid": [
- "Austin English <wizardedit@gentoo.org>"
- ]
- },
- "wraeth": {
- "fingerprint": [
- "5BA480AE3863141D99B61932C07D98EED6180C26"
- ],
- "keydir": "wraeth",
- "keys": [
- "5BA480AE3863141D99B61932C07D98EED6180C26"
- ],
- "name": "Sam Jorna",
- "nick": "wraeth",
- "uid": [
- "Sam Jorna <wraeth@gentoo.org>"
- ]
- },
- "wschlich": {
- "fingerprint": [
- "FB06C39C8980A5CFB303004F5A72119F5748FC30"
- ],
- "keydir": "wschlich",
- "keys": [
- "FB06C39C8980A5CFB303004F5A72119F5748FC30"
- ],
- "name": "Wolfram Schlich",
- "nick": "wschlich",
- "uid": [
- "Wolfram Schlich <wschlich@gentoo.org>"
- ]
- },
- "xarthisius": {
- "fingerprint": [
- "0B03EE71D37FDEA7679E3B7D22232A71B3957714",
- "68BBFA62603273BD448EE89B5D21B852895192F9"
- ],
- "keydir": "xarthisius",
- "keys": [
- "0B03EE71D37FDEA7679E3B7D22232A71B3957714",
- "68BBFA62603273BD448EE89B5D21B852895192F9"
- ],
- "name": "Kacper Kowalik",
- "nick": "xarthisius",
- "uid": [
- "Kacper Kowalik <xarthisius@gentoo.org>"
- ]
- },
- "xaviermiller": {
- "fingerprint": [
- "F334B2C2C89502C3C5434FA1E0FC764F8D6630A8"
- ],
- "keydir": "xaviermiller",
- "keys": [
- "F334B2C2C89502C3C5434FA1E0FC764F8D6630A8"
- ],
- "name": "Xavier Miller",
- "nick": "xaviermiller",
- "uid": [
- "Xavier Miller <xaviermiller@gentoo.org>"
- ]
- },
- "xmw": {
- "fingerprint": [
- "8BE8B3F0643045FB055A8417FB6DC7DA476C3DAF"
- ],
- "keydir": "xmw",
- "keys": [
- "8BE8B3F0643045FB055A8417FB6DC7DA476C3DAF"
- ],
- "name": "Michael Weber",
- "nick": "xmw",
- "uid": [
- "Michael Weber <xmw@gentoo.org>"
- ]
- },
- "yac": {
- "fingerprint": [
- "845B80B9AD12DB400CE534F6837EED10F97A36A1"
- ],
- "keydir": "yac",
- "keys": [
- "845B80B9AD12DB400CE534F6837EED10F97A36A1"
- ],
- "name": "Jan Matejka",
- "nick": "yac",
- "uid": [
- "Jan Matejka <yac@gentoo.org>"
- ]
- },
- "yngwin": {
- "fingerprint": [
- "039F24308AF46C9F9CDD1107D87AD04316676E74"
- ],
- "keydir": "yngwin",
- "keys": [
- "039F24308AF46C9F9CDD1107D87AD04316676E74"
- ],
- "name": "Ben de Groot",
- "nick": "yngwin",
- "uid": [
- "Ben de Groot <yngwin@gentoo.org>"
- ]
- },
- "zerochaos": {
- "fingerprint": [
- "537C5937C779CE2772F33029A5DD1427DD11F94A"
- ],
- "keydir": "zerochaos",
- "keys": [
- "537C5937C779CE2772F33029A5DD1427DD11F94A"
- ],
- "name": "Richard Farina",
- "nick": "zerochaos",
- "uid": [
- "Richard Farina <zerochaos@gentoo.org>"
- ]
- },
- "zlg": {
- "fingerprint": [
- "AE039064AE00053C270C1DE46F7A90911EA055D6"
- ],
- "keydir": "zlg",
- "keys": [
- "AE039064AE00053C270C1DE46F7A90911EA055D6"
- ],
- "name": "Daniel Campbell",
- "nick": "zlg",
- "uid": [
- "Daniel Campbell <zlg@gentoo.org>"
- ]
- },
- "zlogene": {
- "fingerprint": [
- "3BE50CBFC7DFC748D903B5D31BDC0E5AC42EB5D6"
- ],
- "keydir": "zlogene",
- "keys": [
- "3BE50CBFC7DFC748D903B5D31BDC0E5AC42EB5D6"
- ],
- "name": "Mikle Kolyada",
- "nick": "zlogene",
- "uid": [
- "Mikle Kolyada <zlogene@gentoo.org>"
- ]
- },
- "zmedico": {
- "fingerprint": [
- "86E5135378C81512BB9E7F32FDE8EF85AE5719A3"
- ],
- "keydir": "zmedico",
- "keys": [
- "86E5135378C81512BB9E7F32FDE8EF85AE5719A3"
- ],
- "name": "Zac Medico",
- "nick": "zmedico",
- "uid": [
- "Zac Medico <zmedico@gentoo.org>"
- ]
- },
- "zorry": {
- "fingerprint": [
- "EDC20794FB08BD8D47D5B19276BA3DEF33570F41"
- ],
- "keydir": "zorry",
- "keys": [
- "EDC20794FB08BD8D47D5B19276BA3DEF33570F41"
- ],
- "name": "Magnus Granberg",
- "nick": "zorry",
- "uid": [
- "Magnus Granberg <zorry@gentoo.org>"
- ]
- },
- "zx2c4": {
- "fingerprint": [
- "A28BEDE08F1744E16037514806C4536755758000"
- ],
- "keydir": "zx2c4",
- "keys": [
- "A28BEDE08F1744E16037514806C4536755758000"
- ],
- "name": "Jason Donenfeld",
- "nick": "zx2c4",
- "uid": [
- "Jason Donenfeld <zx2c4@gentoo.org>"
- ]
- },
- "zzam": {
- "fingerprint": [
- "9178215DD18EA2802C6A6209B76BCFE97BD574E7"
- ],
- "keydir": "zzam",
- "keys": [
- "9178215DD18EA2802C6A6209B76BCFE97BD574E7"
- ],
- "name": "Matthias Schwarzott",
- "nick": "zzam",
- "uid": [
- "Matthias Schwarzott <zzam@gentoo.org>"
- ]
- }
-}
diff --git a/files/gentoo-keys/seeds/gentoo-devs.seeds.sig b/files/gentoo-keys/seeds/gentoo-devs.seeds.sig
deleted file mode 100644
index c7d166a..0000000
--- a/files/gentoo-keys/seeds/gentoo-devs.seeds.sig
+++ /dev/null
Binary files differ
diff --git a/files/gentoo-keys/seeds/gentoo.seeds b/files/gentoo-keys/seeds/gentoo.seeds
deleted file mode 100644
index b5c898d..0000000
--- a/files/gentoo-keys/seeds/gentoo.seeds
+++ /dev/null
@@ -1,61 +0,0 @@
-{
- "gkeys": {
- "fingerprint": [
- "C287167569B3C1F9E9CED677A41DBBD9151C3FC7",
- "D2DE1DBBA0F43EBA341B97D8825533CBF6CD6C97"
- ],
- "keydir": "release",
- "keys": [
- "D2DE1DBBA0F43EBA341B97D8825533CBF6CD6C97"
- ],
- "name": "Gentoo-Linux Gentoo-keys Project Signing Key",
- "nick": "gkeys",
- "uid": [
- "Gentoo-keys Team <gkeys@gentoo.org>"
- ]
- },
- "releng": {
- "fingerprint": [
- "D99EAC7379A850BCE47DA5F29E6438C817072058",
- "C7FAC844D6122F080E1821A10403710E1415B4ED"
- ],
- "keydir": "release",
- "keys": [
- "D99EAC7379A850BCE47DA5F29E6438C817072058"
- ],
- "name": "Gentoo Linux Release Engineering (Manual) Signing Key",
- "nick": "releng",
- "uid": [
- "Gentoo Linux Release Engineering (Gentoo Linux Release Signing Key) <releng@gentoo.org>"
- ]
- },
- "snapshot": {
- "fingerprint": [
- "DCD05B71EAB94199527F44ACDB6B8C1F96D8BF6D",
- "E1D6ABB63BFCFB4BA02FDF1CEC590EEAC9189250"
- ],
- "keydir": "release",
- "keys": [
- "DCD05B71EAB94199527F44ACDB6B8C1F96D8BF6D"
- ],
- "name": "Gentoo Tree Snapshot (Automated) Signing Key",
- "nick": "snapshot",
- "uid": [
- "Gentoo Portage Snapshot Signing Key (Automated Signing Key)"
- ]
- },
- "weekly": {
- "fingerprint": [
- "13EBBDBEDE7A12775DFDB1BABB572E0E2D182910"
- ],
- "keydir": "release",
- "keys": [
- "13EBBDBEDE7A12775DFDB1BABB572E0E2D182910"
- ],
- "name": "Gentoo Linux Release Engineering (Automated, Weekly) Signing Key",
- "nick": "weekly",
- "uid": [
- "Gentoo Linux Release Engineering (Automated Weekly Release Key) <releng@gentoo.org>"
- ]
- }
-}
diff --git a/files/gentoo-keys/seeds/gentoo.seeds.sig b/files/gentoo-keys/seeds/gentoo.seeds.sig
deleted file mode 100644
index 7a5cd21..0000000
--- a/files/gentoo-keys/seeds/gentoo.seeds.sig
+++ /dev/null
Binary files differ
diff --git a/files/gentoo-keys/specs/glep-63-recommended.spec b/files/gentoo-keys/specs/glep-63-recommended.spec
deleted file mode 100644
index 2b4fc45..0000000
--- a/files/gentoo-keys/specs/glep-63-recommended.spec
+++ /dev/null
@@ -1,13 +0,0 @@
-<GnupgKeyParms format="internal">
- Key-Type: RSA
- Key-Length: 4096
- Expire-Date: 36m
- Key-Usage: ,
- Subkey-Type: RSA
- Subkey-Length: 4096
- Subkey-Usage: sign
- Name-Real: {0}
- Name-Email: {1}
- %ask-passphrase
-</GnupgKeyParms>
-
diff --git a/files/gentoo-keys/specs/glep-63-recommended.spec.sig b/files/gentoo-keys/specs/glep-63-recommended.spec.sig
deleted file mode 100644
index 82b8b8f..0000000
--- a/files/gentoo-keys/specs/glep-63-recommended.spec.sig
+++ /dev/null
Binary files differ
diff --git a/files/gentoo-keys/specs/glep-63.spec b/files/gentoo-keys/specs/glep-63.spec
deleted file mode 100644
index 7c2e554..0000000
--- a/files/gentoo-keys/specs/glep-63.spec
+++ /dev/null
@@ -1,13 +0,0 @@
-<GnupgKeyParms format="internal">
- Key-Type: RSA
- Key-Length: 2048
- Expire-Date: 60m
- Key-Usage: ,
- Subkey-Type: RSA
- Subkey-Length: 2048
- Subkey-Usage: sign
- Name-Real: {0}
- Name-Email: {1}
- %ask-passphrase
-</GnupgKeyParms>
-
diff --git a/files/gentoo-keys/specs/glep-63.spec.sig b/files/gentoo-keys/specs/glep-63.spec.sig
deleted file mode 100644
index 19e2944..0000000
--- a/files/gentoo-keys/specs/glep-63.spec.sig
+++ /dev/null
Binary files differ
diff --git a/files/gentoo-keys/specs/glep63-gpg-conf.skel b/files/gentoo-keys/specs/glep63-gpg-conf.skel
deleted file mode 100644
index 73e8708..0000000
--- a/files/gentoo-keys/specs/glep63-gpg-conf.skel
+++ /dev/null
@@ -1,44 +0,0 @@
-#################################################
-# GLEP 63 specifications for OpenPGP key creation
-#################################################
-
-# Keyserver
-keyserver pool.sks-keyservers.net
-
-emit-version
-
-default-recipient-self
-
-# -- All of the below portion from the RiseUp.net OpenPGP best practices, and
-# -- many of them are also in the Debian GPG documentation.
-
-# when outputting certificates, view user IDs distinctly from keys:
-fixed-list-mode
-
-# Long keyids are more collision-resistant than short keyids (it's trivial to make a key
-# with any desired short keyid)
-# NOTE: this breaks KMail GnuPG support!
-keyid-format 0xlong
-
-# When multiple digests are supported by all recipients, choose the strongest one:
-personal-digest-preferences SHA512 SHA384 SHA256 SHA224
-
-# Preferences chosen for new keys should prioritize stronger algorithms:
-default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 BZIP2 ZLIB ZIP Uncompressed
-
-# If you use a graphical environment (and even if you don't) you should be using an agent:
-# (similar arguments as https://www.debian-administration.org/users/dkg/weblog/64)
-use-agent
-
-# You should always know at a glance which User IDs gpg thinks are legitimately bound to
-# the keys in your keyring:
-verify-options show-uid-validity
-list-options show-uid-validity
-
-# Include an unambiguous indicator of which key made a signature:
-# (see http://thread.gmane.org/gmane.mail.notmuch.general/3721/focus=7234)
-# (and http://www.ietf.org/mail-archive/web/openpgp/current/msg00405.html)
-sig-notation issuer-fpr@notations.openpgp.fifthhorseman.net=%g
-
-# When making an OpenPGP certification, use a stronger digest than the default SHA1:
-cert-digest-algo SHA256
diff --git a/files/gentoo-keys/specs/glep63-gpg-conf.skel.sig b/files/gentoo-keys/specs/glep63-gpg-conf.skel.sig
deleted file mode 100644
index 493a5d7..0000000
--- a/files/gentoo-keys/specs/glep63-gpg-conf.skel.sig
+++ /dev/null
Binary files differ
diff --git a/files/mirrors/.gitignore b/files/mirrors/.gitignore
new file mode 100644
index 0000000..df8ee85
--- /dev/null
+++ b/files/mirrors/.gitignore
@@ -0,0 +1,2 @@
+*.expected-format.xml
+*.expected-format.xml.ok
diff --git a/files/mirrors/Makefile b/files/mirrors/Makefile
new file mode 100644
index 0000000..621742c
--- /dev/null
+++ b/files/mirrors/Makefile
@@ -0,0 +1,25 @@
+.%.expected-format.xml: %.xml
+ xmllint --format $^ > $@
+
+.ONESHELL:
+.%.expected-format.xml.ok: SHELL = /bin/bash
+.%.expected-format.xml.ok: .%.expected-format.xml
+ if ! cmp -s $*.xml $^; then
+ diff -u $*.xml $^
+ exit 1
+ fi
+ touch $@
+
+.PHONY: check
+check: .distfiles.expected-format.xml.ok .rsync.expected-format.xml.ok
+
+.PHONY: format
+.ONESHELL:
+format: SHELL = /bin/bash
+format:.distfiles.expected-format.xml .rsync.expected-format.xml
+ for FILE in distfiles rsync; do
+ if cmp -s "$${FILE}.xml" ".$${FILE}.expected-format.xml"; then
+ continue
+ fi
+ cp ".$${FILE}.expected-format.xml" "$${FILE}.xml"
+ done
diff --git a/files/mirrors/distfiles.xml b/files/mirrors/distfiles.xml
index a5a0976..64cd3a7 100644
--- a/files/mirrors/distfiles.xml
+++ b/files/mirrors/distfiles.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
<!--
vim: ft=xml et ts=2 sts=2 sw=2:
-->
@@ -11,257 +12,356 @@ vim: ft=xml et ts=2 sts=2 sw=2:
</mirror>
<mirror>
<name>University of Waterloo</name>
- <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://mirror.csclub.uwaterloo.ca/gentoo-distfiles/</uri>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/</uri>
+ <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://mirror.csclub.uwaterloo.ca/gentoo-distfiles/</uri>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirror.csclub.uwaterloo.ca/gentoo-distfiles/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://mirror.csclub.uwaterloo.ca/gentoo-distfiles</uri>
</mirror>
<mirror>
<name>Gossamer Threads</name>
<uri protocol="http" ipv4="y" ipv6="n" partial="n">http://gentoo.gossamerhost.com</uri>
<uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://gentoo.gossamerhost.com/gentoo-distfiles/</uri>
</mirror>
- </mirrorgroup>
- <mirrorgroup region="North America" country="US" countryname="USA">
- <mirror>
- <name>OSU Open Source Lab</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://gentoo.osuosl.org/</uri>
- </mirror>
- <mirror>
- <name>Evowise.com (Anycast: Los Angeles, New York)</name>
- <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirrors.evowise.com/gentoo/</uri>
- </mirror>
- <mirror>
- <name>Georgia Tech</name>
- <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://ftp.gtlib.gatech.edu/pub/gentoo</uri>
- <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://www.gtlib.gatech.edu/pub/gentoo</uri>
- <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync.gtlib.gatech.edu/gentoo</uri>
- </mirror>
<mirror>
- <name>Sandia National Labs</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://mirror.iawnet.sandia.gov/gentoo/</uri>
- <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://mirror.iawnet.sandia.gov/pub/gentoo/</uri>
+ <name>Reenigne</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirror.reenigne.net/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror.reenigne.net/gentoo/</uri>
</mirror>
<mirror>
- <name>Indiana University</name>
- <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://ftp.ussg.iu.edu/pub/linux/gentoo</uri>
+ <name>OVHcloud (Anycast: Beauharnois)</name>
+ <uri protocol="https" ipv4="y" ipv6="n" partial="n">https://gentoo.mirrors.ovh.net/gentoo-distfiles/</uri>
+ <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://gentoo.mirrors.ovh.net/gentoo-distfiles/</uri>
</mirror>
+ </mirrorgroup>
+ <mirrorgroup region="North America" country="US" countryname="USA">
<mirror>
- <name>TDS Internet Services</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://gentoo.mirrors.tds.net/gentoo</uri>
+ <name>OSU Open Source Lab (Corvallis; New York; Chicago)</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://gentoo.osuosl.org/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://gentoo.osuosl.org/</uri>
</mirror>
<mirror>
- <name>NetNITCO Internet Services</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://gentoo.netnitco.net</uri>
- <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://gentoo.netnitco.net/pub/mirrors/gentoo/source/</uri>
+ <name>LeaseWeb (Anycast: San Francisco; Dallas; Washington, D.C.; Miami)</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirror.leaseweb.com/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror.leaseweb.com/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://mirror.leaseweb.com/gentoo/</uri>
</mirror>
<mirror>
- <name>Utah State University</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://mirror.usu.edu/mirrors/gentoo/</uri>
+ <name>Georgia Tech</name>
+ <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://www.gtlib.gatech.edu/pub/gentoo</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync.gtlib.gatech.edu/gentoo</uri>
</mirror>
<mirror>
- <name>Easynews NNTP Hosting</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://gentoo.mirrors.easynews.com/linux/gentoo/</uri>
+ <name>University of Utah (Flux Group)</name>
+ <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://gentoo-mirror.flux.utah.edu/</uri>
</mirror>
<mirror>
- <name>University of Illinois-Urbana Champaign</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://cosmos.illinois.edu/pub/gentoo/</uri>
- <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://cosmos.illinois.edu/pub/gentoo/</uri>
+ <name>Massachusetts Institute of Technology</name>
+ <uri protocol="https" ipv4="y" ipv6="n" partial="n">https://mirrors.mit.edu/gentoo-distfiles/</uri>
+ <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://mirrors.mit.edu/gentoo-distfiles/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://mirrors.mit.edu/gentoo-distfiles/</uri>
</mirror>
<mirror>
- <name>Michigan Tech University</name>
- <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://lug.mtu.edu/gentoo/</uri>
- <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://lug.mtu.edu/gentoo/</uri>
+ <name>Rochester Institute of Technology</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirrors.rit.edu/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirrors.rit.edu/gentoo/</uri>
+ <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://mirrors.rit.edu/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://mirrors.rit.edu/gentoo/</uri>
</mirror>
<mirror>
- <name>University of Delaware, Delaware Linux Users Group</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://mirror.lug.udel.edu/pub/gentoo/</uri>
+ <name>Rackspace Technology</name>
+ <uri protocol="https" ipv4="y" ipv6="n" partial="n">https://mirror.rackspace.com/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://mirror.rackspace.com/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://mirror.rackspace.com/gentoo/</uri>
</mirror>
<mirror>
- <name>Rochester Institute of Technology</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://mirrors.rit.edu/gentoo/</uri>
- <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://mirrors.rit.edu/gentoo/</uri>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://mirrors.rit.edu/gentoo/</uri>
+ <name>Clarkson University</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirror.clarkson.edu/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror.clarkson.edu/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://mirror.clarkson.edu/gentoo/</uri>
</mirror>
<mirror>
- <name>University of Northern Iowa</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://gentoo.cs.uni.edu/</uri>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://gentoo.cs.uni.edu/gentoo-distfiles</uri>
+ <name>ServaxNet, LLC</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirror.servaxnet.com/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror.servaxnet.com/gentoo/</uri>
</mirror>
+ </mirrorgroup>
+ <mirrorgroup region="South America" country="AR" countryname="Argentina">
<mirror>
- <name>Pair Networks</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://gentoo.mirrors.pair.com/</uri>
- <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://gentoo.mirrors.pair.com/</uri>
+ <name>www.zero.com.ar</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://gentoo.zero.com.ar/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://gentoo.zero.com.ar/gentoo</uri>
</mirror>
</mirrorgroup>
<mirrorgroup region="South America" country="BR" countryname="Brazil">
<mirror>
- <name>Laboratory of System Administration</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://www.las.ic.unicamp.br/pub/gentoo/</uri>
- <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://ftp.las.ic.unicamp.br/pub/gentoo/</uri>
- </mirror>
- <mirror>
<name>C3SL, Federal University of Paraná</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://gentoo.c3sl.ufpr.br/</uri>
<uri protocol="http" ipv4="y" ipv6="y" partial="n">http://gentoo.c3sl.ufpr.br/</uri>
- <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://gentoo.c3sl.ufpr.br/gentoo/</uri>
<uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://gentoo.c3sl.ufpr.br/gentoo/</uri>
</mirror>
</mirrorgroup>
+ <mirrorgroup region="South America" country="CL" countryname="Chile">
+ </mirrorgroup>
<mirrorgroup region="Europe" country="AT" countryname="Austria">
- <!--<mirror>
- <name>Inode</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://gentoo.inode.at/</uri>
- <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://gentoo.inode.at/source/</uri>
- </mirror>-->
<mirror>
- <name>Vienna Univ. of Technology</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://gd.tuwien.ac.at/opsys/linux/gentoo/</uri>
- <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://gd.tuwien.ac.at/opsys/linux/gentoo/</uri>
+ <name>Kumi Systems e.U.</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirror.kumi.systems/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror.kumi.systems/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://mirror.kumi.systems/gentoo/</uri>
+ </mirror>
+ </mirrorgroup>
+ <mirrorgroup region="Europe" country="BE" countryname="Belgium">
+ <mirror>
+ <name>Belnet</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://ftp.belnet.be/pub/rsync.gentoo.org/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://ftp.belnet.be/gentoo/gentoo/</uri>
</mirror>
</mirrorgroup>
<mirrorgroup region="Europe" country="BG" countryname="Bulgaria">
<mirror>
- <name>telepoint.bg</name>
- <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirrors.telepoint.bg/gentoo/</uri>
- <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://mirrors.telepoint.bg/gentoo/</uri>
+ <name>Telepoint Ltd</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirror.telepoint.bg/gentoo</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror.telepoint.bg/gentoo</uri>
+ <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://mirror.telepoint.bg/gentoo</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://mirror.telepoint.bg/gentoo</uri>
</mirror>
</mirrorgroup>
- <mirrorgroup region="Europe" country="CZ" countryname="Czech Republic">
+ <mirrorgroup region="Europe" country="CH" countryname="Switzerland">
<mirror>
- <name>Masaryk University Brno</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://ftp.fi.muni.cz/pub/linux/gentoo/</uri>
- <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://ftp.fi.muni.cz/pub/linux/gentoo/</uri>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://ftp.fi.muni.cz/pub/linux/gentoo/</uri>
- <uri protocol="rsync" ipv6="y" ipv4="n" partial="n">rsync://ftp6.linux.cz/pub/linux/gentoo/</uri>
+ <name>Init7</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirror.init7.net/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror.init7.net/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://mirror.init7.net/gentoo/</uri>
</mirror>
+ </mirrorgroup>
+ <mirrorgroup region="Europe" country="CZ" countryname="Czech Republic">
<mirror>
- <name>Advokatni Kancelar Kindl &amp; Partneri</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://gentoo.supp.name/</uri>
+ <name>Masaryk University Brno</name>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://ftp.fi.muni.cz/pub/linux/gentoo/</uri>
+ <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://ftp.fi.muni.cz/pub/linux/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://ftp.fi.muni.cz/pub/linux/gentoo/</uri>
</mirror>
<mirror>
<name>Web4U Mirror</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://gentoo.mirror.web4u.cz/</uri>
- <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://gentoo.mirror.web4u.cz/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://gentoo.mirror.web4u.cz/</uri>
+ <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://gentoo.mirror.web4u.cz/</uri>
</mirror>
<mirror>
<name>UPC Česká republika, a.s.</name>
- <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror.dkm.cz/gentoo/</uri>
- <uri protocol="http" ipv4="y" ipv6="y" partial="n">https://mirror.dkm.cz/gentoo/</uri>
- <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://mirror.dkm.cz/gentoo/</uri>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirror.dkm.cz/gentoo/</uri>
<uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://mirror.dkm.cz/gentoo/</uri>
</mirror>
- </mirrorgroup>
- <mirrorgroup region="Europe" country="FI" countryname="Finland">
<mirror>
- <name>tut.fi</name>
- <uri protocol="http" ipv6="y" ipv4="y" partial="n">http://trumpetti.atm.tut.fi/gentoo/</uri>
- <uri protocol="ftp" ipv6="y" ipv4="y" partial="n">ftp://trumpetti.atm.tut.fi/gentoo/</uri>
- <uri protocol="rsync" ipv6="y" ipv4="y" partial="n">rsync://trumpetti.atm.tut.fi/gentoo/</uri>
+ <name>IT4Innovations / Technical University of Ostrava</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirror.it4i.cz/gentoo</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror.it4i.cz/gentoo</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://mirror.it4i.cz/gentoo</uri>
</mirror>
</mirrorgroup>
- <mirrorgroup region="Europe" country="FR" countryname="France">
+ <mirrorgroup region="Europe" country="DK" countryname="Denmark">
<mirror>
- <name>OVH</name>
- <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://gentoo.mirrors.ovh.net/gentoo-distfiles/</uri>
- <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://gentoo.mirrors.ovh.net/gentoo-distfiles/</uri>
+ <name>dotsrc.org</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirrors.dotsrc.org/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirrors.dotsrc.org/gentoo/</uri>
+ <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://mirrors.dotsrc.org/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://mirrors.dotsrc.org/gentoo/</uri>
</mirror>
+ </mirrorgroup>
+ <mirrorgroup region="Europe" country="FR" countryname="France">
<mirror>
- <name>IMJ.fr</name>
- <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://gentoo.imj.fr/pub/gentoo/</uri>
+ <name>OVHcloud (Anycast: Gravelines; Roubaix; Strasbourg)</name>
+ <uri protocol="https" ipv4="y" ipv6="n" partial="n">https://gentoo.mirrors.ovh.net/gentoo-distfiles/</uri>
+ <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://gentoo.mirrors.ovh.net/gentoo-distfiles/</uri>
</mirror>
<mirror>
<name>Free</name>
<uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://ftp.free.fr/mirrors/ftp.gentoo.org/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://ftp.free.fr/mirrors/ftp.gentoo.org/</uri>
+ </mirror>
+ <mirror>
+ <name>Ircam</name>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirrors.ircam.fr/pub/gentoo-distfiles/</uri>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirrors.ircam.fr/pub/gentoo-distfiles/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://mirrors.ircam.fr/pub/gentoo-distfiles/</uri>
</mirror>
<mirror>
<name>soeasyto.com</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirrors.soeasyto.com/distfiles.gentoo.org/</uri>
<uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirrors.soeasyto.com/distfiles.gentoo.org/</uri>
<uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://mirrors.soeasyto.com/distfiles.gentoo.org/</uri>
</mirror>
- <mirror>
- <name>modulix.net</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://gentoo.modulix.net/gentoo/</uri>
- </mirror>
</mirrorgroup>
<mirrorgroup region="Europe" country="DE" countryname="Germany">
<mirror>
- <name>rwth-aachen.de</name>
- <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo</uri>
+ <name>LeaseWeb (Anycast: Frankfurt)</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirror.leaseweb.com/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror.leaseweb.com/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://mirror.leaseweb.com/gentoo/</uri>
</mirror>
<mirror>
<name>Ruhr-Universität Bochum</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/</uri>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/</uri>
+ <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://linux.rz.ruhr-uni-bochum.de/gentoo</uri>
</mirror>
<mirror>
<name>Uni Erlangen-Nürnberg</name>
- <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://ftp.uni-erlangen.de/pub/mirrors/gentoo</uri>
- <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo</uri>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://ftp.fau.de/gentoo</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://ftp.fau.de/gentoo</uri>
+ <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://ftp.fau.de/gentoo</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://ftp.fau.de/gentoo</uri>
</mirror>
<mirror>
<name>Dresden University of Technology/AG DSN</name>
- <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo</uri>
+ <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://ftp.agdsn.de/gentoo</uri>
+ <uri protocol="https" ipv4="y" ipv6="n" partial="n">https://ftp.agdsn.de/gentoo</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://ftp.agdsn.de/gentoo</uri>
</mirror>
<mirror>
<name>University of Applied Sciences, Esslingen</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/</uri>
- <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/</uri>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://ftp-stud.hs-esslingen.de/gentoo/</uri>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/</uri>
+ <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://ftp-stud.hs-esslingen.de/gentoo/</uri>
</mirror>
<mirror>
<name>1&amp;1 Internet SE</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/</uri>
<uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/</uri>
<uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://mirror.eu.oneandone.net/gentoo/</uri>
</mirror>
<mirror>
<name>Netcologne</name>
<uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://mirror.netcologne.de/gentoo/</uri>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirror.netcologne.de/gentoo/</uri>
<uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror.netcologne.de/gentoo/</uri>
<uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://mirror.netcologne.de/gentoo/</uri>
</mirror>
<mirror>
<name>RWTH Aachen University</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://ftp.halifax.rwth-aachen.de/gentoo/</uri>
- <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://ftp.halifax.rwth-aachen.de/gentoo/</uri>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://ftp.halifax.rwth-aachen.de/gentoo/</uri>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://ftp.halifax.rwth-aachen.de/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://ftp.halifax.rwth-aachen.de/gentoo/</uri>
+ <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://ftp.halifax.rwth-aachen.de/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://ftp.halifax.rwth-aachen.de/gentoo/</uri>
+ </mirror>
+ <mirror>
+ <name>Gesellschaft für wissenschaftliche Datenverarbeitung Göttingen</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://ftp.gwdg.de/pub/linux/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://ftp.gwdg.de/pub/linux/gentoo/</uri>
+ <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://ftp.gwdg.de/pub/linux/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://ftp.gwdg.de/gentoo/</uri>
+ </mirror>
+ <mirror>
+ <name>TU Ilmenau</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://ftp.tu-ilmenau.de/mirror/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://ftp.tu-ilmenau.de/mirror/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://ftp.tu-ilmenau.de/gentoo/</uri>
+ </mirror>
+ <mirror>
+ <name>Leibniz Universität Hannover</name>
+ <uri protocol="https" ipv4="y" ipv6="n" partial="n">https://ftp.uni-hannover.de/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://ftp.uni-hannover.de/gentoo/</uri>
+ <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://ftp.uni-hannover.de/gentoo/</uri>
+ </mirror>
+ <mirror>
+ <name>Universität Stuttgart</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://ftp.uni-stuttgart.de/gentoo-distfiles/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://ftp.uni-stuttgart.de/gentoo-distfiles/</uri>
+ <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://ftp.uni-stuttgart.de/gentoo-distfiles/</uri>
+ </mirror>
+ <mirror>
+ <name>Freie Universität Berlin - Spline</name>
+ <uri protocol="https" ipv4="y" ipv6="n" partial="n">https://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://ftp.spline.inf.fu-berlin.de/gentoo-distfiles/</uri>
</mirror>
- </mirrorgroup>
- <mirrorgroup region="Europe" country="GR" countryname="Greece">
<mirror>
- <name>files.gentoo.gr</name>
- <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://files.gentoo.gr</uri>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://files.gentoo.gr</uri>
+ <name>Netzwerge GmbH</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirror.netzwerge.de/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror.netzwerge.de/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://mirror.netzwerge.de/gentoo</uri>
</mirror>
<mirror>
+ <name>dogado GmbH</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirror.dogado.de/gentoo</uri>
+ </mirror>
+ </mirrorgroup>
+ <mirrorgroup region="Europe" country="GR" countryname="Greece">
+ <mirror>
<name>National Technical University of Athens</name>
<uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://ftp.ntua.gr/pub/linux/gentoo/</uri>
<uri protocol="http" ipv4="y" ipv6="y" partial="n">http://ftp.ntua.gr/pub/linux/gentoo/</uri>
</mirror>
</mirrorgroup>
+ <mirrorgroup region="Europe" country="HU" countryname="Hungary">
+ <!-- <mirror>
+ <name>Free Software Network Hungary</name>
+ <uri protocol="https" ipv4="y" ipv6="n" partial="n">https://ftp.fsn.hu/mirrors/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://ftp.fsn.hu/mirrors/gentoo/</uri>
+ <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://ftp.fsn.hu/mirrors/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://ftp.fsn.hu/linux/gentoo/</uri>
+ </mirror> -->
+ <mirror>
+ <name>Quantum Mirror</name>
+ <uri protocol="https" ipv4="y" ipv6="n" partial="n">https://quantum-mirror.hu/mirrors/pub/gentoo</uri>
+ <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://quantum-mirror.hu/mirrors/pub/gentoo</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://quantum-mirror.hu/gentoo</uri>
+ </mirror>
+ <mirror>
+ <name>JSS &amp; Hayer</name>
+ <uri protocol="https" ipv4="y" ipv6="n" partial="n">https://gentoo.jss.hu</uri>
+ <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://gentoo.jss.hu</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://gentoo.jss.hu/mirror</uri>
+ </mirror>
+ </mirrorgroup>
<mirrorgroup region="Europe" country="IE" countryname="Ireland">
<mirror>
<name>HEAnet - Ireland's National Education and Research Network</name>
- <uri protocol="http" ipv6="y" ipv4="y" partial="n">http://ftp.heanet.ie/pub/gentoo/</uri>
- <uri protocol="ftp" ipv6="y" ipv4="y" partial="n">ftp://ftp.heanet.ie/pub/gentoo/</uri>
- <uri protocol="rsync" ipv6="y" ipv4="y" partial="n">rsync://ftp.heanet.ie/pub/gentoo/</uri>
+ <uri protocol="https" ipv6="y" ipv4="y" partial="n">https://ftp.heanet.ie/mirrors/gentoo.org/</uri>
+ <uri protocol="http" ipv6="y" ipv4="y" partial="n">http://ftp.heanet.ie/mirrors/gentoo.org/</uri>
+ <uri protocol="rsync" ipv6="y" ipv4="y" partial="n">rsync://ftp.heanet.ie/mirrors/gentoo.org/</uri>
</mirror>
</mirrorgroup>
<mirrorgroup region="Europe" country="IT" countryname="Italy">
<mirror>
- <name>Evowise.com (Anycast: Milan)</name>
- <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirrors.evowise.com/gentoo/</uri>
+ <name>GARR</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://gentoo.mirror.garr.it/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://gentoo.mirror.garr.it/</uri>
+ </mirror>
+ </mirrorgroup>
+ <mirrorgroup region="Europe" country="LU" countryname="Luxembourg">
+ <mirror>
+ <name>root S.A.</name>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://gentoo.mirror.root.lu/</uri>
+ </mirror>
+ </mirrorgroup>
+ <mirrorgroup region="Europe" country="MD" countryname="Moldova">
+ <mirror>
+ <name>Trabia Network</name>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror.as43289.net/gentoo</uri>
+ <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://mirror.as43289.net/gentoo</uri>
</mirror>
</mirrorgroup>
<mirrorgroup region="Europe" country="NL" countryname="Netherlands">
<mirror>
<name>Universiteit Twente</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://ftp.snt.utwente.nl/pub/os/linux/gentoo</uri>
<uri protocol="http" ipv4="y" ipv6="y" partial="n">http://ftp.snt.utwente.nl/pub/os/linux/gentoo</uri>
<uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo</uri>
<uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://ftp.snt.utwente.nl/gentoo</uri>
</mirror>
<mirror>
- <name>LeaseWeb</name>
+ <name>LeaseWeb (Anycast: Amsterdam)</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirror.leaseweb.com/gentoo/</uri>
<uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror.leaseweb.com/gentoo/</uri>
- <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://mirror.leaseweb.com/gentoo/</uri>
<uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://mirror.leaseweb.com/gentoo/</uri>
</mirror>
+ <mirror>
+ <name>evoluso.com</name>
+ <uri protocol="https" ipv4="y" ipv6="n" partial="n">https://mirrors.evoluso.com/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://mirrors.evoluso.com/gentoo/</uri>
+ </mirror>
</mirrorgroup>
<mirrorgroup region="Europe" country="PL" countryname="Poland">
<mirror>
@@ -270,51 +370,58 @@ vim: ft=xml et ts=2 sts=2 sw=2:
<uri protocol="http" ipv4="y" ipv6="y" partial="n">http://ftp.vectranet.pl/gentoo/</uri>
<uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://ftp.vectranet.pl/gentoo/</uri>
</mirror>
- <mirror>
- <name>Rzeszow University of Technology</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://gentoo.prz.rzeszow.pl/gentoo</uri>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://gentoo.prz.rzeszow.pl</uri>
- </mirror>
</mirrorgroup>
<mirrorgroup region="Europe" country="PT" countryname="Portugal">
<mirror>
<name>RNL - Técnico Lisboa</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://ftp.rnl.tecnico.ulisboa.pt/pub/gentoo/gentoo-distfiles/</uri>
<uri protocol="http" ipv4="y" ipv6="y" partial="n">http://ftp.rnl.tecnico.ulisboa.pt/pub/gentoo/gentoo-distfiles/</uri>
<uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://ftp.rnl.tecnico.ulisboa.pt/pub/gentoo/gentoo-distfiles/</uri>
<uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://ftp.rnl.tecnico.ulisboa.pt/pub/gentoo/gentoo-distfiles/</uri>
</mirror>
<mirror>
<name>University of Coimbra</name>
- <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://ftp.dei.uc.pt/pub/linux/gentoo/</uri>
<uri protocol="http" ipv4="y" ipv6="n" partial="n">http://ftp.dei.uc.pt/pub/linux/gentoo/</uri>
</mirror>
- </mirrorgroup>
- <mirrorgroup region="Europe" country="RO" countryname="Romania">
<mirror>
- <name>Evowise.com (Anycast: Bucharest)</name>
- <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirrors.evowise.com/gentoo/</uri>
- </mirror>
- <mirror>
- <name>xservers.ro Gazduire Web</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://mirrors.xservers.ro/gentoo/</uri>
+ <name>PTISP</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirrors.ptisp.pt/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirrors.ptisp.pt/gentoo/</uri>
</mirror>
+ </mirrorgroup>
+ <mirrorgroup region="Europe" country="RO" countryname="Romania">
<mirror>
<name>Romanian Organization Network</name>
<uri protocol="http" ipv4="y" ipv6="y" partial="n">http://ftp.romnet.org/gentoo/</uri>
</mirror>
</mirrorgroup>
+ <mirrorgroup region="Europe" country="RS" countryname="Serbia">
+ <mirror>
+ <name>Serbian Open eXchange</name>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror1.sox.rs/gentoo/</uri>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirror1.sox.rs/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://mirror1.sox.rs/gentoo/</uri>
+ </mirror>
+ </mirrorgroup>
<mirrorgroup region="Europe" country="SE" countryname="Sweden">
<mirror>
- <name>mdfnet.se</name>
- <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://mirror.mdfnet.se/gentoo</uri>
- <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror.mdfnet.se/gentoo</uri>
+ <name>Linköping University - Lysator</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://ftp.lysator.liu.se/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://ftp.lysator.liu.se/gentoo/</uri>
+ <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://ftp.lysator.liu.se/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://ftp.lysator.liu.se/gentoo/</uri>
+ </mirror>
+ <mirror>
+ <name>tnonline.net</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirrors.tnonline.net/gentoo/gentoo-distfiles/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://mirrors.tnonline.net/gentoo-distfiles</uri>
</mirror>
</mirrorgroup>
<mirrorgroup region="Europe" country="SK" countryname="Slovakia">
<mirror>
<name>Wheel.sk</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://gentoo.wheel.sk/</uri>
- <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://gentoo.wheel.sk/pub/linux/gentoo/</uri>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirror.wheel.sk/gentoo</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror.wheel.sk/gentoo</uri>
</mirror>
<mirror>
<name>Rainside.sk</name>
@@ -324,130 +431,219 @@ vim: ft=xml et ts=2 sts=2 sw=2:
</mirrorgroup>
<mirrorgroup region="Europe" country="ES" countryname="Spain">
<mirror>
- <name>Politechnic University of Catalonia</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://gentoo-euetib.upc.es/mirror/gentoo/</uri>
- </mirror>
- <mirror>
- <name>Evowise.com (Anycast: Madrid)</name>
- <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirrors.evowise.com/gentoo/</uri>
- </mirror>
- </mirrorgroup>
- <mirrorgroup region="Europe" country="CH" countryname="Switzerland">
- <mirror>
- <name>SWITCHmirror</name>
- <uri protocol="http" ipv6="y" ipv4="y" partial="n">http://mirror.switch.ch/ftp/mirror/gentoo/</uri>
- <uri protocol="ftp" ipv6="y" ipv4="y" partial="n">ftp://mirror.switch.ch/mirror/gentoo/</uri>
+ <name>Institute of Physics of Cantabria (CSIC-UC)</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://repo.ifca.es/gentoo-distfiles</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://repo.ifca.es/gentoo-distfiles</uri>
+ <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://repo.ifca.es/gentoo-distfiles</uri>
</mirror>
</mirrorgroup>
<mirrorgroup region="Europe" country="TR" countryname="Turkey">
<mirror>
<name>Turkish Linux Users Group - Linux Kullanicilari Dernegi(LKD)</name>
- <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://ftp.linux.org.tr/gentoo/</uri>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://ftp.linux.org.tr/gentoo/</uri>
+ <uri protocol="https" ipv4="y" ipv6="n" partial="n">https://ftp.linux.org.tr/gentoo/</uri>
<uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://ftp.linux.org.tr/gentoo-distfiles/</uri>
</mirror>
</mirrorgroup>
+ <!--
<mirrorgroup region="Europe" country="UA" countryname="Ukraine">
- <mirror>
- <name>ITEAM gentoo mirror</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://gentoo.iteam.net.ua/</uri>
- </mirror>
</mirrorgroup>
+ -->
<mirrorgroup region="Europe" country="UK" countryname="UK">
<mirror>
<name>Bytemark Hosting</name>
- <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://mirror.bytemark.co.uk/gentoo/</uri>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirror.bytemark.co.uk/gentoo/</uri>
<uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror.bytemark.co.uk/gentoo/</uri>
<uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://mirror.bytemark.co.uk/gentoo/</uri>
</mirror>
<mirror>
- <name>Evowise.com (Anycast: London)</name>
- <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirrors.evowise.com/gentoo/</uri>
+ <name>Get Hosted online</name>
+ <uri protocol="https" ipv4="y" ipv6="n" partial="n">https://mirrors.gethosted.online/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://mirrors.gethosted.online/gentoo/</uri>
</mirror>
<mirror>
<name>The UK Mirror Service</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://www.mirrorservice.org/sites/distfiles.gentoo.org/</uri>
- <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://ftp.mirrorservice.org/sites/distfiles.gentoo.org/</uri>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync.mirrorservice.org/distfiles.gentoo.org/</uri>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://www.mirrorservice.org/sites/distfiles.gentoo.org/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://www.mirrorservice.org/sites/distfiles.gentoo.org/</uri>
+ <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://ftp.mirrorservice.org/sites/distfiles.gentoo.org/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync.mirrorservice.org/distfiles.gentoo.org/</uri>
</mirror>
<mirror>
- <name>Qube Managed Services</name>
- <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror.qubenet.net/mirror/gentoo/</uri>
+ <name>Rackspace Technology</name>
+ <uri protocol="https" ipv4="y" ipv6="n" partial="n">https://mirror.rackspace.com/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://mirror.rackspace.com/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://mirror.rackspace.com/gentoo/</uri>
</mirror>
</mirrorgroup>
- <mirrorgroup region="Australia" country="AU" countryname="Australia">
+ <mirrorgroup region="Australia and Oceania" country="AU" countryname="Australia">
+ <mirror>
+ <name>AARnet</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirror.aarnet.edu.au/pub/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror.aarnet.edu.au/pub/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://mirror.aarnet.edu.au/pub/gentoo/</uri>
+ </mirror>
<mirror>
<name>Swinburne University of Technology</name>
<uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://ftp.swin.edu.au/gentoo</uri>
<uri protocol="http" ipv4="y" ipv6="y" partial="n">http://ftp.swin.edu.au/gentoo</uri>
</mirror>
+ <mirror>
+ <name>Rackspace Technology</name>
+ <uri protocol="https" ipv4="y" ipv6="n" partial="n">https://mirror.rackspace.com/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://mirror.rackspace.com/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://mirror.rackspace.com/gentoo/</uri>
+ </mirror>
+ </mirrorgroup>
+ <mirrorgroup region="Australia and Oceania" country="NC" countryname="New Caledonia">
+ <mirror>
+ <name>Lagoon</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirror.lagoon.nc/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror.lagoon.nc/gentoo/</uri>
+ <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://mirror.lagoon.nc/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://mirror.lagoon.nc/gentoo/</uri>
+ </mirror>
</mirrorgroup>
<mirrorgroup region="Asia" country="CN" countryname="China">
<mirror>
- <name>Xiamen University</name>
- <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://mirrors.xmu.edu.cn/gentoo</uri>
- <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirrors.xmu.edu.cn/gentoo</uri>
- <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://mirrors.xmu.edu.cn/gentoo/</uri>
+ <name>Alibaba Cloud Computing</name>
+ <uri protocol="https" ipv4="y" ipv6="n" partial="n">https://mirrors.aliyun.com/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://mirrors.aliyun.com/gentoo/</uri>
</mirror>
<mirror>
<name>Netease.com, Inc.</name>
+ <uri protocol="https" ipv4="y" ipv6="n" partial="n">https://mirrors.163.com/gentoo/</uri>
<uri protocol="http" ipv4="y" ipv6="n" partial="n">http://mirrors.163.com/gentoo/</uri>
</mirror>
+ <mirror>
+ <name>Tsinghua University</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirrors.tuna.tsinghua.edu.cn/gentoo</uri>
+ </mirror>
+ <mirror>
+ <name>Zhejiang University</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirrors.zju.edu.cn/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirrors.zju.edu.cn/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://mirrors.zju.edu.cn/gentoo/</uri>
+ </mirror>
+ <mirror>
+ <name>University of Science and Technology of China</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirrors.ustc.edu.cn/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync.mirrors.ustc.edu.cn/gentoo/</uri>
+ </mirror>
+ <mirror>
+ <name>eScience Center, Nanjing University</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirrors.nju.edu.cn/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirrors.nju.edu.cn/gentoo/</uri>
+ </mirror>
+ <mirror>
+ <name>Lanzhou University Open Source Society</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirror.lzu.edu.cn/gentoo</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror.lzu.edu.cn/gentoo</uri>
+ </mirror>
</mirrorgroup>
<mirrorgroup region="Asia" country="HK" countryname="Hong Kong">
<mirror>
<name>aditsu.net</name>
<uri protocol="http" ipv4="y" ipv6="n" partial="n">http://gentoo.aditsu.net:8000/</uri>
</mirror>
+ <mirror>
+ <name>Rackspace Technology</name>
+ <uri protocol="https" ipv4="y" ipv6="n" partial="n">https://mirror.rackspace.com/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://mirror.rackspace.com/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://mirror.rackspace.com/gentoo/</uri>
+ </mirror>
</mirrorgroup>
- <mirrorgroup region="Asia" country="JP" countryname="Japan">
+ <mirrorgroup region="Asia" country="IN" countryname="India">
<mirror>
- <name>Japan Advanced Institute of Science and Technology</name>
- <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://ftp.jaist.ac.jp/pub/Linux/Gentoo/</uri>
- <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://ftp.jaist.ac.jp/pub/Linux/Gentoo/</uri>
- <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://ftp.jaist.ac.jp/pub/Linux/Gentoo/</uri>
+ <name>NxtGen</name>
+ <uri protocol="https" ipv4="y" ipv6="n" partial="n">https://mirrors.nxtgen.com/gentoo-mirror/gentoo-source/</uri>
+ <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://mirrors.nxtgen.com/gentoo-mirror/gentoo-source/</uri>
</mirror>
+ </mirrorgroup>
+ <mirrorgroup region="Asia" country="JP" countryname="Japan">
<mirror>
<name>Internet Initiative Japan</name>
<uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://ftp.iij.ad.jp/pub/linux/gentoo/</uri>
<uri protocol="http" ipv4="y" ipv6="y" partial="n">http://ftp.iij.ad.jp/pub/linux/gentoo/</uri>
<uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://ftp.iij.ad.jp/pub/linux/gentoo/</uri>
</mirror>
+ <mirror>
+ <name>JAIST</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://ftp.jaist.ac.jp/pub/Linux/Gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://ftp.jaist.ac.jp/pub/Linux/Gentoo/</uri>
+ <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://ftp.jaist.ac.jp/pub/Linux/Gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://ftp.jaist.ac.jp/pub/Linux/Gentoo/</uri>
+ </mirror>
+ <mirror>
+ <name>RIKEN</name>
+ <uri protocol="https" ipv4="y" ipv6="n" partial="n">https://ftp.riken.jp/Linux/gentoo/</uri>
+ <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://ftp.riken.jp/Linux/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://ftp.riken.jp/gentoo/</uri>
+ </mirror>
+ <mirror>
+ <name>Jing Luo</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://repo.jing.rocks/gentoo</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://repo.jing.rocks/gentoo</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://repo.jing.rocks/gentoo</uri>
+ </mirror>
+ </mirrorgroup>
+ <mirrorgroup region="Asia" country="KZ" countryname="Kazakhstan">
+ <mirror>
+ <name>PS Internet Company LLC</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirror.ps.kz/gentoo/pub</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror.ps.kz/gentoo/pub</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://mirror.ps.kz/gentoo</uri>
+ </mirror>
+ </mirrorgroup>
+ <mirrorgroup region="Asia" country="PH" countryname="Philippines">
+ <mirror>
+ <name>RISE</name>
+ <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://mirror.rise.ph/gentoo</uri>
+ <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://mirror.rise.ph/gentoo</uri>
+ </mirror>
</mirrorgroup>
<mirrorgroup region="Asia" country="KR" countryname="South Korea">
<mirror>
<name>KAIST</name>
<uri protocol="http" ipv4="y" ipv6="n" partial="n">http://ftp.kaist.ac.kr/pub/gentoo/</uri>
+ <uri protocol="https" ipv4="y" ipv6="n" partial="n">https://ftp.kaist.ac.kr/pub/gentoo/</uri>
<uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://ftp.kaist.ac.kr/gentoo/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://ftp.kaist.ac.kr/gentoo/</uri>
</mirror>
<mirror>
<name>lanet.kr</name>
- <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://ftp.lanet.kr/pub/gentoo/</uri>
- <uri protocol="http" ipv4="y" ipv6="y" partial="n">https://ftp.lanet.kr/pub/gentoo/</uri>
- <uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://ftp.lanet.kr/pub/gentoo/</uri>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://ftp.lanet.kr/pub/gentoo/</uri>
</mirror>
+ </mirrorgroup>
+ <mirrorgroup region="Asia" country="BY" countryname="Belarus">
<mirror>
- <name>Daum Communications Corp</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://ftp.daum.net/gentoo/</uri>
+ <name>ftp.byfly.by</name>
+ <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://ftp.byfly.by/pub/gentoo-distfiles/</uri>
+ <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://ftp.byfly.by/pub/gentoo-distfiles/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://ftp.byfly.by/gentoo/</uri>
</mirror>
</mirrorgroup>
<mirrorgroup region="Asia" country="RU" countryname="Russia">
<mirror>
<name>Yandex.ru</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirror.yandex.ru/gentoo-distfiles/</uri>
<uri protocol="http" ipv4="y" ipv6="y" partial="n">http://mirror.yandex.ru/gentoo-distfiles/</uri>
<uri protocol="ftp" ipv4="y" ipv6="y" partial="n">ftp://mirror.yandex.ru/gentoo-distfiles/</uri>
</mirror>
<mirror>
- <name>Bloodhost.ru</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://gentoo.bloodhost.ru/</uri>
- <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://gentoo.bloodhost.ru/</uri>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://gentoo.bloodhost.ru/gentoo-distfiles</uri>
+ <name>Alexxy.name</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://gentoo-mirror.alexxy.name/</uri>
+ <uri protocol="http" ipv4="y" ipv6="y" partial="n">http://gentoo-mirror.alexxy.name/</uri>
</mirror>
<mirror>
- <name>xeon.gentoo.ru</name>
- <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://xeon.gentoo.ru/mirrors/gentoo/distfiles/</uri>
+ <name>National Research Nuclear University - MEPhI</name>
+ <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://mirror.mephi.ru/gentoo-distfiles/</uri>
+ <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://mirror.mephi.ru/gentoo-distfiles/</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://mirror.mephi.ru/gentoo-distfiles/</uri>
</mirror>
</mirrorgroup>
+ <!--
+ <mirrorgroup region="Asia" country="SG" countryname="Singapore">
+ </mirrorgroup>
+ -->
<mirrorgroup region="Asia" country="TW" countryname="Taiwan">
<mirror>
<name>National Center for High-Performance Computing</name>
@@ -458,16 +654,21 @@ vim: ft=xml et ts=2 sts=2 sw=2:
<mirrorgroup region="Middle East" country="IL" countryname="Israel">
<mirror>
<name>Hamakor FOSS Society</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://mirror.isoc.org.il/pub/gentoo/</uri>
- <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://mirror.isoc.org.il/gentoo/</uri>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://mirror.isoc.org.il/pub/gentoo/</uri>
</mirror>
</mirrorgroup>
- <mirrorgroup region="Middle East" country="KZ" countryname="Kazakhstan">
+ <!--
+ <mirrorgroup region="Africa" country="NA" countryname="Namibia">
+ </mirrorgroup>
+ -->
+ <mirrorgroup region="Africa" country="ZA" countryname="South Africa">
+ <mirror>
+ <name>Dimension Data</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://gentoo.dimensiondata.com/</uri>
+ </mirror>
<mirror>
- <name>Neo Lab's</name>
- <uri protocol="http" ipv4="y" ipv6="n" partial="n">http://mirror.neolabs.kz/gentoo/pub</uri>
- <uri protocol="ftp" ipv4="y" ipv6="n" partial="n">ftp://mirror.neolabs.kz/gentoo/pub</uri>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://mirror.neolabs.kz/gentoo</uri>
+ <name>Ultimate Linux Solutions</name>
+ <uri protocol="https" ipv4="y" ipv6="y" partial="n">https://gentoo.uls.co.za/</uri>
</mirror>
</mirrorgroup>
</mirrors>
diff --git a/files/mirrors/rsync.xml b/files/mirrors/rsync.xml
index 0a1f820..20a4195 100644
--- a/files/mirrors/rsync.xml
+++ b/files/mirrors/rsync.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
<!--
vim: ft=xml et ts=2 sts=2 sw=2:
-->
@@ -23,6 +24,10 @@ vim: ft=xml et ts=2 sts=2 sw=2:
<name>University of Waterloo - rsync4.ca.gentoo.org</name>
<uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync4.ca.gentoo.org</uri>
</mirror>
+ <mirror>
+ <name>Reenigne - rsync12.ca.gentoo.org</name>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync12.ca.gentoo.org</uri>
+ </mirror>
</mirrorgroup>
<mirrorgroup region="North America (rsync.namerica.gentoo.org)" country="US" countryname="USA">
<mirror>
@@ -34,56 +39,32 @@ vim: ft=xml et ts=2 sts=2 sw=2:
<uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync3.us.gentoo.org</uri>
</mirror>
<mirror>
- <name>Rochester Institute of Technology - rsync5.us.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync5.us.gentoo.org</uri>
- </mirror>
- <mirror>
- <name>University of Northern Iowa - rsync6.us.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync6.us.gentoo.org</uri>
- </mirror>
- <mirror>
<name>Steadfast Networks - rsync11.us.gentoo.org</name>
<uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync11.us.gentoo.org</uri>
</mirror>
<mirror>
- <name>NetNITCO Internet Services - rsync15.us.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync15.us.gentoo.org</uri>
- </mirror>
- <mirror>
- <name>Michigan Tech University - rsync24.us.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync24.us.gentoo.org</uri>
- </mirror>
- <mirror>
- <name>Indiana University, Unix Systems Support Group - rsync25.us.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync25.us.gentoo.org</uri>
- </mirror>
- <mirror>
<name>TDS Internet Services - rsync26.us.gentoo.org</name>
<uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync26.us.gentoo.org</uri>
</mirror>
+ <mirror>
+ <name>Rackspace Technology - rsync31.us.gentoo.org</name>
+ <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync31.us.gentoo.org</uri>
+ </mirror>
</mirrorgroup>
<mirrorgroup region="South America (rsync.samerica.gentoo.org)" country="BR" countryname="Brazil">
<mirror>
<name>Any available mirror - rsync.br.gentoo.org</name>
<uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync.br.gentoo.org</uri>
</mirror>
- <mirror>
- <name>Laboratory of System Administration - rsync1.br.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync1.br.gentoo.org</uri>
- </mirror>
</mirrorgroup>
- <mirrorgroup region="Europe (rsync.europe.gentoo.org)" country="AT" countryname="Austria">
+ <mirrorgroup region="Europe (rsync.europe.gentoo.org)" country="BG" countryname="Bulgaria">
<mirror>
- <name>Any available mirror - rsync.at.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync.at.gentoo.org</uri>
+ <name>Any available mirror - rsync.bg.gentoo.org</name>
+ <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync.bg.gentoo.org</uri>
</mirror>
- <!--<mirror>
- <name>Inode - rsync1.at.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync1.at.gentoo.org</uri>
- </mirror>-->
<mirror>
- <name>Lagis - rsync2.at.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync2.at.gentoo.org</uri>
+ <name>Telepoint Ltd - rsync2.bg.gentoo.org</name>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync2.bg.gentoo.org</uri>
</mirror>
</mirrorgroup>
<mirrorgroup region="Europe (rsync.europe.gentoo.org)" country="CZ" countryname="Czech Republic">
@@ -95,10 +76,6 @@ vim: ft=xml et ts=2 sts=2 sw=2:
<name>UPC Česká republika, a.s - rsync1.cz.gentoo.org.</name>
<uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync1.cz.gentoo.org</uri>
</mirror>
- <mirror>
- <name>Advokatni Kancelar Kindl &amp; Partneri - rsync2.cz.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync2.cz.gentoo.org</uri>
- </mirror>
</mirrorgroup>
<mirrorgroup region="Europe (rsync.europe.gentoo.org)" country="DE" countryname="Germany">
<mirror>
@@ -107,15 +84,7 @@ vim: ft=xml et ts=2 sts=2 sw=2:
</mirror>
<mirror>
<name>Gentoo e.V. - rsync1.de.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync1.de.gentoo.org</uri>
- </mirror>
- <mirror>
- <name>I-Node - rsync5.de.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync5.de.gentoo.org</uri>
- </mirror>
- <mirror>
- <name>rwth-aachen.de - rsync6.de.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync6.de.gentoo.org</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync1.de.gentoo.org</uri>
</mirror>
<mirror>
<name>stealer.net - rsync7.de.gentoo.org</name>
@@ -139,17 +108,11 @@ vim: ft=xml et ts=2 sts=2 sw=2:
</mirror>
<mirror>
<name>RWTH Aachen University</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync15.de.gentoo.org</uri>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync15.de.gentoo.org</uri>
</mirror>
- </mirrorgroup>
- <mirrorgroup region="Europe (rsync.europe.gentoo.org)" country="FI" countryname="Finland">
<mirror>
- <name>Any available mirror - rsync.fi.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync.fi.gentoo.org</uri>
- </mirror>
- <mirror>
- <name>tut.fi - rsync1.fi.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync1.fi.gentoo.org</uri>
+ <name>mirror.netzwerge.de - rsync17.de.gentoo.org</name>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync17.de.gentoo.org</uri>
</mirror>
</mirrorgroup>
<mirrorgroup region="Europe (rsync.europe.gentoo.org)" country="FR" countryname="France">
@@ -161,30 +124,6 @@ vim: ft=xml et ts=2 sts=2 sw=2:
<name>Linuxant.fr - rsync1.fr.gentoo.org</name>
<uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync1.fr.gentoo.org</uri>
</mirror>
- <mirror>
- <name>Ovh Hosting Provider - rsync2.fr.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync2.fr.gentoo.org</uri>
- </mirror>
- </mirrorgroup>
- <mirrorgroup region="Europe (rsync.europe.gentoo.org)" country="GR" countryname="Greece">
- <mirror>
- <name>Any available mirror - rsync.gr.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync.gr.gentoo.org</uri>
- </mirror>
- <mirror>
- <name>gentoo.gr - rsync1.gr.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync1.gr.gentoo.org</uri>
- </mirror>
- </mirrorgroup>
- <mirrorgroup region="Europe (rsync.europe.gentoo.org)" country="HU" countryname="Hungary">
- <mirror>
- <name>Any available mirror - rsync.hu.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync.hu.gentoo.org</uri>
- </mirror>
- <mirror>
- <name>IND Group - rsync1.hu.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync1.hu.gentoo.org</uri>
- </mirror>
</mirrorgroup>
<mirrorgroup region="Europe (rsync.europe.gentoo.org)" country="IE" countryname="Ireland">
<mirror>
@@ -193,7 +132,7 @@ vim: ft=xml et ts=2 sts=2 sw=2:
</mirror>
<mirror>
<name>HEAnet - Ireland's National Education and Research Network -
- rsync1.ie.gentoo.org</name>
+ rsync1.ie.gentoo.org</name>
<uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync1.ie.gentoo.org</uri>
</mirror>
</mirrorgroup>
@@ -217,10 +156,6 @@ vim: ft=xml et ts=2 sts=2 sw=2:
<uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync1.pl.gentoo.org</uri>
</mirror>
<mirror>
- <name>Rzeszow University of Technology - rsync3.pl.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync3.pl.gentoo.org</uri>
- </mirror>
- <mirror>
<name>Vectranet - rsync7.pl.gentoo.org</name>
<uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync7.pl.gentoo.org</uri>
</mirror>
@@ -245,6 +180,16 @@ vim: ft=xml et ts=2 sts=2 sw=2:
<uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync3.ro.gentoo.org</uri>
</mirror>
</mirrorgroup>
+ <mirrorgroup region="Europe (rsync.europe.gentoo.org)" country="SE" countryname="Sweden">
+ <mirror>
+ <name>Any available mirror - rsync.se.gentoo.org</name>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync.se.gentoo.org</uri>
+ </mirror>
+ <mirror>
+ <name>tnonline.net - rsync1.se.gentoo.org</name>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync1.se.gentoo.org</uri>
+ </mirror>
+ </mirrorgroup>
<mirrorgroup region="Europe (rsync.europe.gentoo.org)" country="SK" countryname="Slovakia">
<mirror>
<name>Any available mirror - rsync.sk.gentoo.org</name>
@@ -259,36 +204,18 @@ vim: ft=xml et ts=2 sts=2 sw=2:
<uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync3.sk.gentoo.org</uri>
</mirror>
</mirrorgroup>
- <mirrorgroup region="Europe (rsync.europe.gentoo.org)" country="UA" countryname="Ukraine">
- <mirror>
- <name>Any available mirror - rsync.ua.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync.ua.gentoo.org</uri>
- </mirror>
- <mirror>
- <name>ITEAM gentoo mirror - rsync2.ua.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync2.ua.gentoo.org</uri>
- </mirror>
- <mirror>
- <name>Telcom ISP - rsync3.ua.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync3.ua.gentoo.org</uri>
- </mirror>
- </mirrorgroup>
<mirrorgroup region="Europe (rsync.europe.gentoo.org)" country="UK" countryname="UK">
<mirror>
<name>Any available mirror - rsync.uk.gentoo.org</name>
<uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync.uk.gentoo.org</uri>
</mirror>
<mirror>
- <name>Qube Managed Services - rsync1.uk.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync1.uk.gentoo.org</uri>
- </mirror>
- <mirror>
<name>Bytemark Hosting - rsync2.uk.gentoo.org</name>
<uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync2.uk.gentoo.org</uri>
</mirror>
<mirror>
- <name>star.net.uk - rsync3.uk.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync3.uk.gentoo.org</uri>
+ <name>Rackspace Technology - rsync4.uk.gentoo.org</name>
+ <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync4.uk.gentoo.org</uri>
</mirror>
</mirrorgroup>
<mirrorgroup region="Australia (rsync.au.gentoo.org)" country="AU" countryname="Australia">
@@ -300,6 +227,14 @@ vim: ft=xml et ts=2 sts=2 sw=2:
<name>Swinburne University of Technology - rsync1.au.gentoo.org</name>
<uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync1.au.gentoo.org</uri>
</mirror>
+ <mirror>
+ <name>Viktor Villafuerte</name>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync2.au.gentoo.org</uri>
+ </mirror>
+ <mirror>
+ <name>Rackspace Technology - rsync3.au.gentoo.org</name>
+ <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync3.au.gentoo.org</uri>
+ </mirror>
</mirrorgroup>
<mirrorgroup region="Asia (rsync.asia.gentoo.org)" country="CN" countryname="China">
<mirror>
@@ -307,8 +242,12 @@ vim: ft=xml et ts=2 sts=2 sw=2:
<uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync.cn.gentoo.org</uri>
</mirror>
<mirror>
- <name>mirrors.xmu.edu.cn - rsync2.cn.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync2.cn.gentoo.org</uri>
+ <name>Tsinghua University - rsync1.cn.gentoo.org</name>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync1.cn.gentoo.org</uri>
+ </mirror>
+ <mirror>
+ <name>Rackspace Technology - rsync3.cn.gentoo.org</name>
+ <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync3.cn.gentoo.org</uri>
</mirror>
</mirrorgroup>
<mirrorgroup region="Asia (rsync.asia.gentoo.org)" country="JP" countryname="Japan">
@@ -317,11 +256,6 @@ vim: ft=xml et ts=2 sts=2 sw=2:
<uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync.jp.gentoo.org</uri>
</mirror>
<mirror>
- <name>Japan Advanced Institute of Science and Technology -
- rsync3.jp.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync3.jp.gentoo.org</uri>
- </mirror>
- <mirror>
<name>wide.ad.jp - rsync5.jp.gentoo.org</name>
<uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync5.jp.gentoo.org</uri>
</mirror>
@@ -336,16 +270,6 @@ vim: ft=xml et ts=2 sts=2 sw=2:
<uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync1.kr.gentoo.org</uri>
</mirror>
</mirrorgroup>
- <mirrorgroup region="Asia (rsync.asia.gentoo.org)" country="KZ" countryname="Kazakhstan">
- <mirror>
- <name>Any available mirror - rsync.kz.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync.kz.gentoo.org</uri>
- </mirror>
- <mirror>
- <name>Neo Lab's - rsync1.kz.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync1.kz.gentoo.org</uri>
- </mirror>
- </mirrorgroup>
<mirrorgroup region="Asia (rsync.asia.gentoo.org)" country="RU" countryname="Russia">
<mirror>
<name>Any available mirror - rsync.ru.gentoo.org</name>
@@ -366,12 +290,26 @@ vim: ft=xml et ts=2 sts=2 sw=2:
<uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync.tw.gentoo.org</uri>
</mirror>
<mirror>
- <name>isu.edu.tw - rsync3.tw.gentoo.org</name>
- <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync3.tw.gentoo.org</uri>
+ <name>NCTU CSCC - rsync1.tw.gentoo.org</name>
+ <uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync1.tw.gentoo.org</uri>
</mirror>
<mirror>
<name>National Center for High-Performance Computing - rsync6.tw.gentoo.org</name>
<uri protocol="rsync" ipv4="y" ipv6="n" partial="n">rsync://rsync6.tw.gentoo.org</uri>
</mirror>
</mirrorgroup>
+ <mirrorgroup region="Africa" country="ZA" countryname="South Africa">
+ <mirror>
+ <name>Any available mirror - rsync.za.gentoo.org</name>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync.za.gentoo.org</uri>
+ </mirror>
+ <mirror>
+ <name>Interexcel World Connection (Pty) Ltd / Ultimate Linux Solutions (Pty) Ltd</name>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync1.za.gentoo.org</uri>
+ </mirror>
+ <mirror>
+ <name>Dimension Data</name>
+ <uri protocol="rsync" ipv4="y" ipv6="y" partial="n">rsync://rsync2.za.gentoo.org</uri>
+ </mirror>
+ </mirrorgroup>
</mirrors>
diff --git a/files/overlays/.gitignore b/files/overlays/.gitignore
new file mode 100644
index 0000000..1281487
--- /dev/null
+++ b/files/overlays/.gitignore
@@ -0,0 +1,7 @@
+/.repositories-check-successful
+/.repositories-dtd-valid
+/.repositories-expected-format.xml
+/.repositories-style-ok
+/.repositories-xsd-valid
+/repositories.dtd
+/repositories.xsd
diff --git a/files/overlays/Makefile b/files/overlays/Makefile
new file mode 100644
index 0000000..b6e73eb
--- /dev/null
+++ b/files/overlays/Makefile
@@ -0,0 +1,49 @@
+.PHONY: check
+check: .repositories-dtd-valid .repositories-xsd-valid .repositories-check-successful .repositories-style-ok
+
+# Check repositories.xml against the Document Type Definition (DTD).
+.repositories-dtd-valid: repositories.xml repositories.dtd
+ xmllint --noout --dtdvalid repositories.dtd repositories.xml
+ touch $@
+
+repositories.dtd:
+ifeq ($(OFFLINE), true)
+ [ ! -f repositories.dtd ] && exit 1
+else
+ wget --timestamping https://www.gentoo.org/dtd/repositories.dtd
+endif
+
+
+# Check repositories.xml against the XML Schema Definition (XSD)
+.repositories-xsd-valid: repositories.xsd repositories.xml
+ xmllint --noout --schema $^
+ touch $@
+
+repositories.xsd:
+ifeq ($(OFFLINE), true)
+ [ ! -f repositories.xsd ] && exit 1
+else
+ wget --timestamping https://gitweb.gentoo.org/data/xml-schema.git/plain/repositories.xsd
+endif
+
+
+# Run a full check of repositories.xml via repositories-checker.py
+.repositories-check-successful: repositories.xml
+ ../../bin/repositories-checker.py - $^
+ touch $@
+
+.PHONY: format
+format: .repositories-expected-format.xml
+ cmp -s repositories.xml $^ || cp $^ repositories.xml
+
+.repositories-expected-format.xml: repositories.xml
+ xmllint --format $^ > $@
+
+.ONESHELL:
+.repositories-style-ok: SHELL = /bin/bash
+.repositories-style-ok: .repositories-expected-format.xml
+ if ! cmp -s repositories.xml $^; then
+ diff -u repositories.xml $^
+ exit 1
+ fi
+ touch $@
diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 3b666e5..26c9fe3 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -1,78 +1,63 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE repositories SYSTEM "http://www.gentoo.org/dtd/repositories.dtd">
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE repositories SYSTEM "https://www.gentoo.org/dtd/repositories.dtd">
<repositories xmlns="" version="1.0">
-<!--
-SYN
-* TEMPLATE TO COPY'N'PASTE UNOFFICIAL REPOSITORIES
- <repo quality="experimental" status="unofficial">
- <name>XXXXXX</name>
- <description lang="en">XXXXXX</description>
- <homepage>XXXXXX</homepage>
- <owner type="person">
- <email>XXXXXX</email>
+ <!--
+ SYN
+ When adding repositories, please keep this file ordered by repository name.
+ * TEMPLATE TO COPY'N'PASTE UNOFFICIAL REPOSITORIES
+ <repo quality="experimental" status="unofficial">
<name>XXXXXX</name>
- </owner>
- <source type="git">XXXXXX</source>
- <feed>XXXXXXXXX</feed>
- </repo>
-* GENTOO TEMPLATE
- <repo quality="experimental" status="unofficial">
- <name>XXXXX</name>
- <description lang="en">XXXXXX</description>
- <homepage>https://cgit.gentoo.org/XXXX/xxxx</homepage>
- <owner type="person">
- <email>XXXXX</email>
- <name>XXXXX</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/XXXX/xxxx.git</source>
- <source type="git">git://anongit.gentoo.org/XXXX/xxxx.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/XXXX/xxxx.git</source>
- <feed>https://cgit.gentoo.org/XXXX/xxxx/atom/</feed>
- </repo>
-* GITHUB TEMPLATE
- <repo quality="experimental" status="unofficial">
- <name>XXXXX</name>
- <description lang="en">XXXXXX</description>
- <homepage>https://github.com/XXXX/xxxx</homepage>
- <owner type="person">
- <email>XXXXX</email>
+ <description lang="en">XXXXXX</description>
+ <homepage>XXXXXX</homepage>
+ <owner type="person">
+ <email>XXXXXX</email>
+ <name>XXXXXX</name>
+ </owner>
+ <source type="git">XXXXXX</source>
+ <feed>XXXXXXXXX</feed>
+ </repo>
+ * GENTOO TEMPLATE
+ <repo quality="experimental" status="unofficial">
<name>XXXXX</name>
- </owner>
- <source type="git">https://github.com/XXXX/xxxx.git</source>
- <source type="git">git://github.com/XXXX/xxxx.git</source>
- <source type="git">git@github.com:XXXX/xxxx.git</source>
- <feed>https://github.com/XXXX/xxxx/commits/master.atom</feed>
- </repo>
-* BITBUCKET TEMPLATE
- <repo quality="experimental" status="unofficial">
- <name>XXXX</name>
- <description lang="en">XXXXXX</description>
- <homepage>https://bitbucket.org/XXXX/xxxx</homepage>
- <owner type="person">
- <email>XXXXX</email>
+ <description lang="en">XXXXXX</description>
+ <homepage>https://cgit.gentoo.org/XXXX/xxxx</homepage>
+ <owner type="person">
+ <email>XXXXX</email>
+ <name>XXXXX</name>
+ </owner>
+ <source type="git">https://anongit.gentoo.org/git/XXXX/xxxx.git</source>
+ <source type="git">git+ssh://git@git.gentoo.org/XXXX/xxxx.git</source>
+ <feed>https://cgit.gentoo.org/XXXX/xxxx/atom/</feed>
+ </repo>
+ * GITHUB TEMPLATE
+ <repo quality="experimental" status="unofficial">
<name>XXXXX</name>
- </owner>
- <source type="mercurial">https://bitbucket.org/XXXX/xxxx</source>
- <source type="mercurial">ssh://hg@bitbucket.org/XXXX/xxxx</source>
- <feed>https://bitbucket.org/XXXX/xxxx/atom</feed>
- <feed>https://bitbucket.org/XXXX/xxxx/rss</feed>
- </repo>
-FIN
--->
-
- <repo quality="experimental" status="unofficial">
- <name>0x4d4c</name>
- <description lang="en">Personal overlay with no special focus</description>
- <homepage>https://github.com/0x4d4c/gentoo-overlay</homepage>
- <owner type="person">
- <email>gentoo@0x4d4c.xyz</email>
- <name>Martin Lambertz</name>
- </owner>
- <source type="git">https://github.com/0x4d4c/gentoo-overlay.git</source>
- <source type="git">git://github.com/0x4d4c/gentoo-overlay.git</source>
- <source type="git">git@github.com:0x4d4c/gentoo-overlay.git</source>
- <feed>https://github.com/0x4d4c/gentoo-overlay/commits/master.atom</feed>
- </repo>
+ <description lang="en">XXXXXX</description>
+ <homepage>https://github.com/XXXX/xxxx</homepage>
+ <owner type="person">
+ <email>XXXXX</email>
+ <name>XXXXX</name>
+ </owner>
+ <source type="git">https://github.com/XXXX/xxxx.git</source>
+ <source type="git">git+ssh://git@github.com/XXXX/xxxx.git</source>
+ <feed>https://github.com/XXXX/xxxx/commits/master.atom</feed>
+ </repo>
+ * BITBUCKET TEMPLATE
+ <repo quality="experimental" status="unofficial">
+ <name>XXXX</name>
+ <description lang="en">XXXXXX</description>
+ <homepage>https://bitbucket.org/XXXX/xxxx</homepage>
+ <owner type="person">
+ <email>XXXXX</email>
+ <name>XXXXX</name>
+ </owner>
+ <source type="mercurial">https://bitbucket.org/XXXX/xxxx</source>
+ <source type="mercurial">ssh://hg@bitbucket.org/XXXX/xxxx</source>
+ <feed>https://bitbucket.org/XXXX/xxxx/atom</feed>
+ <feed>https://bitbucket.org/XXXX/xxxx/rss</feed>
+ </repo>
+ FIN
+ -->
<repo quality="experimental" status="unofficial">
<name>4nykey</name>
<description lang="en">An experimental portage overlay</description>
@@ -82,45 +67,20 @@ FIN
<name>Aleksei Kaveshnikov</name>
</owner>
<source type="git">https://github.com/4nykey/4nykey.git</source>
- <source type="git">git://github.com/4nykey/4nykey.git</source>
<source type="git">git@github.com:4nykey/4nykey.git</source>
<feed>https://github.com/4nykey/4nykey/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>abendbrot</name>
- <description lang="en">Desktop oriented overlay for various ebuilds and the occasional gamer</description>
- <homepage>https://github.com/stefan-gr/abendbrot</homepage>
- <owner type="person">
- <email>stefan.gert.r@gmail.com</email>
- <name>Stefan Reuter</name>
- </owner>
- <source type="git">https://github.com/stefan-gr/abendbrot.git</source>
- <source type="git">git://github.com/stefan-gr/abendbrot.git</source>
- <source type="git">git@github.com:stefan-gr/abendbrot.git</source>
- <feed>https://github.com/stefan-gr/abendbrot/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>abnorm</name>
- <description lang="en">Personal overlay with live ebuilds</description>
- <homepage>https://github.com/faust/portage</homepage>
- <owner type="person">
- <email>faust@abnorm.org</email>
- <name>Faust</name>
- </owner>
- <source type="git">git://github.com/faust/portage.git</source>
- </repo>
- <repo quality="experimental" status="unofficial">
<name>ace</name>
<description lang="en">Personal overlay with ebuilds that were missing at one point or another</description>
- <homepage>https://github.com/ace13/overlay</homepage>
+ <homepage>https://github.com/ananace/overlay</homepage>
<owner type="person">
<email>ace@haxalot.com</email>
<name>Alexander Olofsson</name>
</owner>
- <source type="git">https://github.com/ace13/overlay.git</source>
- <source type="git">git://github.com/ace13/overlay.git</source>
- <source type="git">git@github.com:ace13/overlay.git</source>
- <feed>https://github.com/ace13/overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/ananace/overlay.git</source>
+ <source type="git">git@github.com:ananace/overlay.git</source>
+ <feed>https://github.com/ananace/overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>activehome</name>
@@ -128,7 +88,7 @@ FIN
<description lang="ru">Оверлей для ebuild'ов связанных созданием самодельного умного дома</description>
<homepage>https://cgit.gentoo.org/user/activehome.git/</homepage>
<owner type="person">
- <email>gentoo@mva.name</email>
+ <email>mva@gentoo.org</email>
<name>Vadim A. Misbakh-Soloviov</name>
</owner>
<source type="git">https://anongit.gentoo.org/git/user/activehome.git</source>
@@ -137,6 +97,30 @@ FIN
<feed>https://cgit.gentoo.org/user/activehome.git/atom/</feed>
<!-- <feed>https://cgit.gentoo.org/user/activehome.git/rss/</feed> -->
</repo>
+ <repo quality="experimental" status="unofficial">
+ <name>adasss</name>
+ <description lang="en">Gentoo overlay for Android Studio experimental packages</description>
+ <homepage>https://github.com/AdamGiergun/adasss</homepage>
+ <owner type="person">
+ <email>adasss@poczta.onet.pl</email>
+ <name>Adam Giergun</name>
+ </owner>
+ <source type="git">https://github.com/AdamGiergun/adasss.git</source>
+ <source type="git">git+ssh://git@github.com/AdamGiergun/adasss.git</source>
+ <feed>https://github.com/AdamGiergun/adasss/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>ag-ops</name>
+ <description lang="en">Useful tools for SysAdmins or DevOps</description>
+ <homepage>https://gitlab.com/ILMostro/ag-ops</homepage>
+ <owner type="person">
+ <email>ilmostro7@gmail.com</email>
+ <name>John Johnson</name>
+ </owner>
+ <source type="git">https://gitlab.com/ILMostro/ag-ops.git</source>
+ <source type="git">git+ssh://git@gitlab.com/ILMostro/ag-ops.git</source>
+ <feed>https://gitlab.com/ILMostro/ag-ops/commits/master.atom</feed>
+ </repo>
<repo quality="experimental" status="official">
<name>ago</name>
<description lang="en">Developer overlay</description>
@@ -160,18 +144,20 @@ FIN
<name>Yi Yang</name>
</owner>
<source type="git">https://github.com/ahyangyi/ahyangyi-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/ahyangyi/ahyangyi-overlay.git</source>
<feed>https://github.com/ahyangyi/ahyangyi-overlay/commits/master.atom</feed>
</repo>
- <repo quality="experimental" status="official">
- <name>aidecoe</name>
- <description>aidecoe's experimental overlay</description>
- <homepage>http://github.com/aidecoe/aidecoe-overlay/tree/master</homepage>
+ <repo quality="experimental" status="unofficial">
+ <name>akater</name>
+ <description lang="en">Personal ebuild repository. Emacs, Lisp, minimalism.</description>
+ <homepage>https://gitlab.com/akater/ebuilds</homepage>
<owner type="person">
- <email>aidecoe@gentoo.org</email>
- <name>Amadeusz Żołnowski</name>
+ <email>nuclearspace@gmail.com</email>
+ <name>akater</name>
</owner>
- <source type="git">git://github.com/aidecoe/aidecoe-overlay.git</source>
- <feed>http://github.com/feeds/aidecoe/commits/aidecoe-overlay/master</feed>
+ <source type="git">https://gitlab.com/akater/ebuilds.git</source>
+ <source type="git">git+ssh://git@gitlab.com/akater/ebuilds.git</source>
+ <feed>https://gitlab.com/akater/ebuilds/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>alatar-lay</name>
@@ -182,11 +168,21 @@ FIN
<name>Alatar</name>
</owner>
<source type="git">https://github.com/alatarum/alatar-lay.git</source>
- <source type="git">git://github.com/alatarum/alatar-lay.git</source>
<source type="git">git@github.com:alatarum/alatar-lay.git</source>
<feed>https://github.com/alatarum/alatar-lay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
+ <name>alesharik</name>
+ <description lang="en">Gentoo portage overlay of alesharik</description>
+ <homepage>https://github.com/alesharik/alesharik-overlay</homepage>
+ <owner type="person">
+ <email>alesharik4@gmail.com</email>
+ <name>Aleksei Arsenev</name>
+ </owner>
+ <source type="git">https://github.com/alesharik/alesharik-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/alesharik/alesharik-overlay.git</source>
+ </repo>
+ <repo quality="experimental" status="unofficial">
<name>AlexandreFournier</name>
<description lang="en">Alexandre Fournier's personal overlay</description>
<homepage>https://github.com/AlexandreFournier/gentoo-overlay</homepage>
@@ -195,75 +191,66 @@ FIN
<name>Alexandre Fournier</name>
</owner>
<source type="git">https://github.com/AlexandreFournier/gentoo-overlay.git</source>
- <source type="git">git://github.com/AlexandreFournier/gentoo-overlay.git</source>
<source type="git">git@github.com:AlexandreFournier/gentoo-overlay.git</source>
<feed>https://github.com/AlexandreFournier/gentoo-overlay/commits/master.atom</feed>
</repo>
- <repo quality="experimental" status="unofficial">
- <name>alexcepoi</name>
- <description lang="en">Personal User Overlay</description>
- <homepage>https://cgit.gentoo.org/user/alexcepoi.git/</homepage>
- <owner type="person">
- <email>alex.cepoi@gmail.com</email>
- <name>Alexandru Cepoi</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/user/alexcepoi.git</source>
- <source type="git">git://anongit.gentoo.org/user/alexcepoi.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/alexcepoi.git</source>
- <feed>https://cgit.gentoo.org/user/alexcepoi.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/alexcepoi.git/rss/</feed> -->
- </repo>
<repo quality="experimental" status="official">
<name>alexxy</name>
- <description>Some random work in progress stuff from alexxy</description>
- <homepage>https://cgit.gentoo.org/dev/alexxy.git</homepage>
+ <description lang="en">Developer overlay</description>
+ <homepage>https://cgit.gentoo.org/dev/alexxy.git/</homepage>
<owner type="person">
<email>alexxy@gentoo.org</email>
<name>Alexey Shvetsov</name>
</owner>
<source type="git">https://anongit.gentoo.org/git/dev/alexxy.git</source>
<source type="git">git://anongit.gentoo.org/dev/alexxy.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/dev/alexxy.git</source>
+ <source type="git">git+ssh://git@git.gentoo.org/alexxy/alexxy.git</source>
<feed>https://cgit.gentoo.org/dev/alexxy.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/dev/alexxy.git/rss/</feed> -->
</repo>
<repo quality="experimental" status="unofficial">
- <name>aluco</name>
- <description lang="en">From drm-next to phoronix-test-suite ebuilds</description>
- <homepage>https://cgit.gentoo.org/user/aluco.git/</homepage>
+ <name>alxu</name>
+ <description lang="en">Alex Xu (Hello71) personal overlay</description>
+ <homepage>https://cgit.alxu.ca/gentoo-overlay.git/</homepage>
<owner type="person">
- <email>anthoine.bourgeois@gmail.com</email>
- <name>Anthoine Bourgeois</name>
+ <email>alex_y_xu@yahoo.ca</email>
+ <name>Alex Xu (Hello71)</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/user/aluco.git</source>
- <source type="git">git://anongit.gentoo.org/user/aluco.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/aluco.git</source>
- <feed>https://cgit.gentoo.org/user/aluco.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/aluco.git/rss/</feed> -->
+ <source type="git">https://git.alxu.ca/gentoo-overlay.git</source>
+ <feed>https://cgit.alxu.ca/gentoo-overlay.git/atom/</feed>
</repo>
- <repo quality="experimental" status="official">
- <name>alunduil</name>
- <description lang="en">alunduil's personal overlay</description>
- <homepage>https://github.com/alunduil/alunduil-overlay</homepage>
+ <repo quality="experimental" status="unofficial">
+ <name>amano-kenji</name>
+ <description lang="en">Personal overlay</description>
+ <homepage>https://codeberg.org/amano.kenji/gentoo-overlay</homepage>
<owner type="person">
- <email>alunduil@gentoo.org</email>
- <name>Alex Brandt</name>
+ <email>amano.kenji@proton.me</email>
+ <name>amano.kenji</name>
</owner>
- <source type="git">https://github.com/alunduil/alunduil-overlay.git</source>
- <source type="git">git://github.com/alunduil/alunduil-overlay.git</source>
- <source type="git">git@github.com:alunduil/alunduil-overlay.git</source>
- <feed>https://github.com/alunduil/alunduil-overlay/commits/master.atom</feed>
+ <source type="git">https://codeberg.org/amano.kenji/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@codeberg.org:amano.kenji/gentoo-overlay.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>amielke-overlay</name>
- <description>Overlay with focus on VDR and software that is not in Portage</description>
- <homepage>http://amielke.de/</homepage>
+ <name>ambasta</name>
+ <description lang="en">Personal overlay</description>
<owner type="person">
- <email>gentoo@amielke.de</email>
- <name>Andreas Mielke</name>
+ <email>amit.prakash.ambasta@gmail.com</email>
+ <name>Amit Prakash Ambasta</name>
</owner>
- <source type="git">git://github.com/amielke/amielke-overlay.git</source>
- <feed>http://github.com/feeds/amielke/commits/amielke-overlay/master</feed>
+ <source type="git">https://github.com/ambasta/ambasta.git</source>
+ <source type="git">git@github.com:ambasta/ambasta.git</source>
+ <feed>https://github.com/ambasta/ambasta/commits/main.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>amedeos</name>
+ <description lang="en">amedeos's personal overlay</description>
+ <homepage>https://github.com/amedeos/amedeos-overlay</homepage>
+ <owner type="person">
+ <email>amedeo@linux.com</email>
+ <name>Amedeo Salvati</name>
+ </owner>
+ <source type="git">https://github.com/amedeos/amedeos-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/amedeos/amedeos-overlay.git</source>
+ <feed>https://github.com/amedeos/amedeos-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="official">
<name>anarchy</name>
@@ -280,6 +267,18 @@ FIN
<!-- <feed>https://cgit.gentoo.org/dev/anarchy.git/rss/</feed> -->
</repo>
<repo quality="experimental" status="unofficial">
+ <name>anard</name>
+ <description lang="en">Anard's personnal repository, with some new ebuilds</description>
+ <homepage>https://github.com/Anard/anard-overlay</homepage>
+ <owner type="person">
+ <email>anard@free.fr</email>
+ <name>Anard</name>
+ </owner>
+ <source type="git">https://github.com/Anard/anard-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/Anard/anard-overlay.git</source>
+ <feed>https://github.com/Anard/anard-overlay/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
<name>anaximander</name>
<description lang="en">anaximander's user overlay</description>
<homepage>https://cgit.gentoo.org/user/anaximander.git/</homepage>
@@ -294,64 +293,27 @@ FIN
<!-- <feed>https://cgit.gentoo.org/user/anaximander.git/rss/</feed> -->
</repo>
<repo quality="experimental" status="unofficial">
- <name>and3k-sunrise</name>
- <description>and3ks unstable ebuilds</description>
- <homepage>https://github.com/and3k/and3k-sunrise</homepage>
- <owner type="person">
- <email>post@belahausmann.name</email>
- <name>Bela Hausmann</name>
- </owner>
- <source type="git">https://github.com/and3k/and3k-sunrise.git</source>
- <source type="git">git://github.com/and3k/and3k-sunrise.git</source>
- <source type="git">git@github.com:and3k/and3k-sunrise.git</source>
- <feed>https://github.com/and3k/and3k-sunrise/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
<name>anders-larsson</name>
<description>A few packages that are not hosted elsewhere.</description>
<homepage>https://github.com/anders-larsson/gentoo-overlay</homepage>
<owner type="person">
- <email>andla@thethundertemplars.com</email>
+ <email>anders.gentoo@larsson.xyz</email>
<name>Anders Larsson</name>
</owner>
<source type="git">https://github.com/anders-larsson/gentoo-overlay.git</source>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>andjscott</name>
- <description>Few ebuilds that others may find useful</description>
- <homepage>https://github.com/andjscott/overlays</homepage>
- <owner type="person">
- <email>andj.scott@gmail.com</email>
- </owner>
- <source type="git">https://github.com/andjscott/overlays.git</source>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>andy</name>
- <description lang="en">Development tools for embedded systems and misc stuff</description>
- <homepage>https://cgit.gentoo.org/user/andy.git/</homepage>
- <owner type="person">
- <email>andy@ndyk.de</email>
- <name>Andrew Karpow</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/user/andy.git</source>
- <source type="git">git://anongit.gentoo.org/user/andy.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/andy.git</source>
- <feed>https://cgit.gentoo.org/user/andy.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/andy.git/rss/</feed> -->
+ <source type="git">git+ssh://git@github.com/anders-larsson/gentoo-overlay.git</source>
</repo>
<repo quality="experimental" status="official">
- <name>angelos</name>
+ <name>andrey_utkin</name>
<description lang="en">Developer overlay</description>
- <homepage>https://cgit.gentoo.org/dev/angelos.git/</homepage>
+ <homepage>https://github.com/andrey-utkin/gentoo-overlay.git</homepage>
<owner type="person">
- <email>angelos@gentoo.org</email>
- <name>Christoph Mende</name>
+ <email>andrey_utkin@gentoo.org</email>
+ <name>andrey_utkin</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/dev/angelos.git</source>
- <source type="git">git://anongit.gentoo.org/dev/angelos.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/dev/angelos.git</source>
- <feed>https://cgit.gentoo.org/dev/angelos.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/dev/angelos.git/rss/</feed> -->
+ <source type="git">https://github.com/andrey-utkin/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/andrey-utkin/gentoo-overlay.git</source>
+ <feed>https://github.com/andrey-utkin/gentoo-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>anomen</name>
@@ -362,11 +324,22 @@ FIN
<name>anomen</name>
</owner>
<source type="git">https://github.com/anomen-s/anomen-overlay.git</source>
- <source type="git">git://github.com/anomen-s/anomen-overlay.git</source>
<source type="git">git@github.com:anomen-s/anomen-overlay.git</source>
<feed>https://github.com/anomen-s/anomen-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
+ <name>antons-matrix-overlay</name>
+ <description lang="en">Packages related to matrix.org messaging system</description>
+ <homepage>https://gitlab.com/anton.molyboha.group/gentoo/overlays/matrix</homepage>
+ <owner type="person">
+ <email>anton.stay.connected@gmail.com</email>
+ <name>Anton</name>
+ </owner>
+ <source type="git">https://gitlab.com/anton.molyboha.group/gentoo/overlays/matrix.git</source>
+ <source type="git">git+ssh://git@gitlab.com:anton.molyboha.group/gentoo/overlays/matrix.git</source>
+ <feed>https://gitlab.com/anton.molyboha.group/gentoo/overlays/matrix/-/commits/master?format=atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
<name>anyc</name>
<description lang="en">Testing ebuilds for out-of-tree applications</description>
<homepage>https://github.com/anyc/anyc-overlay</homepage>
@@ -375,67 +348,65 @@ FIN
<name>Mario Kicherer</name>
</owner>
<source type="git">https://github.com/anyc/anyc-overlay.git</source>
- <source type="git">git://github.com/anyc/anyc-overlay.git</source>
<source type="git">git@github.com:anyc/anyc-overlay.git</source>
<feed>https://github.com/anyc/anyc-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>arax-os-overlay</name>
- <description lang="en">Arax OS overlay</description>
- <homepage>https://github.com/arax-os/overlay</homepage>
+ <name>ap-overlay</name>
+ <description lang="en">Personal Gentoo Overlay</description>
+ <homepage>https://gitlab.com/AbhinavPraveen/ap-overlay</homepage>
<owner type="person">
- <email>arax@arnet.am</email>
+ <email>praveen@abhinav.pro</email>
+ <name>Abhinav Praveen</name>
</owner>
- <source type="git">https://github.com/arax-os/overlay.git</source>
- <source type="git">git://github.com/arax-os/overlay.git</source>
- <source type="git">git@github.com:arax-os/overlay.git</source>
- <feed>https://github.com/arax-os/overlay/commits/master.atom</feed>
+ <source type="git">https://gitlab.com/AbhinavPraveen/ap-overlay.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>archenroot</name>
- <description lang="en">ArchenROOT Gentoo Overlay</description>
- <homepage>https://github.com/archenroot/gentoo-overlay</homepage>
+ <name>apn</name>
+ <description lang="en">APN-Pucky's personal overlay</description>
+ <homepage>https://gitlab.com/APN-Pucky/gentoo-apn</homepage>
<owner type="person">
- <email>archenroot@gmail.com</email>
- <name>Ladislav Jech</name>
+ <email>alexander@neuwirth-informatik.de</email>
+ <name>Alexander Puck Neuwirth</name>
</owner>
- <source type="git">https://github.com/archenroot/gentoo-overlay.git</source>
+ <source type="git">https://gitlab.com/APN-Pucky/gentoo-apn.git</source>
+ <source type="git">git+ssh://git@gitlab.com/APN-Pucky/gentoo-apn.git</source>
+ <feed>https://gitlab.com/APN-Pucky/gentoo-apn/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>argent-main</name>
- <description>Argent Linux</description>
- <homepage>https://gitlab.com/argent/argent-main</homepage>
+ <name>apriluwu</name>
+ <description lang="en">apriluwu's personal overlay</description>
+ <homepage>https://github.com/apriluwu/gentoo-overlay</homepage>
<owner type="person">
- <email>stefan.cristian@rogentos.ro</email>
- <name>Stefan Cristian Brindusa</name>
+ <email>aaprilthemonth@gmail.com</email>
+ <name>April C.</name>
</owner>
- <source type="git">https://gitlab.com/argent/argent-main.git</source>
- <feed>https://gitlab.com/argent/argent-main/commits/master.atom</feed>
+ <source type="git">https://github.com/apriluwu/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/apriluwu/gentoo-overlay.git</source>
+ <feed>https://github.com/apriluwu/gentoo-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>argent-server</name>
- <description>Argent enterprise and servers oriented overlay of ebuilds</description>
- <homepage>https://gitlab.com/argent/argent-server.git</homepage>
+ <name>ArchFeh</name>
+ <description lang="en">ArchFeh's personal overlay</description>
+ <homepage>https://github.com/ArchFeh/ArchFeh-overlay</homepage>
<owner type="person">
- <email>stefan.cristian@rogentos.ro</email>
- <name>Stefan Cristian Brindusa</name>
+ <email>guyu2876@gmail.com</email>
+ <name>ArchFeh</name>
</owner>
- <source type="git">https://gitlab.com/argent/argent-server.git</source>
- <feed>https://gitlab.com/argent/argent-server/commits/master.atom</feed>
+ <source type="git">https://github.com/ArchFeh/ArchFeh-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/ArchFeh/ArchFeh-overlay.git</source>
+ <feed>https://github.com/ArchFeh/ArchFeh-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>Armageddon</name>
- <description lang="en">User overlay</description>
- <homepage>https://cgit.gentoo.org/user/Armageddon.git/</homepage>
+ <name>argent-main</name>
+ <description>Argent Linux</description>
+ <homepage>https://gitlab.com/argent/argent-main</homepage>
<owner type="person">
- <email>ThyArmageddon+Gentoo@Gmail.com</email>
- <name>Elijah El Lazkani (Armageddon)</name>
+ <email>stefan.cristian+gentoo@rogentos.ro</email>
+ <name>Stefan Cristian Brindusa</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/user/Armageddon.git</source>
- <source type="git">git://anongit.gentoo.org/user/Armageddon.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/Armageddon.git</source>
- <feed>https://cgit.gentoo.org/user/Armageddon.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/Armageddon.git/rss/</feed> -->
+ <source type="git">https://gitlab.com/argent/argent-main.git</source>
+ <feed>https://gitlab.com/argent/argent-main/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>arx-libertatis</name>
@@ -446,7 +417,19 @@ FIN
<name>Daniel Scharrer</name>
</owner>
<source type="git">https://github.com/arx/ArxGentoo.git</source>
- <source type="git">git://github.com/arx/ArxGentoo.git</source>
+ <source type="git">git+ssh://git@github.com/arx/ArxGentoo.git</source>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>asahi</name>
+ <description lang="en">Asahi Linux Overlay - support for Apple Silicon Macs</description>
+ <homepage>https://github.com/chadmed/asahi-overlay</homepage>
+ <owner type="person">
+ <email>jcalligeros99@gmail.com</email>
+ <name>James Calligeros</name>
+ </owner>
+ <source type="git">https://github.com/chadmed/asahi-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/chadmed/asahi-overlay.git</source>
+ <feed>https://github.com/chadmed/asahi-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>AstroFloyd</name>
@@ -463,67 +446,39 @@ FIN
<!-- <feed>https://cgit.gentoo.org/user/AstroFloyd.git/rss/</feed> -->
</repo>
<repo quality="experimental" status="unofficial">
- <name>atom</name>
- <description lang="en">Atom Overlay</description>
- <homepage>https://github.com/elprans/atom-overlay</homepage>
+ <name>audio-overlay</name>
+ <description lang="en">Pro audio overlay. Please file bugs or package suggestions at https://github.com/gentoo-audio/audio-overlay/issues/new</description>
+ <homepage>https://github.com/gentoo-audio/audio-overlay</homepage>
+ <owner type="project">
+ <email>audio-overlay@googlegroups.com</email>
+ <name>Audio overlay</name>
+ </owner>
+ <source type="git">https://github.com/gentoo-audio/audio-overlay.git</source>
+ <source type="git">git@github.com:gentoo-audio/audio-overlay.git</source>
+ <feed>https://github.com/gentoo-audio/audio-overlay/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>average</name>
+ <description lang="en">Personal playground for some ebuilds not found elsewhere</description>
+ <homepage>https://github.com/AnAverageHuman/average</homepage>
<owner type="person">
- <email>elprans@gmail.com</email>
- <name>Elvis Pranskevichus</name>
+ <email>jeffrey@icurse.nl</email>
+ <name>Jeffrey Lin</name>
</owner>
- <source type="git">https://github.com/elprans/atom-overlay.git</source>
- <feed>https://github.com/elprans/atom-overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/AnAverageHuman/average.git</source>
+ <source type="git">git+ssh://git@github.com/AnAverageHuman/average.git</source>
+ <feed>https://github.com/AnAverageHuman/average/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>awesome</name>
<description lang="en">Awesome ebuilds</description>
<homepage>https://gitlab.awesome-it.de/overlays/awesome</homepage>
<owner type="person">
- <email>info@awesome-it.de</email>
- <name>Daniel Morlock</name>
+ <email>info@awesome-it.de</email>
+ <name>Daniel Morlock</name>
</owner>
<source type="git">https://gitlab.awesome-it.de/overlays/awesome.git</source>
</repo>
- <repo quality="experimental" status="official">
- <name>axs</name>
- <description lang="en">Developer overlay</description>
- <homepage>https://cgit.gentoo.org/dev/axs.git/</homepage>
- <owner type="person">
- <email>axs@gentoo.org</email>
- <name>Ian Stakenvicius</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/dev/axs.git</source>
- <source type="git">git://anongit.gentoo.org/dev/axs.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/dev/axs.git</source>
- <feed>https://cgit.gentoo.org/dev/axs.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/dev/axs.git/rss/</feed> -->
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>AzP</name>
- <description lang="en">Peter's own software playground</description>
- <homepage>https://cgit.gentoo.org/user/AzP.git/</homepage>
- <owner type="person">
- <email>peterasplund@gentoo.se</email>
- <name>Peter Asplund</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/user/AzP.git</source>
- <source type="git">git://anongit.gentoo.org/user/AzP.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/AzP.git</source>
- <feed>https://cgit.gentoo.org/user/AzP.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/AzP.git/rss/</feed> -->
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>bar</name>
- <description lang="en">Ebuilds that end up in Funtoo ports-2012</description>
- <homepage>https://github.com/tokiclover/bar-overlay</homepage>
- <owner type="person">
- <email>tokiclover@gmail.com</email>
- <name>tokiclover</name>
- </owner>
- <source type="git">https://github.com/tokiclover/bar-overlay.git</source>
- <source type="git">git://github.com/tokiclover/bar-overlay.git</source>
- <source type="git">git@github.com:tokiclover/bar-overlay.git</source>
- <feed>https://github.com/tokiclover/bar-overlay/commits/master.atom</feed>
- </repo>
<repo quality="experimental" status="unofficial">
<name>barnowl</name>
<description lang="en">BarnOwl IM client</description>
@@ -533,49 +488,49 @@ FIN
<name>William Throwe</name>
</owner>
<source type="git">https://github.com/wthrowe/barnowl-overlay.git</source>
- <source type="git">git://github.com/wthrowe/barnowl-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/wthrowe/barnowl-overlay.git</source>
<feed>https://github.com/wthrowe/barnowl-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>barzog-overlay</name>
- <description lang="en">Oleg Gawriloff's overlay</description>
- <homepage>https://github.com/barzog/barzog-gentoo-overlay</homepage>
+ <name>beatussum-overlay</name>
+ <description lang="en">Beatussum's overlay</description>
+ <description lang="fr">Overlay de Beatussum</description>
+ <longdescription lang="en">
+ My Gentoo overlay aims to provide some packages that are not (yet) in the main Gentoo tree.
+ </longdescription>
+ <longdescription lang="fr">
+ Mon overlay a pour but de fournir certains paquets qui ne sont pas (encore) disponibles dans l'arbre principal.
+ </longdescription>
+ <homepage>https://github.com/beatussum/beatussum-overlay</homepage>
<owner type="person">
- <email>barzog@telecom.by</email>
- <name>Oleg Gawriloff</name>
+ <email>beatussum@protonmail.com</email>
+ <name>Mattéo Rossillol--Laruelle</name>
</owner>
- <source type="git">https://github.com/barzog/barzog-gentoo-overlay.git</source>
- <source type="git">git://github.com/barzog/barzog-gentoo-overlay.git</source>
- <source type="git">git@github.com:barzog/barzog-gentoo-overlay.git</source>
- <feed>https://github.com/barzog/barzog-gentoo-overlay/commits/master</feed>
+ <source type="git">https://github.com/beatussum/beatussum-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/beatussum/beatussum-overlay.git</source>
+ <feed>https://github.com/beatussum/beatussum-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>benf</name>
- <description lang="en">ben's overlay</description>
- <homepage>https://cgit.gentoo.org/user/benf.git/</homepage>
+ <name>bell07</name>
+ <description>Some ebuilds not found in other overlays, including my server and desktop (xfce) profiles</description>
<owner type="person">
- <email>benjaminfranzke@gmail.com</email>
- <name>Benjamin Franzke</name>
+ <email>web.alexander@web.de</email>
+ <name>Alexander Weber (bell07)</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/user/benf.git</source>
- <source type="git">git://anongit.gentoo.org/user/benf.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/benf.git</source>
- <feed>https://cgit.gentoo.org/user/benf.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/benf.git/rss/</feed> -->
+ <source type="git">https://github.com/bell07/gentoo-bell07_overlay.git</source>
+ <source type="git">git+ssh://git@github.com/bell07/gentoo-bell07_overlay.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>benklop</name>
- <description lang="en">Customized Media Center ebuilds (benklop)</description>
- <homepage>https://cgit.gentoo.org/user/benklop.git/</homepage>
+ <name>benzene-overlay</name>
+ <description lang="en">Universebenzene's personal Gentoo overlay</description>
+ <homepage>https://github.com/Universebenzene/benzene-overlay</homepage>
<owner type="person">
- <email>benklop@gmail.com</email>
- <name>Ben Klopfenstein</name>
+ <email>universebenzene@sina.com</email>
+ <name>Universebenzene</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/user/benklop.git</source>
- <source type="git">git://anongit.gentoo.org/user/benklop.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/benklop.git</source>
- <feed>https://cgit.gentoo.org/user/benklop.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/benklop.git/rss/</feed> -->
+ <source type="git">https://github.com/Universebenzene/benzene-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/Universebenzene/benzene-overlay.git</source>
+ <feed>https://github.com/Universebenzene/benzene-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>bes</name>
@@ -586,34 +541,9 @@ FIN
<name>Vladimir Varlamov</name>
</owner>
<source type="git">https://github.com/bes-internal/gentoo-overlay-bes.git</source>
- <source type="git">git://github.com/bes-internal/gentoo-overlay-bes.git</source>
<source type="git">git@github.com:bes-internal/gentoo-overlay-bes.git</source>
<feed>https://github.com/bes-internal/gentoo-overlay-bes/commits/master.atom</feed>
</repo>
- <repo quality="experimental" status="official">
- <name>betagarden</name>
- <description lang="en">Joint beta-quality overlay effort to reduce overlay scatter. Any dev is welcome to join.</description>
- <homepage>https://cgit.gentoo.org/proj/betagarden.git/</homepage>
- <owner type="project">
- <email>betagarden@gentoo.org</email>
- <name>Team Betagarden</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/proj/betagarden.git</source>
- <source type="git">git://anongit.gentoo.org/proj/betagarden.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/proj/betagarden.git</source>
- <feed>https://cgit.gentoo.org/proj/betagarden.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/proj/betagarden.git/rss/</feed> -->
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>bezerker</name>
- <description>Bezerker's Packages</description>
- <homepage>http://github.com/bezerker/gentoo-overlay</homepage>
- <owner type="person">
- <email>bezerker@bezerker.org</email>
- <name>Bezerker</name>
- </owner>
- <source type="git">https://github.com/bezerker/gentoo-overlay.git</source>
- </repo>
<repo quality="experimental" status="unofficial">
<name>bibletime</name>
<description lang="en">BibleTime overlay</description>
@@ -628,19 +558,17 @@ FIN
<feed>https://cgit.gentoo.org/user/bibletime.git/atom/</feed>
<!-- <feed>https://cgit.gentoo.org/user/bibletime.git/rss/</feed> -->
</repo>
- <repo quality="experimental" status="official">
- <name>bicatali</name>
- <description lang="en">Developer overlay</description>
- <homepage>https://cgit.gentoo.org/dev/bicatali.git/</homepage>
+ <repo quality="experimental" status="unofficial">
+ <name>binaryden</name>
+ <description lang="en">Overlay for Cinnamon and other Gentoo packages</description>
+ <homepage>https://github.com/tkemmer/binaryden</homepage>
<owner type="person">
- <email>bicatali@gentoo.org</email>
- <name>Sébastien Fabbro</name>
+ <email>thomas@binaryden.de</email>
+ <name>Thomas Kemmer</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/dev/bicatali.git</source>
- <source type="git">git://anongit.gentoo.org/dev/bicatali.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/dev/bicatali.git</source>
- <feed>https://cgit.gentoo.org/dev/bicatali.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/dev/bicatali.git/rss/</feed> -->
+ <source type="git">https://github.com/tkemmer/binaryden.git</source>
+ <source type="git">git+ssh://git@github.com/tkemmer/binaryden.git</source>
+ <feed>https://github.com/tkemmer/binaryden/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="official">
<name>bircoph</name>
@@ -657,105 +585,26 @@ FIN
<!-- <feed>https://cgit.gentoo.org/dev/bircoph.git/rss/</feed> -->
</repo>
<repo quality="experimental" status="unofficial">
- <name>bitcetera</name>
- <description lang="en">Miscellaneous Gentoo ebuilds</description>
- <homepage>https://github.com/svoop/bitcetera-overlay</homepage>
- <owner type="person">
- <email>gentoo@bitcetera.com</email>
- <name>Sven Schwyn</name>
- </owner>
- <source type="git">https://github.com/svoop/bitcetera-overlay.git</source>
- <source type="git">git://github.com/svoop/bitcetera-overlay.git</source>
- <source type="git">git@github.com:svoop/bitcetera-overlay.git</source>
- <feed>https://github.com/svoop/bitcetera-overlay/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
<name>bitcoin</name>
<description>Bitcoin and CPU/GPU mining related ebuilds</description>
<homepage>https://gitlab.com/bitcoin/gentoo.git</homepage>
<owner type="person">
- <email>flo@geekplace.eu</email>
+ <email>flow@gentoo.org</email>
<name>Florian Schmaus</name>
</owner>
<source type="git">https://gitlab.com/bitcoin/gentoo.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>blawheen-overlay</name>
- <description>Personal overlay for experimenting (read: breaking things)</description>
- <homepage>https://github.com/blawheen/blawheen-overlay</homepage>
- <owner type="person">
- <email>blawheen@gmail.com</email>
- <name>Bláithín Nic Aoidh</name>
- </owner>
- <source type="git">https://github.com/blawheen/blawheen-overlay.git</source>
- <source type="git">git://github.com/blawheen/blawheen-overlay.git</source>
- <source type="git">git@github.com:blawheen/blawheen-overlay.git</source>
- <feed>https://github.com/blawheen/blawheen-overlay/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>bleeding-edge</name>
- <description>Gentoo ebuilds for "bleeding edge" versions of packages - newest, untested - running on ~amd64.</description>
- <homepage>http://cgit.gentoo.org/repo/user/bleeding-edge.git/</homepage>
- <owner type="person">
- <email>jasiupsota@gmail.com</email>
- <name>Jan Psota</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/repo/user/bleeding-edge.git</source>
- <source type="git">git://anongit.gentoo.org/repo/user/bleeding-edge</source>
- <source type="git">git+ssh://git@git.gentoo.org/repo/user/bleeding-edge.git</source>
- <feed>https://cgit.gentoo.org/repo/user/bleeding-edge.git/atom/</feed>
- </repo>
- <repo quality="experimental" status="official">
- <name>blender-gentoo-logo</name>
- <description lang="en">Software needed to render the Blender-based gentoo Logo of 2003</description>
- <homepage>https://github.com/gentoo/blender-gentoo-logo-overlay</homepage>
- <owner type="person">
- <email>sping@gentoo.org</email>
- <name>Sebastian Pipping</name>
- </owner>
- <source type="git">https://github.com/gentoo/blender-gentoo-logo-overlay.git</source>
- <source type="git">git://github.com/gentoo/blender-gentoo-logo-overlay.git</source>
- <source type="git">git@github.com:gentoo/blender-gentoo-logo-overlay.git</source>
- <feed>https://github.com/gentoo/blender-gentoo-logo-overlay/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>bliss-overlay</name>
- <description>FearedBliss's Gentoo Overlay</description>
- <homepage>https://github.com/fearedbliss</homepage>
- <owner type="person">
- <email>jvasquez1011@gmail.com</email>
- </owner>
- <source type="git">https://github.com/fearedbliss/bliss-overlay.git</source>
- <source type="git">git://github.com:fearedbliss/bliss-overlay.git</source>
- <source type="git">git@github.com:fearedbliss/bliss-overlay.git</source>
- <feed>https://github.com/fearedbliss/bliss-overlay/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>bloody</name>
- <description lang="en">krita bleeding edge and artists tools/resources</description>
- <homepage>https://github.com/bloodywing/bloody</homepage>
- <owner type="person">
- <email>bloodywing@neocomy.net</email>
- <name>Pierre Geier</name>
- </owner>
- <source type="git">https://github.com/bloodywing/bloody.git</source>
- <source type="git">git://github.com/bloodywing/bloody.git</source>
- <source type="git">git@github.com:bloodywing/bloody.git</source>
- <feed>https://github.com/bloodywing/bloody/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="official">
- <name>blueness</name>
- <description>Developer Overlay</description>
- <homepage>https://cgit.gentoo.org/dev/blueness.git/</homepage>
+ <name>blackburn29</name>
+ <description lang="en">collection of various development ebuilds</description>
+ <homepage>https://github.com/blackburn29/blackburn29-overlay</homepage>
<owner type="person">
- <email>blueness@gentoo.org</email>
- <name>Anthony G. Basile</name>
+ <email>blackburn2929@gmail.com</email>
+ <name>Blake LaFleur</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/dev/blueness.git</source>
- <source type="git">git://anongit.gentoo.org/dev/blueness</source>
- <source type="git">git+ssh://git@git.gentoo.org/dev/blueness.git</source>
- <feed>https://cgit.gentoo.org/dev/blueness.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/dev/blueness.git/rss/</feed> -->
+ <source type="git">https://github.com/blackburn29/blackburn29-overlay.git</source>
+ <source type="git">git@github.com:blackburn29/blackburn29-overlay.git</source>
+ <feed>https://github.com/blackburn29/blackburn29-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>bobwya</name>
@@ -766,11 +615,22 @@ FIN
<name>Bob Wya</name>
</owner>
<source type="git">https://github.com/bobwya/miscellaneous_ebuilds.git</source>
- <source type="git">git://github.com/bobwya/miscellaneous_ebuilds.git</source>
<source type="git">git@github.com:bobwya/miscellaneous_ebuilds.git</source>
<feed>https://github.com/bobwya/miscellaneous_ebuilds/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
+ <name>bombo82</name>
+ <description lang="en">Bombo82's own gentoo overlay</description>
+ <homepage>https://github.com/bombo82/bombo82-overlay</homepage>
+ <owner type="person">
+ <email>bombo82@giannibombelli.it</email>
+ <name>Gianni Bombelli (bombo82)</name>
+ </owner>
+ <source type="git">https://github.com/bombo82/bombo82-overlay.git</source>
+ <source type="git">git@github.com:bombo82/bombo82-overlay.git</source>
+ <feed>https://github.com/bombo82/bombo82-overlay/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
<name>booboo</name>
<description>L29Ah personal overlay</description>
<homepage>https://github.com/l29ah/booboo</homepage>
@@ -779,9 +639,22 @@ FIN
<name>Sergey Alirzaev</name>
</owner>
<source type="git">https://github.com/l29ah/booboo.git</source>
+ <source type="git">git+ssh://git@github.com/l29ah/booboo.git</source>
<feed>https://github.com/l29ah/booboo/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
+ <name>bratishkaerik-overlay</name>
+ <description lang="en">Personal overlay + Zig stuff</description>
+ <homepage>https://git.sr.ht/~bratishkaerik/bratishkaerik-overlay</homepage>
+ <owner type="person">
+ <email>bratishkaerik@landless-city.net</email>
+ <name>Eric Joldasov</name>
+ </owner>
+ <source type="git">https://git.sr.ht/~bratishkaerik/bratishkaerik-overlay</source>
+ <source type="git">ssh://git@git.sr.ht:~bratishkaerik/bratishkaerik-overlay</source>
+ <feed>https://git.sr.ht/~bratishkaerik/bratishkaerik-overlay/log/main/rss.xml</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
<name>brother-overlay</name>
<description lang="en">Brother printer and scanner software</description>
<homepage>https://github.com/stefan-langenmaier/brother-overlay</homepage>
@@ -790,11 +663,29 @@ FIN
<name>Stefan Langenmaier</name>
</owner>
<source type="git">https://github.com/stefan-langenmaier/brother-overlay.git</source>
- <source type="git">git://github.com/stefan-langenmaier/brother-overlay.git</source>
<source type="git">git@github.com:stefan-langenmaier/brother-overlay.git</source>
<feed>https://github.com/stefan-langenmaier/brother-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
+ <name>broverlay</name>
+ <description lang="en">
+ Overlay containing ebuilds made by a small Gentoo community, learning how to do them.
+ The focus is to have general-purpose ebuilds, available to everyone.
+ </description>
+ <description lang="pt">
+ Overlay contendo ebuilds feitas por uma pequena comunidade de usuários de Gentoo, aprendendo como faze-los.
+ O foco é ter pacotes de propósito geral, disponível para todos.
+ </description>
+ <homepage>https://github.com/BROverlay/overlay</homepage>
+ <owner type="person">
+ <email>redson@riseup.net</email>
+ <name>Redson dos Santos Silva</name>
+ </owner>
+ <source type="git">https://github.com/BROverlay/overlay.git</source>
+ <source type="git">git+ssh://git@github.com:BROverlay/overlay.git</source>
+ <feed>https://github.com/BROverlay/overlay/commits/main.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
<name>bubba</name>
<description lang="en">"Bubba" platform support for Excito B2|3</description>
<homepage>https://github.com/gordonb3/bubba-overlay</homepage>
@@ -803,16 +694,18 @@ FIN
<name>Gordon Bos</name>
</owner>
<source type="git">https://github.com/gordonb3/bubba-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/gordonb3/bubba-overlay.git</source>
</repo>
<repo quality="experimental" status="unofficial">
<name>bumblebee</name>
<description lang="en">Packages related to the bumblebee project</description>
<homepage>https://github.com/Bumblebee-Project/bumblebee-gentoo/</homepage>
<owner type="person">
- <email>gentoo@mva.name</email>
+ <email>mva@gentoo.org</email>
<name>Vadim A. Misbakh-Soloviov</name>
</owner>
- <source type="git">git://github.com/Bumblebee-Project/bumblebee-gentoo</source>
+ <source type="git">https://github.com/Bumblebee-Project/bumblebee-gentoo.git</source>
+ <source type="git">git+ssh://git@github.com/Bumblebee-Project/bumblebee-gentoo.git</source>
<feed>https://github.com/Bumblebee-Project/bumblebee-gentoo/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
@@ -824,22 +717,20 @@ FIN
<name>Denis Buzdalov</name>
</owner>
<source type="git">https://github.com/buzden/buzden-overlay.git</source>
- <source type="git">git://github.com/buzden/buzden-overlay.git</source>
<source type="git">git@github.com:buzden/buzden-overlay.git</source>
<feed>https://github.com/buzden/buzden-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>c2p-overlay</name>
- <description>Personal overlay of Karol Grudziński</description>
- <homepage>https://github.com/karolgrudzinski/c2p-overlay</homepage>
+ <name>CachyOS-kernels</name>
+ <description lang="en">Overlay containing ebuilds of CachyOS kernels and some other things</description>
+ <homepage>https://github.com/Szowisz/CachyOS-kernels</homepage>
<owner type="person">
- <email>krlgrudzinski+gentoo@gmail.com</email>
- <name>Karol Grudziński</name>
+ <email>szowisz.gentoo@gmail.com</email>
+ <name>Jakub Wroński</name>
</owner>
- <source type="git">https://github.com/karolgrudzinski/c2p-overlay.git</source>
- <source type="git">git://github.com/karolgrudzinski/c2p-overlay.git</source>
- <source type="git">git+ssh://git@github.com:karolgrudzinski/c2p-overlay.git</source>
- <feed>https://github.com/karolgrudzinski/c2p-overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/Szowisz/CachyOS-kernels.git</source>
+ <source type="git">git+ssh://git@github.com/Szowisz/CachyOS-kernels.git</source>
+ <feed>https://github.com/Szowisz/CachyOS-kernels/commits/main.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>calculate</name>
@@ -848,106 +739,110 @@ FIN
<owner type="person">
<email>at@calculate.ru</email>
</owner>
- <source type="git">git://git.calculate.ru/calculate/overlay.git</source>
+ <source type="git">git://git.calculate-linux.org/calculate/calculate-overlay.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>carreira</name>
- <description lang="en">Overlay for personal project and forks</description>
- <homepage>https://cgit.gentoo.org/user/carreira.git/</homepage>
+ <name>calendulish</name>
+ <description lang="en">calendulish Gentoo Overlay</description>
+ <homepage>https://github.com/calendulish/Overlays</homepage>
<owner type="person">
- <email>jfmcarreira@gmail.com</email>
- <name>Joao Carreira</name>
+ <email>dev@lara.monster</email>
+ <name>Lara Maia</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/user/carreira.git</source>
- <source type="git">git://anongit.gentoo.org/user/carreira.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/carreira.git</source>
- <feed>https://cgit.gentoo.org/user/carreira.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/carreira.git/rss/</feed> -->
+ <source type="git">https://github.com/calendulish/Overlays.git</source>
+ <source type="git">git+ssh://git@github.com/calendulish/Overlays.git</source>
+ <feed>https://github.com/calendulish/Overlays/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>causelay</name>
- <description>Ari Malinen's personal overlay</description>
- <homepage>https://github.com/causes-/causelay</homepage>
+ <name>canutethegreat-overlay</name>
+ <description lang="en">Overlay for personal projects, forks, and customizations</description>
+ <homepage>http://gentoo.canutethegreat.com/</homepage>
<owner type="person">
- <email>ari.malinen@gmail.com</email>
- <name>Ari Malinen</name>
+ <email>canutethegreat@gmail.com</email>
+ <name>Ronald Farrer</name>
</owner>
- <source type="git">https://github.com/causes-/causelay.git</source>
- <source type="git">git@github.com:causes-/causelay.git</source>
- <feed>https://github.com/causes-/causelay/commits/master.atom</feed>
+ <source type="git">https://github.com/CanuteTheGreat/canutethegreat-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/CanuteTheGreat/canutethegreat-overlay.git</source>
+ <feed>https://github.com/CanuteTheGreat/canutethegreat-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>centerim</name>
- <description>Latest tarballs from the CenterIM Mob-branch and a live ebuild.</description>
- <homepage>http://github.com/transacid/CenterIM-overlay</homepage>
+ <name>Case_Of</name>
+ <description lang="en">Personal overlay</description>
+ <homepage>https://codeberg.org/Case_Of/gentoo-overlay</homepage>
<owner type="person">
- <email>transacid@centerim.org</email>
- <name>Boris "transacid" Petersen</name>
+ <email>gentoo@retornaz.com</email>
+ <name>Quentin Retornaz</name>
</owner>
- <source type="git">git://github.com/transacid/CenterIM-overlay.git</source>
- <source type="git">http://github.com/transacid/CenterIM-overlay.git</source>
- <feed>http://github.com/feeds/transacid/commits/CenterIM-overlay/master</feed>
+ <source type="git">https://codeberg.org/Case_Of/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@codeberg.org/Case_Of/gentoo-overlay.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>cg</name>
- <description>Computer graphics ebuilds for gentoo</description>
- <homepage>http://github.com/brothermechanic/cg</homepage>
+ <name>cdlp</name>
+ <description>Random/Custom ebuilds, no-(dbus,systemd,pam,polkit,elogind ...) stuff</description>
+ <homepage>https://codeberg.org/phranz/cdlp</homepage>
<owner type="person">
- <email>brothermechanic@gmail.com</email>
+ <email>phranz@subfc.net</email>
+ <name>Francesco Palumbo</name>
</owner>
- <source type="git">https://github.com/brothermechanic/cg.git</source>
+ <source type="git">https://codeberg.org/phranz/cdlp.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>chaos</name>
- <description>Personal overlay</description>
- <homepage>http://github.com/chaoskagami/chaos-overlay</homepage>
+ <name>ceamac</name>
+ <description lang="en">This is a small Gentoo overlay with ebuilds that I could not find elsewhere or that I had to modify for some reason.</description>
+ <homepage>https://github.com/ceamac/overlay</homepage>
<owner type="person">
- <email>chaos.kagami@gmail.com</email>
- <name>Jon Feldman</name>
+ <email>ceamac@gentoo.org</email>
+ <name>Viorel Munteanu</name>
</owner>
- <source type="git">https://github.com/chaoskagami/chaos-overlay.git</source>
- <source type="git">git://github.com/chaoskagami/chaos-overlay.git</source>
- <feed>https://github.com/feeds/chaoskagami/commits/chaos-overlay/master</feed>
+ <source type="git">https://github.com/ceamac/overlay.git</source>
+ <source type="git">git+ssh://git@github.com/ceamac/overlay.git</source>
+ <feed>https://github.com/ceamac/overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>chemoelectric</name>
- <description lang="en">Personal overlay of Barry Schwartz</description>
- <homepage>https://bitbucket.org/chemoelectric/chemoelectric-overlay</homepage>
+ <name>certbot-dns-plugins</name>
+ <description lang="en">Overlay for the DNS plugins of the ACME client certbot</description>
+ <homepage>https://github.com/osirisinferi/certbot-dns-plugins-overlay</homepage>
<owner type="person">
- <email>chemoelectric@chemoelectric.org</email>
- <name>Barry Schwartz</name>
+ <email>gentoo@flut.nl.eu.org</email>
+ <name>Osiris Inferi</name>
</owner>
- <source type="git">https://bitbucket.org/chemoelectric/chemoelectric-overlay.git</source>
- <source type="git">git@bitbucket.org:chemoelectric/chemoelectric-overlay.git</source>
- <feed>https://bitbucket.org/chemoelectric/chemoelectric-overlay/atom</feed>
- <feed>https://bitbucket.org/chemoelectric/chemoelectric-overlay/rss</feed>
+ <source type="git">https://github.com/osirisinferi/certbot-dns-plugins-overlay.git</source>
+ <source type="git">git@github.com:osirisinferi/certbot-dns-plugins-overlay.git</source>
+ <feed>https://github.com/osirisinferi/certbot-dns-plugins-overlay/commits/main.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>chrytoo</name>
- <description lang="en">Personal overlay for packages that usually aren't in the official repository...</description>
- <homepage>https://github.com/chrytoo/gentoo-overlay</homepage>
+ <name>cg</name>
+ <description>Computer graphics ebuilds for gentoo</description>
+ <homepage>https://github.com/brothermechanic/cg</homepage>
<owner type="person">
- <email>chry7oo@gmail.com</email>
- <name>Miloš Đ. Omeragić</name>
+ <email>brothermechanic@gmail.com</email>
</owner>
- <source type="git">https://github.com/chrytoo/gentoo-overlay.git</source>
- <source type="git">git://github.com/chrytoo/gentoo-overlay.git</source>
- <source type="git">git@github.com:chrytoo/gentoo-overlay.git</source>
- <feed>https://github.com/chrytoo/gentoo-overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/brothermechanic/cg.git</source>
+ <source type="git">git+ssh://git@github.com/brothermechanic/cg.git</source>
</repo>
- <repo quality="experimental" status="official">
- <name>chutzpah</name>
- <description>Random stuff I am working on which isn't ready for the tree for some reason</description>
- <homepage>https://cgit.gentoo.org/dev/chutzpah.git/</homepage>
+ <repo quality="experimental" status="unofficial">
+ <name>chiyuki-overlay</name>
+ <description lang="en">Chiyuki's Personal Gentoo Linux Overlay</description>
+ <homepage>https://github.com/IllyaTheHath/gentoo-overlay</homepage>
<owner type="person">
- <email>chutzpah@gentoo.org</email>
- <name>Patrick McLean</name>
+ <email>illyathehath@outlook.com</email>
+ <name>Chiyuki Kagura</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/dev/chutzpah.git</source>
- <source type="git">git://anongit.gentoo.org/dev/chutzpah</source>
- <source type="git">git+ssh://git@git.gentoo.org/dev/chutzpah.git</source>
- <feed>https://cgit.gentoo.org/dev/chutzpah.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/dev/chutzpah.git/rss/</feed> -->
+ <source type="git">https://github.com/IllyaTheHath/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com:IllyaTheHath/gentoo-overlay.git</source>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>chymeric</name>
+ <description lang="en">Overlay for scientific software and desktop minimalism</description>
+ <homepage>https://github.com/TheChymera/overlay</homepage>
+ <owner type="person">
+ <email>gentoo@chymera.eu</email>
+ <name>Horea Christian</name>
+ </owner>
+ <source type="git">https://github.com/TheChymera/overlay.git</source>
+ <source type="git">git://github.com/TheChymera/overlay.git</source>
+ <source type="git">git+ssh://git@github.com/TheChymera/overlay.git</source>
+ <feed>https://github.com/TheChymera/overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="official">
<name>cj-overlay</name>
@@ -956,19 +851,32 @@ FIN
<owner type="person">
<email>junghans@gentoo.org</email>
</owner>
- <source type="git">git://github.com/junghans/cj-overlay</source>
+ <source type="git">https://github.com/junghans/cj-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/junghans/cj-overlay.git</source>
<feed>https://github.com/junghans/cj-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>concaveoverlay</name>
- <description lang="en">KNX32542's overlay.</description>
- <homepage>https://gitlab.com/KNX32542/overlay</homepage>
+ <name>cosmicmod-overlay</name>
+ <description>CosmicMod Overlay</description>
+ <homepage>https://github.com/cosmicoz/cosmicmod-overlay</homepage>
+ <owner type="person">
+ <email>oz@cosmicmod.net</email>
+ <name>Oz</name>
+ </owner>
+ <source type="git">https://github.com/cosmicoz/cosmicmod-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/cosmicoz/cosmicmod-overlay.git</source>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>cova</name>
+ <description lang="en">Fabio Coatti Personal Overlay</description>
+ <homepage>https://github.com/cova-fe/cova-overlay</homepage>
<owner type="person">
- <email>kawinnikom@gmail.com</email>
- <name>Kawin Nikomborirak</name>
+ <email>fabio.coatti@gmail.com</email>
+ <name>Fabio Coatti</name>
</owner>
- <source type="git">https://gitlab.com/KNX32542/overlay.git</source>
- <feed>https://gitlab.com/KNX32542/overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/cova-fe/cova-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/cova-fe/cova-overlay.git</source>
+ <feed>https://github.com/cova-fe/cova-overlay/commits/main.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>crossdev</name>
@@ -976,120 +884,48 @@ FIN
<description lang="ru">Пакеты для встраиваемых систем</description>
<homepage>https://github.com/alphallc/crossdev/</homepage>
<owner type="person">
- <email>gentoo@mva.name</email>
+ <email>mva@gentoo.org</email>
<name>Vadim A. Misbakh-Soloviov</name>
</owner>
- <source type="git">git://github.com/alphallc/crossdev</source>
+ <source type="git">https://github.com/alphallc/crossdev.git</source>
+ <source type="git">git+ssh://git@github.com/alphallc/crossdev.git</source>
<feed>https://github.com/alphallc/crossdev/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>cvut</name>
- <description>A Gentoo overlay of CTU</description>
- <homepage>https://github.com/cvut/gentoo-overlay/</homepage>
+ <name>dargor</name>
+ <description lang="en">Personal overlay for packages I care of</description>
+ <homepage>https://github.com/dargor/dargor_gentoo_overlay</homepage>
<owner type="person">
- <email>jakub@jirutka.cz</email>
- <name>Jakub Jirutka (Czech Technical University in Prague)</name>
+ <email>linder.gabriel@gmail.com</email>
+ <name>Gabriel Linder</name>
</owner>
- <source type="git">https://github.com/cvut/gentoo-overlay.git</source>
- <source type="git">git://github.com/cvut/gentoo-overlay.git</source>
- <feed>https://github.com/cvut/gentoo-overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/dargor/dargor_gentoo_overlay.git</source>
+ <source type="git">git@github.com:dargor/dargor_gentoo_overlay.git</source>
+ <feed>https://github.com/dargor/dargor_gentoo_overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>cynede</name>
- <description lang="en">Gentoo user overlay</description>
- <homepage>https://github.com/Heather/gentoo-cynede</homepage>
+ <name>darkelf</name>
+ <description lang="en">Overlay focusing on improved user experience for working in darkness on Xfce or zsh (including vim)</description>
+ <homepage>https://cgit.gentoo.org/repo/user/darkelf.git</homepage>
<owner type="person">
- <email>cynede@gentoo.org</email>
- <name>Mikhail Pukhlikov</name>
+ <email>sur3@gmx.de</email>
+ <name>Simon</name>
</owner>
- <source type="git">https://github.com/Heather/gentoo-cynede.git</source>
- <source type="git">git://github.com/Heather/gentoo-cynede.git</source>
- <source type="git">git@github.com:Heather/gentoo-cynede.git</source>
- <feed>https://github.com/Heather/gentoo-cynede/commits/master.atom</feed>
+ <source type="git">https://anongit.gentoo.org/git/repo/user/darkelf.git</source>
+ <source type="git">git+ssh://git@git.gentoo.org/repo/user/darkelf.git</source>
+ <feed>https://cgit.gentoo.org/repo/user/darkelf.git/atom/</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>daks</name>
- <description lang="en">Some useful ebuilds. Includes 1C-Predpriyatie and postgres with patches for work with 1C.</description>
- <homepage>https://github.com/daks-ua/daks-overlay</homepage>
- <owner type="person">
- <email>daks12@gmail.com</email>
- <name>Dmitry Fomenko</name>
- </owner>
- <source type="git">https://github.com/daks-ua/daks-overlay</source>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>damex-overlay</name>
- <description lang="en">damex's personal overlay</description>
- <homepage>https://github.com/damex/damex-overlay</homepage>
- <owner type="person">
- <email>damex.pp@gmail.com</email>
- <name>Roman Kuzmitsky</name>
- </owner>
- <source type="git">https://github.com/damex/damex-overlay.git</source>
- <feed>https://github.com/feeds/damex/commits/damex-overlay/master</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>dannyboy48888</name>
- <description lang="en">Overlay of Daniel Witzel</description>
- <homepage>https://github.com/dannyboy48888/dannyboy48888-overlay</homepage>
- <owner type="person">
- <email>dannyboy48888@gmail.com</email>
- <name>Daniel Witzel</name>
- </owner>
- <source type="git">https://github.com/dannyboy48888/dannyboy48888-overlay.git</source>
- <source type="git">git://github.com/dannyboy48888/dannyboy48888-overlay.git</source>
- <source type="git">git@github.com:dannyboy48888/dannyboy48888-overlay.git</source>
- <feed>https://github.com/dannyboy48888/dannyboy48888-overlay/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>das-labor</name>
- <description lang="en">Gentoo overlay from Hackerspace Bochum</description>
- <homepage>https://github.com/das-labor/labor-overlay</homepage>
- <owner type="person">
- <email>zaolin@das-labor.org</email>
- <name>Philipp Deppenwiese</name>
- </owner>
- <owner type="person">
- <email>kai@gnupg.org</email>
- <name>Kai Michaelis</name>
- </owner>
- <source type="git">https://github.com/das-labor/labor-overlay.git</source>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>dawan</name>
- <description lang="en">OCaml and proof-search related ebuilds</description>
- <homepage>https://cgit.gentoo.org/user/dawan.git/</homepage>
- <owner type="person">
- <email>dawan@melix.net</email>
- <name>Quentin Heath</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/user/dawan.git</source>
- <source type="git">git://anongit.gentoo.org/user/dawan.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/dawan.git</source>
- <feed>https://cgit.gentoo.org/user/dawan.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/dawan.git/rss/</feed> -->
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>deadbeef-overlay</name>
- <description lang="en">DeaDBeeF player overlay for Gentoo Linux</description>
- <homepage>https://github.com/damex/deadbeef-overlay</homepage>
- <owner type="person">
- <email>damex.pp@gmail.com</email>
- <name>Roman Kuzmitsky</name>
- </owner>
- <source type="git">https://github.com/damex/deadbeef-overlay.git</source>
- <feed>https://github.com/damex/deadbeef-overlay/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>deepin</name>
- <description lang="en">Gentoo Overlay for Deepin Desktop Environment</description>
- <homepage>https://github.com/zhtengw/deepin-overlay</homepage>
+ <name>darthgandalf-overlay</name>
+ <description lang="en">Personal overlay</description>
+ <homepage>https://github.com/DarthGandalf/gentoo-overlay</homepage>
<owner type="person">
- <email>atenzd@gmail.com</email>
- <name>Aten Zhang</name>
+ <email>alexey+gentoo@asokolov.org</email>
+ <name>Alexey Sokolov</name>
</owner>
- <source type="git">git://github.com/zhtengw/deepin-overlay.git</source>
- <feed>https://github.com/zhtengw/deepin-overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/DarthGandalf/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/DarthGandalf/gentoo-overlay.git</source>
+ <feed>https://github.com/DarthGandalf/gentoo-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>defiance</name>
@@ -1100,81 +936,31 @@ FIN
<name>Dan Molik</name>
</owner>
<source type="git">https://github.com/d3fy/defiance-overlay.git</source>
- <source type="git">git://github.com/d3fy/defiance-overlay.git</source>
<source type="git">git@github.com:d3fy/defiance-overlay.git</source>
<feed>https://github.com/d3fy/defiance-overlay/commits/master.atom</feed>
</repo>
- <repo quality="experimental" status="official">
- <name>desktop-effects</name>
- <description>Experimental overlay for desktop effects
- packages.</description>
- <owner type="project">
- <email>desktop-effects@gentoo.org</email>
- </owner>
- <source type="git">git://anongit.gentoo.org/proj/desktop-effects.git</source>
- <feed>https://cgit.gentoo.org/proj/desktop-effects.git/atom/</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>deter</name>
- <description lang="en">Custom stuff from deterenkelt.</description>
- <homepage>https://github.com/deterenkelt/deter</homepage>
- <owner type="person">
- <email>deterenkelt.github@gmail.com</email>
- <name>Deter Enkelt</name>
- </owner>
- <source type="git">https://github.com/deterenkelt/deter.git</source>
- <source type="git">git://github.com/deterenkelt/deter.git</source>
- <source type="git">git@github.com:deterenkelt/deter.git</source>
- <feed>https://github.com/deterenkelt/deter/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>devpump-gor</name>
- <description lang="en">DevPump Gentoo Overlay</description>
- <homepage>https://github.com/DevPump/gentoo-overlay</homepage>
- <owner type="person">
- <email>devpump@gmail.com</email>
- <name>Matt Fleming</name>
- </owner>
- <source type="git">https://github.com/DevPump/gentoo-overlay.git</source>
- </repo>
- <repo quality="experimental" status="official">
- <name>dev-zero</name>
- <description>Dev-zeros personal developer overlay</description>
- <homepage>https://cgit.gentoo.org/dev/dev-zero.git/</homepage>
- <owner type="person">
- <email>dev-zero@gentoo.org</email>
- <name>Tiziano Mueller</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/dev/dev-zero.git</source>
- <source type="git">git://anongit.gentoo.org/dev/dev-zero</source>
- <source type="git">git+ssh://git@git.gentoo.org/dev/dev-zero.git</source>
- <feed>https://cgit.gentoo.org/dev/dev-zero.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/dev/dev-zero.git/rss/</feed> -->
- </repo>
<repo quality="experimental" status="unofficial">
- <name>dfreise</name>
- <description lang="en">ISDN, network and other stuff</description>
- <homepage>https://cgit.gentoo.org/user/dfreise.git/</homepage>
+ <name>dev1990-overlay</name>
+ <description lang="en">Personal overlay focused on Qt application development and 3d-printing.</description>
+ <homepage>https://github.com/dev-0x7C6/dev1990-overlay.git</homepage>
<owner type="person">
- <email>dennis.freise@final-frontier.org</email>
- <name>Dennis Freise</name>
+ <email>dev.strikeu@gmail.com</email>
+ <name>Bartlomiej Burdukiewicz</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/user/dfreise.git</source>
- <source type="git">git://anongit.gentoo.org/user/dfreise.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/dfreise.git</source>
- <feed>https://cgit.gentoo.org/user/dfreise.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/dfreise.git/rss/</feed> -->
+ <source type="git">https://github.com/dev-0x7C6/dev1990-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/dev-0x7C6/dev1990-overlay.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>didactic-duck</name>
- <description>Some ebuilds that might work</description>
- <homepage>https://github.com/lucianposton/didactic-duck</homepage>
+ <name>didos</name>
+ <description lang="en">DidOS overlay gentoo edition</description>
+ <homepage>https://github.com/prototype99/didos</homepage>
<owner type="person">
- <email>lucian.poston@gmail.com</email>
- <name>Lucian Poston</name>
+ <email>sophietheopossum@yandex.ru</email>
+ <name>Seirra Blake</name>
</owner>
- <source type="git">https://github.com/lucianposton/didactic-duck.git</source>
- <feed>http://github.com/lucianposton/didactic-duck/commits/master.atom</feed>
+ <source type="git">https://github.com/prototype99/didos.git</source>
+ <source type="git">git+ssh://git@github.com/prototype99/didos.git</source>
+ <feed>https://github.com/prototype99/didos/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="official">
<name>dilfridge</name>
@@ -1191,17 +977,16 @@ FIN
<!-- <feed>https://cgit.gentoo.org/dev/dilfridge.git/rss/</feed> -->
</repo>
<repo quality="experimental" status="unofficial">
- <name>discworld</name>
- <description lang="en">Various VoIP-related ebuils</description>
- <homepage>https://github.com/gedia/discworld-overlay</homepage>
+ <name>dinolay</name>
+ <description lang="en">TruncatedDinosour's overlay</description>
+ <homepage>https://github.com/TruncatedDinosour/dinolay</homepage>
<owner type="person">
- <email>georgediam@gmail.com</email>
- <name>George Diamantopoulos</name>
+ <email>ari.web.xyz@gmail.com</email>
+ <name>Ari Archer</name>
</owner>
- <source type="git">https://github.com/gedia/discworld-overlay.git</source>
- <source type="git">git://github.com/gedia/discworld-overlay.git</source>
- <source type="git">git@github.com:gedia/discworld-overlay.git</source>
- <feed>https://github.com/gedia/discworld-overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/TruncatedDinosour/dinolay.git</source>
+ <source type="git">git@github.com:TruncatedDinosour/dinolay.git</source>
+ <feed>https://github.com/TruncatedDinosour/dinolay/commits/main.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>displacer</name>
@@ -1222,9 +1007,9 @@ FIN
<description>Calculate Linux Profiles</description>
<homepage>http://www.calculate-linux.org</homepage>
<owner type="person">
- <email>at@calculate.ru</email>
+ <email>at@calculate.ru</email>
</owner>
- <source type="git">git://git.calculate.ru/calculate/distros.git</source>
+ <source type="git">git://git.calculate-linux.org/calculate/distros-overlay.git</source>
</repo>
<repo quality="experimental" status="unofficial">
<name>djc</name>
@@ -1235,22 +1020,10 @@ FIN
<name>Dirkjan Ochtman</name>
</owner>
<source type="git">https://github.com/djc/djc-overlay.git</source>
- <source type="git">git://github.com/djc/djc-overlay.git</source>
<source type="git">git@github.com:djc/djc-overlay.git</source>
<feed>https://github.com/djc/djc-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>dlan</name>
- <description lang="en">Dennis Lan's testing grounds and bleeding edge ebuilds</description>
- <homepage>https://github.com/dlanx/dlan-overlay/</homepage>
- <owner type="person">
- <email>dlan@gentoo.org</email>
- <name>Lan Yixun (dlan)</name>
- </owner>
- <source type="git">git://github.com/dlanx/dlan-overlay.git</source>
- <feed>https://github.com/feeds/dlanx/commits/dlan-overlay/master</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
<name>dlang</name>
<description>A collection of ebuilds related to the D programming
language.</description>
@@ -1260,67 +1033,22 @@ FIN
</owner>
<source type="git">https://github.com/gentoo/dlang.git</source>
<source type="git">git@github.com:gentoo/dlang.git</source>
- <source type="git">git://github.com/gentoo/dlang.git</source>
<feed>https://github.com/gentoo/dlang/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>dMaggot</name>
- <description lang="en">Overlay of David E. Narváez</description>
- <homepage>https://cgit.gentoo.org/user/dMaggot.git/</homepage>
- <owner type="person">
- <email>david.narvaez@computer.org</email>
- <name>David E. Narváez</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/user/dMaggot.git</source>
- <source type="git">git://anongit.gentoo.org/user/dMaggot.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/dMaggot.git</source>
- <feed>https://cgit.gentoo.org/user/dMaggot.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/dMaggot.git/rss/</feed> -->
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>dmol</name>
- <description lang="en">Overlay to store java-related ebuilds, for further reviewing</description>
- <homepage>https://cgit.gentoo.org/user/dmol.git/</homepage>
- <owner type="person">
- <email>the.dmol@gmail.com</email>
- <name>Ivan Baidakou</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/user/dmol.git</source>
- <source type="git">git://anongit.gentoo.org/user/dmol.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/dmol.git</source>
- <feed>https://cgit.gentoo.org/user/dmol.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/dmol.git/rss/</feed> -->
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>docker</name>
- <description>Overlay for docker by dotCloud</description>
- <homepage>https://github.com/tianon/docker-overlay</homepage>
- <owner type="person">
- <email>admwiggin@gmail.com</email>
- <name>Tianon Gravi</name>
- </owner>
- <source type="git">https://github.com/tianon/docker-overlay.git</source>
- <source type="git">git://github.com/tianon/docker-overlay.git</source>
- <source type="git">git@github.com:tianon/docker-overlay.git</source>
- <feed>https://github.com/tianon/docker-overlay/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="official">
- <name>dotnet</name>
- <description>Experimental overlay for .NET packages.</description>
- <homepage>http://github.com/gentoo/dotnet</homepage>
+ <name>dm9pZCAq</name>
+ <description lang="en">personal overlay with different packages, mainly with packages with KISS mindset</description>
+ <homepage>https://notabug.org/dm9pZCAq/dm9pZCAq-overlay</homepage>
<owner type="person">
- <email>cynede@gentoo.org</email>
- <name>Mikhail Pukhlikov</name>
+ <email>v@0x0c.link</email>
+ <name>dm9pZCAq</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/proj/dotnet.git</source>
- <source type="git">git://anongit.gentoo.org/proj/dotnet.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/proj/dotnet.git</source>
- <feed>https://cgit.gentoo.org/proj/dotnet.git/atom/</feed>
+ <source type="git">https://notabug.org/dm9pZCAq/dm9pZCAq-overlay.git</source>
</repo>
<repo quality="experimental" status="unofficial">
<name>Drauthius</name>
<description>Ebuilds related to game dev</description>
- <homepage>http://cgit.gentoo.org/repo/user/Drauthius.git/</homepage>
+ <homepage>https://cgit.gentoo.org/repo/user/Drauthius.git/</homepage>
<owner type="person">
<email>albert@diserholt.com</email>
<name>Albert Diserholt</name>
@@ -1331,70 +1059,6 @@ FIN
<feed>https://cgit.gentoo.org/repo/user/Drauthius.git/atom/</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>drdim</name>
- <description lang="en">Gentoo Layman portage repository for Jetbrains Products</description>
- <homepage>https://github.com/drdim/layman</homepage>
- <owner type="person">
- <email>dr.dim.pro@gmail.com</email>
- <name>Dmitriy Bogatkin</name>
- </owner>
- <source type="git">https://github.com/drdim/layman.git</source>
- <source type="git">git://github.com/drdim/layman.git</source>
- <source type="git">git@github.com:drdim/layman.git</source>
- <feed>https://github.com/drdim/layman/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>dsr</name>
- <description>Andrew Reyes' personal overlay</description>
- <homepage>https://gitlab.com/dsreyes1014/dsr-overlay</homepage>
- <owner type="person">
- <email>dsreyes1014@gmail.com</email>
- <name>Andrew Reyes</name>
- </owner>
- <source type="git">https://gitlab.com/dsreyes1014/dsr-overlay.git</source>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>dswm</name>
- <description lang="en">Deep Space Window Manager - StumpWM-based windowmanager with better usability</description>
- <homepage>https://cgit.gentoo.org/user/dswm.git/</homepage>
- <owner type="person">
- <email>cosmonaut.ok@gmail.com</email>
- <name>Alexander aka 'CosmonauT' Vynnyk</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/user/dswm.git</source>
- <source type="git">git://anongit.gentoo.org/user/dswm.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/dswm.git</source>
- <feed>https://cgit.gentoo.org/user/dswm.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/dswm.git/rss/</feed> -->
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>DuPol</name>
- <description lang="en">DuPol's own and modified portage ebuilds.</description>
- <homepage>https://cgit.gentoo.org/user/DuPol.git/</homepage>
- <owner type="person">
- <email>DuPol@gmx.de</email>
- <name>Dustin Polke</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/user/DuPol.git</source>
- <source type="git">git://anongit.gentoo.org/user/DuPol.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/DuPol.git</source>
- <feed>https://cgit.gentoo.org/user/DuPol.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/DuPol.git/rss/</feed> -->
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>dustin</name>
- <description lang="en">Overlay of Dustin C. Hatch</description>
- <homepage>http://bitbucket.org/AdmiralNemo/overlay</homepage>
- <owner type="person">
- <email>admiralnemo@gmail.com</email>
- <name>Dustin C. Hatch</name>
- </owner>
- <source type="mercurial">https://bitbucket.org/AdmiralNemo/overlay</source>
- <source type="mercurial">ssh://hg@bitbucket.org/AdmiralNemo/overlay</source>
- <feed>https://bitbucket.org/AdmiralNemo/overlay/atom</feed>
- <feed>https://bitbucket.org/AdmiralNemo/overlay/rss</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
<name>dwfreed</name>
<description lang="en">My random Gentoo packages</description>
<homepage>https://bitbucket.org/dwfreed/dwfreed.gentoo/</homepage>
@@ -1406,6 +1070,18 @@ FIN
<feed>https://bitbucket.org/dwfreed/dwfreed.gentoo/rss</feed>
</repo>
<repo quality="experimental" status="unofficial">
+ <name>dwosky</name>
+ <description lang="en">Dwosky's personal overlay</description>
+ <homepage>https://github.com/Dwosky/Dwosky-overlay</homepage>
+ <owner type="person">
+ <email>dwosky@pm.me</email>
+ <name>Pedro Arizmendi</name>
+ </owner>
+ <source type="git">https://github.com/Dwosky/Dwosky-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/Dwosky/Dwosky-overlay.git</source>
+ <feed>https://github.com/Dwosky/Dwosky-overlay/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
<name>earshark</name>
<description>personal overlay, mostly games related</description>
<homepage>https://github.com/Chemrat/overlay</homepage>
@@ -1414,21 +1090,20 @@ FIN
<name>Valeriy</name>
</owner>
<source type="git">https://github.com/Chemrat/overlay.git</source>
- <source type="git">git://github.com/Chemrat/overlay.git</source>
+ <source type="git">git+ssh://git@github.com/Chemrat/overlay.git</source>
<feed>https://github.com/Chemrat/overlay/commits/master.atom</feed>
</repo>
- <repo quality="experimental" status="official">
- <name>eclipse</name>
- <description lang="en">Community effort at packaging Eclipse Java SDK</description>
- <homepage>https://github.com/gentoo/eclipse-overlay</homepage>
- <owner type="project">
- <email>eclipse@gentoo.org</email>
- <name>Eclipse team</name>
+ <repo quality="experimental" status="unofficial">
+ <name>edgets</name>
+ <description lang="en">Gentoo overlay that brings you the newest versions of modern software.</description>
+ <homepage>https://github.com/BlueManCZ/edgets</homepage>
+ <owner type="person">
+ <email>ivo97@centrum.cz</email>
+ <name>Ivo Šmerek</name>
</owner>
- <source type="git">https://github.com/gentoo/eclipse-overlay.git</source>
- <source type="git">git://github.com/gentoo/eclipse-overlay.git</source>
- <source type="git">git@github.com:gentoo/eclipse-overlay.git</source>
- <feed>https://github.com/gentoo/eclipse-overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/BlueManCZ/edgets.git</source>
+ <source type="git">git+ssh://git@github.com/BlueManCZ/edgets.git</source>
+ <feed>https://github.com/BlueManCZ/edgets/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>eigenlay</name>
@@ -1441,6 +1116,42 @@ FIN
<source type="git">https://gitlab.com/eigennet/eigenlay.git</source>
</repo>
<repo quality="experimental" status="unofficial">
+ <name>einflay</name>
+ <description lang="en">Personal overlay</description>
+ <homepage>https://github.com/EinstokFair/einflay</homepage>
+ <owner type="person">
+ <email>einfair@zoho.eu</email>
+ <name>Einstok Fair</name>
+ </owner>
+ <source type="git">https://github.com/EinstokFair/einflay.git</source>
+ <source type="git">git+ssh://git@github.com/EinstokFair/einflay.git</source>
+ <feed>https://github.com/EinstokFair/einflay/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>ejabberd</name>
+ <description>Fresh ejabberd versions and dependencies</description>
+ <homepage>https://github.com/rion-overlay/ejabberd-overlay</homepage>
+ <owner type="person">
+ <email>rion4ik@gmail.com</email>
+ <name>Sergey Ilinykh</name>
+ </owner>
+ <source type="git">https://github.com/rion-overlay/ejabberd-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/rion-overlay/ejabberd-overlay.git</source>
+ <feed>https://github.com/rion-overlay/ejabberd-overlay/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>electron</name>
+ <description lang="en">Electron Overlay</description>
+ <homepage>https://github.com/elprans/electron-overlay</homepage>
+ <owner type="person">
+ <email>elvis@magic.io</email>
+ <name>Elvis Pranskevichus</name>
+ </owner>
+ <source type="git">https://github.com/elprans/electron-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/elprans/electron-overlay.git</source>
+ <feed>https://github.com/elprans/electron-overlay/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
<name>elementary</name>
<description lang="en">The elementary OS experience for Gentoo Linux. </description>
<homepage>https://github.com/pimvullers/elementary</homepage>
@@ -1449,7 +1160,7 @@ FIN
<name>Pim Vullers</name>
</owner>
<source type="git">https://github.com/pimvullers/elementary.git</source>
- <source type="git">git://github.com/pimvullers/elementary.git</source>
+ <source type="git">git+ssh://git@github.com/pimvullers/elementary.git</source>
<feed>https://github.com/pimvullers/elementary/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="official">
@@ -1457,7 +1168,7 @@ FIN
<description>Provide Emacs and XEmacs related ebuilds which are
experimental or work-in-progress. Don't rely on them, but don't
hesitate to file bugs or write emails.</description>
- <homepage>http://wiki.gentoo.org/wiki/Project:Emacs/Overlay</homepage>
+ <homepage>https://wiki.gentoo.org/wiki/Project:Emacs/Overlay</homepage>
<owner type="project">
<email>emacs@gentoo.org</email>
<name>Gentoo Emacs team</name>
@@ -1468,31 +1179,17 @@ FIN
<feed>https://cgit.gentoo.org/repo/proj/emacs.git/atom/</feed>
<!-- <feed>https://cgit.gentoo.org/repo/proj/emacs.git/rss/</feed> -->
</repo>
- <repo quality="experimental" status="unofficial">
- <name>emery</name>
- <description lang="en">Ebuild testing playground of Emery Hemingway</description>
- <homepage>https://cgit.gentoo.org/user/emery.git/</homepage>
- <owner type="person">
- <email>emery@vfemail.net</email>
- <name>Emery Hemingway</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/user/emery.git</source>
- <source type="git">git://anongit.gentoo.org/user/emery.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/emery.git</source>
- <feed>https://cgit.gentoo.org/user/emery.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/emery.git/rss/</feed> -->
- </repo>
<repo quality="experimental" status="official">
- <name>enlightenment</name>
- <description>Support for the Enlightenment project, most notably
- DR17/e17.</description>
- <homepage>https://cgit.gentoo.org/proj/enlightenment.git/</homepage>
+ <name>EmilienMottet</name>
+ <description lang="en">Gentoo Overlay for Emilien Mottet personal/work needs.</description>
+ <homepage>https://github.com/EmilienMottet/overlay</homepage>
<owner type="person">
- <email>enlightenment@gentoo.org</email>
+ <email>emilien.mottet@grenoble-inp.org</email>
+ <name>Emilien Mottet</name>
</owner>
- <source type="git">git://anongit.gentoo.org/proj/enlightenment.git</source>
- <feed>https://cgit.gentoo.org/proj/enlightenment.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/proj/enlightenment.git/rss/</feed> -->
+ <source type="git">https://github.com/EmilienMottet/overlay.git</source>
+ <source type="git">git+ssh://git@github.com/EmilienMottet/overlay.git</source>
+ <feed>https://github.com/EmilienMottet/overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>enlightenment-live</name>
@@ -1503,34 +1200,32 @@ FIN
<name>Raffaele Spinelli</name>
</owner>
<source type="git">https://github.com/rafspiny/enlightenment-live.git</source>
+ <source type="git">git+ssh://git@github.com/rafspiny/enlightenment-live.git</source>
<feed>https://github.com/rafspiny/enlightenment-live/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>enlightenment-niifaq</name>
- <description lang="en">FAQ RI: E17+ overlay</description>
- <description lang="ru">НИИ ЧаВО: Оверлей с E17+</description>
- <homepage>https://github.com/niifaq/enlightenment.overlay</homepage>
+ <name>equaeghe</name>
+ <description lang="en">Erik Quaeghebeur's personal Gentoo overlay</description>
+ <homepage>https://github.com/equaeghe/gentoo-overlay/</homepage>
<owner type="person">
- <email>gentoo@mva.name</email>
- <name>Vadim A. Misbakh-Soloviov</name>
+ <email>gentoo@e3q.eu</email>
+ <name>Erik Quaeghebeur</name>
</owner>
- <source type="git">https://github.com/niifaq/enlightenment.overlay.git</source>
- <source type="git">git://github.com/niifaq/enlightenment.overlay.git</source>
- <source type="git">git@github.com:niifaq/enlightenment.overlay.git</source>
- <feed>https://github.com/niifaq/enlightenment.overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/equaeghe/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/equaeghe/gentoo-overlay.git</source>
+ <feed>https://github.com/equaeghe/gentoo-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>ennui</name>
- <description>Facilitate running hardened-desktop hybrid system</description>
- <homepage>https://gitweb.gentoo.org/user/ennui.git/</homepage>
+ <name>eras-overlay</name>
+ <description lang="en">random ebuilds</description>
+ <homepage>https://github.com/erayaslan/eras-overlay</homepage>
<owner type="person">
- <email>gentoo@seaofdirac.net</email>
- <name>Nicholas Fish</name>
+ <email>eras@gentoo.org</email>
+ <name>Eray Aslan</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/user/ennui.git</source>
- <source type="git">git://anongit.gentoo.org/user/ennui.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/ennui.git</source>
- <feed>https://gitweb.gentoo.org/user/ennui.git/atom/</feed>
+ <source type="git">https://github.com/erayaslan/eras-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/erayaslan/eras-overlay.git</source>
+ <feed>https://github.com/erayaslan/eras-overlay/commits/main.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>erayd</name>
@@ -1541,72 +1236,43 @@ FIN
<name>Steve Gilberd</name>
</owner>
<source type="git">https://github.com/erayd/overlay.git</source>
- <source type="git">git://github.com/erayd/overlay.git</source>
<source type="git">git@github.com:erayd/overlay.git</source>
<feed>https://github.com/erayd/overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>erikmack</name>
- <description lang="en">Erik Mackdanz' overlay</description>
- <homepage>http://github.com/erikmack/gentoo-overlay</homepage>
+ <name>escpr2</name>
+ <description lang="en">Epson Inkjet Printer Driver 2 (ESC/P-R) repository</description>
+ <homepage>https://gitlab.com/at.gentoo.repo/epson-inkjet-printer-escpr2</homepage>
<owner type="person">
- <email>erikmack@gmail.com</email>
- <name>Erik Mackdanz</name>
+ <email>andreas.thalhammer@linux.com</email>
+ <name>Andreas Thalhammer</name>
</owner>
- <source type="git">git://github.com/erikmack/gentoo-overlay.git</source>
- <feed>http://github.com/feeds/erikmack/commits/gentoo-overlay/master</feed>
+ <source type="git">https://gitlab.com/at.gentoo.repo/epson-inkjet-printer-escpr2.git</source>
+ <feed>https://gitlab.com/at.gentoo.repo/epson-inkjet-printer-escpr2/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>eroen</name>
- <description lang="en">Personal overlay of Erik Moen</description>
- <homepage>https://cgit.gentoo.org/user/eroen.git/</homepage>
+ <name>eugene-bright</name>
+ <description lang="en">The personal overlay of Eugene Bright</description>
+ <homepage>https://github.com/eugene-bright/eugene-bright-overlay</homepage>
<owner type="person">
- <email>gentoo@eroen.eu</email>
- <name>Erik Moen</name>
+ <email>eugene@bright.gdn</email>
+ <name>Eugene Bright</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/user/eroen.git</source>
- <source type="git">git://anongit.gentoo.org/user/eroen.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/eroen.git</source>
- <feed>https://cgit.gentoo.org/user/eroen.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/eroen.git/rss/</feed> -->
- </repo>
- <repo quality="experimental" status="official">
- <name>eva</name>
- <description lang="en">Developer overlay</description>
- <homepage>https://cgit.gentoo.org/dev/eva.git/</homepage>
- <owner type="person">
- <email>eva@gentoo.org</email>
- <name>Gilles Dartiguelongue</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/dev/eva.git</source>
- <source type="git">git://anongit.gentoo.org/dev/eva.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/dev/eva.git</source>
- <feed>https://cgit.gentoo.org/dev/eva.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/dev/eva.git/rss/</feed> -->
+ <source type="git">https://github.com/eugene-bright/eugene-bright-overlay.git</source>
+ <source type="git">git@github.com:eugene-bright/eugene-bright-overlay.git</source>
+ <feed>https://github.com/eugene-bright/eugene-bright-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>ext-devlibs</name>
<description lang="en">Mostly c/c++ and python libraries</description>
- <homepage>http://sidvind.com/wiki/Main_Page</homepage>
+ <homepage>https://gitlab.com/extsidvind/ext-devlibs</homepage>
<owner type="person">
<email>ext@sidvind.com</email>
<name>David Sveningsson</name>
</owner>
- <source type="svn">svn://sidvind.com/overlays/ext-devlibs</source>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>ezod</name>
- <description lang="en">Aaron Mavrinac's overlay</description>
- <homepage>https://cgit.gentoo.org/user/ezod.git/</homepage>
- <owner type="person">
- <email>mavrinac@gmail.com</email>
- <name>Aaron Mavrinac</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/user/ezod.git</source>
- <source type="git">git://anongit.gentoo.org/user/ezod.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/ezod.git</source>
- <feed>https://cgit.gentoo.org/user/ezod.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/ezod.git/rss/</feed> -->
+ <source type="git">https://gitlab.com/extsidvind/ext-devlibs.git</source>
+ <source type="git">git@gitlab.com:extsidvind/ext-devlibs.git</source>
+ <feed>https://gitlab.com/extsidvind/ext-devlibs/-/commits/master?format=atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>farmboy0</name>
@@ -1617,11 +1283,71 @@ FIN
<name>Enrico Horn</name>
</owner>
<source type="git">https://github.com/farmboy0/portage-overlay.git</source>
- <source type="git">git://github.com/farmboy0/portage-overlay.git</source>
<source type="git">git@github.com:farmboy0/portage-overlay.git</source>
<feed>https://github.com/farmboy0/portage-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
+ <name>fd-gentoo</name>
+ <description lang="en">fd-gentoo overlay</description>
+ <homepage>https://git.denkena-consulting.com/f-denkena/fd-gentoo</homepage>
+ <owner type="person">
+ <email>federico.denkena@posteo.de</email>
+ <name>Federico Justus Denkena</name>
+ </owner>
+ <source type="git">https://git.denkena-consulting.com/f-denkena/fd-gentoo.git</source>
+ <feed>https://git.denkena-consulting.com/f-denkena/fd-gentoo.rss</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>fem-overlay</name>
+ <description lang="en">FeM Gentoo Overlay</description>
+ <homepage>https://gitlab.fem-net.de/gentoo/fem-overlay</homepage>
+ <owner type="project">
+ <email>fem-overlay@technik.fem-net.de</email>
+ <name>FeM e.V. Gentoo Overlay maintainers</name>
+ </owner>
+ <owner type="person">
+ <email>frainz@mailbox.org</email>
+ <name>Paul Michel</name>
+ </owner>
+ <source type="git">https://gitlab.fem-net.de/gentoo/fem-overlay.git</source>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>feniksa</name>
+ <description lang="en">Graphics, C++ libs and additional software</description>
+ <homepage>https://github.com/feniksa/gentoo-overlay</homepage>
+ <owner type="person">
+ <email>feniksa@200volts.com</email>
+ <name>Maksym Sditanov</name>
+ </owner>
+ <source type="git">https://github.com/feniksa/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/feniksa/gentoo-overlay.git</source>
+ <feed>https://github.com/feniksa/gentoo-overlay/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>ferki</name>
+ <description lang="en">Ebuilds used and/or proxy maintained by FErki</description>
+ <homepage>https://github.com/ferki/gentoo-overlay</homepage>
+ <owner type="person">
+ <email>erkiferenc@gmail.com</email>
+ <name>Ferenc Erki</name>
+ </owner>
+ <source type="git">https://github.com/ferki/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/ferki/gentoo-overlay.git</source>
+ <feed>https://github.com/ferki/gentoo-overlay/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>fictitiousexistence</name>
+ <description lang="en">FictitiousExistence ebuilds</description>
+ <homepage>https://gitlab.com/fictitiousexistence-public/gentoo</homepage>
+ <owner type="person">
+ <email>gentoo@fictx.com</email>
+ <name>Dale Showers</name>
+ </owner>
+ <source type="git">https://gitlab.com/fictitiousexistence-public/gentoo.git</source>
+ <source type="git">git+ssh://gitlab.com/fictitiousexistence-public/gentoo.git</source>
+ <feed>https://gitlab.com/fictitiousexistence-public/gentoo/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
<name>fidonet</name>
<description lang="en">Overlay of Benny Pedersen</description>
<owner type="person">
@@ -1638,31 +1364,20 @@ FIN
<email>mike@fireburn.co.uk</email>
<name>Mike Lothian</name>
</owner>
- <source type="git">git://github.com/FireBurn/Overlay.git</source>
+ <source type="git">https://github.com/FireBurn/Overlay.git</source>
+ <source type="git">git+ssh://git@github.com/FireBurn/Overlay.git</source>
<feed>https://github.com/FireBurn/Overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>fkmclane</name>
- <description lang="en">Personal overlay of fkmclane containing patched ebuilds and new ebuilds</description>
- <homepage>https://github.com/fkmclane/overlay</homepage>
- <owner type="person">
- <email>fkmclane@gmail.com</email>
- <name>Foster McLane</name>
- </owner>
- <source type="git">https://github.com/fkmclane/overlay.git</source>
- <source type="git">git://github.com/fkmclane/overlay.git</source>
- <feed>https://github.com/fkmclane/overlay/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
<name>flammie</name>
<description lang="en">An overlay for gentoo for things Flammie's worked on: Apertium, HFST, computational linguistics, spell-checking, obscure languages...</description>
<homepage>https://github.com/flammie/flammie-overlay</homepage>
<owner type="person">
- <email>flammie@gentoo.org</email>
+ <email>flammie@iki.fi</email>
<name>Flammie Pirinen</name>
</owner>
<source type="git">https://github.com/flammie/flammie-overlay.git</source>
- <source type="git">git://github.com/flammie/flammie-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/flammie/flammie-overlay.git</source>
<feed>https://github.com/flammie/flammie-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
@@ -1674,7 +1389,29 @@ FIN
<name>Wim Muskee</name>
</owner>
<source type="git">https://github.com/wimmuskee/flavour.git</source>
- <source type="git">git://github.com/wimmuskee/flavour.git</source>
+ <source type="git">git+ssh://git@github.com/wimmuskee/flavour.git</source>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>flewkey-overlay</name>
+ <description lang="en">Personal Gentoo overlay for flewkey</description>
+ <homepage>https://git.sdf.org/flewkey/flewkey-overlay</homepage>
+ <owner type="person">
+ <email>flewkey@2a03.party</email>
+ <name>Ryan Fox</name>
+ </owner>
+ <source type="git">https://git.sdf.org/flewkey/flewkey-overlay.git</source>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>flexibeast</name>
+ <description lang="en">General-purpose overlay</description>
+ <homepage>https://git.sr.ht/~flexibeast/gentoo-overlay</homepage>
+ <owner type="person">
+ <email>flexibeast@gmail.com</email>
+ <name>Alexis</name>
+ </owner>
+ <source type="git">https://git.sr.ht/~flexibeast/gentoo-overlay</source>
+ <source type="git">ssh://git@git.sr.ht:~flexibeast/gentoo-overlay</source>
+ <feed>https://git.sr.ht/~flexibeast/gentoo-overlay/log/main/rss.xml</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>flightsim</name>
@@ -1685,52 +1422,66 @@ FIN
<name>Rafael G. Martins</name>
</owner>
<source type="git">https://github.com/rafaelmartins/flightsim-overlay.git</source>
- <source type="git">git://github.com/rafaelmartins/flightsim-overlay.git</source>
<source type="git">git@github.com:rafaelmartins/flightsim-overlay.git</source>
<feed>https://github.com/rafaelmartins/flightsim-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>floppym</name>
<description>floppym's personal overlay</description>
- <homepage>http://bitbucket.org/floppym/floppym-overlay</homepage>
+ <homepage>https://github.com/floppym/floppym</homepage>
<owner type="person">
<email>floppym@gentoo.org</email>
<name>Mike Gilbert</name>
</owner>
- <source type="git">https://bitbucket.org/floppym/floppym-overlay</source>
- <feed>http://bitbucket.org/floppym/floppym-overlay/atom</feed>
- <feed>http://bitbucket.org/floppym/floppym-overlay/rss</feed>
+ <source type="git">https://github.com/floppym/floppym.git</source>
+ <source type="git">git+ssh://git@github.com/floppym/floppym.git</source>
</repo>
<repo quality="experimental" status="unofficial">
<name>flow</name>
<description lang="en">Ebuilds by Florian Schmaus</description>
<homepage>https://gitlab.com/Flow/flow-s-ebuilds</homepage>
<owner type="person">
- <email>flo@geekplace.eu</email>
+ <email>flow@gentoo.org</email>
<name>Florian Schmaus</name>
</owner>
<source type="git">https://gitlab.com/Flow/flow-s-ebuilds.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>fm</name>
- <description lang="en">Fated Mariner Gentoo Overlay</description>
- <homepage>https://github.com/BlueDragonX/fm-overlay</homepage>
+ <name>flussence</name>
+ <description lang="en">Ant P.'s personal overlay</description>
+ <homepage>https://repo.or.cz/flussence-overlay.git</homepage>
+ <owner type="person">
+ <email>ant+gentoo.bugs@flussence.eu</email>
+ <name>Anthony Parsons</name>
+ </owner>
+ <source type="git">https://repo.or.cz/flussence-overlay.git</source>
+ <source type="git">git://repo.or.cz/flussence-overlay.git</source>
+ <source type="git">ssh://git@repo.or.cz/flussence-overlay.git</source>
+ <feed>https://repo.or.cz/flussence-overlay.git/atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>fol4</name>
+ <description lang="en">fol4 overlay</description>
+ <homepage>https://gitlab.com/madsl/fol4</homepage>
<owner type="person">
- <email>bluedragonx@gmail.com</email>
+ <email>mads@ab3.no</email>
+ <name>Mads</name>
</owner>
- <source type="git">https://github.com/BlueDragonX/fm-overlay.git</source>
+ <source type="git">https://gitlab.com/madsl/fol4</source>
+ <source type="git">git+ssh://git@gitlab.com/madsl/fol4.git</source>
+ <feed>https://gitlab.com/madsl/fol4/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>foo-overlay</name>
<description>Piotr's fixes and new packages</description>
- <homepage>http://github.com/slashbeast/foo-overlay</homepage>
+ <homepage>https://github.com/slashbeast/foo-overlay</homepage>
<owner type="person">
- <email>piotr.karbowski@gmail.com</email>
+ <email>slashbeast@gentoo.org</email>
<name>Piotr Karbowski</name>
</owner>
- <source type="git">git://github.com/slashbeast/foo-overlay.git</source>
- <source type="git">http://github.com/slashbeast/foo-overlay.git</source>
- <feed>http://github.com/slashbeast/foo-overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/slashbeast/foo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/slashbeast/foo-overlay.git</source>
+ <feed>https://github.com/slashbeast/foo-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="official">
<name>fordfrog</name>
@@ -1747,106 +1498,76 @@ FIN
<!-- <feed>https://cgit.gentoo.org/dev/fordfrog.git/rss/</feed> -->
</repo>
<repo quality="experimental" status="unofficial">
- <name>fouxlay</name>
- <description>Plex media ebuilds</description>
- <homepage>https://github.com/foux/fouxlay</homepage>
+ <name>fortunelay</name>
+ <description lang="en">Overlay for fortunes</description>
+ <homepage>https://github.com/Alessandro-Barbieri/fortunelay</homepage>
<owner type="person">
- <email>fx.payet@tfdn.org</email>
- <name>François-Xavier Payet</name>
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
</owner>
- <source type="git">https://github.com/foux/fouxlay.git</source>
- <source type="git">git@github.com:foux/fouxlay.git</source>
- <feed>https://github.com/foux/fouxlay/commits/master.atom</feed>
+ <source type="git">https://github.com/Alessandro-Barbieri/fortunelay.git</source>
+ <source type="git">git+ssh://git@github.com/Alessandro-Barbieri/fortunelay.git</source>
+ <feed>https://github.com/Alessandro-Barbieri/fortunelay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>frabjous</name>
- <description lang="en">Frabjous! Yet another personal Gentoo overlay</description>
- <homepage>https://github.com/csmk/frabjous</homepage>
+ <name>fowlay</name>
+ <description lang="en">Collection of ebuilds</description>
+ <homepage>https://github.com/fowlay/fowlay-overlay</homepage>
<owner type="person">
- <email>csmk@cmsrv.org</email>
- <name>Ian Moone</name>
+ <email>rabbe@bahnhof.se</email>
+ <name>Rabbe Fogelholm</name>
</owner>
- <source type="git">https://github.com/csmk/frabjous.git</source>
- <source type="git">git@github.com:csmk/frabjous.git</source>
- <feed>https://github.com/csmk/frabjous/commits/master.atom</feed>
+ <source type="git">https://github.com/fowlay/fowlay-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/fowlay/fowlay-overlay.git</source>
+ <feed>https://github.com/fowlay/fowlay-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>freeswitch</name>
- <description lang="en">Freeswitch Gentoo overlay</description>
- <homepage>https://github.com/alphallc/freeswitch/</homepage>
+ <name>foxiverlay</name>
+ <description lang="en">Personal overlay for unofficial ebuilds</description>
+ <homepage>https://github.com/Pekkari/foxiverlay</homepage>
<owner type="person">
- <email>gentoo@mva.name</email>
- <name>Vadim A. Misbakh-Soloviov</name>
+ <email>koalinux@gmail.com</email>
+ <name>José Pekkarinen</name>
</owner>
- <source type="git">git://github.com/alphallc/freeswitch</source>
- <feed>https://github.com/alphallc/freeswitch/commits/master.atom</feed>
+ <source type="git">https://github.com/Pekkari/foxiverlay.git</source>
+ <source type="git">git@github.com:Pekkari/foxiverlay.git</source>
+ <feed>https://github.com/Pekkari/foxiverlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>frostyx</name>
- <description lang="en">FrostyX's personal overlay</description>
- <homepage>http://frostyx.cz/</homepage>
+ <name>fritteli</name>
+ <description lang="en">fritteli's Gentoo Overlay</description>
+ <homepage>https://github.com/fritteli/gentoo-overlay</homepage>
<owner type="person">
- <email>frostyx@email.cz</email>
- <name>FrostyX</name>
+ <email>manuel@fritteli.ch</email>
+ <name>Manuel Friedli</name>
</owner>
- <source type="git">https://github.com/FrostyX/gentoo-overlay.git</source>
- <source type="git">git://github.com/FrostyX/gentoo-overlay.git</source>
- <source type="git">git@github.com:FrostyX/gentoo-overlay.git</source>
- <feed>https://github.com/FrostyX/gentoo-overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/fritteli/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/fritteli/gentoo-overlay.git</source>
+ <feed>https://github.com/fritteli/gentoo-overlay/commits/main.atom</feed>
</repo>
- <repo quality="experimental" status="unofficial">
- <name>furikake</name>
- <description lang="en">Gentoo overlay of Alex Wilson</description>
- <homepage>https://github.com/antoligy/furikake</homepage>
- <owner type="person">
- <email>alex.w@antoligy.com</email>
- <name>Alex Wilson (antoligy)</name>
- </owner>
- <source type="git">https://github.com/antoligy/furikake.git</source>
- <source type="git">git@github.com:antoligy/furikake.git</source>
- <feed>https://github.com/antoligy/furikake/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>fuverlay</name>
- <description lang="en">Funkill's overlay</description>
- <homepage>https://github.com/funkill/fuverlay</homepage>
- <owner type="person">
- <email>funkill2@gmail.com</email>
- <name>Funkill</name>
- </owner>
- <source type="git">https://github.com/funkill/fuverlay.git</source>
- <feed>https://github.com/funkill/fuverlay/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>fw-overlay</name>
- <description lang="en">fw-overlay experimental overlay</description>
- <homepage>https://github.com/no-hope/fw-overlay</homepage>
- <owner type="person">
- <email>ketoth.xupack@gmail.com</email>
- <name>Ketoth Xupack</name>
- </owner>
- <source type="git">https://github.com/no-hope/fw-overlay.git</source>
- </repo>
- <repo quality="experimental" status="official">
- <name>gamarouns</name>
- <description>Bits and pieces missing in gentoo or layman repos I need</description>
- <homepage>https://bitbucket.org/amaroun/gamarouns</homepage>
+ <repo quality="stable" status="official">
+ <name>frr-gentoo</name>
+ <description lang="en">Free Range Routing Gentoo Overlay</description>
+ <homepage>https://frrouting.org/</homepage>
<owner type="person">
- <email>vit.kasal@gmail.com</email>
- <name>amaroun</name>
+ <email>f0o@devilcode.org</email>
+ <name>Daniel 'f0o' Preussker</name>
</owner>
- <source type="mercurial">https://bitbucket.org/amaroun/gamarouns</source>
+ <source type="git">https://github.com/FRRouting/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/FRRouting/gentoo-overlay.git</source>
+ <feed>https://github.com/FRRouting/gentoo-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>gambas-overlay</name>
- <description lang="en">Gambas IDE overlay for Gentoo Linux</description>
- <homepage>https://github.com/damex/gambas-overlay</homepage>
+ <name>fyn-overlay</name>
+ <description lang="en">fyn 's personal overlay</description>
+ <homepage>https://github.com/qwe795138426/fyn-overlay</homepage>
<owner type="person">
- <email>damex.pp@gmail.com</email>
- <name>Roman Kuzmitsky</name>
+ <email>qwe7951384261@outlook.com</email>
+ <name>Yining Feng</name>
</owner>
- <source type="git">https://github.com/damex/gambas-overlay.git</source>
- <feed>https://github.com/damex/gambas-overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/qwe795138426/fyn-overlay.git</source>
+ <source type="git">git@github.com:qwe795138426/fyn-overlay.git</source>
+ <feed>https://github.com/qwe795138426/fyn-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>gamerlay</name>
@@ -1855,7 +1576,7 @@ FIN
</description>
<homepage>https://cgit.gentoo.org/proj/gamerlay.git</homepage>
<owner type="person">
- <email>gentoo@mva.name</email>
+ <email>mva@gentoo.org</email>
<name>Vadim A. Misbakh-Soloviov</name>
</owner>
<source type="git">https://anongit.gentoo.org/git/proj/gamerlay.git</source>
@@ -1865,40 +1586,21 @@ FIN
<!-- <feed>https://cgit.gentoo.org/proj/gamerlay.git/rss/</feed> -->
</repo>
<repo quality="experimental" status="unofficial">
- <name>games-overlay</name>
- <description lang="en">gentoo overlay containing games ebuilds only</description>
- <homepage>https://github.com/hasufell/games-overlay</homepage>
+ <name>gbrlsnchs</name>
+ <description lang="en">Gabriel Sanches's personal ebuild repository</description>
+ <homepage>https://sr.ht/~gbrlsnchs/ebuilds</homepage>
<owner type="person">
- <email>hasufell@hasufell.de</email>
- <name>Julian Ospald</name>
+ <email>gabriel@gsr.dev</email>
+ <name>Gabriel Sanches</name>
</owner>
- <source type="git">git://github.com/hasufell/games-overlay.git</source>
- <feed>https://github.com/hasufell/games-overlay/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>geki</name>
- <description>The playground of gekis hacking on Gentoo Linux distribution.</description>
- <homepage>https://github.com/geki-yaba/gekis-playground</homepage>
- <owner type="person">
- <email>h.mth@web.de</email>
- </owner>
- <source type="git">https://github.com/geki-yaba/gekis-playground.git</source>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>genealogy</name>
- <description>Gentoo overlay for Gramps and other packages related to genealogy</description>
- <homepage>https://github.com/tecknicaltom/gentoo-genealogy-overlay</homepage>
- <owner type="person">
- <email>gentoo@modtwo.com</email>
- <name>tecknicaltom</name>
- </owner>
- <source type="git">https://github.com/tecknicaltom/gentoo-genealogy-overlay.git</source>
- <feed>https://github.com/tecknicaltom/gentoo-genealogy-overlay/commits/master.atom</feed>
+ <source type="git">https://git.sr.ht/~gbrlsnchs/ebuilds</source>
+ <source type="git">ssh://git@git.sr.ht:~gbrlsnchs/ebuilds</source>
+ <feed>https://git.sr.ht/~gbrlsnchs/ebuilds/log/trunk/rss.xml</feed>
</repo>
<repo quality="core" status="official">
<name>gentoo</name>
<description>Official Gentoo ebuild repository</description>
- <homepage>http://gentoo.org/</homepage>
+ <homepage>https://gentoo.org/</homepage>
<owner type="project">
<email>bug-wranglers@gentoo.org</email>
</owner>
@@ -1908,102 +1610,126 @@ FIN
<source type="git">git+ssh://git@git.gentoo.org/repo/gentoo.git</source>
<feed>https://cgit.gentoo.org/repo/gentoo.git/atom/</feed>
</repo>
- <repo quality="experimental" status="official">
- <name>gentoo-bsd</name>
- <description>Gentoo/BSD Project Overlay</description>
- <homepage>https://cgit.gentoo.org/proj/gentoo-bsd.git</homepage>
- <owner type="project">
- <email>bsd@gentoo.org</email>
+ <repo quality="experimental" status="unofficial">
+ <name>gentoo-bootstrap</name>
+ <description lang="en">Overlay providing packages to bootstrap OpenJDK and Rust</description>
+ <homepage>https://gitlab.com/stikonas/gentoo-bootstrap</homepage>
+ <owner type="person">
+ <email>andrius@stikonas.eu</email>
+ <name>Andrius Štikonas</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/proj/gentoo-bsd.git</source>
- <source type="git">git://anongit.gentoo.org/proj/gentoo-bsd.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/proj/gentoo-bsd.git</source>
- <feed>https://cgit.gentoo.org/proj/gentoo-bsd.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/proj/gentoo-bsd.git/rss/</feed> -->
+ <source type="git">https://gitlab.com/stikonas/gentoo-bootstrap.git</source>
+ <source type="git">git+ssh://git@gitlab.com:stikonas/gentoo-bootstrap.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>gentoo-gpu</name>
- <description lang="en">Bleeding-edge GPU support for Gentoo - OpenCL, GLVND, Vulkan</description>
- <homepage>https://github.com/sjnewbury/gentoo-gpu</homepage>
+ <name>gentoo-linux-surface-overlay</name>
+ <description lang="en">Overlay for running Gentoo Linux on Microsoft Surface devices.</description>
+ <homepage>http://gentoo.canutethegreat.com/</homepage>
<owner type="person">
- <email>steve@snewbury.org.uk</email>
- <name>Steven Newbury</name>
+ <email>canutethegreat@gmail.com</email>
+ <name>Ronald Farrer</name>
</owner>
- <source type="git">https://github.com/sjnewbury/gentoo-gpu.git</source>
- <source type="git">git://github.com/sjnewbury/gentoo-gpu.git</source>
- <source type="git">git@github.com:sjnewbury/gentoo-gpu.git</source>
- <feed>https://github.com/sjnewbury/gentoo-gpu/commits/master.atom</feed>
+ <source type="git">https://github.com/CanuteTheGreat/gentoo-linux-surface-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/CanuteTheGreat/gentoo-linux-surface-overlay.git</source>
+ <feed>https://github.com/CanuteTheGreat/gentoo-linux-surface-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>gentoo-htpc</name>
- <description>viddi87 HTPC overlay</description>
- <homepage>https://github.com/viddi87/gentoo-htpc</homepage>
+ <name>gentoo-unity7</name>
+ <description lang="en">A Gentoo overlay to build the Unity7 user interface</description>
+ <homepage>https://github.com/c4pp4/gentoo-unity7</homepage>
<owner type="person">
- <email>viddi@viddi.us</email>
- <name>Vidar</name>
+ <email>c4pp4@seznam.cz</email>
+ <name>c4pp4</name>
</owner>
- <source type="git">https://github.com/viddi87/gentoo-htpc.git</source>
- <source type="git">git://github.com/viddi87/gentoo-htpc.git</source>
- <feed>https://github.com/viddi87/gentoo-htpc/commits/master.atom</feed>
+ <source type="git">https://github.com/c4pp4/gentoo-unity7.git</source>
+ <source type="git">git+ssh://git@github.com/c4pp4/gentoo-unity7.git</source>
+ <feed>https://github.com/c4pp4/gentoo-unity7/commits/master.atom</feed>
</repo>
- <repo quality="experimental" status="official">
- <name>gentoo-mate</name>
- <description lang="en">Gentoo MATE Desktop Project Repo</description>
- <homepage>https://wiki.gentoo.org/wiki/Project:MATE</homepage>
- <owner type="project">
- <email>mate@gentoo.org</email>
- <name>MATE Desktop Project</name>
+ <repo quality="experimental" status="unofficial">
+ <name>gentoo-zh</name>
+ <description>To provide programs useful to Chinese speaking users (merged
+ from gentoo-china and gentoo-taiwan).</description>
+ <homepage>https://github.com/microcai/gentoo-zh</homepage>
+ <owner type="person">
+ <email>microcai@fedoraproject.org</email>
</owner>
- <source type="git">https://anongit.gentoo.org/git/proj/gentoo-mate.git</source>
- <source type="git">git://anongit.gentoo.org/proj/gentoo-mate.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/proj/gentoo-mate.git</source>
- <feed>https://cgit.gentoo.org/proj/gentoo-mate.git/atom/</feed>
+ <source type="git">https://github.com/microcai/gentoo-zh.git</source>
+ <source type="git">git+ssh://git@github.com/microcai/gentoo-zh.git</source>
+ <feed>https://github.com/microcai/gentoo-zh/commits/master.atom</feed>
</repo>
- <repo quality="experimental" status="official">
- <name>gentoo-openbsd</name>
- <description lang="en">Gentoo/OpenBSD Project Overlay</description>
- <homepage>https://cgit.gentoo.org/proj/gentoo-openbsd.git/</homepage>
+ <repo quality="experimental" status="unofficial">
+ <name>gentoobr</name>
+ <description lang="en">Overlay containing experimental packages developed
+ by the brazilian community, with focus on providing programs useful to
+ portuguese speaking users and introducing new people to contribute.</description>
+ <description lang="pt">Overlay contendo pacotes experimentais desenvolvidos
+ pela comunidade brasileira, com foco em oferecer programas úteis à falantes
+ da língua portuguesa e em introduzir novas pessoas a contribuir.</description>
+ <homepage>https://github.com/gentoobr/overlay</homepage>
<owner type="person">
- <email>blueness@gentoo.org</email>
- <name>Anthony G. Basile</name>
+ <email>leonardohn@null.net</email>
+ <name>Leonardo Henrique Neumann</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/proj/gentoo-openbsd.git</source>
- <source type="git">git://anongit.gentoo.org/proj/gentoo-openbsd.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/proj/gentoo-openbsd.git</source>
- <feed>https://cgit.gentoo.org/proj/gentoo-openbsd.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/proj/gentoo-openbsd.git/rss/</feed> -->
+ <source type="git">https://github.com/gentoobr/overlay.git</source>
+ <source type="git">git+ssh://git@github.com/gentoobr/overlay.git</source>
+ <feed>https://github.com/gentoobr/overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>gentoo-playground</name>
- <description lang="en">zeq's Playground for experimental ebuilds and eclasses</description>
- <homepage>https://github.com/sjnewbury/gentoo-playground</homepage>
+ <name>gentoofreak</name>
+ <description lang="en">Overlay containing newer upstream versions of different packages</description>
+ <homepage>https://github.com/GeNTooFReaK/gentoo-repo</homepage>
<owner type="person">
- <email>steve@snewbury.org.uk</email>
- <name>Steven Newbury</name>
+ <email>martin@b-root-force.de</email>
+ <name>Martin Wohlert</name>
</owner>
- <source type="git">https://github.com/sjnewbury/gentoo-playground.git</source>
- <source type="git">git://github.com/sjnewbury/gentoo-playground.git</source>
- <source type="git">git@github.com:sjnewbury/gentoo-playground.git</source>
- <feed>https://github.com/sjnewbury/gentoo-playground/commits/master.atom</feed>
+ <source type="git">https://github.com/GeNTooFReaK/gentoo-repo.git</source>
+ <source type="git">git+ssh://git@github.com:GeNTooFReaK/gentoo-repo.git</source>
+ <feed>https://github.com/GeNTooFReaK/gentoo-repo/commits/main.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>gentoo-zh</name>
- <description>To provide programs useful to Chinese speaking users (merged
- from gentoo-china and gentoo-taiwan).</description>
- <homepage>https://github.com/microcai/gentoo-zh</homepage>
+ <name>gentooplusplus</name>
+ <description lang="en">Personal overlay especially for lightweight software</description>
+ <homepage>https://github.com/Eugeniusz-Gienek/gentooplusplus</homepage>
<owner type="person">
- <email>microcai@fedoraproject.org</email>
+ <email>2sks05fxw@mozmail.com</email>
+ <name>Eugeniusz Gienek</name>
</owner>
- <source type="git">git://github.com/microcai/gentoo-zh.git</source>
- <feed>https://github.com/microcai/gentoo-zh/commits/master.atom</feed>
+ <source type="git">https://github.com/Eugeniusz-Gienek/gentooplusplus.git</source>
+ <source type="git">git@github.com:Eugeniusz-Gienek/gentooplusplus.git</source>
+ <feed>https://github.com/Eugeniusz-Gienek/gentooplusplus/commits/master/atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>gerislay</name>
+ <description lang="en">A personal overlay with no specific focus (mainly to
+ test ebuilds). Highly experimental. It is meant as a playground for me,
+ but others might be interested.</description>
+ <homepage>https://cgit.gentoo.org/repo/user/gerislay.git</homepage>
+ <owner type="person">
+ <email>gerion.entrup@flump.de</email>
+ <name>gerion</name>
+ </owner>
+ <source type="git">https://anongit.gentoo.org/git/repo/user/gerislay.git</source>
+ <source type="git">git+ssh://git@git.gentoo.org/repo/user/gerislay.git</source>
+ <feed>https://cgit.gentoo.org/repo/user/gerislay.git/atom/</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>gig</name>
+ <description>Gig OS's Overlay</description>
+ <homepage>https://github.com/Gig-OS/gig</homepage>
+ <owner type="person">
+ <email>yangmame@icloud.com</email>
+ </owner>
+ <source type="git">https://github.com/Gig-OS/gig.git</source>
+ <source type="git">git+ssh://git@github.com/Gig-OS/gig.git</source>
+ <feed>https://github.com/Gig-OS/gig/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>gitlab</name>
<description lang="en">Unofficial ebuilds for Gitlab</description>
<homepage>https://gitlab.awesome-it.de/overlays/gitlab</homepage>
<owner type="person">
- <email>info@awesome-it.de</email>
- <name>Daniel Morlock</name>
+ <email>prote@fmi.uni-stuttgart.de</email>
+ <name>Horst Prote</name>
</owner>
<source type="git">https://gitlab.awesome-it.de/overlays/gitlab.git</source>
</repo>
@@ -2022,16 +1748,16 @@ FIN
<!-- <feed>https://cgit.gentoo.org/proj/gnome.git/rss/</feed> -->
</repo>
<repo quality="experimental" status="unofficial">
- <name>gnome-next</name>
- <description>experimental newer gnome ebuilds</description>
- <homepage>https://github.com/Heather/gentoo-gnome</homepage>
+ <name>gnu-elpa</name>
+ <description lang="en">Mirror of GNU ELPA emacs package repository</description>
+ <homepage>https://github.com/houseofsuns/gnu-elpa</homepage>
<owner type="person">
- <email>cynede@gentoo.org</email>
- <name>Mikhail Pukhlikov</name>
+ <email>gentoo@houseofsuns.org</email>
+ <name>houseofsuns</name>
</owner>
- <source type="git">https://github.com/Heather/gentoo-gnome.git</source>
- <source type="git">git@github.com:Heather/gentoo-gnome.git</source>
- <feed>https://github.com/Heather/gentoo-gnome/commits/master.atom</feed>
+ <source type="git">https://github.com/houseofsuns/gnu-elpa.git</source>
+ <source type="git">git+ssh://git@github.com/houseofsuns/gnu-elpa.git</source>
+ <feed>https://github.com/houseofsuns/gnu-elpa/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="official">
<name>gnustep</name>
@@ -2047,40 +1773,28 @@ FIN
<!-- <feed>https://cgit.gentoo.org/proj/gnustep.git/rss/</feed> -->
</repo>
<repo quality="experimental" status="unofficial">
- <name>godin</name>
- <description lang="en">Godin's Gentoo Overlay</description>
- <homepage>https://github.com/Godin/gentoo-overlay</homepage>
+ <name>goduck777</name>
+ <description lang="en">Personal overlay containing some not-so-popular apps</description>
+ <homepage>https://github.com/goduck777/gentoo-overlay</homepage>
<owner type="person">
- <email>mandrikov@gmail.com</email>
- <name>Evgeny Mandrikov</name>
+ <email>goduck777@gmail.com</email>
+ <name>Chang Liu</name>
</owner>
- <source type="git">https://github.com/Godin/gentoo-overlay.git</source>
- <source type="git">git://github.com/Godin/gentoo-overlay.git</source>
- <feed>https://github.com/Godin/gentoo-overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/goduck777/gentoo-overlay.git</source>
+ <source type="git">git@github.com:goduck777/gentoo-overlay.git</source>
+ <feed>https://github.com/goduck777/gentoo-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>go-overlay</name>
- <description lang="en">Golang related ebuilds</description>
- <homepage>https://github.com/Dr-Terrible/go-overlay</homepage>
+ <name>gogooverlay</name>
+ <description lang="en">GoGo's Cool Overlay For Attractive People</description>
+ <homepage>https://github.com/GoGoOtaku/GoGoOverlay</homepage>
<owner type="person">
- <email>toffanin.mauro@gmail.com</email>
- <name>Mauro Toffanin</name>
+ <email>GoGoOtaku@gmail.com</email>
+ <name>GoGo de Sica</name>
</owner>
- <source type="git">https://github.com/Dr-Terrible/go-overlay.git</source>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>goris</name>
- <description lang="en">Goris overlay</description>
- <homepage>https://cgit.gentoo.org/repo/user/goris.git/</homepage>
- <owner type="person">
- <email>norayr.am@gmail.com</email>
- <name>Norayr Mirakyan</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/repo/user/goris.git</source>
- <source type="git">git://anongit.gentoo.org/repo/user/goris.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/repo/user/goris.git</source>
- <feed>https://cgit.gentoo.org/repo/user/goris.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/repo/user/goris.git/rss/</feed> -->
+ <source type="git">https://github.com/GoGoOtaku/GoGoOverlay.git</source>
+ <source type="git">git+ssh://git@github.com/GoGoOtaku/GoGoOverlay.git</source>
+ <feed>https://github.com/GoGoOtaku/GoGoOverlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="official">
<name>graaff</name>
@@ -2098,31 +1812,40 @@ FIN
<!-- <feed>https://cgit.gentoo.org/dev/graaff.git/rss/</feed> -->
</repo>
<repo quality="experimental" status="unofficial">
- <name>graveyard</name>
- <description lang="en">packages tree-cleaned from the official
- portage repository</description>
- <homepage>https://github.com/gentoo/graveyard</homepage>
+ <name>griffon_overlay</name>
+ <description lang="en">Personal overlay of GriffOn Yi</description>
+ <homepage>https://github.com/windfail/griffon_overlay</homepage>
<owner type="person">
- <email>williamh@gentoo.org</email>
- <name>William Hubbs</name>
+ <email>yily_101@163.com</email>
+ <name>GriffOn Yi</name>
</owner>
- <source type="git">https://github.com/gentoo/graveyard.git</source>
- <source type="git">git://github.com/gentoo/graveyard.git</source>
- <source type="git">git@github.com:gentoo/graveyard.git</source>
- <feed>https://github.com/gentoo/graveyard/commits/master.atom</feed>
+ <source type="git">https://github.com/windfail/griffon_overlay.git</source>
+ <source type="git">git+ssh://git@github.com/windfail/griffon_overlay.git</source>
+ <feed>https://github.com/windfail/griffon_overlay/commits/master.atom</feed>
</repo>
- <repo quality="experimental" status="official">
- <name>grub2-themes</name>
- <description lang="en">Overlay dedicated to Grub2 themes (of any distribution)</description>
- <homepage>https://github.com/gentoo/grub2-themes-overlay</homepage>
+ <repo quality="experimental" status="unofficial">
+ <name>gsview-overlay</name>
+ <description lang="en">Overlay for the gsview and some other plotting/scientific soft</description>
+ <homepage>https://github.com/uleysky/gsview-overlay</homepage>
<owner type="person">
- <email>sping@gentoo.org</email>
- <name>Sebastian Pipping</name>
+ <email>uleysky@gmail.com</email>
+ <name>Michael Uleysky</name>
+ </owner>
+ <source type="git">https://github.com/uleysky/gsview-overlay.git</source>
+ <source type="git">git@github.com:uleysky/gsview-overlay.git</source>
+ <feed>https://github.com/uleysky/gsview-overlay/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="official">
+ <name>guru</name>
+ <description lang="en">GURU: Ebuild repository entirely maintained by Gentoo users</description>
+ <homepage>https://wiki.gentoo.org/wiki/Project:GURU</homepage>
+ <owner type="project">
+ <email>guru@gentoo.org</email>
+ <name>GURU</name>
</owner>
- <source type="git">https://github.com/gentoo/grub2-themes-overlay.git</source>
- <source type="git">git://github.com/gentoo/grub2-themes-overlay.git</source>
- <source type="git">git@github.com:gentoo/grub2-themes-overlay.git</source>
- <feed>https://github.com/gentoo/grub2-themes-overlay/commits/master.atom</feed>
+ <source type="git">https://anongit.gentoo.org/git/repo/proj/guru.git</source>
+ <source type="git">git+ssh://git@git.gentoo.org/repo/proj/guru.git</source>
+ <feed>https://cgit.gentoo.org/repo/proj/guru.git/atom/</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>haarp</name>
@@ -2135,14 +1858,16 @@ FIN
<source type="git">git://anongit.gentoo.org/user/haarp.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>hacking-gentoo</name>
- <description lang="en">Ebuilds of Hacking Network Solutions Ltd</description>
- <homepage>http://www.mad-hacking.net/software/linux/gentoo/gentoo-overlay/index.xml</homepage>
+ <name>hamari</name>
+ <description lang="en">Personal overlay of hamari</description>
+ <homepage>https://github.com/hamarituc/gentoo-overlay/</homepage>
<owner type="person">
- <email>overlay-maintainer@mad-hacking.net</email>
- <name>Max Hacking</name>
+ <email>mario.haustein@hrz.tu-chemnitz.de</email>
+ <name>Mario Haustein</name>
</owner>
- <source type="rsync">rsync://rsync.mad-hacking.net/hacking-gentoo-overlay/</source>
+ <source type="git">https://github.com/hamarituc/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/hamarituc/gentoo-overlay.git</source>
+ <feed>https://github.com/hamarituc/gentoo-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>hamper-overlay</name>
@@ -2153,18 +1878,20 @@ FIN
<name>Alexander Pilipenko</name>
</owner>
<source type="git">https://github.com/Hamper/hamper-overlay.git</source>
- <source type="git">git://github.com/hamper/hamper-overlay.git</source>
- <feed>https://github.com/hamper/hamper-overlay/commits/master.atom</feed>
+ <source type="git">git+ssh://git@github.com/Hamper/hamper-overlay.git</source>
+ <feed>https://github.com/Hamper/hamper-overlay/commits/master.atom</feed>
</repo>
- <repo quality="experimental" status="official">
- <name>hardened-development</name>
- <description>Development Overlay for Hardened Gcc 4.x Toolchain</description>
- <homepage>https://cgit.gentoo.org/proj/hardened-dev.git/</homepage>
- <owner type="project">
- <email>hardened@gentoo.org</email>
+ <repo quality="experimental" status="unofficial">
+ <name>han</name>
+ <description lang="en">Han's personal ebuild repository</description>
+ <homepage>https://github.com/hanmertens/han-overlay</homepage>
+ <owner type="person">
+ <email>hanmertens@outlook.com</email>
+ <name>Han Mertens</name>
</owner>
- <source type="git">git://anongit.gentoo.org/proj/hardened-dev.git</source>
- <feed>https://cgit.gentoo.org/proj/hardened-dev.git/atom/</feed>
+ <source type="git">https://github.com/hanmertens/han-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/hanmertens/han-overlay.git</source>
+ <feed>https://github.com/hanmertens/han-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="official">
<name>haskell</name>
@@ -2174,9 +1901,20 @@ FIN
<email>haskell@gentoo.org</email>
</owner>
<source type="git">https://github.com/gentoo-haskell/gentoo-haskell.git</source>
- <source type="git">git://github.com/gentoo-haskell/gentoo-haskell.git</source>
- <source type="git">http://github.com/gentoo-haskell/gentoo-haskell.git</source>
- <feed>http://github.com/gentoo-haskell/gentoo-haskell/commits/master.atom</feed>
+ <source type="git">git+ssh://git@github.com/gentoo-haskell/gentoo-haskell.git</source>
+ <feed>https://github.com/gentoo-haskell/gentoo-haskell/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>hep-forge</name>
+ <description lang="en">Inofficial HEPForge ebuilds</description>
+ <homepage>https://gitlab.com/APN-Pucky/gentoo-hep-forge</homepage>
+ <owner type="person">
+ <email>alexander@neuwirth-informatik.de</email>
+ <name>Alexander Puck Neuwirth</name>
+ </owner>
+ <source type="git">https://gitlab.com/APN-Pucky/gentoo-hep-forge.git</source>
+ <source type="git">git+ssh://git@gitlab.com/APN-Pucky/gentoo-hep-forge.git</source>
+ <feed>https://gitlab.com/APN-Pucky/gentoo-hep-forge/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>hering-overlay</name>
@@ -2187,135 +1925,90 @@ FIN
<name>Richard Hering</name>
</owner>
<source type="git">https://github.com/internethering/hering-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/internethering/hering-overlay.git</source>
<feed>https://github.com/internethering/hering-overlay/commits/master.atom</feed>
</repo>
- <repo quality="experimental" status="official">
- <name>heroxbd</name>
- <description lang="en">Developer overlay</description>
- <homepage>https://cgit.gentoo.org/dev/heroxbd.git/</homepage>
- <owner type="person">
- <email>heroxbd@gentoo.org</email>
- <name>Benda Xu</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/dev/heroxbd.git</source>
- <source type="git">git://anongit.gentoo.org/dev/heroxbd.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/dev/heroxbd.git</source>
- <feed>https://cgit.gentoo.org/dev/heroxbd.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/dev/heroxbd.git/rss/</feed> -->
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>hexedit-overlay</name>
- <description lang="en">Ebuilds for infrastructure-related packages and my own projects</description>
- <homepage>http://hexedit.me/gentoo/</homepage>
- <owner type="person">
- <email>hexedit@ifproject.ru</email>
- <name>Timofey Negrebetsky</name>
- </owner>
- <source type="svn">https://svn.ifproject.ru/gentoo-overlay/</source>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>hhvm</name>
- <description>hhvm gentoo overlay</description>
- <homepage>https://github.com/reanimus/hhvm-overlay</homepage>
- <owner type="person">
- <email>alex@guzman.io</email>
- <name>Alex Guzman</name>
- </owner>
- <source type="git">https://github.com/reanimus/hhvm-overlay.git</source>
- <source type="git">git://github.com/reanimus/hhvm-overlay.git</source>
- <feed>https://github.com/reanimus/hhvm-overlay/commits/master.atom</feed>
- </repo>
<repo quality="experimental" status="unofficial">
- <name>hibiscus</name>
- <description lang="en">Hibiscus homebanking overlay</description>
- <homepage>https://cgit.gentoo.org/user/hibiscus.git/</homepage>
+ <name>holgersson-overlay</name>
+ <description lang="en">Nils "holgersson" Freydank's personal overlay</description>
+ <homepage>https://git.holgersson.xyz</homepage>
<owner type="person">
- <email>gentoo@posteo.de</email>
- <name>Fabian Köster</name>
+ <email>holgersson@posteo.de</email>
+ <name>Nils Freydank</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/user/hibiscus.git</source>
- <source type="git">git://anongit.gentoo.org/user/hibiscus.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/hibiscus.git</source>
- <feed>https://cgit.gentoo.org/user/hibiscus.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/hibiscus.git/rss/</feed> -->
+ <source type="git">https://git.holgersson.xyz/gentoo-related/holgersson-overlay</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>hnaparst</name>
- <description lang="en">Harold Naparst's Gentoo overlay</description>
- <homepage>https://github.com/hnaparst/overlay</homepage>
+ <name>HomeAssistantRepository</name>
+ <description lang="en">Home Assistant on Gentoo Linux without virtualenv or docker.</description>
+ <homepage>https://git.edevau.net/onkelbeh/HomeAssistantRepository</homepage>
<owner type="person">
- <email>harold@alum.mit.edu</email>
- <name>Harold Naparst</name>
+ <email>b@edevau.net</email>
+ <name>Andreas Billmeier</name>
</owner>
- <source type="git">https://github.com/hnaparst/overlay.git</source>
- <source type="git">git://github.com/hnaparst/overlay.git</source>
- <source type="git">git@github.com:hnaparst/overlay.git</source>
- <feed>https://github.com/hnaparst/overlay/commits/master.atom</feed>
+ <source type="git">https://git.edevau.net/onkelbeh/HomeAssistantRepository.git</source>
+ <source type="git">https://github.com/onkelbeh/HomeAssistantRepository.git</source>
+ <source type="git">git+ssh://git@github.com/onkelbeh/HomeAssistantRepository.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>holgersson-overlay</name>
- <description lang="en">Nils "holgersson" Freydank's personal overlay</description>
- <homepage>https://git.holgersson.xyz</homepage>
+ <name>hossie</name>
+ <description lang="en">gentoo-overlay from hossie</description>
+ <homepage>https://wiki.hossie.de/projekte:gentoo-overlay</homepage>
<owner type="person">
- <email>holgersson@posteo.de</email>
- <name>Nils Freydank</name>
+ <email>hossie@hossie.de</email>
+ <name>Daniel Augustin</name>
</owner>
- <source type="git">https://git.holgersson.xyz/holgersson-overlay</source>
+ <source type="git">https://github.com/daugustin/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/daugustin/gentoo-overlay.git</source>
+ <feed>https://github.com/daugustin/gentoo-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>hossie</name>
- <description>gentoo-overlay from hossie</description>
- <homepage>https://git.hossie.de/projects/GEN/repos/gentoo-overlay/browse</homepage>
+ <name>hotstoast</name>
+ <description lang="en">Tom Hotston's personal overlay</description>
+ <homepage>https://github.com/TomHotston/hotstoast-overlay</homepage>
<owner type="person">
- <email>hossie@hossie.de</email>
+ <email>hotston.tom@gmail.com</email>
+ <name>Tom Hotston</name>
</owner>
- <source type="git">https://git.hossie.de/scm/gen/gentoo-overlay.git</source>
+ <source type="git">https://github.com/TomHotston/hotstoast-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/TomHotston/hotstoast-overlay.git</source>
+ <feed>https://github.com/TomHotston/hotstoast-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>humble</name>
- <description lang="en">Humble Indie Bundle unofficial overlay for Gentoo</description>
- <homepage>https://github.com/pashazz/humble-overlay</homepage>
+ <name>icinga</name>
+ <description lang="en">Gentoo Overlay Repository for Icinga2 related stuff</description>
+ <homepage>https://github.com/antonfischl1980/icinga</homepage>
<owner type="person">
- <email>pzinin@gmail.com</email>
- <name> Pavel Borisov</name>
+ <email>github@fischl-online.de</email>
+ <name>Anton Fischl</name>
</owner>
- <source type="git">https://github.com/pashazz/humble-overlay.git</source>
- <source type="git">git://github.com/pashazz/humble-overlay.git</source>
- <source type="git">git@github.com:pashazz/humble-overlay.git</source>
- <feed>https://github.com/pashazz/humble-overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/antonfischl1980/icinga.git</source>
+ <source type="git">git+ssh://git@github.com/antonfischl1980/icinga.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>ikelos</name>
- <description>Ikelos's hospice for broken and damaged ebuilds.</description>
- <homepage>https://cgit.gentoo.org/dev/ikelos.git/</homepage>
+ <name>inode64-overlay</name>
+ <description lang="en">Server overlay, virtualization, developer tools and misc apps</description>
+ <description lang="es">Overlay de servidores, virtualización, herramientas para desarrolladores y aplicaciones varias</description>
+ <homepage>https://github.com/inode64/inode64-overlay</homepage>
<owner type="person">
- <email>ikelos@gentoo.org</email>
- <name>Mike Auty</name>
+ <email>web@inode64.com</email>
+ <name>F.Javier Félix</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/dev/ikelos.git</source>
- <source type="git">git://anongit.gentoo.org/dev/ikelos.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/dev/ikelos.git</source>
- <feed>https://cgit.gentoo.org/dev/ikelos.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/dev/ikelos.git/rss/</feed> -->
+ <source type="git">https://github.com/inode64/inode64-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/inode64/inode64-overlay.git</source>
+ <feed>https://github.com/inode64/inode64-overlay/commits/main.atom</feed>
</repo>
- <repo quality="experimental" status="unofficial">
- <name>imaging</name>
- <description>Gentoo overlay for image processing and visualization</description>
- <homepage>https://github.com/gerddie/gentoo-imaging</homepage>
- <owner type="person">
- <email>gw.fossdev@gmail.com</email>
- </owner>
- <source type="git">https://github.com/gerddie/gentoo-imaging.git</source>
- </repo>
<repo quality="experimental" status="unofficial">
- <name>interactive-fiction</name>
- <description>Packages for players and authors of interactive
- fiction</description>
+ <name>iritmaximus</name>
+ <description lang="en">iritmaximus' overlay</description>
+ <homepage>https://github.com/iritmaximus/overlay</homepage>
<owner type="person">
- <email>levertond@googlemail.com</email>
+ <email>aaro.koivukangas@gmail.com</email>
+ <name>Aaro Koivukangas</name>
</owner>
- <source type="git">git://repo.or.cz/gentoo-interactive-fiction.git</source>
- <feed>http://repo.or.cz/w/gentoo-interactive-fiction.git?a=rss</feed>
+ <source type="git">https://github.com/iritmaximus/overlay.git</source>
+ <source type="git">git+ssh://git@github.com/iritmaximus/overlay.git</source>
+ <feed>https://github.com/iritmaximus/overlay/commits/main.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>ixit</name>
@@ -2326,44 +2019,20 @@ FIN
<name>David Heidelberger</name>
</owner>
<source type="git">https://github.com/okias/ixit.git</source>
- <source type="git">git://github.com/okias/ixit.git</source>
<source type="git">git@github.com:okias/ixit.git</source>
<feed>https://github.com/okias/ixit/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>jacendi-overlay</name>
- <description lang="en">Various ebuilds (mostly idTech-related)</description>
- <homepage>https://github.com/Jacendi/jacendi-overlay</homepage>
+ <name>jabuxas</name>
+ <description lang="en">jabuxas personal overlay</description>
+ <homepage>https://github.com/jabuxas/overlay</homepage>
<owner type="person">
- <email>jacendi@protonmail.com</email>
- <name>Vladimir Gavrilov</name>
+ <email>lucasbarbieri.c@gmail.com</email>
+ <name>Lucas Barbieri</name>
</owner>
- <source type="git">https://github.com/Jacendi/jacendi-overlay.git</source>
- <feed>https://github.com/Jacendi/jacendi-overlay/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>jamesbroadhead</name>
- <description lang="en">James Broadhead's personal overlay and pre-sunrise testing ground</description>
- <homepage>https://cgit.gentoo.org/user/jamesbroadhead.git/</homepage>
- <owner type="person">
- <email>jamesbroadhead@gmail.com</email>
- <name>James Broadhead</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/user/jamesbroadhead.git</source>
- <source type="git">git://anongit.gentoo.org/user/jamesbroadhead.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/jamesbroadhead.git</source>
- <feed>https://cgit.gentoo.org/user/jamesbroadhead.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/jamesbroadhead.git/rss/</feed> -->
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>jamestr</name>
- <description lang="en">My random Gentoo packages</description>
- <homepage>https://github.com/James-TR</homepage>
- <owner type="person">
- <email>james@jtaylor.id.au</email>
- <name>James Taylor</name>
- </owner>
- <source type="git">git://github.com/James-TR/gentoo.overlay.git</source>
+ <source type="git">https://github.com/jabuxas/overlay.git</source>
+ <source type="git">git+ssh://git@github.com/jabuxas/overlay.git</source>
+ <feed>https://github.com/jabuxas/overlay/commits/main.atom</feed>
</repo>
<repo quality="experimental" status="official">
<name>java</name>
@@ -2380,26 +2049,16 @@ FIN
<!-- <feed>https://cgit.gentoo.org/proj/java.git/rss/</feed> -->
</repo>
<repo quality="experimental" status="unofficial">
- <name>javer</name>
- <description lang="en">HipHop PHP and misc ebuilds</description>
- <homepage>https://github.com/javer/gentoo-overlay</homepage>
- <owner type="person">
- <email>dev@javer.kiev.ua</email>
- <name>Vadim Borodavko</name>
- </owner>
- <source type="git">https://github.com/javer/gentoo-overlay.git</source>
- <source type="git">git@github.com:javer/gentoo-overlay.git</source>
- <feed>https://github.com/javer/gentoo-overlay/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>jboro-overlay</name>
- <description>personal experimental ebuilds</description>
- <homepage>https://github.com/JBoro/portage</homepage>
+ <name>jjakob</name>
+ <description lang="en">Jernej Jakob's unofficial ebuilds</description>
+ <homepage>https://github.com/jjakob/gentoo-overlay</homepage>
<owner type="person">
- <email>justin.borodinsky@gmail.com</email>
- <name>justin borodinsky</name>
+ <email>jernej.jakob+gentoo@gmail.com</email>
+ <name>Jernej Jakob</name>
</owner>
- <source type="git">https://github.com/JBoro/portage.git</source>
+ <source type="git">https://github.com/jjakob/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/jjakob/gentoo-overlay.git</source>
+ <feed>https://github.com/jjakob/gentoo-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>jkolo</name>
@@ -2411,129 +2070,54 @@ FIN
</owner>
<source type="git">https://git.kolosowscy.pl/jurek/gentoo-overlay.git</source>
</repo>
- <repo quality="experimental" status="official">
- <name>jmbsvicetto</name>
- <description>Jorge Manuel B. S. Vicetto developer overlay</description>
- <homepage>https://cgit.gentoo.org/dev/jmbsvicetto.git</homepage>
- <owner type="person">
- <email>jmbsvicetto@gentoo.org</email>
- <name>Jorge Manuel B. S. Vicetto</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/dev/jmbsvicetto.git</source>
- <source type="git">git://anongit.gentoo.org/dev/jmbsvicetto.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/dev/jmbsvicetto.git</source>
- <feed>https://cgit.gentoo.org/dev/jmbsvicetto.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/dev/jmbsvicetto.git/rss/</feed> -->
- </repo>
<repo quality="experimental" status="unofficial">
- <name>jmesmon</name>
- <description lang="en">miscellanious fixes, modifications, and newer versions of ebuilds</description>
- <homepage>http://github.com/jmesmon/overlay</homepage>
+ <name>jl1990</name>
+ <description lang="en">jl1990's Custom Gentoo Overlay.</description>
+ <homepage>https://github.com/jl1990/gentoo-overlay</homepage>
<owner type="person">
- <email>jmesmon@gmail.com</email>
- <name>Cody Schafer</name>
+ <email>jlcarrasco1990@gmail.com</email>
+ <name>jl1990</name>
</owner>
- <source type="git">git://github.com/jmesmon/overlay.git</source>
+ <source type="git">https://github.com/jl1990/gentoo-overlay.git</source>
+ <source type="git">git@github.com:jl1990/gentoo-overlay.git</source>
+ <feed>https://github.com/jl1990/gentoo-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>jm-overlay</name>
<description lang="en">Personal overlay with more or less random ebuilds</description>
<homepage>https://github.com/Jannis234/jm-overlay</homepage>
<owner type="person">
- <email>jannism234@gmail.com</email>
+ <email>jannis@ctrl-c.xyz</email>
<name>Jannis234</name>
</owner>
<source type="git">https://github.com/Jannis234/jm-overlay.git</source>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>johnmh</name>
- <description>Personal overlay of johnmh</description>
- <homepage>http://cgit.gentoo.org/repo/user/johnmh.git/</homepage>
- <owner type="person">
- <email>johnmh@openblox.org</email>
- <name>John Harris</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/repo/user/johnmh.git</source>
- <source type="git">git://anongit.gentoo.org/repo/user/johnmh</source>
- <source type="git">git+ssh://git@git.gentoo.org/repo/user/johnmh.git</source>
- <feed>https://cgit.gentoo.org/repo/user/johnmh.git/atom/</feed>
+ <source type="git">git+ssh://git@github.com/Jannis234/jm-overlay.git</source>
</repo>
<repo quality="experimental" status="official">
- <name>johu</name>
- <description>Johannes Huber developer overlay</description>
- <homepage>https://cgit.gentoo.org/dev/johu.git</homepage>
- <owner type="person">
- <email>johu@gentoo.org</email>
- <name>Johannes Huber</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/dev/johu.git</source>
- <source type="git">git://anongit.gentoo.org/dev/johu.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/dev/johu.git</source>
- <feed>https://cgit.gentoo.org/dev/johu.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/dev/johu.git/rss/</feed> -->
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>joinge</name>
- <description>joinge's user overlay</description>
- <homepage>https://cgit.gentoo.org/user/joinge.git/</homepage>
- <owner type="person">
- <email>joinge.dev@gmail.com</email>
- <name>Jo Inge Buskenes</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/user/joinge.git</source>
- <source type="git">git://anongit.gentoo.org/user/joinge.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/joinge.git</source>
- <feed>https://cgit.gentoo.org/user/joinge.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/joinge.git/rss/</feed> -->
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>jokleinn</name>
- <description lang="en">Personal Gentoo overlay</description>
- <homepage>https://github.com/jokleinn/jokleinn</homepage>
- <owner type="person">
- <email>jokleinn@gmail.com</email>
- <name>Johann Weiß</name>
- </owner>
- <source type="git">https://github.com/jokleinn/jokleinn.git</source>
- <feed>https://github.com/jokleinn/jokleinn/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>jorgicio</name>
- <description lang="en">Gentoo repository made by Jorgicio.</description>
- <homepage>https://github.com/jorgicio/jorgicio-gentoo</homepage>
- <owner type="person">
- <email>jpizarrocallejas@gmail.com</email>
- <name>Jorge Pizarro Callejas</name>
- </owner>
- <source type="git">https://github.com/jorgicio/jorgicio-gentoo.git</source>
- <source type="git">git://github.com/jorgicio/jorgicio-gentoo.git</source>
- <source type="git">git@github.com:jorgicio/jorgicio-gentoo.git</source>
- <feed>https://github.com/jorgicio/jorgicio-gentoo/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>jps-gentoo</name>
- <description lang="en">Random set of ebuilds, focus on Finnish software.</description>
- <homepage>https://github.com/juippis/jps-gentoo</homepage>
+ <name>jmbsvicetto</name>
+ <description>Jorge Manuel B. S. Vicetto developer overlay</description>
+ <homepage>https://cgit.gentoo.org/repo/dev/jmbsvicetto.git</homepage>
<owner type="person">
- <email>juippis@gmail.com</email>
- <name>juippis</name>
+ <email>jmbsvicetto@gentoo.org</email>
+ <name>Jorge Manuel B. S. Vicetto</name>
</owner>
- <source type="git">https://github.com/juippis/jps-gentoo.git</source>
- <feed>https://github.com/juippis/jps-gentoo/commits/master.atom</feed>
+ <source type="git">https://anongit.gentoo.org/git/repo/dev/jmbsvicetto.git</source>
+ <source type="git">git://anongit.gentoo.org/repo/dev/jmbsvicetto.git</source>
+ <source type="git">git+ssh://git@git.gentoo.org/repo/dev/jmbsvicetto.git</source>
+ <feed>https://cgit.gentoo.org/repo/dev/jmbsvicetto.git/atom/</feed>
+ <!-- <feed>https://cgit.gentoo.org/repo/dev/jmbsvicetto.git/rss/</feed> -->
</repo>
<repo quality="experimental" status="unofficial">
- <name>jranvier</name>
- <description lang="en">Experimental cryptoanarchism-related ebuilds</description>
- <homepage>https://cgit.gentoo.org/user/jranvier.git/</homepage>
+ <name>joecool-overlay</name>
+ <description lang="en">joecool's personal overlay</description>
+ <homepage>https://github.com/joecool1029/joecool-overlay</homepage>
<owner type="person">
- <email>justusranvier@tormail.org</email>
- <name>Justus Ranvier</name>
+ <email>joe@wt.gd</email>
+ <name>Joe Kappus</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/user/jranvier.git</source>
- <source type="git">git://anongit.gentoo.org/user/jranvier.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/jranvier.git</source>
- <feed>https://cgit.gentoo.org/user/jranvier.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/jranvier.git/rss/</feed> -->
+ <source type="git">https://github.com/joecool1029/joecool-overlay.git</source>
+ <source type="git">git@github.com:joecool1029/joecool-overlay.git</source>
+ <feed>https://github.com/joecool1029/joecool-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>JRG</name>
@@ -2544,11 +2128,22 @@ FIN
<name>John R. Graham</name>
</owner>
<source type="git">https://github.com/john-r-graham/jrg-overlay.git</source>
- <source type="git">git://github.com/john-r-graham/jrg-overlay.git</source>
<source type="git">git@github.com:john-r-graham/jrg-overlay.git</source>
<feed>https://github.com/john-r-graham/jrg-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
+ <name>jsteward</name>
+ <description lang="en">jsteward's personal overlay</description>
+ <homepage>https://github.com/KireinaHoro/jsteward</homepage>
+ <owner type="person">
+ <email>i@jsteward.moe</email>
+ <name>KireinaHoro</name>
+ </owner>
+ <source type="git">https://github.com/KireinaHoro/jsteward.git</source>
+ <source type="git">git@github.com:KireinaHoro/jsteward.git</source>
+ <feed>https://github.com/KireinaHoro/jsteward/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
<name>junkdrawer</name>
<description lang="en">Various development tools, libraries, and patches not in Gentoo (yet)</description>
<homepage>https://github.com/doctaweeks/junkdrawer-overlay</homepage>
@@ -2557,6 +2152,7 @@ FIN
<name>Daniel M. Weeks</name>
</owner>
<source type="git">https://github.com/doctaweeks/junkdrawer-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/doctaweeks/junkdrawer-overlay.git</source>
</repo>
<repo quality="experimental" status="unofficial">
<name>kaa</name>
@@ -2567,70 +2163,59 @@ FIN
<name>Oleg Kravchenko</name>
</owner>
<source type="git">https://github.com/Oleh-Kravchenko/kaa-layman.git</source>
+ <source type="git">git+ssh://git@github.com/Oleh-Kravchenko/kaa-layman.git</source>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>KBrown-pub</name>
+ <description lang="en">KBrown's public overlay</description>
+ <homepage>http://sandino.araico.net/</homepage>
+ <owner type="person">
+ <email>sandino@sandino.net</email>
+ <name>Sandino Araico Sanchez</name>
+ </owner>
+ <source type="git">https://gitlab.com/KenjiBrown/gentoo-overlay.git</source>
+ <source type="git">https://github.com/KenjiBrown/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/KenjiBrown/gentoo-overlay.git</source>
+ <feed>https://git.softwarelibre.mx/KBrown/gentoo-overlay/-/commits/KBrown-pub?format=atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>kcning</name>
+ <description lang="en">kcning's personal gentoo overlay</description>
+ <homepage>https://github.com/kcning/gentoo-overlay</homepage>
+ <owner type="person">
+ <email>kaichun.ning@gmail.com</email>
+ <name>Kai-Chun Ning</name>
+ </owner>
+ <source type="git">https://github.com/kcning/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/kcning/gentoo-overlay.git</source>
</repo>
<repo quality="experimental" status="official">
<name>kde</name>
<description>Official KDE team's testing overlay.</description>
- <homepage>http://kde.gentoo.org</homepage>
+ <homepage>https://kde.gentoo.org</homepage>
<owner type="project">
<email>kde@gentoo.org</email>
<name>KDE Team</name>
</owner>
- <source type="git">https://github.com/gentoo/kde.git</source>
<source type="git">https://anongit.gentoo.org/git/proj/kde.git</source>
+ <source type="git">https://github.com/gentoo/kde.git</source>
<source type="git">git://anongit.gentoo.org/proj/kde.git</source>
<source type="git">git+ssh://git@git.gentoo.org/proj/kde.git</source>
+ <source type="git">git+ssh://git@github.com/gentoo/kde.git</source>
<feed>https://cgit.gentoo.org/proj/kde.git/atom/</feed>
<!-- <feed>https://cgit.gentoo.org/proj/kde.git/rss/</feed> -->
</repo>
<repo quality="experimental" status="unofficial">
- <name>keruspe</name>
- <description lang="en">Keruspe's overlay</description>
- <homepage>https://cgit.gentoo.org/user/keruspe.git/</homepage>
- <owner type="person">
- <email>Marc-Antoine@Perennou.com</email>
- <name>Marc-Antoine Perennou</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/user/keruspe.git</source>
- <source type="git">git://anongit.gentoo.org/user/keruspe.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/keruspe.git</source>
- <feed>https://cgit.gentoo.org/user/keruspe.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/keruspe.git/rss/</feed> -->
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>k_f</name>
- <description>K_F's personal overlay</description>
- <homepage>http://git.sumptuouscapital.com/?p=portage-overlay.git;a=summary</homepage>
- <owner type="person">
- <email>k_f@gentoo.org</email>
- <name>Kristian Fiskerstrand</name>
- </owner>
- <source type="git">git://git.sumptuouscapital.com/portage-overlay.git</source>
- <feed>http://git.sumptuouscapital.com/?p=portage-overlay.git;a=atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>klondike</name>
- <description lang="en">Ebuilds made and modified by klondike, mainly sound and virtualization</description>
- <homepage>https://cgit.gentoo.org/user/klondike.git/</homepage>
+ <name>khoverlay</name>
+ <description>Khumba's overlay, mainly Haskell packages</description>
+ <homepage>https://gitlab.com/khumba/khoverlay</homepage>
<owner type="person">
- <email>klondike@gentoo.org</email>
- <name>Francisco Blas Izquierdo Riera</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/user/klondike.git</source>
- <source type="git">git://anongit.gentoo.org/user/klondike.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/klondike.git</source>
- <feed>https://cgit.gentoo.org/user/klondike.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/klondike.git/rss/</feed> -->
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>kolab</name>
- <description lang="en">Gentoo ebuilds for Kolab</description>
- <homepage>https://wiki.awesome-it.de/kolab</homepage>
- <owner type="person">
- <email>info@awesome-it.de</email>
- <name>Daniel Morlock</name>
+ <email>bog@khumba.net</email>
+ <name>Bryan Gardiner</name>
</owner>
- <source type="git">https://gitlab.awesome-it.de/overlays/kolab.git</source>
+ <source type="git">https://gitlab.com/khumba/khoverlay.git</source>
+ <source type="git">git+ssh://git@gitlab.com/khumba/khoverlay.git</source>
+ <feed>https://gitlab.com/khumba/khoverlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>konsolebox</name>
@@ -2641,148 +2226,175 @@ FIN
<name>konsolebox</name>
</owner>
<source type="git">https://github.com/konsolebox/overlay.git</source>
- <feed>http://github.com/konsolebox/overlay/commits/master.atom</feed>
+ <source type="git">git+ssh://git@github.com/konsolebox/overlay.git</source>
+ <feed>https://github.com/konsolebox/overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>kork</name>
- <description lang="en">Cool, new, useful, and unmaintained packages</description>
- <homepage>https://cgit.gentoo.org/user/kork.git/</homepage>
+ <name>kostas-overlay</name>
+ <description lang="en">Personal ebuild repository</description>
+ <homepage>https://github.com/KostasEreksonas/kostas-overlay</homepage>
<owner type="person">
- <email>hsggebhardt@gmail.com</email>
- <name>Henry Gebhardt</name>
+ <email>k.ereksonas@gmail.com</email>
+ <name>Kostas Ereksonas</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/user/kork.git</source>
- <source type="git">git://anongit.gentoo.org/user/kork.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/kork.git</source>
- <feed>https://cgit.gentoo.org/user/kork.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/kork.git/rss/</feed> -->
+ <source type="git">https://github.com/KostasEreksonas/kostas-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/KostasEreksonas/kostas-overlay.git</source>
+ <feed>https://github.com/KostasEreksonas/kostas-overlay/commits/main.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>Krontage</name>
- <description lang="en">Personal overlay of Kron</description>
- <homepage>https://github.com/undying/krontage</homepage>
+ <name>kripton-overlay</name>
+ <description lang="en">Gentoo portage overlay with packages needed or developed by kripton</description>
+ <homepage>https://github.com/kripton/kripton-overlay</homepage>
<owner type="person">
- <email>undying-m@yandex.ru</email>
- <name>Kron</name>
+ <email>kripton@kripserver.net</email>
+ <name>Jannis Achstetter</name>
</owner>
- <source type="git">https://github.com/undying/krontage.git</source>
- <source type="git">git://github.com/undying/krontage.git</source>
- <source type="git">git@github.com:undying/krontage.git</source>
- <feed>https://github.com/undying/krontage/commits/master.atom</feed>
+ <source type="git">https://github.com/kripton/kripton-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/kripton/kripton-overlay.git</source>
+ <feed>https://github.com/kripton/kripton-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>lacimarsik-overlay</name>
- <description>Various patches and improvements on Gentoo Linux ebuilds</description>
- <homepage>https://github.com/lacimarsik/lacimarsik-overlay</homepage>
+ <name>kzd</name>
+ <description lang="en">kzd's personal overlay</description>
+ <homepage>https://gitlab.com/kzdixon/kzd-ebuilds</homepage>
<owner type="person">
- <email>laci.marsik@gmail.com</email>
- <name>Ladislav Marsik</name>
+ <email>kzd@56709.net</email>
+ <name>Kyle Dixon</name>
</owner>
- <source type="git">https://github.com/lacimarsik/lacimarsik-overlay.git</source>
- <feed>https://github.com/lacimarsik/lacimarsik-overlay/commits/master.atom</feed>
+ <source type="git">https://gitlab.com/kzdixon/kzd-ebuilds.git</source>
+ <source type="git">git@gitlab.com:kzdixon/kzd-ebuilds.git</source>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>lab-overlay</name>
+ <description lang="en">Lab Overlay</description>
+ <homepage>https://github.com/positivelab/lab-overlay</homepage>
+ <owner type="person">
+ <email>gentoo@positivelab.com</email>
+ <name>Stanislav Romanov</name>
+ </owner>
+ <source type="git">https://github.com/positivelab/lab-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/positivelab/lab-overlay.git</source>
+ <feed>https://github.com/positivelab/lab-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>lanodanOverlay</name>
- <description lang="en">Additionnal goals; experiments, necromancy, portability, diversity, …</description>
- <description lang="fr">Buts additionnels; Expérimentations, nécromancie, portabilitée, diversitée, …</description>
+ <description lang="en">Personal repository of lanodan, mostly experiments and personal changes</description>
<homepage>https://hacktivis.me/git/overlay</homepage>
<owner type="person">
<email>contact@hacktivis.me</email>
<name>Haelwenn (lanodan) Monnier</name>
</owner>
- <!-- https:// certificate not accepted by ca-certificates
- <source type="git">https://hacktivis.me/git/overlay.git</source> -->
- <source type="git">https://gitlab.com/lanodan/overlay.git</source>
- <source type="git">git://hacktivis.me/git/overlay.git</source>
- <source type="git">git://gitlab.com/lanodan/overlay.git</source>
+ <source type="git">https://hacktivis.me/git/overlay.git</source>
<feed>https://hacktivis.me/git/overlay/atom.xml</feed>
</repo>
- <repo quality="experimental" status="official">
- <name>last-hope</name>
- <description>A gentoo portage overlay with a set of too exotic, or unusal ebuilds for the sunrise overlay or the main tree.</description>
- <homepage>https://ercpe.de/projects/last-hope-gentoo-portage-overlay</homepage>
- <owner type="person">
- <email>ercpe@gentoo.org</email>
- <name>Johann Schmitz</name>
- </owner>
- <source type="git">https://github.com/ercpe/lh-overlay.git</source>
- <source type="git">git://github.com/ercpe/lh-overlay.git</source>
- <feed>https://github.com/ercpe/lh-overlay/commits/master.atom</feed>
- </repo>
<repo quality="experimental" status="unofficial">
- <name>laurentb</name>
- <description>Various packages</description>
- <homepage>http://github.com/laurentb/gentoo-overlay</homepage>
+ <name>ledgersmb</name>
+ <description lang="en">LedgerSMB and dependencies not yet in Gentoo</description>
+ <homepage>https://github.com/ledgersmb/lsmb-overlay</homepage>
<owner type="person">
- <email>laurent@bachelier.name</email>
- <name>Laurent Bachelier</name>
+ <email>chris.travers@gmail.com</email>
+ <name>Chris Travers</name>
</owner>
- <source type="git">git://github.com/laurentb/gentoo-overlay.git</source>
- <source type="git">http://github.com/laurentb/gentoo-overlay.git</source>
- <feed>http://github.com/feeds/laurentb/commits/gentoo-overlay/master</feed>
+ <source type="git">https://github.com/ledgersmb/lsmb-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/ledgersmb/lsmb-overlay.git</source>
+ <feed>https://github.com/ledgersmb/lsmb-overlay/commits/master.atom</feed>
</repo>
- <repo quality="experimental" status="official">
- <name>leio</name>
- <description>Mart Raudsepp developer overlay</description>
- <homepage>https://cgit.gentoo.org/dev/leio.git</homepage>
+ <repo quality="experimental" status="unofficial">
+ <name>leechcraft</name>
+ <description>Overlay with LeechCraft ebuilds</description>
+ <homepage>https://github.com/0xd34df00d/leechcraft-overlay</homepage>
<owner type="person">
- <email>leio@gentoo.org</email>
- <name>Mart Raudsepp</name>
+ <email>0xd34df00d@gmail.com</email>
+ <name>Georg Rudoy</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/dev/leio.git</source>
- <source type="git">git://anongit.gentoo.org/dev/leio.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/dev/leio.git</source>
- <feed>https://cgit.gentoo.org/dev/leio.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/dev/leio.git/rss/</feed> -->
+ <source type="git">https://github.com/0xd34df00d/leechcraft-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/0xd34df00d/leechcraft-overlay.git</source>
+ <feed>https://github.com/0xd34df00d/leechcraft-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>levenkov</name>
- <description>levenkov personal overlay</description>
- <homepage>https://cgit.gentoo.org/user/levenkov.git</homepage>
+ <name>lemon-lime</name>
+ <description lang="en">Personal ebuild repository containing ebuilds that I could not find anywhere else.</description>
+ <description lang="es">Repositorio personal con ebuilds que no logre encontrar en ningun otro lugar.</description>
+ <homepage>https://github.com/lima-limon-inc/lemon-lime-overlay</homepage>
<owner type="person">
- <email>artem@levenkov.org</email>
- <name>Artem Levenkov</name>
+ <email>torsi@fi.uba.ar</email>
+ <name>Tomas Fabrizio Orsi</name>
</owner>
- <source type="git">git://anongit.gentoo.org/user/levenkov.git</source>
- <source type="git">http://cgit.gentooexperimental.org/user/levenkov.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/levenkov.git</source>
+ <source type="git">https://github.com/lima-limon-inc/lemon-lime-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/lima-limon-inc/lemon-lime-overlay.git</source>
+ <feed>https://github.com/lima-limon-inc/lemon-lime-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="official">
<name>libressl</name>
<description lang="en">LibreSSL ebuilds testing repository</description>
- <homepage>https://github.com/gentoo/libressl</homepage>
+ <homepage>https://wiki.gentoo.org/wiki/Project:LibreSSL</homepage>
<owner type="project">
<email>libressl@gentoo.org</email>
</owner>
- <source type="git">https://github.com/gentoo/libressl.git</source>
- <source type="git">git@github.com:gentoo/libressl.git</source>
- <feed>http://github.com/feeds/gentoo/commits/libressl/master</feed>
+ <source type="git">https://anongit.gentoo.org/git/repo/proj/libressl.git</source>
+ <source type="git">git+ssh://git@git.gentoo.org/repo/proj/libressl.git</source>
+ <feed>https://cgit.gentoo.org/repo/proj/libressl.git/atom/</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>librewolf</name>
+ <description lang="en">Overlay for LibreWolf</description>
+ <homepage>https://librewolf.net/</homepage>
+ <owner type="person">
+ <email>james@thegreatmcpain.xyz</email>
+ <name>James McClain</name>
+ </owner>
+ <source type="git">https://codeberg.org/librewolf/gentoo.git</source>
+ <source type="git">git+ssh://git@codeberg.org:librewolf/gentoo.git</source>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>liftm</name>
+ <description lang="en">Personal Overlay</description>
+ <owner type="person">
+ <email>gentoobug@liftm.de</email>
+ <name>Julius Michaelis</name>
+ </owner>
+ <source type="git">https://github.com/jcaesar/liftm-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/jcaesar/liftm-overlay.git</source>
+ <feed>https://github.com/jcaesar/liftm-overlay/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>lilium</name>
+ <description lang="en">owl4ce's personal portage overlay for ebuild repairs or feature-upgrades</description>
+ <homepage>https://github.com/owl4ce/lilium</homepage>
+ <owner type="person">
+ <email>alternate-se7en@proton.me</email>
+ <name>Harry Kurn</name>
+ </owner>
+ <source type="git">https://github.com/owl4ce/lilium.git</source>
+ <source type="git">git+ssh://git@github.com:owl4ce/lilium.git</source>
+ <feed>https://github.com/owl4ce/lilium/commits/main.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>linux-be</name>
+ <description lang="en">Port of Boot Environments for GNU/Linux</description>
+ <homepage>https://gitlab.com/linux-be</homepage>
+ <owner type="person">
+ <email>vitaut.bayaryn@gmail.com</email>
+ <name>Witaut Bajaryn</name>
+ </owner>
+ <owner type="person">
+ <email>a.mistewicz@gmail.com</email>
+ <name>Aleksander Mistewicz</name>
+ </owner>
+ <source type="git">https://gitlab.com/linux-be/overlay.git</source>
+ <source type="git">git+ssh://git@gitlab.com/linux-be/overlay.git</source>
+ <feed>https://gitlab.com/linux-be/overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>linuxunderground-overlay</name>
<description>experimental ebuilds from linuxunderground.be</description>
- <homepage>http://github.com/linuxunderground/gentoo.overlay</homepage>
+ <homepage>https://github.com/linuxunderground/gentoo.overlay</homepage>
<owner type="person">
<email>vincent.hardy.be@gmail.com</email>
<name>linuxunderground</name>
</owner>
- <source type="git">git://github.com/linuxunderground/gentoo.overlay.git</source>
- <source type="git">http://github.com/linuxunderground/gentoo.overlay.git</source>
- </repo>
- <repo quality="experimental" status="official">
- <name>lisp</name>
- <description>Common Lisp/Scheme development, recruitment and live overlay.
- Support and feedback in `#gentoo-lisp' and via
- `gentoo-lisp@lists.gentoo.org'.</description>
- <homepage>https://cgit.gentoo.org/proj/lisp.git</homepage>
- <owner type="project">
- <email>lisp@gentoo.org</email>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/proj/lisp.git</source>
- <source type="git">git://anongit.gentoo.org/proj/lisp.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/proj/lisp.git</source>
- <feed>https://cgit.gentoo.org/proj/lisp.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/proj/lisp.git/rss/</feed> -->
+ <source type="git">https://github.com/linuxunderground/gentoo.overlay.git</source>
+ <source type="git">git+ssh://git@github.com/linuxunderground/gentoo.overlay.git</source>
</repo>
<repo quality="experimental" status="unofficial">
<name>lmiphay</name>
@@ -2795,91 +2407,64 @@ FIN
<source type="git">git://anongit.gentoo.org/user/lmiphay.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>lootr</name>
- <description lang="en">dev-python/netzob and maybe some i3 hacks</description>
- <homepage>https://cgit.gentoo.org/user/lootr.git/</homepage>
+ <name>lmkra</name>
+ <description lang="en">Personal overlay of lmkra</description>
+ <homepage>https://codeberg.org/lmkra/gentoo-overlay</homepage>
<owner type="person">
- <email>alex@freesenses.net</email>
- <name>Alexandre PIGNÉ</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/user/lootr.git</source>
- <source type="git">git://anongit.gentoo.org/user/lootr.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/lootr.git</source>
- <feed>https://cgit.gentoo.org/user/lootr.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/lootr.git/rss/</feed> -->
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>lorelei</name>
- <description lang="en">Pre-release ebuilds for lorelei's projects</description>
- <homepage>http://github.com/bignaux/lorelei-overlay</homepage>
- <owner type="person">
- <email>ronan@aimao.org</email>
- <name>Ronan Bignaux</name>
- </owner>
- <source type="git">git://github.com/bignaux/lorelei-overlay.git</source>
- <source type="git">http://github.com/bignaux/lorelei-overlay.git</source>
- <feed>http://github.com/feeds/bignaux/commits/lorelei-overlay/master</feed>
- </repo>
- <repo quality="experimental" status="official">
- <name>lua</name>
- <description lang="en">Lua development overlay</description>
- <homepage>https://cgit.gentoo.org/proj/lua.git/</homepage>
- <owner type="person">
- <email>rafaelmartins@gentoo.org</email>
- <name>Rafael G. Martins</name>
+ <email>lmkrawiec@gmail.com</email>
+ <name>Łukasz Krawiec</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/proj/lua.git</source>
- <source type="git">git://anongit.gentoo.org/proj/lua.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/proj/lua.git</source>
- <feed>https://cgit.gentoo.org/proj/lua.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/proj/lua.git/rss/</feed> -->
+ <source type="git">https://codeberg.org/lmkra/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@codeberg.org:lmkra/gentoo-overlay.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>luke-jr</name>
- <description>Misc ebuilds by Luke-Jr</description>
- <homepage>http://luke.dashjr.org</homepage>
+ <name>loatchi</name>
+ <description lang="en">Personal overlay of Loatchi</description>
+ <homepage>https://github.com/Loatchi/loatchi-overlay</homepage>
<owner type="person">
- <email>luke-jr+gentoobugs@utopios.org</email>
+ <email>francoisturcan31@gmail.com</email>
+ <name>Francois Turcan</name>
</owner>
- <source type="svn">svn://svn.dashjr.org/luke-portage-overlay/trunk</source>
+ <source type="git">https://github.com/Loatchi/loatchi-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/Loatchi/loatchi-overlay.git</source>
+ <feed>https://github.com/Loatchi/loatchi-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>luman</name>
- <description lang="en">ccube's overlay</description>
- <homepage>https://cgit.gentoo.org/user/luman.git/</homepage>
+ <name>loongson</name>
+ <description lang="en">
+ Overlay for Loongson systems.
+ Both MIPS and LoongArch (ARCH=loong) are supported, but recent
+ development is focused on LoongArch bring-up.
+ </description>
+ <homepage>https://github.com/xen0n/loongson-overlay</homepage>
<owner type="person">
- <email>gentoobugzilla@ccube.de</email>
- <name>Lukas Elsner</name>
+ <email>i.gentoo@xen0n.name</email>
+ <name>WANG Xuerui</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/user/luman.git</source>
- <source type="git">git://anongit.gentoo.org/user/luman.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/luman.git</source>
- <feed>https://cgit.gentoo.org/user/luman.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/luman.git/rss/</feed> -->
+ <source type="git">https://github.com/xen0n/loongson-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/xen0n/loongson-overlay.git</source>
+ <feed>https://github.com/xen0n/loongson-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>luxifer</name>
- <description lang="en">Personal Overlay, contains stoken ebuilds</description>
- <homepage>https://github.com/luxifr/olgentoo</homepage>
+ <name>lto-overlay</name>
+ <description lang="en">A Portage configuration for O3, Graphite, and LTO system-wide</description>
+ <homepage>https://github.com/InBetweenNames/gentooLTO</homepage>
<owner type="person">
- <email>dhertel@gmail.com</email>
- <name>Dominik Keil</name>
+ <email>lookatyouhacker@gmail.com</email>
+ <name>Shane Peelar</name>
</owner>
- <source type="git">https://github.com/luxifr/olgentoo.git</source>
- <feed>https://github.com/luxifr/olgentoo/commits/master.atom</feed>
+ <source type="git">https://github.com/InBetweenNames/gentooLTO.git</source>
+ <source type="git">git+ssh://git@github.com/InBetweenNames/gentooLTO.git</source>
+ <feed>https://github.com/InBetweenNames/gentooLTO/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>lxde-gtk3</name>
- <description lang="en">lxde-gtk3 overlay</description>
- <homepage>https://github.com/rilian-la-te/lxde-gtk3-overlay</homepage>
+ <name>luke-jr</name>
+ <description>Misc ebuilds by Luke-Jr</description>
+ <homepage>http://luke.dashjr.org</homepage>
<owner type="person">
- <email>ria.freelander@gmail.com</email>
- <name>Konstantin</name>
+ <email>luke-jr+gentoobugs@utopios.org</email>
</owner>
- <source type="git">https://github.com/rilian-la-te/lxde-gtk3-overlay.git</source>
- <source type="git">git://github.com/rilian-la-te/lxde-gtk3-overlay.git</source>
- <source type="git">git@github.com:rilian-la-te/lxde-gtk3-overlay.git</source>
- <feed>https://github.com/rilian-la-te/lxde-gtk3-overlay/commits/master.atom</feed>
+ <source type="git">https://scm.dashjr.org/scmroot/git/portage-overlays/luke-jr</source>
</repo>
<repo quality="experimental" status="official">
<name>maekke</name>
@@ -2896,32 +2481,6 @@ FIN
<!-- <feed>https://cgit.gentoo.org/dev/maekke.git/rss/</feed> -->
</repo>
<repo quality="experimental" status="unofficial">
- <name>maggu2810-overlay</name>
- <description>maggu2810's Gentoo portage overlay.</description>
- <homepage>http://github.com/maggu2810/maggu2810-overlay</homepage>
- <owner type="person">
- <email>maggu2810@gmail.com</email>
- <name>Markus Rathgeb</name>
- </owner>
- <source type="git">git://github.com/maggu2810/maggu2810-overlay.git</source>
- <source type="git">http://github.com/maggu2810/maggu2810-overlay.git</source>
- <feed>http://github.com/feeds/maggu2810/commits/maggu2810-overlay/master</feed>
- </repo>
- <repo quality="experimental" status="official">
- <name>maksbotan</name>
- <description lang="en">Overlay for testing my ebuilds</description>
- <homepage>https://cgit.gentoo.org/dev/maksbotan.git/</homepage>
- <owner type="person">
- <email>maksbotan@gentoo.org</email>
- <name>Maxim Koltsov</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/dev/maksbotan.git</source>
- <source type="git">git://anongit.gentoo.org/dev/maksbotan.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/dev/maksbotan.git</source>
- <feed>https://cgit.gentoo.org/dev/maksbotan.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/dev/maksbotan.git/rss/</feed> -->
- </repo>
- <repo quality="experimental" status="unofficial">
<name>mate-de-gentoo</name>
<description lang="en">Updated ebuilds for mate-desktop environment</description>
<homepage>https://github.com/oz123/mate-de-gentoo</homepage>
@@ -2930,6 +2489,18 @@ FIN
<name>OzTiram</name>
</owner>
<source type="git">https://github.com/oz123/mate-de-gentoo.git</source>
+ <source type="git">git+ssh://git@github.com/oz123/mate-de-gentoo.git</source>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>mate-overlay</name>
+ <description lang="en">Testbed for new mate-desktop environment ebuilds</description>
+ <homepage>https://github.com/immolo/mate-overlay</homepage>
+ <owner type="person">
+ <email>immoloism@gmail.com</email>
+ <name>Ian Jordan</name>
+ </owner>
+ <source type="git">https://github.com/immolo/mate-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/immolo/mate-overlay.git</source>
</repo>
<repo quality="experimental" status="unofficial">
<name>megacoffee</name>
@@ -2940,168 +2511,138 @@ FIN
<email>gentoo-overlay@megacoffee.net</email>
<name>MegaCoffee</name>
</owner>
- <source type="mercurial">https://rhodecode.megacoffee.net/gentoo-overlay/main</source>
- <source type="mercurial">http://rhodecode.megacoffee.net/gentoo-overlay/main</source>
- <feed>https://rhodecode.megacoffee.net/gentoo-overlay/main/feed/atom</feed>
- </repo>
- <repo quality="experimental" status="official">
- <name>mgorny</name>
- <description>Michał Górny developer overlay</description>
- <homepage>https://cgit.gentoo.org/dev/mgorny.git</homepage>
- <owner type="person">
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/dev/mgorny.git</source>
- <source type="git">git://anongit.gentoo.org/dev/mgorny.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/dev/mgorny.git</source>
- <feed>https://cgit.gentoo.org/dev/mgorny.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/dev/mgorny.git/rss/</feed> -->
+ <source type="git">https://gitlab.megacoffee.net/gentoo-overlay/megacoffee-overlay.git</source>
+ <feed>https://gitlab.megacoffee.net/gentoo-overlay/megacoffee-overlay/-/commits/master?format=atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>mhammill</name>
- <description lang="en">Mike's user overlay</description>
- <homepage>https://cgit.gentoo.org/user/mhammill.git/</homepage>
+ <name>melpa</name>
+ <description lang="en">Mirror of MELPA emacs package repository</description>
+ <homepage>https://github.com/houseofsuns/melpa</homepage>
<owner type="person">
- <email>michael@hammill.name</email>
- <name>Mike Hammill</name>
+ <email>gentoo@houseofsuns.org</email>
+ <name>houseofsuns</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/user/mhammill.git</source>
- <source type="git">git://anongit.gentoo.org/user/mhammill.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/mhammill.git</source>
- <feed>https://cgit.gentoo.org/user/mhammill.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/mhammill.git/rss/</feed> -->
+ <source type="git">https://github.com/houseofsuns/melpa.git</source>
+ <source type="git">git+ssh://git@github.com/houseofsuns/melpa.git</source>
+ <feed>https://github.com/houseofsuns/melpa/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>miramir</name>
- <description lang="en">Miramir repository</description>
- <homepage>https://github.com/miramir/miramir-layman</homepage>
+ <name>melpa-stable</name>
+ <description lang="en">Mirror of MELPA Stable emacs package repository</description>
+ <homepage>https://github.com/houseofsuns/melpa-stable</homepage>
<owner type="person">
- <email>gmiramir@gmail.com</email>
+ <email>gentoo@houseofsuns.org</email>
+ <name>houseofsuns</name>
</owner>
- <source type="git">https://github.com/miramir/miramir-layman.git</source>
- <feed>https://github.com/miramir/miramir-layman/commits/master.atom</feed>
+ <source type="git">https://github.com/houseofsuns/melpa-stable.git</source>
+ <source type="git">git+ssh://git@github.com/houseofsuns/melpa-stable.git</source>
+ <feed>https://github.com/houseofsuns/melpa-stable/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>mistafunk</name>
- <description lang="en">Packages mostly related to graphics and multimedia</description>
- <homepage>https://cgit.gentoo.org/user/mistafunk.git/</homepage>
+ <name>menelkir</name>
+ <description lang="en">Various ebuilds from different sources</description>
+ <homepage>https://gitlab.com/menelkir/gentoo-overlay</homepage>
<owner type="person">
- <email>simon.haegler@mistafunk.ch</email>
- <name>Simon Haegler</name>
+ <email>dmenelkir@gmail.com</email>
+ <name>Daniel Menelkir</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/user/mistafunk.git</source>
- <source type="git">git://anongit.gentoo.org/user/mistafunk.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/mistafunk.git</source>
- <feed>https://cgit.gentoo.org/user/mistafunk.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/mistafunk.git/rss/</feed> -->
+ <source type="git">https://gitlab.com/menelkir/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@gitlab.com/menelkir/gentoo-overlay.git</source>
+ <feed>https://gitlab.com/menelkir/gentoo-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>mkeyoverlay</name>
- <description lang="en">Overlay of Markus Knetschke</description>
- <homepage>https://bitbucket.org/mknjc/mkeyoverlay</homepage>
+ <name>metahax</name>
+ <description lang="en">Some ebuilds that didn't seem to exist yet.</description>
+ <homepage>https://github.com/metafarion/metahax</homepage>
<owner type="person">
- <email>markus.knetschke@gmail.com</email>
- <name>Markus Knetschke</name>
+ <email>miles@ctrl-shift.net</email>
+ <name>Miles V.</name>
</owner>
- <source type="mercurial">https://bitbucket.org/mknjc/mkeyoverlay</source>
- <source type="mercurial">ssh://hg@bitbucket.org/mknjc/mkeyoverlay</source>
- <feed>https://bitbucket.org/mknjc/mkeyoverlay/atom</feed>
- <feed>https://bitbucket.org/mknjc/mkeyoverlay/rss</feed>
+ <source type="git">https://github.com/metafarion/metahax.git</source>
+ <source type="git">git+ssh://git@github.com/metafarion/metahax.git</source>
+ <feed>https://github.com/metafarion/metahax/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>mklich</name>
- <description lang="en">For learning purposes.</description>
- <homepage>https://cgit.gentoo.org/user/mklich.git/</homepage>
+ <name>Miezhiko</name>
+ <description>Miezhiko personal overlay</description>
+ <homepage>https://github.com/Miezhiko/Overlay</homepage>
<owner type="person">
- <email>michal@michalklich.com</email>
- <name>Michał Klich</name>
+ <email>Miezhiko@gmail.com</email>
+ <name>Miezhiko</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/user/mklich.git</source>
- <source type="git">git://anongit.gentoo.org/user/mklich.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/mklich.git</source>
- <feed>https://cgit.gentoo.org/user/mklich.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/mklich.git/rss/</feed> -->
+ <source type="git">https://github.com/Miezhiko/Overlay.git</source>
+ <source type="git">git+ssh://git@github.com/Miezhiko/Overlay.git</source>
+ <feed>https://github.com/Miezhiko/Overlay/commits/mawa.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>moaxcp</name>
- <description lang="en">gentoo overlay for packages</description>
- <homepage>https://github.com/moaxcp/moaxcp-gentoo-overlay</homepage>
+ <name>milos-rs</name>
+ <description>A pocket repository for few unavailable packages</description>
+ <homepage>https://github.com/milos-rs/gentoo-overlay</homepage>
<owner type="person">
- <email>moaxcp@gmail.com</email>
- <name>John Mercier</name>
+ <email>milos.om.dj@gmail.com</email>
+ <name>Miloš E. Đurđević</name>
</owner>
- <source type="git">https://github.com/moaxcp/moaxcp-gentoo-overlay.git</source>
+ <source type="git">https://github.com/milos-rs/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/milos-rs/gentoo-overlay.git</source>
+ <feed>https://github.com/milos-rs/gentoo-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>moltonel</name>
- <description lang="en">Vincent de Phily's private overlay</description>
- <homepage>https://github.com/vincentdephily/moltonel-ebuilds/</homepage>
+ <name>miramir</name>
+ <description lang="en">Miramir repository</description>
+ <homepage>https://github.com/miramir/miramir-layman</homepage>
<owner type="person">
- <email>moltonel@gmail.com</email>
- <name>Vincent de Phily</name>
+ <email>gmiramir@gmail.com</email>
</owner>
- <source type="git">git://github.com/vincentdephily/moltonel-ebuilds.git</source>
+ <source type="git">https://github.com/miramir/miramir-layman.git</source>
+ <source type="git">git+ssh://git@github.com/miramir/miramir-layman.git</source>
+ <feed>https://github.com/miramir/miramir-layman/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>moonrise</name>
- <description lang="en">Bleeding edge, experimental overlay for Gentoo</description>
- <homepage>http://github.com/Barthalion/moonrise</homepage>
+ <name>mnt-reform</name>
+ <description lang="en">Overlay containing ebuilds for the MNT Reform line of open hardware computers</description>
+ <homepage>https://source.mnt.re/vimja/mnt-reform-overlay</homepage>
<owner type="person">
- <email>11mariom@gmail.com</email>
- <name>Mariusz Kozakowski</name>
+ <email>gentoo-bugzilla@vimja.email</email>
+ <name>Niklaus 'vimja' Hofer</name>
</owner>
- <source type="git">git://github.com/Barthalion/moonrise.git</source>
+ <source type="git">https://source.mnt.re/vimja/mnt-reform-overlay.git</source>
+ <feed>https://source.mnt.re/vimja/mnt-reform-overlay.atom</feed>
</repo>
- <repo quality="experimental" status="unofficial">
- <name>mooyooma</name>
- <description lang="en">mooyooma's personal overlay</description>
- <homepage>https://gitlab.com/mooyooma-overlay/mooyooma-overlay</homepage>
+ <repo quality="testing" status="unofficial">
+ <name>moexiami</name>
+ <description lang="en">Contains updated ebuilds (w/ more feature/control)
+ for packages in the Gentoo tree, latest version ebuilds and newpackages
+ not yet in the tree. Targeting high-quality for production use.</description>
+ <homepage>https://github.com/Xiami2012/moexiami-ovl-dev</homepage>
<owner type="person">
- <email>mooyooma@openmailbox.org</email>
- <name>mooyooma</name>
- </owner>
- <source type="git">https://gitlab.com/mooyooma-overlay/mooyooma-overlay.git</source>
- </repo>
- <repo quality="experimental" status="official">
- <name>mozilla</name>
- <description>New mozilla development that is not yet in tree</description>
- <homepage>https://cgit.gentoo.org/proj/mozilla.git</homepage>
- <owner type="project">
- <email>mozilla@gentoo.org</email>
+ <email>i@f2light.com</email>
+ <name>Xiami</name>
</owner>
- <source type="git">git://anongit.gentoo.org/proj/mozilla.git</source>
- <feed>https://cgit.gentoo.org/proj/mozilla.git/atom/</feed>
+ <source type="git">https://github.com/Xiami2012/moexiami-ovl-sync.git</source>
+ <source type="git">git+ssh://git@github.com/Xiami2012/moexiami-ovl-sync.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>mpd</name>
- <description>The experimental gentoo overlay was designed as a way to keep
- up-to-date. Most of it are live ebuilds, ebuilds that pull the latest HEAD
- from whatever repository. It also includes ebuilds for clients that are not
- yet in portage. It is maintained by avuton, send new ebuilds, corrections
- or bugs directly to him.</description>
- <homepage>http://musicpd.org/mantis/</homepage>
+ <name>moltonel</name>
+ <description lang="en">Vincent de Phily's private overlay</description>
+ <homepage>https://github.com/vincentdephily/moltonel-ebuilds/</homepage>
<owner type="person">
- <email>kelwert@mtu.edu</email>
- <name>Kaleb Elwert</name>
+ <email>moltonel@gmail.com</email>
+ <name>Vincent de Phily</name>
</owner>
- <source type="git">git://git.musicpd.org/master/mpd-gentoo-overlay.git</source>
- <feed>http://git.musicpd.org/cgit/master/mpd-gentoo-overlay.git/atom/</feed>
+ <source type="git">https://github.com/vincentdephily/moltonel-ebuilds.git</source>
+ <source type="git">git+ssh://git@github.com/vincentdephily/moltonel-ebuilds.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>mrueg</name>
- <description lang="en">User overlay</description>
- <homepage>https://cgit.gentoo.org/dev/mrueg.git/</homepage>
+ <name>mrtnvgr</name>
+ <description lang="en">mrtnvgr's personal overlay</description>
+ <homepage>https://github.com/mrtnvgr/gentoo-overlay</homepage>
<owner type="person">
- <email>mrueg@gentoo.org</email>
- <name>Manuel Rüger (mrueg)</name>
+ <email>martynovegorOF@yandex.ru</email>
+ <name>Egor Martynov</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/dev/mrueg.git</source>
- <source type="git">git://anongit.gentoo.org/dev/mrueg.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/dev/mrueg.git</source>
- <source type="git">https://github.com/mrueg/mrueg-overlay.git</source>
- <feed>https://cgit.gentoo.org/dev/mrueg.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/dev/mrueg.git/rss/</feed> -->
+ <source type="git">https://github.com/mrtnvgr/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/mrtnvgr/gentoo-overlay.git</source>
+ <feed>https://github.com/mrtnvgr/gentoo-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="official">
<name>mschiff</name>
@@ -3128,20 +2669,6 @@ FIN
<source type="git">git://anongit.gentoo.org/proj/multilib-portage.git</source>
</repo>
<repo quality="experimental" status="official">
- <name>multimedia</name>
- <description>Repository for development of (mostly bleeding-edge)
- multimedia packages for Gentoo Linux. This is the official overlay
- for Gentoo's media herds.</description>
- <homepage>https://github.com/gentoo/multimedia</homepage>
- <owner type="project">
- <email>media-video@gentoo.org</email>
- </owner>
- <source type="git">https://github.com/gentoo/multimedia.git</source>
- <source type="git">git://github.com/gentoo/multimedia.git</source>
- <source type="git">git@github.com:gentoo/multimedia.git</source>
- <feed>https://github.com/gentoo/multimedia/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="official">
<name>musl</name>
<description>musl development overlay</description>
<homepage>https://cgit.gentoo.org/proj/musl.git/</homepage>
@@ -3156,6 +2683,18 @@ FIN
<!-- <feed>https://cgit.gentoo.org/proj/musl.git/rss/</feed> -->
</repo>
<repo quality="experimental" status="unofficial">
+ <name>musl-clang</name>
+ <description>musl clang/libc++ overlay</description>
+ <homepage>https://github.com/karlguy/musl-clang/</homepage>
+ <owner type="person">
+ <email>bjornpagen@gmail.com</email>
+ <name>Bjorn Pagen</name>
+ </owner>
+ <source type="git">https://github.com/karlguy/musl-clang.git</source>
+ <source type="git">git+ssh://git@github.com/karlguy/musl-clang.git</source>
+ <feed>https://github.com/karlguy/musl-clang/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
<name>mv</name>
<description>Ebuilds for packages not in the Gentoo tree
(lack of maintainer or too experimental) and live ebuilds
@@ -3174,15 +2713,39 @@ FIN
<repo quality="experimental" status="unofficial">
<name>mva</name>
<description lang="en">mva's sandbox overlay</description>
- <homepage>https://github.com/msva/mva-overlay/ </homepage>
+ <homepage>https://github.com/msva/mva-overlay/</homepage>
<owner type="person">
- <email>gentoo@mva.name</email>
+ <email>mva@gentoo.org</email>
<name>Vadim A. Misbakh-Soloviov</name>
</owner>
- <source type="git">https://github.com/msva/mva-overlay</source>
- <source type="git">git://github.com/msva/mva-overlay</source>
+ <source type="git">https://github.com/msva/mva-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/msva/mva-overlay.git</source>
<feed>https://github.com/msva/mva-overlay/commits/master.atom</feed>
</repo>
+ <repo quality="experimental" status="unofficial">
+ <name>myov</name>
+ <description lang="en">My Overlay - custom Gentoo overlay from XGQT</description>
+ <homepage>https://gitlab.com/xgqt/myov.git</homepage>
+ <owner type="person">
+ <email>xgqt@gentoo.org</email>
+ <name>Maciej Barć</name>
+ </owner>
+ <source type="git">https://gitlab.com/xgqt/myov.git</source>
+ <source type="git">git+ssh://git@gitlab.com/xgqt/myov.git</source>
+ <feed>https://gitlab.com/xgqt/myov/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>myrvolay</name>
+ <description lang="en">myrvogna's personal Gentoo overlay</description>
+ <homepage>https://github.com/myrvogna/myrvolay</homepage>
+ <owner type="person">
+ <email>myrvogna@electrosphe.re</email>
+ <name>Octiabrina Terrien-Puig</name>
+ </owner>
+ <source type="git">https://github.com/myrvogna/myrvolay.git</source>
+ <source type="git">git@github.com:myrvogna/myrvolay.git</source>
+ <feed>https://github.com/myrvogna/myrvolay/commits/main.atom</feed>
+ </repo>
<repo quality="experimental" status="official">
<name>mysql</name>
<description lang="en">Gentoo MySQL overlay</description>
@@ -3198,79 +2761,51 @@ FIN
<!-- <feed>https://cgit.gentoo.org/proj/mysql.git/rss/</feed> -->
</repo>
<repo quality="experimental" status="unofficial">
- <name>nashedelo</name>
- <description lang="en">Experimental ebuilds</description>
- <homepage>https://bitbucket.org/angry_elf/nashedelo</homepage>
+ <name>natinst</name>
+ <description lang="en">VISA and National Instruments drivers</description>
+ <homepage>https://github.com/AndrewAmmerlaan/natinst</homepage>
<owner type="person">
- <email>egurevich@smscoin.com</email>
- <name>Evgeniy Gurevich</name>
+ <email>andrewammerlaan@gentoo.org</email>
+ <name>Andrew Ammerlaan</name>
</owner>
- <source type="mercurial">https://bitbucket.org/angry_elf/nashedelo</source>
- <feed>https://bitbucket.org/angry_elf/nashedelo/rss</feed>
+ <source type="git">https://github.com/AndrewAmmerlaan/natinst.git</source>
+ <source type="git">git+ssh://git@github.com/AndrewAmmerlaan/natinst.git</source>
+ <feed>https://github.com/AndrewAmmerlaan/natinst/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>necromancy</name>
- <description lang="en">This repository contains the ebuild from Necrose99 (some are works in progress)</description>
- <homepage>https://github.com/necrose99/necromancy-overlay</homepage>
+ <name>nelson-graca</name>
+ <description lang="en">Nelson Graça personal Overlay</description>
+ <homepage>https://github.com/nelsongraca/gentoo-overlay</homepage>
<owner type="person">
- <email>mike@michaellawrenceit.com</email>
+ <email>graca.nelson@gmail.com</email>
+ <name>Nelson Graça</name>
</owner>
- <source type="git">https://github.com/necrose99/necromancy-overlay.git</source>
- <source type="git">git://github.com/necrose99/necromancy-overlay.git</source>
- <source type="git">git@github.com:necrose99/necromancy-overlay.git</source>
- <feed>https://github.com/necrose99/necromancy-overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/nelsongraca/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/nelsongraca/gentoo-overlay.git</source>
+ <feed>https://github.com/nelsongraca/gentoo-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>nektoo</name>
- <description lang="en">neko259's overlay</description>
- <homepage>https://bitbucket.org/neko259/nektoo</homepage>
- <owner type="person">
- <email>neko259@gmail.com</email>
- <name>neko259</name>
- </owner>
- <source type="mercurial">https://bitbucket.org/neko259/nektoo</source>
- <source type="mercurial">ssh://hg@bitbucket.org/neko259/nektoo</source>
- <feed>https://bitbucket.org/neko259/nektoo/atom</feed>
- <feed>https://bitbucket.org/neko259/nektoo/rss</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>netcrave</name>
- <description lang="en">Netcrave Communications Gentoo Overlay</description>
- <homepage>https://github.com/cloudkitsch/netcrave</homepage>
- <owner type="person">
- <email>paigeadele@gmail.com</email>
- <name>Paige Thompson</name>
- </owner>
- <source type="git">https://github.com/cloudkitsch/netcrave.git</source>
- <source type="git">git://github.com/cloudkitsch/netcrave.git</source>
- <source type="git">git@github.com:cloudkitsch/netcrave.git</source>
- <feed>https://github.com/cloudkitsch/netcrave/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>nextoo</name>
- <description lang="en">Nextoo ("Next Gentoo") overlay</description>
- <homepage>https://github.com/nextoo/portage-overlay</homepage>
+ <name>nest</name>
+ <description lang="en">Personal Gentoo overlay</description>
+ <homepage>https://github.com/SpiderX/portage-overlay</homepage>
<owner type="person">
- <email>gentoo-bugzilla@aarontc.com</email>
- <name>Aaron Ten Clay</name>
+ <email>spiderx@spiderx.dp.ua</email>
+ <name>Vladimir Pavljuchenkov</name>
</owner>
- <source type="git">https://github.com/nextoo/portage-overlay.git</source>
- <source type="git">git://github.com/nextoo/portage-overlay.git</source>
- <source type="git">git@github.com:nextoo/portage-overlay.git</source>
- <feed>https://github.com/nextoo/portage-overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/SpiderX/portage-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/SpiderX/portage-overlay.git</source>
+ <feed>https://github.com/SpiderX/portage-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>nginx-overlay</name>
- <description lang="en">Nginx overlay</description>
- <homepage>http://github.com/gentoo/nginx-overlay</homepage>
+ <name>nez</name>
+ <description lang="en">nezbednik's overlay</description>
+ <homepage>https://codeberg.org/nezbednik/repo</homepage>
<owner type="person">
- <email>bugs@bergstroem.nu</email>
- <name>Johan Bergström</name>
+ <email>nezbednik@atlas.cz</email>
+ <name>nezbednik</name>
</owner>
- <source type="git">https://github.com/gentoo/nginx-overlay.git</source>
- <source type="git">git://github.com/gentoo/nginx-overlay.git</source>
- <source type="git">git@github.com:gentoo/nginx-overlay.git</source>
- <feed>https://github.com/gentoo/nginx-overlay/commits/master.atom</feed>
+ <source type="git">https://codeberg.org/nezbednik/repo.git</source>
+ <source type="git">git+ssh://git@codeberg.org/nezbednik/repo.git</source>
</repo>
<repo quality="experimental" status="unofficial">
<name>nico</name>
@@ -3287,205 +2822,206 @@ FIN
<!-- <feed>https://cgit.gentoo.org/user/nico.git/rss/</feed> -->
</repo>
<repo quality="experimental" status="unofficial">
- <name>nightmare</name>
- <description lang="en">nightmare is a gentoo overlay with some stuff</description>
- <homepage>https://gitlab.com/r3lgar/nightmare</homepage>
+ <name>nightfreedom-overlay</name>
+ <description lang="en">Edmund Leong's personal gentoo overlay</description>
+ <homepage>https://github.com/night-every/nightfreedom-overlay</homepage>
<owner type="person">
- <email>r3lgar@openmailbox.org</email>
- <name>r3lgar</name>
+ <email>edmundleongyokelum@gmail.com</email>
+ <name>Edmund Leong Yook Lum</name>
</owner>
- <source type="git">https://gitlab.com/r3lgar/nightmare.git</source>
+ <source type="git">https://github.com/night-every/nightfreedom-overlay.git</source>
+ <source type="git">git@github.com:night-every/nightfreedom-overlay.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>nigoro-fbsd</name>
- <description>nigoro's Gentoo/FreeBSD experimental overlay</description>
- <homepage>https://github.com/nigoro/amd64-fbsd/</homepage>
+ <name>nitratesky</name>
+ <description lang="en">Personal overlay of Vladimir Timofeenko</description>
+ <homepage>https://github.com/VTimofeenko/nitratesky</homepage>
<owner type="person">
- <email>nigoro.dev@gmail.com</email>
+ <email>overlay.maintain@vtimofeenko.com</email>
+ <name>Vladimir Timofeenko</name>
</owner>
- <source type="git">git://github.com/nigoro/amd64-fbsd.git</source>
+ <source type="git">https://github.com/VTimofeenko/nitratesky.git</source>
+ <source type="git">git+ssh://git@github.com/VTimofeenko/nitratesky.git</source>
+ <feed>https://github.com/VTimofeenko/nitratesky/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>nikai</name>
- <description>nikai user overlay</description>
- <homepage>https://cgit.gentoo.org/user/nikai.git</homepage>
+ <name>nongnu-elpa</name>
+ <description lang="en">Mirror of NonGNU ELPA emacs package repository</description>
+ <homepage>https://github.com/houseofsuns/nongnu-elpa</homepage>
<owner type="person">
- <email>nikai@nikai.net</email>
- <name>Nicolas Kaiser</name>
+ <email>gentoo@houseofsuns.org</email>
+ <name>houseofsuns</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/user/nikai.git</source>
- <source type="git">git://anongit.gentoo.org/user/nikai.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/nikai.git</source>
- <feed>https://cgit.gentoo.org/user/nikai.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/nikai.git/rss/</feed> -->
+ <source type="git">https://github.com/houseofsuns/nongnu-elpa.git</source>
+ <source type="git">git+ssh://git@github.com/houseofsuns/nongnu-elpa.git</source>
+ <feed>https://github.com/houseofsuns/nongnu-elpa/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>nirvana</name>
- <description lang="en">Ebuilds not good enough to make it to Sabayon's for-gentoo.</description>
- <homepage>https://bitbucket.org/danysk/nirvana-overlay</homepage>
+ <name>nordvpn</name>
+ <description lang="en">NordVPN client overlay</description>
+ <homepage>https://gitlab.com/lahouari.dc/nordvpn/</homepage>
<owner type="person">
- <email>danilo.pianini@gmail.com</email>
- <name>Danilo Pianini</name>
+ <email>lahouari.dc@gmail.com</email>
+ <name>Dawid Chemloul</name>
</owner>
- <source type="mercurial">https://bitbucket.org/danysk/nirvana-overlay</source>
- <source type="mercurial">ssh://hg@bitbucket.org/danysk/nirvana-overlay</source>
- <feed>https://bitbucket.org/danysk/nirvana-overlay/atom</feed>
- <feed>https://bitbucket.org/danysk/nirvana-overlay/rss</feed>
+ <source type="git">https://gitlab.com/lahouari.dc/nordvpn.git</source>
+ <source type="git">git@gitlab.com:lahouari.dc/nordvpn.git</source>
+ <feed>https://gitlab.com/lahouari.dc/nordvpn/-/commits/main.atom</feed>
</repo>
- <repo quality="experimental" status="official">
- <name>nixphoeni</name>
- <description lang="en">Joe Sapp's overlay</description>
- <homepage>https://cgit.gentoo.org/dev/nixphoeni.git/</homepage>
+ <repo quality="experimental" status="unofficial">
+ <name>nryotaro</name>
+ <description lang="en">nryotaro overlay</description>
+ <homepage>https://github.com/nryotaro/gentoo-overlay</homepage>
<owner type="person">
- <email>nixphoeni@gentoo.org</email>
- <name>Joe Sapp</name>
+ <email>nakamura.ryotaro.kzs@gmail.com</email>
+ <name>Ryotaro Nakamura</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/dev/nixphoeni.git</source>
- <source type="git">git://anongit.gentoo.org/dev/nixphoeni.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/dev/nixphoeni.git</source>
- <feed>https://cgit.gentoo.org/dev/nixphoeni.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/dev/nixphoeni.git/rss/</feed> -->
+ <source type="git">https://github.com/nryotaro/gentoo-overlay.git</source>
+ <source type="git">git@github.com:nryotaro/gentoo-overlay.git</source>
+ <feed>https://github.com/nryotaro/gentoo-overlay/commits/main.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>noiselabs</name>
- <description lang="en">noiselabs.org Gentoo Overlay</description>
- <homepage>http://overlay.noiselabs.org/</homepage>
+ <name>nymphos</name>
+ <description lang="en">Overlay for ebuilds used in NymphOS</description>
+ <homepage>https://github.com/neeshy/nymphos</homepage>
<owner type="person">
- <email>noisebleed@noiselabs.org</email>
- <name>Vítor Brandão (noisebleed)</name>
+ <email>neeshy@tfwno.gf</email>
</owner>
- <source type="git">git://github.com/noiselabs/overlay.git</source>
+ <source type="git">https://github.com/neeshy/nymphos.git</source>
+ <source type="git">git+ssh://git@github.com/neeshy/nymphos.git</source>
+ <feed>https://github.com/neeshy/nymphos/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>np-hardass-overlay</name>
- <description lang="en">NP-Hardass's Personal Overlay</description>
- <homepage>https://github.com/np-hardass/np-hardass-overlay</homepage>
+ <name>oddlama</name>
+ <description lang="en">oddlama's gentoo overlay</description>
+ <homepage>https://github.com/oddlama/overlay</homepage>
<owner type="person">
- <email>NP-Hardass@gentoo.org</email>
- <name>NP-Hardass</name>
+ <email>overlay@oddlama.org</email>
+ <name>oddlama</name>
</owner>
- <source type="git">https://github.com/np-hardass/np-hardass-overlay.git</source>
+ <source type="git">https://github.com/oddlama/overlay.git</source>
+ <source type="git">git+ssh://git@github.com/oddlama/overlay.git</source>
+ <feed>https://github.com/oddlama/overlay/commits/master.atom</feed>
</repo>
- <repo quality="experimental" status="official">
- <name>nx</name>
- <description>Overlay for the NX/FreeNX packages for Gentoo.</description>
- <homepage>https://cgit.gentoo.org/proj/nx.git/</homepage>
- <owner type="project">
- <email>nx@gentoo.org</email>
+ <repo quality="experimental" status="unofficial">
+ <name>odroidc4</name>
+ <description lang="en">Ebuilds for Gentoo on ODROID-C4</description>
+ <homepage>https://github.com/svoop/odroidc4-overlay</homepage>
+ <owner type="person">
+ <email>gentoo@bitcetera.com</email>
+ <name>Sven Schwyn</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/proj/nx.git</source>
- <source type="git">git://anongit.gentoo.org/proj/nx.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/proj/nx.git</source>
- <feed>https://cgit.gentoo.org/proj/nx.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/proj/nx.git/rss/</feed> -->
+ <source type="git">https://github.com/svoop/odroidc4-overlay.git</source>
+ <source type="git">git@github.com:svoop/odroidc4-overlay.git</source>
+ <feed>https://github.com/svoop/odroidc4-overlay/commits/main.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>oboeverlay</name>
- <description lang="en">ChrisOboe's overlay</description>
- <homepage>https://github.com/ChrisOboe/oboeverlay</homepage>
+ <name>okh</name>
+ <description lang="en">Personal overlay with no special focus.</description>
+ <homepage>https://github.com/OlexiyKhokhlov/okh-overlay</homepage>
<owner type="person">
- <email>ChrisOboe@eml.cc</email>
- <name>Chris Oboe</name>
+ <email>alex.forth@gmail.com</email>
+ <name>Olexiy Khokhlov</name>
</owner>
- <source type="git">https://github.com/ChrisOboe/oboeverlay.git</source>
- <source type="git">git://github.com/ChrisOboe/oboeverlay.git</source>
- <source type="git">git@github.com:ChrisOboe/oboeverlay.git</source>
- <feed>https://github.com/ChrisOboe/oboeverlay/commits/master.atom</feed>
+ <source type="git">https://github.com/OlexiyKhokhlov/okh-overlay.git</source>
+ <source type="git">git@github.com:OlexiyKhokhlov/okh-overlay.git</source>
+ <feed>https://github.com/OlexiyKhokhlov/okh-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>observer</name>
- <description>Contains ebuilds I need, but not in Gentoo portage tree yet.</description>
- <homepage>https://github.com/meng89/observer</homepage>
+ <name>olifre</name>
+ <description lang="en">Personal overlay of Oliver Freyermuth.</description>
+ <homepage>https://github.com/olifre/olifre-portage</homepage>
<owner type="person">
- <email>ObserverChan@gmail.com</email>
- <name>Chen Meng</name>
+ <email>o.freyermuth@googlemail.com</email>
+ <name>Oliver Freyermuth</name>
</owner>
- <source type="git">https://github.com/meng89/observer.git</source>
+ <source type="git">https://github.com/olifre/olifre-portage.git</source>
+ <source type="git">git@github.com:olifre/olifre-portage.git</source>
+ <feed>https://github.com/olifre/olifre-portage/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>octave</name>
- <description lang="en">octave-forge packages</description>
- <homepage>https://github.com/rafaelmartins/octave-overlay</homepage>
+ <name>openclonk</name>
+ <description lang="en">Overlay for the game OpenClonk</description>
+ <homepage>http://www.openclonk.org/</homepage>
<owner type="person">
- <email>rafaelmartins@gentoo.org</email>
- <name> Rafael G. Martins</name>
+ <email>gentoobug@liftm.de</email>
+ <name>Julius Michaelis</name>
+ </owner>
+ <source type="git">https://github.com/jcaesar/openclonk-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/jcaesar/openclonk-overlay.git</source>
+ <feed>https://github.com/jcaesar/openclonk-overlay/commits/master.atom</feed>
+ </repo>
+ <repo quality="stable" status="official">
+ <name>opentransactions</name>
+ <description lang="en">Open-Transactions Gentoo Overlay</description>
+ <homepage>https://github.com/Open-Transactions/gentoo-overlay</homepage>
+ <owner type="project">
+ <email>justusranvier@gmail.com</email>
+ <name>Open-Transactions</name>
</owner>
- <source type="git">https://github.com/rafaelmartins/octave-overlay.git</source>
- <source type="git">git://github.com/rafaelmartins/octave-overlay.git</source>
- <feed>https://github.com/rafaelmartins/octave-overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/Open-Transactions/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/Open-Transactions/gentoo-overlay.git</source>
+ <feed>https://github.com/Open-Transactions/gentoo-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>octopus</name>
- <description lang="en">Own and claimed ebuilds</description>
- <homepage>https://github.com/Bfgeshka/octopus</homepage>
+ <name>oubliette</name>
+ <description lang="en">personal overlay of forgotten ebuilds</description>
+ <homepage>https://github.com/nabbi/oubliette-overlay</homepage>
<owner type="person">
- <email>bfg@derpy.ru</email>
- <name>Bfgeshka</name>
+ <email>nic@boet.cc</email>
+ <name>nic</name>
</owner>
- <source type="git">https://github.com/Bfgeshka/octopus.git</source>
- <feed>https://github.com/Bfgeshka/octopus/commits/master.atom</feed>
+ <source type="git">https://github.com/nabbi/oubliette-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/nabbi/oubliette-overlay.git</source>
+ <feed>https://github.com/nabbi/oubliette-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>openwrt</name>
- <description>Overlay for network configuration packages found in OpenWRT</description>
- <homepage>https://github.com/pavlix/gentoo-openwrt</homepage>
+ <name>overseerr-overlay</name>
+ <description lang="en">third party overlay to install overseerr</description>
+ <homepage>https://github.com/chriscpritchard/overseerr-overlay</homepage>
<owner type="person">
- <email>pavlix@pavlix.net</email>
- <name>Pavel Šimerda</name>
+ <email>chris@christopherpritchard.co.uk</email>
+ <name>Chris Pritchard</name>
</owner>
- <source type="git">https://github.com/pavlix/gentoo-openwrt</source>
+ <source type="git">https://github.com/chriscpritchard/overseerr-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/chriscpritchard/overseerr-overlay.git</source>
+ <feed>https://github.com/chriscpritchard/overseerr-overlay/commits/main.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>owncloud-client</name>
- <description lang="en">Ebuilds related to the ownCloud Sync Client</description>
- <homepage>https://github.com/Weuxel/portage-owncloud-client</homepage>
+ <name>oxen-overlay</name>
+ <description lang="en">Personal overlay for OXEN projects</description>
+ <homepage>https://github.com/xutaxkamay/gentoo-oxen</homepage>
<owner type="person">
- <email>norman@smash-net.org</email>
- <name>Norman Rieß</name>
+ <email>admin@xutaxkamay.com</email>
+ <name>Xutax Kamay</name>
</owner>
- <source type="git">git://github.com/Weuxel/portage-owncloud-client.git</source>
- <feed>https://github.com/Weuxel/portage-owncloud-client/commits/master.atom</feed>
+ <source type="git">https://github.com/xutaxkamay/gentoo-oxen.git</source>
+ <source type="git">git@github.com:xutaxkamay/gentoo-oxen.git</source>
+ <feed>https://github.com/xutaxkamay/gentoo-oxen/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>palemoon</name>
<description lang="en">Unofficial Gentoo overlay for the Pale Moon (http://www.palemoon.org/) web browser.</description>
- <homepage>https://github.com/deuiore/palemoon-overlay</homepage>
+ <homepage>https://github.com/deu/palemoon-overlay</homepage>
<owner type="person">
- <email>de@uio.re</email>
- <name>deu</name>
+ <email>de@uio.re</email>
+ <name>deu</name>
</owner>
- <source type="git">https://github.com/deuiore/palemoon-overlay.git</source>
- <source type="git">git://github.com/deuiore/palemoon-overlay.git</source>
- <source type="git">git@github.com:deuiore/palemoon-overlay.git</source>
- <feed>https://github.com/deuiore/palemoon-overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/deu/palemoon-overlay.git</source>
+ <source type="git">git@github.com:deu/palemoon-overlay.git</source>
+ <feed>https://github.com/deu/palemoon-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>palmer</name>
- <description lang="en">User overlay</description>
- <homepage>https://cgit.gentoo.org/user/palmer.git/</homepage>
+ <name>parona-overlay</name>
+ <description lang="en">Personal overlay for ebuilds I don't see in other overlay or want to modify</description>
+ <homepage>https://gitlab.com/Parona/parona-overlay</homepage>
<owner type="person">
- <email>palmer@dabbelt.com</email>
- <name>Palmer Dabbelt</name>
+ <email>parona@protonmail.com</email>
+ <name>Alfred Wingate</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/user/palmer.git</source>
- <source type="git">git://anongit.gentoo.org/user/palmer.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/palmer.git</source>
- <feed>https://cgit.gentoo.org/user/palmer.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/palmer.git/rss/</feed> -->
- </repo>
- <repo quality="experimental" status="official">
- <name>pchrist</name>
- <description>Panagiotis Christopoulos developer overlay</description>
- <homepage>https://cgit.gentoo.org/dev/pchrist.git</homepage>
- <owner type="person">
- <email>pchrist@gentoo.org</email>
- <name>Panagiotis Christopoulos</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/dev/pchrist.git</source>
- <source type="git">git://anongit.gentoo.org/dev/pchrist.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/dev/pchrist.git</source>
- <feed>https://cgit.gentoo.org/dev/pchrist.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/dev/pchrist.git/rss/</feed> -->
+ <source type="git">https://gitlab.com/Parona/parona-overlay</source>
+ <source type="git">git@gitlab.com:Parona/parona-overlay.git</source>
+ <feed>https://gitlab.com/Parona/parona-overlay/-/commits/master?format=atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>pdilung</name>
@@ -3496,10 +3032,21 @@ FIN
<name>Pavol Dilung</name>
</owner>
<source type="git">https://github.com/pdilung/gentoo-overlay.git</source>
- <source type="git">git://github.com/pdilung/gentoo-overlay.git</source>
<source type="git">git@github.com:pdilung/gentoo-overlay.git</source>
<feed>https://github.com/pdilung/gentoo-overlay/commits/master.atom</feed>
</repo>
+ <repo quality="experimental" status="unofficial">
+ <name>peec</name>
+ <description lang="en">Personal Gentoo overlay of Petre Rodan</description>
+ <homepage>https://github.com/rodan/overlay</homepage>
+ <owner type="person">
+ <email>petre.rodan@subdimension.ro</email>
+ <name>Petre Rodan</name>
+ </owner>
+ <source type="git">https://github.com/rodan/overlay.git</source>
+ <source type="git">git+ssh://git@github.com/rodan/overlay.git</source>
+ <feed>https://github.com/rodan/overlay/commits/master.atom</feed>
+ </repo>
<repo quality="experimental" status="official">
<name>pentoo</name>
<description>The overlay contains new or updated security tools.</description>
@@ -3508,36 +3055,8 @@ FIN
<email>zerochaos@gentoo.org</email>
</owner>
<source type="git">https://github.com/pentoo/pentoo-overlay.git</source>
- <source type="git">git://github.com/pentoo/pentoo-overlay.git</source>
<source type="git">git@github.com:pentoo/pentoo-overlay.git</source>
</repo>
- <repo quality="experimental" status="official">
- <name>perl-experimental</name>
- <description>Experimental ebuilds for Perl packages in Gentoo. Comments and
- bugreports are welcome!</description>
- <homepage>https://cgit.gentoo.org/proj/perl-overlay.git/</homepage>
- <owner type="project">
- <email>perl@gentoo.org</email>
- <name>Perl Team</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/proj/perl-overlay.git</source>
- <source type="git">git://anongit.gentoo.org/proj/perl-overlay.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/proj/perl-overlay.git</source>
- <feed>https://cgit.gentoo.org/proj/perl-overlay.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/proj/perl-overlay.git/rss/</feed> -->
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>perl-experimental-snapshots</name>
- <description>Unofficial mirror of overlay "perl-experimental" with metadata cache</description>
- <homepage>https://github.com/gentoo-perl/perl-experimental-snapshots</homepage>
- <owner type="person">
- <email>kentnl@gentoo.org</email>
- <name>Kent Fredric</name>
- </owner>
- <source type="git">https://github.com/gentoo-perl/perl-experimental-snapshots.git</source>
- <source type="git">git://github.com/gentoo-perl/perl-experimental-snapshots.git</source>
- <feed>https://github.com/gentoo-perl/perl-experimental-snapshots/commits/master.atom</feed>
- </repo>
<repo quality="experimental" status="unofficial">
<name>petkovich</name>
<description lang="en">Personal overlay of Jean-Christophe Petkovich</description>
@@ -3547,20 +3066,78 @@ FIN
<name>Jean-Christophe Petkovich</name>
</owner>
<source type="git">https://github.com/jcpetkovich/overlay-petkovich.git</source>
- <source type="git">git://github.com/jcpetkovich/overlay-petkovich.git</source>
<source type="git">git@github.com:jcpetkovich/overlay-petkovich.git</source>
<feed>https://github.com/jcpetkovich/overlay-petkovich/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
+ <name>pf4public</name>
+ <description lang="en">Personal overlay</description>
+ <homepage>https://github.com/PF4Public/gentoo-overlay</homepage>
+ <owner type="person">
+ <email>PF4Public@mail.ru</email>
+ <name>PF4Public</name>
+ </owner>
+ <source type="git">https://github.com/PF4Public/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/PF4Public/gentoo-overlay.git</source>
+ <feed>https://github.com/PF4Public/gentoo-overlay/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
<name>pg_overlay</name>
<description lang="en">User overlay</description>
- <homepage>https://github.com/perfect7gentleman/pg_overlay</homepage>
+ <homepage>https://gitlab.com/Perfect_Gentleman/PG_Overlay</homepage>
<owner type="person">
<email>perfect007gentleman@gmail.com</email>
<name>Perfect Gentleman</name>
</owner>
- <source type="git">https://github.com/perfect7gentleman/pg_overlay.git</source>
- <feed>https://github.com/perfect7gentleman/pg_overlay/commits/master.atom</feed>
+ <source type="git">https://gitlab.com/Perfect_Gentleman/PG_Overlay.git</source>
+ <feed>https://gitlab.com/Perfect_Gentleman/PG_Overlay/-/commits/master?format=atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>phackerlay</name>
+ <description lang="en">Overlay for phackers</description>
+ <homepage>https://gitlab.phys-el.ru/gentoo/phackerlay</homepage>
+ <owner type="person">
+ <email>ustinov@phys-el.ru</email>
+ <name>Alexander B. Ustinov</name>
+ </owner>
+ <source type="git">https://gitlab.phys-el.ru/gentoo/phackerlay.git</source>
+ <feed>https://gitlab.phys-el.ru/gentoo/phackerlay/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>phoenix591</name>
+ <description lang="en">My personal overlay with a few random packages</description>
+ <homepage>https://github.com/Phoenix591/gentoo-overlay</homepage>
+ <owner type="person">
+ <email>kcelbert@gmail.com</email>
+ <name>Kyle Elbert</name>
+ </owner>
+ <source type="git">https://github.com/Phoenix591/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/Phoenix591/gentoo-overlay.git</source>
+ <feed>https://github.com/Phoenix591/gentoo-overlay/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>pholthaus-overlay</name>
+ <description lang="en">pholthaus' personal overlay</description>
+ <homepage>https://github.com/pholthau/pholthaus-overlay</homepage>
+ <owner type="person">
+ <email>patrick.holthaus@googlemail.com</email>
+ <name>Patrick Holthaus</name>
+ </owner>
+ <source type="git">https://github.com/pholthau/pholthaus-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/pholthau/pholthaus-overlay.git</source>
+ <feed>https://github.com/pholthau/pholthaus-overlay/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>php-overlay</name>
+ <description lang="en">Unofficial PHP Overlay for Gentoo Linux</description>
+ <homepage>https://github.com/gentoo-php-overlay/php-overlay</homepage>
+ <owner type="person">
+ <email>php-overlay@r1l.eu</email>
+ <name>php-overlay</name>
+ </owner>
+ <source type="git">https://github.com/gentoo-php-overlay/php-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/gentoo-php-overlay/php-overlay.git</source>
+ <feed>https://github.com/gentoo-php-overlay/php-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>pica-pica</name>
@@ -3571,6 +3148,7 @@ FIN
<name>Anton Sviridenko</name>
</owner>
<source type="git">https://github.com/antonsviridenko/pica-pica-gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/antonsviridenko/pica-pica-gentoo-overlay.git</source>
</repo>
<repo quality="experimental" status="unofficial">
<name>pigfoot</name>
@@ -3586,6 +3164,18 @@ FIN
<feed>https://cgit.gentoo.org/user/pigfoot.git/atom/</feed>
<!-- <feed>https://cgit.gentoo.org/user/pigfoot.git/rss/</feed> -->
</repo>
+ <repo quality="experimental" status="unofficial">
+ <name>piniverlay</name>
+ <description lang="en">Various packages and patches for developers</description>
+ <homepage>https://github.com/pinicarus/gentoo-overlay</homepage>
+ <owner type="person">
+ <email>pini@tuxfamily.org</email>
+ <name>Pierre-Nicolas Clauss</name>
+ </owner>
+ <source type="git">https://github.com/pinicarus/gentoo-overlay.git</source>
+ <source type="git">git@github.com:pinicarus/gentoo-overlay.git</source>
+ <feed>https://github.com/pinicarus/gentoo-overlay/commits/master.atom</feed>
+ </repo>
<repo quality="experimental" status="official">
<name>pinkbyte</name>
<description lang="en">Pinkbyte's developer overlay</description>
@@ -3595,56 +3185,48 @@ FIN
<name>Sergey Popov</name>
</owner>
<source type="git">https://github.com/Pinkbyte/pinkbyte-overlay.git</source>
- <source type="git">git://github.com/Pinkbyte/pinkbyte-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/Pinkbyte/pinkbyte-overlay.git</source>
<feed>https://github.com/Pinkbyte/pinkbyte-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>plab</name>
- <description lang="en">Paul Labedan user overlay</description>
- <homepage>https://cgit.gentoo.org/user/plab.git/</homepage>
- <owner type="person">
- <email>plabedan@gmail.com</email>
- <name>Paul Labedan</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/user/plab.git</source>
- <source type="git">git://anongit.gentoo.org/user/plab.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/plab.git</source>
- <feed>https://cgit.gentoo.org/user/plab.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/plab.git/rss/</feed> -->
- </repo>
- <repo quality="experimental" status="official">
- <name>poly-c</name>
- <description lang="en">Polynomial-C's overlay</description>
- <homepage>http://www.gentoofan.org/gentoo/</homepage>
+ <name>pixlra</name>
+ <description lang="en">Pixlra collaborative overlay</description>
+ <homepage>https://cgit.gentoo.org/user/carreira.git/</homepage>
<owner type="person">
- <email>polynomial-c@gentoo.org</email>
- <name>Lars Wendler</name>
+ <email>jfmcarreira@gmail.com</email>
+ <name>Joao Carreira</name>
</owner>
- <source type="rsync">rsync://rsync.gentoofan.org/poly-c</source>
+ <source type="git">https://anongit.gentoo.org/git/user/carreira.git</source>
+ <source type="git">git://anongit.gentoo.org/user/carreira.git</source>
+ <source type="git">git+ssh://git@git.gentoo.org/user/carreira.git</source>
+ <source type="git">https://github.com/pixlra/pixlra-gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/pixlra/pixlra-gentoo-overlay.git</source>
+ <feed>https://cgit.gentoo.org/user/carreira.git/atom/</feed>
+ <!-- <feed>https://cgit.gentoo.org/user/carreira.git/rss/</feed> -->
</repo>
<repo quality="experimental" status="unofficial">
- <name>portage-backup</name>
- <description lang="en">Backup-related ebuilds</description>
- <homepage>http://github.com/lnagel/portage-backup/tree/master</homepage>
+ <name>pkalin</name>
+ <description lang="en">My Gentoo overlay, somewhat regularly maintained</description>
+ <homepage>https://github.com/thinrope/pkalin</homepage>
<owner type="person">
- <email>lenno@nagel.ee</email>
- <name>Lenno Nagel</name>
+ <email>kalin@ThinRope.net</email>
+ <name>Kalin KOZHUHAROV</name>
</owner>
- <source type="git">git://github.com/lnagel/portage-backup.git</source>
- <feed>http://github.com/lnagel/portage-backup/commits/master.atom</feed>
+ <source type="git">https://github.com/thinrope/pkalin.git</source>
+ <source type="git">git+ssh://git@github.com/thinrope/pkalin.git</source>
+ <feed>https://github.com/thinrope/pkalin/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>posativ</name>
- <description lang="en">Overlay of Martin Zimmermann</description>
- <homepage>https://github.com/posativ/overlay</homepage>
+ <name>plex-overlay</name>
+ <description lang="en">Personal overlay of comio containing Plex related ebuilds</description>
+ <homepage>https://github.com/comio/plex-overlay</homepage>
<owner type="person">
- <email>info@posativ.org</email>
- <name>Martin Zimmermann</name>
+ <email>luigi.mantellini@gmail.com</email>
+ <name>Luigi Mantellini</name>
</owner>
- <source type="git">https://github.com/posativ/overlay.git</source>
- <source type="git">git://github.com/posativ/overlay.git</source>
- <source type="git">git@github.com:posativ/overlay.git</source>
- <feed>https://github.com/posativ/overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/comio/plex-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/comio/plex-overlay.git</source>
+ <feed>https://github.com/comio/plex-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>powerman</name>
@@ -3655,138 +3237,79 @@ FIN
<name>Alex Efros</name>
</owner>
<source type="git">https://github.com/powerman/powerman-overlay.git</source>
- </repo>
- <repo quality="experimental" status="official">
- <name>ppc64le</name>
- <description lang="en">ppc64le development overlay</description>
- <homepage>https://cgit.gentoo.org/repo/proj/ppc64le.git/</homepage>
- <owner type="person">
- <email>blueness@gentoo.org</email>
- <name>Anthony G. Basile</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/repo/proj/ppc64le.git</source>
- <source type="git">git://anongit.gentoo.org/repo/proj/ppc64le.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/repo/proj/ppc64le.git</source>
- <feed>https://cgit.gentoo.org/repo/proj/ppc64le.git/atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>printer-drivers</name>
- <description lang="en">User-submitted ebuilds for printer drivers</description>
- <homepage>https://cgit.gentoo.org/proj/printer-drivers.git/</homepage>
- <owner type="project">
- <email>printing@gentoo.org</email>
- <name>Gentoo printing team</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/proj/printer-drivers.git</source>
- <source type="git">git://anongit.gentoo.org/proj/printer-drivers.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/proj/printer-drivers.git</source>
- <feed>https://cgit.gentoo.org/proj/printer-drivers.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/proj/printer-drivers.git/rss/</feed> -->
+ <source type="git">git+ssh://git@github.com/powerman/powerman-overlay.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>proaudio</name>
- <description>Evermind's overlay with ebuilds for a lot of pro-audio
- production software.</description>
- <homepage>http://proaudio.tuxfamily.org/wiki</homepage>
+ <name>ppfeufer-gentoo-overlay</name>
+ <description lang="en">ppfeufer's personal overlay.</description>
+ <homepage>https://github.com/ppfeufer/gentoo-overlay</homepage>
<owner type="person">
- <email>evermind@tuxfamily.org</email>
+ <email>info@ppfeufer.de</email>
+ <name>Peter Pfeufer</name>
</owner>
- <source type="svn">svn://svn.tuxfamily.org/svnroot/proaudio/proaudio/trunk/overlays/proaudio</source>
+ <source type="git">https://github.com/ppfeufer/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/ppfeufer/gentoo-overlay.git</source>
+ <feed>https://github.com/ppfeufer/gentoo-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>procyon</name>
- <description>Procyon Overlay</description>
+ <name>proaudio-gentoo</name>
+ <description lang="en">New generation ProAudio overlay</description>
+ <homepage>https://github.com/domichel/proaudio-gentoo</homepage>
<owner type="person">
- <email>donat@opmbx.org</email>
- <name>donat-b</name>
+ <email>dominique.c.michel@gmail.com</email>
+ <name>Dominique Michel</name>
</owner>
- <source type="git">https://github.com/donat-b/procyon.git</source>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>programmador</name>
- <description lang="en">Programmador overlay</description>
- <homepage>https://bitbucket.org/programmador/gentoo-overlay</homepage>
- <owner type="person">
- <email>alexander.konotop@gmail.com</email>
- <name>Alexander Konotop</name>
- </owner>
- <source type="mercurial">https://bitbucket.org/programmador/gentoo-overlay</source>
- <source type="mercurial">ssh://hg@bitbucket.org/programmador/gentoo-overlay</source>
- <feed>https://bitbucket.org/programmador/gentoo-overlay/atom</feed>
- <feed>https://bitbucket.org/programmador/gentoo-overlay/rss</feed>
- </repo>
- <repo quality="testing" status="unofficial">
- <name>progress</name>
- <description>Progress Overlay: Python packages (including Pyramid, Zope) and other packages</description>
- <homepage>https://sourceforge.net/projects/gentoo-progress/</homepage>
- <owner type="person">
- <email>Arfrever.FTA@gmail.com</email>
- <name>Arfrever Frehtes Taifersar Arahesis</name>
- </owner>
- <source type="svn">https://svn.code.sf.net/p/gentoo-progress/code</source>
- </repo>
- <repo quality="experimental" status="official">
- <name>prometheanfire</name>
- <description lang="en">Developer overlay</description>
- <homepage>https://cgit.gentoo.org/dev/prometheanfire.git/</homepage>
- <owner type="person">
- <email>prometheanfire@gentoo.org</email>
- <name>Matthew Thode</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/dev/prometheanfire.git</source>
- <source type="git">git://anongit.gentoo.org/dev/prometheanfire.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/dev/prometheanfire.git</source>
- <feed>https://cgit.gentoo.org/dev/prometheanfire.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/dev/prometheanfire.git/rss/</feed> -->
+ <source type="git">https://github.com/domichel/proaudio-gentoo.git</source>
+ <source type="git">git+ssh://git@github.com/domichel/proaudio-gentoo.git</source>
+ <feed>https://github.com/domichel/proaudio-gentoo/commits.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>pross</name>
- <description lang="en">User overlay</description>
+ <description lang="en">Up to date ck-sources</description>
<homepage>https://github.com/Pross/pross-overlay</homepage>
<owner type="person">
<email>pross@pross.org.uk</email>
<name>Simon Prosser</name>
</owner>
<source type="git">https://github.com/Pross/pross-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/Pross/pross-overlay.git</source>
<feed>https://github.com/Pross/pross-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>psix-overlay</name>
- <description lang="en">zabuldon's personal overlay</description>
- <homepage>https://github.com/zabuldon/psix-overlay</homepage>
+ <name>pyfa</name>
+ <description lang="en">Newest versions of Pyfa (Python fitting assistant for EVE Online)</description>
+ <homepage>https://github.com/ZeroPointEnergy/gentoo-pyfa-overlay</homepage>
<owner type="person">
- <email>vortexius@gmail.com</email>
- <name>Sergey Isachenko</name>
+ <email>a.zuber@gmx.ch</email>
+ <name>Andreas Zuber</name>
</owner>
- <source type="git">https://github.com/zabuldon/psix-overlay.git</source>
- <source type="git">git://github.com/zabuldon/psix-overlay.git</source>
- <feed>https://github.com/zabuldon/psix-overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/ZeroPointEnergy/gentoo-pyfa-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/ZeroPointEnergy/gentoo-pyfa-overlay.git</source>
+ <feed>https://github.com/ZeroPointEnergy/gentoo-pyfa-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>pypy_alice</name>
- <description lang="en">Personal User Overlay</description>
- <homepage>https://github.com/aliceinwire/overlay</homepage>
+ <name>pypi</name>
+ <description lang="en">Mirror of PyPI python package repository</description>
+ <homepage>https://github.com/houseofsuns/pypi</homepage>
<owner type="person">
- <email>alicef@gentoo.org</email>
- <name>Alice Ferrazzi</name>
+ <email>gentoo@houseofsuns.org</email>
+ <name>houseofsuns</name>
</owner>
- <source type="git">https://github.com/aliceinwire/overlay.git</source>
- <source type="git">git://github.com/aliceinwire/overlay.git</source>
- <source type="git">git@github.com:aliceinwire/overlay.git</source>
- <feed>https://github.com/aliceinwire/overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/houseofsuns/pypi.git</source>
+ <source type="git">git+ssh://git@github.com/houseofsuns/pypi.git</source>
+ <feed>https://github.com/houseofsuns/pypi/commits/master.atom</feed>
</repo>
- <repo quality="experimental" status="official">
- <name>python</name>
- <description lang="en">Python project repository</description>
- <homepage>https://cgit.gentoo.org/proj/python.git/</homepage>
- <owner type="project">
- <email>python@gentoo.org</email>
- <name>Gentoo Python project</name>
+ <repo quality="experimental" status="unofficial">
+ <name>pypi-sci</name>
+ <description lang="en">Scientific packages from PyPI by the gentoo-pypi-generator</description>
+ <homepage>https://github.com/jiegec/gentoo-pypi-sci</homepage>
+ <owner type="person">
+ <email>heroxbd@gentoo.org</email>
+ <name>Benda Xu</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/proj/python.git</source>
- <source type="git">git://anongit.gentoo.org/proj/python.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/proj/python.git</source>
- <feed>https://cgit.gentoo.org/proj/python.git/atom/</feed>
+ <source type="git">https://github.com/jiegec/gentoo-pypi-sci.git</source>
+ <source type="git">git+ssh://git@github.com:jiegec/gentoo-pypi-sci.git</source>
+ <feed>https://github.com/jiegec/gentoo-pypi-sci/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="official">
<name>qemu-init</name>
@@ -3802,10 +3325,34 @@ FIN
<feed>https://cgit.gentoo.org/proj/kvm-tools.git/atom/</feed>
<!-- <feed>https://cgit.gentoo.org/proj/kvm-tools.git/rss/</feed> -->
</repo>
+ <repo quality="experimental" status="unofficial">
+ <name>qownnotes-overlay</name>
+ <description lang="en">QOwnNotes overlay</description>
+ <homepage>http://www.qownnotes.org</homepage>
+ <owner type="person">
+ <email>patrizio@bekerle.com</email>
+ <name>Patrizio Bekerle</name>
+ </owner>
+ <source type="git">https://github.com/qownnotes/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/qownnotes/gentoo-overlay.git</source>
+ <feed>https://github.com/qownnotes/gentoo-overlay/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>qsx</name>
+ <description lang="en">qsx’ ebuilds</description>
+ <homepage>https://github.com/qsuscs/gentoo-overlay</homepage>
+ <owner type="person">
+ <email>qsx@chaotikum.eu</email>
+ <name>Thomas Schneider</name>
+ </owner>
+ <source type="git">https://github.com/qsuscs/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/qsuscs/gentoo-overlay.git</source>
+ <feed>https://github.com/qsuscs/gentoo-overlay/commits/main.atom</feed>
+ </repo>
<repo quality="experimental" status="official">
<name>qt</name>
<description>Official testing overlay for Qt and related packages, provided
- by Gentoo's Qt team. Contains ebuilds for Qt4 and Qt5 prereleases and live ebuilds,
+ by Gentoo's Qt team. Contains ebuilds for Qt5 and Qt6 prereleases and live ebuilds,
plus various (non-KDE) applications and utilities that use Qt.</description>
<homepage>https://github.com/gentoo/qt</homepage>
<owner type="project">
@@ -3820,49 +3367,59 @@ FIN
</repo>
<repo quality="experimental" status="unofficial">
<name>quarks</name>
- <description>Quarks's overlay; needful things around Gentoo Hardened, Security and Penetration Testing</description>
- <homepage>http://www.startux.de/</homepage>
+ <description>Quarks's overlay; needful things around Security, Penetration Testing and gaming</description>
+ <homepage>https://git.zero-downtime.net/quark</homepage>
<owner type="person">
<email>it@startux.de</email>
<name>Stefan Reimer</name>
</owner>
- <source type="git">git://www.startux.de/quarks.git</source>
- <source type="git">http://www.startux.de/git/quarks.git</source>
- <feed>http://www.startux.de/gitweb/quarks.git/rss</feed>
+ <source type="git">https://git.zero-downtime.net/quark/quarks.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>qutebrowser</name>
- <description lang="en">Overlay providing qutebrowser ebuilds</description>
- <homepage>https://github.com/posativ/qutebrowser-overlay</homepage>
+ <name>qv2ray-overlay</name>
+ <description lang="en">Overlay for Qv2ray.</description>
+ <homepage>https://github.com/blackteahamburger/qv2ray-overlay</homepage>
<owner type="person">
- <email>info@posativ.org</email>
- <name>Martin Zimmermann</name>
+ <email>blackteahamburger@outlook.com</email>
+ <name>blackteahamburger</name>
</owner>
- <source type="git">https://github.com/posativ/qutebrowser-overlay.git</source>
- <source type="git">git://github.com/posativ/qutebrowser-overlay.git</source>
- <source type="git">git@github.com:posativ/qutebrowser-overlay.git</source>
- <feed>https://github.com/posativ/qutebrowser-overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/blackteahamburger/qv2ray-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/blackteahamburger/qv2ray-overlay.git</source>
+ <feed>https://github.com/blackteahamburger/qv2ray-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>qwin-overlay</name>
- <description>Gentoo overlay with some patched packages.</description>
- <homepage>http://github.com/Flex1911/</homepage>
+ <name>r7l</name>
+ <description lang="en">r7l Gentoo overlay with custom Ebuilds</description>
+ <homepage>https://github.com/r7l/r7l-overlay</homepage>
<owner type="person">
- <email>dedsa2002@gmail.com</email>
+ <email>gentoo@r1l.eu</email>
+ <name>r7l</name>
</owner>
- <source type="git">git://github.com/Flex1911/qwin-overlay.git</source>
+ <source type="git">https://github.com/r7l/r7l-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/r7l/r7l-overlay.git</source>
+ <feed>https://github.com/r7l/r7l-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="official">
- <name>rafaelmartins</name>
- <description lang="en">Rafael Martins' Gentoo overlay</description>
- <homepage>https://github.com/rafaelmartins/gentoo-overlay</homepage>
+ <name>R_Overlay</name>
+ <description>Gentoo overlay of R packages</description>
+ <homepage>https://cgit.gentoo.org/proj/R_overlay.git/</homepage>
<owner type="person">
- <email>rafaelmartins@gentoo.org</email>
- <name>Rafael G. Martins</name>
+ <email>heroxbd@gentoo.org</email>
+ <name>Benda Xu</name>
</owner>
- <source type="git">https://github.com/rafaelmartins/gentoo-overlay.git</source>
- <source type="git">git://github.com/rafaelmartins/gentoo-overlay.git</source>
- <feed>https://github.com/rafaelmartins/gentoo-overlay/commits/master.atom</feed>
+ <source type="rsync">rsync://roverlay.dev.gentoo.org/roverlay</source>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>racket-overlay</name>
+ <description lang="en">Racket packages overlay</description>
+ <homepage>https://gitlab.com/gentoo-racket/gentoo-racket-overlay</homepage>
+ <owner type="person">
+ <email>xgqt@gentoo.org</email>
+ <name>Maciej Barć</name>
+ </owner>
+ <source type="git">https://gitlab.com/gentoo-racket/gentoo-racket-overlay.git</source>
+ <source type="git">git+ssh://git@gitlab.com/gentoo-racket/gentoo-racket-overlay.git</source>
+ <feed>https://gitlab.com/gentoo-racket/gentoo-racket-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>raiagent</name>
@@ -3872,19 +3429,19 @@ FIN
<email>leycec@gmail.com</email>
<name>Cecil Curry</name>
</owner>
- <source type="git">https://github.com/leycec/raiagent</source>
- <source type="git">git://github.com/leycec/raiagent.git</source>
+ <source type="git">https://github.com/leycec/raiagent.git</source>
+ <source type="git">git+ssh://git@github.com/leycec/raiagent.git</source>
</repo>
<repo quality="experimental" status="unofficial">
<name>rasdark</name>
<description>rasdark personal overlay</description>
<homepage>https://github.com/rasdark/overlay</homepage>
<owner type="person">
- <email>andrew.senik@gmail.com</email>
- <name>Andrey Senik</name>
+ <email>andrew.senik@gmail.com</email>
+ <name>Andrey Senik</name>
</owner>
- <source type="git">https://github.com/rasdark/overlay</source>
- <source type="git">git://github.com/rasdark/overlay.git</source>
+ <source type="git">https://github.com/rasdark/overlay.git</source>
+ <source type="git">git+ssh://git@github.com/rasdark/overlay.git</source>
</repo>
<repo quality="experimental" status="unofficial">
<name>raw</name>
@@ -3895,45 +3452,9 @@ FIN
<name>Denis Kaganovich (aka Dzianis Kahanovich)</name>
</owner>
<source type="git">https://github.com/mahatma-kaganovich/raw.git</source>
+ <source type="git">git+ssh://git@github.com/mahatma-kaganovich/raw.git</source>
<feed>https://github.com/mahatma-kaganovich/raw/commits/master.atom</feed>
</repo>
- <repo quality="experimental" status="unofficial">
- <name>reagentoo</name>
- <description lang="en">reagentoo's overlay</description>
- <homepage>https://github.com/reagentoo/gentoo-overlay</homepage>
- <owner type="person">
- <email>reagentoo@gmail.com</email>
- </owner>
- <source type="git">https://github.com/reagentoo/gentoo-overlay.git</source>
- <source type="git">git://github.com/reagentoo/gentoo-overlay.git</source>
- <source type="git">git@github.com:reagentoo/gentoo-overlay.git</source>
- <feed>https://github.com/reagentoo/gentoo-overlay/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>rebutia</name>
- <description lang="en">Rebutia overlay</description>
- <homepage>https://cgit.gentoo.org/user/rebutia.git/</homepage>
- <owner type="person">
- <email>ps@twin.jikos.cz</email>
- <name>Pavel Sanda</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/user/rebutia.git</source>
- <source type="git">git://anongit.gentoo.org/user/rebutia.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/rebutia.git</source>
- <feed>https://cgit.gentoo.org/user/rebutia.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/rebutia.git/rss/</feed> -->
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>regina-gentoo</name>
- <description lang="en">Regina packages for Gentoo</description>
- <homepage>http://github.com/WPettersson/regina-gentoo/</homepage>
- <owner type="person">
- <email>william@ewpettersson.se</email>
- <name>William Pettersson</name>
- </owner>
- <source type="git">git://github.com/WPettersson/regina-gentoo.git</source>
- <feed>https://github.com/WPettersson/regina-gentoo/commits/master.atom</feed>
- </repo>
<repo quality="experimental" status="official">
<name>rich0</name>
<description lang="en">Rich0's developer overlay</description>
@@ -3942,44 +3463,21 @@ FIN
<email>rich0@gentoo.org</email>
<name>Richard Freeman</name>
</owner>
- <source type="git">git://github.com/rich0/rich0-overlay.git</source>
+ <source type="git">https://github.com/rich0/rich0-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/rich0/rich0-overlay.git</source>
<feed>https://github.com/rich0/rich0-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>rinaldus-overlay</name>
- <description>Rinaldus overlay</description>
- <homepage>https://github.com/rinaldus/rinaldus-overlay</homepage>
+ <name>rimio</name>
+ <description lang="en">rimio's personal overlay</description>
+ <homepage>https://github.com/rimio/gentoo-overlay</homepage>
<owner type="person">
- <email>forreg@rinaldus.ru</email>
- <name>Rinaldus</name>
+ <email>vasi@vilvoiu.ro</email>
+ <name>Vasile Vilvoiu</name>
</owner>
- <source type="git">https://github.com/rinaldus/rinaldus-overlay.git</source>
- </repo>
- <repo quality="testing" status="unofficial">
- <name>rindeal</name>
- <description lang="en">Rindeal's overlay</description>
- <homepage>https://github.com/rindeal/gentoo-overlay</homepage>
- <owner type="person">
- <name>Jan Chren (rindeal)</name>
- <email>dev.rindeal+gentoo@gmail.com</email>
- </owner>
- <source type="git">https://github.com/rindeal/gentoo-overlay.git</source>
- <source type="git">git://git@github.com:rindeal/gentoo-overlay.git</source>
- <source type="git">git+ssh://git@github.com:rindeal/gentoo-overlay.git</source>
- <feed>https://github.com/rindeal/gentoo-overlay/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>ring-overlay</name>
- <description lang="en">Ring is free software for universal communication which respects freedoms and privacy of its users.</description>
- <homepage>https://github.com/stefan-langenmaier/ring-overlay</homepage>
- <owner type="person">
- <email>stefan.langenmaier+gentoo@gmail.com</email>
- <name>Stefan Langenmaier</name>
- </owner>
- <source type="git">https://github.com/stefan-langenmaier/ring-overlay.git</source>
- <source type="git">git://github.com/stefan-langenmaier/ring-overlay.git</source>
- <source type="git">git@github.com:stefan-langenmaier/ring-overlay.git</source>
- <feed>https://github.com/stefan-langenmaier/ring-overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/rimio/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/rimio/gentoo-overlay.git</source>
+ <feed>https://github.com/rimio/gentoo-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>rion</name>
@@ -3988,21 +3486,73 @@ FIN
<homepage>https://github.com/rion-overlay</homepage>
<owner type="person">
<email>rion4ik@gmail.com</email>
+ <name>Sergey Ilinykh</name>
</owner>
<source type="git">https://github.com/rion-overlay/rion-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/rion-overlay/rion-overlay.git</source>
<feed>https://github.com/rion-overlay/rion-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
+ <name>riru</name>
+ <description lang="en">Home overlay for development, patches and live ebuilds</description>
+ <description lang="ru">Домашний оверлей для разработки, патчей и лайв ебилдов</description>
+ <homepage>https://github.com/pkulev/riru</homepage>
+ <owner type="person">
+ <email>kulyov.pavel@gmail.com</email>
+ <name>Pavel Kulyov</name>
+ </owner>
+ <source type="git">https://github.com/pkulev/riru.git</source>
+ <source type="git">git@github.com:pkulev/riru.git</source>
+ <feed>https://github.com/pkulev/riru/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="official">
+ <name>riscv</name>
+ <description lang="en">Gentoo RISC-V Overlay</description>
+ <homepage>https://github.com/gentoo/riscv</homepage>
+ <owner type="project">
+ <email>riscv@gentoo.org</email>
+ <name>Gentoo RISC-V Development</name>
+ </owner>
+ <source type="git">https://github.com/gentoo/riscv.git</source>
+ <source type="git">git@github.com:gentoo/riscv.git</source>
+ <feed>https://github.com/gentoo/riscv/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="official">
+ <name>rnp</name>
+ <description lang="en">High performance C++ OpenPGP library, fully compliant to RFC 4880</description>
+ <homepage>https://www.rnpgp.org/</homepage>
+ <owner type="person">
+ <email>anton@picapica.im</email>
+ <name>Anton Sviridenko</name>
+ </owner>
+ <source type="git">https://github.com/rnpgp/gentoo-rnp.git</source>
+ <source type="git">git+ssh://git@github.com/rnpgp/gentoo-rnp.git</source>
+ <feed>https://github.com/rnpgp/gentoo-rnp/commits/main.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
<name>robert7k</name>
<description lang="en">personal overlay of robert7k</description>
<homepage>https://github.com/robert7k/gentoo-overlay</homepage>
<owner type="person">
- <email>gentoo.bugzilla.2012@r123.de</email>
+ <email>gentoo.2019@r123.de</email>
</owner>
<source type="git">https://github.com/robert7k/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/robert7k/gentoo-overlay.git</source>
<feed>https://github.com/robert7k/gentoo-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
+ <name>robertgzr</name>
+ <description lang="en">robertgzr's personal overlay.</description>
+ <homepage>https://git.sr.ht/~robertgzr/portage</homepage>
+ <owner type="person">
+ <email>robert@gnzler.io</email>
+ <name>Robert Günzler</name>
+ </owner>
+ <source type="git">https://git.sr.ht/~robertgzr/portage</source>
+ <source type="git">ssh://git@git.sr.ht:~robertgzr/portage</source>
+ <feed>https://git.sr.ht/~robertgzr/portage/log/rss.xml</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
<name>ROKO__</name>
<description lang="en">Unofficial ebuilds for gentoo based distributions.</description>
<homepage>https://github.com/sandikata/ROKO__</homepage>
@@ -4011,63 +3561,29 @@ FIN
<name>Alexandrow Rosen</name>
</owner>
<source type="git">https://github.com/sandikata/ROKO__.git</source>
- <source type="git">git://github.com/sandikata/ROKO__.git</source>
+ <source type="git">git+ssh://git@github.com/sandikata/ROKO__.git</source>
<feed>https://github.com/sandikata/ROKO__/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>roslin</name>
- <description>This is roslin, my small overlay. Enjoy! (:</description>
- <homepage>https://gitlab.com/roslin-uberlay/roslin</homepage>
- <owner type="person">
- <email>szarpaj@grubelek.pl</email>
- <name>Piotr Szymaniak</name>
- </owner>
- <owner type="person">
- <email>mziab@o2.pl</email>
- <name>Michał Ziąbkowski</name>
- </owner>
- <source type="git">https://gitlab.com/roslin-uberlay/roslin.git</source>
- </repo>
- <repo quality="experimental" status="unofficial">
<name>ros-overlay</name>
<description>Ebuilds for the Robot Operating System (ROS).</description>
<homepage>https://github.com/ros/ros-overlay</homepage>
<owner type="person">
<email>wayne@neverfear.org</email>
</owner>
- <source type="git">git://github.com/ros/ros-overlay.git</source>
+ <source type="git">https://github.com/ros/ros-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/ros/ros-overlay.git</source>
<feed>https://github.com/ros/ros-overlay/commits/master.atom</feed>
</repo>
- <repo quality="experimental" status="official">
- <name>R_Overlay</name>
- <description>Gentoo overlay of R packages</description>
- <homepage>https://cgit.gentoo.org/proj/R_overlay.git/</homepage>
- <owner type="person">
- <email>heroxbd@gentoo.org</email>
- <name>Benda Xu</name>
- </owner>
- <source type="rsync">rsync://roverlay.dev.gentoo.org/roverlay</source>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>rpm</name>
- <description lang="en">Overlay for RPM packagers targeting Fedora, EPEL, CentOS and similar distros</description>
- <homepage>https://github.com/pavlix/gentoo-rpm</homepage>
- <owner type="person">
- <email>pavlix@pavlix.net</email>
- <name>Pavel Šimerda</name>
- </owner>
- <source type="git">https://github.com/pavlix/gentoo-rpm.git</source>
- </repo>
<repo quality="experimental" status="unofficial">
- <name>rs-overlay</name>
- <description lang="en">Gentoo overlay for conveniance</description>
- <homepage>https://github.com/gled-rs/rs-overlay</homepage>
+ <name>roslin</name>
+ <description>This is roslin, my small overlay. Enjoy! (:</description>
+ <homepage>https://gitlab.com/roslin-uberlay/roslin</homepage>
<owner type="person">
- <email>gled@remote-shell.net</email>
- <name>Tristan Mahé</name>
+ <email>mziab@o2.pl</email>
+ <name>Michał Ziąbkowski</name>
</owner>
- <source type="git">https://github.com/gled-rs/rs-overlay.git</source>
- <feed>https://github.com/gled-rs/rs-overlay/commits/master.atom</feed>
+ <source type="git">https://gitlab.com/roslin-uberlay/roslin.git</source>
</repo>
<repo quality="experimental" status="official">
<name>ruby</name>
@@ -4084,6 +3600,16 @@ FIN
<!-- <feed>https://cgit.gentoo.org/proj/ruby-overlay.git/rss/</feed> -->
</repo>
<repo quality="experimental" status="unofficial">
+ <name>ruixi-overlay</name>
+ <description lang="en">Ruixi-rebirth's personal Gentoo overlay</description>
+ <homepage>https://github.com/Ruixi-rebirth/ruixi-overlay</homepage>
+ <owner type="person">
+ <email>ruixirebirth@gmail.com</email>
+ <name>Ruixi-rebirth</name>
+ </owner>
+ <source type="git">https://github.com/Ruixi-rebirth/ruixi-overlay.git</source>
+ </repo>
+ <repo quality="experimental" status="unofficial">
<name>rukruk</name>
<description lang="en">some packages not found in other overlays, for issues create ticket in github</description>
<homepage>https://github.com/Atoms/rukruk</homepage>
@@ -4092,110 +3618,66 @@ FIN
<name>Aivars Sterns</name>
</owner>
<source type="git">https://github.com/Atoms/rukruk.git</source>
- <source type="git">git://github.com/Atoms/rukruk.git</source>
<source type="git">git@github.com:Atoms/rukruk.git</source>
<feed>https://github.com/Atoms/rukruk/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>rust</name>
- <description lang="en">rust modules and tools</description>
- <homepage>https://github.com/gentoo/gentoo-rust</homepage>
- <owner type="person">
- <email>cynede@gentoo.org</email>
- <name>Mikhail Pukhlikov</name>
- </owner>
- <source type="git">https://github.com/gentoo/gentoo-rust.git</source>
- <source type="git">git://github.com/gentoo/gentoo-rust.git</source>
- <source type="git">git@github.com:gentoo/gentoo-rust.git</source>
- <feed>https://github.com/gentoo/gentoo-rust/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>rwald</name>
- <description lang="en">Personal overlay of Randall Wald</description>
- <homepage>https://cgit.gentoo.org/user/rwald.git/</homepage>
+ <name>ryans</name>
+ <description lang="en">Personal ebuild repository.</description>
+ <homepage>https://github.com/bekcpear/ryans-repos</homepage>
<owner type="person">
- <email>rdwald@gmail.com</email>
- <name>Randall Wald</name>
+ <email>i@bitbili.net</email>
+ <name>Ryan Qian</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/user/rwald.git</source>
- <source type="git">git://anongit.gentoo.org/user/rwald.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/rwald.git</source>
- <feed>https://cgit.gentoo.org/user/rwald.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/rwald.git/rss/</feed> -->
+ <source type="git">https://github.com/bekcpear/ryans-repos.git</source>
+ <source type="git">git@github.com:bekcpear/ryans-repos.git</source>
+ <feed>https://github.com/bekcpear/ryans-repos/commits/main.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>sabayon</name>
- <description>Sabayon ebuilds that could be upstreamed to
- Gentoo (or just being useful for Gentoo users as well):
- hot fixes, ebuild updates, etc.
- For Sabayon-only ebuilds, please use the sabayon-distro overlay.
- Bugs to http://bugs.sabayon.org</description>
- <homepage>http://sabayon.org</homepage>
+ <name>sage-on-gentoo</name>
+ <description>Split ebuilds for the Sage computer algebra system</description>
+ <homepage>https://github.com/cschwan/sage-on-gentoo</homepage>
<owner type="person">
- <email>lxnay@gentoo.org</email>
+ <email>frp.bissey@gmail.com</email>
+ <name>Francois Bissey</name>
</owner>
- <source type="git">git://github.com/Sabayon/for-gentoo.git</source>
- <feed>https://github.com/feeds/Sabayon/commits/for-gentoo/master</feed>
+ <source type="git">https://github.com/cschwan/sage-on-gentoo.git</source>
+ <source type="git">git+ssh://git@github.com/cschwan/sage-on-gentoo.git</source>
+ <feed>https://github.com/cschwan/sage-on-gentoo/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>sabayon-distro</name>
- <description>Sabayon related ebuilds such as artwork, kernel binaries,
- split packages, etc.
- Bugs to http://bugs.sabayon.org</description>
- <homepage>http://sabayon.org</homepage>
+ <name>salfter</name>
+ <description lang="en">Scott Alfter's ebuilds</description>
+ <homepage>https://gitlab.com/salfter/portage</homepage>
<owner type="person">
- <email>lxnay@gentoo.org</email>
+ <email>scott@alfter.us</email>
+ <name>Scott Alfter</name>
</owner>
- <source type="git">git://github.com/Sabayon/sabayon-distro.git</source>
- <feed>https://github.com/feeds/Sabayon/commits/sabayon-distro/master</feed>
+ <source type="git">https://gitlab.com/salfter/portage.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>sabayon-tools</name>
- <description lang="en">Brenton's Sabayon Overlay</description>
- <homepage>https://github.com/fusion809/sabayon-tools</homepage>
+ <name>sam_c</name>
+ <description lang="en">sam_c's personal overlay</description>
+ <homepage>https://github.com/thesamesam/overlay</homepage>
<owner type="person">
- <email>brentonhorne77@gmail.com</email>
- <name>Brenton Horne</name>
+ <email>sam@cmpct.info</email>
+ <name>Sam James</name>
</owner>
- <source type="git">https://github.com/fusion809/sabayon-tools.git</source>
- <source type="git">git://github.com/fusion809/sabayon-tools.git</source>
- <feed>https://github.com/fusion809/sabayon-tools/commits/master.atom</feed>
+ <source type="git">https://github.com/thesamesam/overlay.git</source>
+ <source type="git">git+ssh://git@github.com/thesamesam/overlay.git</source>
+ <feed>https://github.com/thesamesam/overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>sage-on-gentoo</name>
- <description>Split ebuilds for the Sage computer algebra system</description>
- <homepage>http://github.com/cschwan/sage-on-gentoo</homepage>
+ <name>SarahMiaOverlay</name>
+ <description lang="en">Everything for Budgie-Desktop and a little bit SarahMia's personal overlay</description>
+ <homepage>https://gitlab.com/SarahMia/sarahmiaoverlay</homepage>
<owner type="person">
- <email>francois.bissey@canterbury.ac.nz</email>
- <name>Francois Bissey</name>
+ <email>Xavalia@gmail.com</email>
+ <name>Sarah Mia Leibbrand</name>
</owner>
- <source type="git">git://github.com/cschwan/sage-on-gentoo.git</source>
- <source type="git">http://github.com/cschwan/sage-on-gentoo.git</source>
- <feed>http://github.com/feeds/cschwan/commits/sage-on-gentoo/master</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>salfter</name>
- <description lang="en">Scott Alfter's ebuilds</description>
- <homepage>https://gitlab.com/salfter/portage</homepage>
- <owner type="person">
- <email>scott@alfter.us</email>
- <name>Scott Alfter</name>
- </owner>
- <source type="git">https://gitlab.com/salfter/portage.git</source>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>sardemff7</name>
- <description lang="en">Sardem FF7's overlay</description>
- <homepage>https://cgit.gentoo.org/user/sardemff7.git/</homepage>
- <owner type="person">
- <email>sardemff7+gentoo@sardemff7.net</email>
- <name>Sardem FF7</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/user/sardemff7.git</source>
- <source type="git">git://anongit.gentoo.org/user/sardemff7.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/sardemff7.git</source>
- <feed>https://cgit.gentoo.org/user/sardemff7.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/sardemff7.git/rss/</feed> -->
+ <source type="git">https://gitlab.com/SarahMia/sarahmiaoverlay.git</source>
+ <source type="git">git+ssh://git@gitlab.com:SarahMia/sarahmiaoverlay.git</source>
+ <feed>https://gitlab.com/SarahMia/sarahmiaoverlay/commits/master?format=atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>sattvik</name>
@@ -4211,6 +3693,17 @@ FIN
<feed>https://cgit.gentoo.org/user/sattvik.git/atom/</feed>
<!-- <feed>https://cgit.gentoo.org/user/sattvik.git/rss/</feed> -->
</repo>
+ <repo quality="experimental" status="unofficial">
+ <name>schplaf</name>
+ <description lang="en">slash's personal overlay</description>
+ <homepage>https://gitea.com/slash/schplaf-gentoo-overlay</homepage>
+ <owner type="person">
+ <email>slash@schplaf.org</email>
+ <name>slash</name>
+ </owner>
+ <source type="git">https://gitea.com/slash/schplaf-gentoo-overlay</source>
+ <feed>https://gitea.com/slash/schplaf-gentoo-overlay.rss</feed>
+ </repo>
<repo quality="experimental" status="official">
<name>science</name>
<description>The Gentoo Science Overlay is intended as a place to work
@@ -4218,9 +3711,9 @@ FIN
increase the rate of development of scientific packages for Gentoo, but
ebuilds in this repository are by their very nature more experimental. If
you wish to use them you should be willing to help test and report
- bugs. For contribution read http://wiki.gentoo.org/wiki/Project:Science/Contributing
+ bugs. For contribution read https://wiki.gentoo.org/wiki/Project:Science/Contributing
</description>
- <homepage>http://wiki.gentoo.org/wiki/Project:Science</homepage>
+ <homepage>https://wiki.gentoo.org/wiki/Project:Science</homepage>
<owner type="project">
<email>sci@gentoo.org</email>
<name>sci</name>
@@ -4229,7 +3722,6 @@ FIN
<source type="git">git://anongit.gentoo.org/proj/sci.git</source>
<source type="git">git+ssh://git@git.gentoo.org/proj/sci.git</source>
<source type="git">https://github.com/gentoo-science/sci.git</source>
- <source type="git">git://github.com/gentoo-science/sci.git</source>
<source type="git">git@github.com:gentoo-science/sci.git</source>
<feed>https://cgit.gentoo.org/proj/sci.git/atom/</feed>
<!-- <feed>https://cgit.gentoo.org/proj/sci.git/rss/</feed> -->
@@ -4243,71 +3735,68 @@ FIN
<email>sergey.zhuga@gmail.com</email>
<name>Sergey Zhuga</name>
</owner>
- <source type="git">git://github.com/scrill/scrill-overlay.git</source>
+ <source type="git">https://github.com/scrill/scrill-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/scrill/scrill-overlay.git</source>
<feed>https://github.com/scrill/scrill-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>seadep</name>
- <description lang="en">just a few ebuilds, I couldn't find elsewhere</description>
- <homepage>https://github.com/Keepco/gentoo-overlay-seadep</homepage>
+ <name>seden</name>
+ <description lang="en">Experimental ebuilds that are still unmaintained</description>
+ <homepage>https://cgit.gentoo.org/user/seden.git/</homepage>
<owner type="person">
- <email>Rasmus.thomsen@live.de</email>
- <name>Rasmus Thomsen</name>
+ <email>yamakuzure@gmx.net</email>
+ <name>Sven Eden</name>
</owner>
- <source type="git">https://github.com/Keepco/gentoo-overlay-seadep.git</source>
- <source type="git">git://github.com/Keepco/gentoo-overlay-seadep.git</source>
- <source type="git">git@github.com:Keepco/gentoo-overlay-seadep.git</source>
- <feed>https://github.com/Keepco/gentoo-overlay-seadep/commits/master.atom</feed>
+ <source type="git">https://anongit.gentoo.org/git/user/seden.git</source>
+ <source type="git">git://anongit.gentoo.org/user/seden.git</source>
+ <source type="git">git+ssh://git@git.gentoo.org/user/seden.git</source>
+ <feed>https://cgit.gentoo.org/user/seden.git/atom/</feed>
+ <!-- <feed>https://cgit.gentoo.org/user/seden.git/rss/</feed> -->
</repo>
<repo quality="experimental" status="unofficial">
- <name>seafile</name>
- <description lang="en">Portage overlay to maintain seafile ebuilds</description>
- <homepage>https://github.com/steveeJ/seafile-portage-overlay</homepage>
+ <name>sergiotarxz</name>
+ <description lang="en">Personal overlay</description>
+ <homepage>https://gitea.sergiotarxz.freemyip.com/sergiotarxz/sergiotarxz-overlay</homepage>
<owner type="person">
- <email>mail@stefanjunker.de</email>
- <name>Stefan Junker</name>
+ <email>sergiotarxz@posteo.net</email>
+ <name>Sergio Iglesias</name>
</owner>
- <source type="git">https://github.com/steveeJ/seafile-portage-overlay.git</source>
- <source type="git">git://github.com/steveeJ/seafile-portage-overlay.git</source>
- <source type="git">git@github.com:steveeJ/seafile-portage-overlay.git</source>
- <feed>https://github.com/steveeJ/seafile-portage-overlay/commits/master.atom</feed>
+ <source type="git">https://gitea.sergiotarxz.freemyip.com/sergiotarxz/sergiotarxz-overlay.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>sebasmagri</name>
- <description lang="en">Overlay of Sebastián Ramírez Magrí</description>
- <homepage>https://github.com/sebasmagri/portage</homepage>
+ <name>serioussam</name>
+ <description lang="en">Serious Sam Classic v1.10 with mods</description>
+ <homepage>https://github.com/tx00100xt/serioussam-overlay</homepage>
<owner type="person">
- <email>sebasmagri@gmail.com</email>
- <name>Sebastián Ramírez Magrí</name>
+ <email>t.x00100x.t@yandex.ru</email>
+ <name>tx00100xt</name>
</owner>
- <source type="git">https://github.com/sebasmagri/portage.git</source>
- <source type="git">git://github.com/sebasmagri/portage.git</source>
- <feed>https://github.com/sebasmagri/portage/commits/master.atom</feed>
+ <source type="git">https://github.com/tx00100xt/serioussam-overlay.git</source>
+ <feed>https://github.com/tx00100xt/serioussam-overlay/commits/main.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>seden</name>
- <description lang="en">Experimental ebuilds that are still unmaintained</description>
- <homepage>https://cgit.gentoo.org/user/seden.git/</homepage>
+ <name>setkeh</name>
+ <description lang="en">setkeh maintained ebuilds</description>
+ <homepage>https://github.com/setkeh/Portage-Overlay</homepage>
<owner type="person">
- <email>yamakuzure@gmx.net</email>
- <name>Sven Eden</name>
+ <email>setkeh@gmail.com</email>
+ <name>James (setkeh) Griffis</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/user/seden.git</source>
- <source type="git">git://anongit.gentoo.org/user/seden.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/seden.git</source>
- <feed>https://cgit.gentoo.org/user/seden.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/seden.git/rss/</feed> -->
+ <source type="git">https://github.com/setkeh/Portage-Overlay.git</source>
+ <source type="git">git+ssh://git@github.com/setkeh/Portage-Overlay.git</source>
+ <feed>https://github.com/setkeh/Portage-Overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>seeds</name>
- <description lang="en">Overlay for Gentoo from vonavi</description>
- <homepage>http://github.com/vonavi/</homepage>
+ <name>sevz</name>
+ <description lang="en">Personal Custom Gentoo Overlay.</description>
+ <homepage>https://gitlab.com/sevz17/sevz-overlay</homepage>
<owner type="person">
- <email>ivvl82@gmail.com</email>
- <name>Vladimir Ivanov</name>
+ <email>leohdz172@proton.me</email>
+ <name>Leonardo Hernández Hernández</name>
</owner>
- <source type="git">git://github.com/vonavi/seeds.git</source>
- <feed>ttps://github.com/vonavi/seeds/commits/master.atom</feed>
+ <source type="git">https://gitlab.com/sevz17/sevz-overlay.git</source>
+ <source type="git">git+ssh://git@gitlab.com/sevz17/sevz-overlay.git</source>
+ <feed>https://gitlab.com/sevz17/sevz-overlay/commits/main.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>sft</name>
@@ -4318,9 +3807,22 @@ FIN
<name>Jonas Jelten</name>
</owner>
<source type="git">https://github.com/SFTtech/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/SFTtech/gentoo-overlay.git</source>
<feed>https://github.com/SFTtech/gentoo-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
+ <name>sgs</name>
+ <description lang="en">Simeon Simeonov's personal Gentoo overlay</description>
+ <homepage>https://github.com/blackm0re/sgs-overlay</homepage>
+ <owner type="person">
+ <email>sgs@pichove.org</email>
+ <name>Simeon Simeonov</name>
+ </owner>
+ <source type="git">https://github.com/blackm0re/sgs-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/blackm0re/sgs-overlay.git</source>
+ <feed>https://github.com/blackm0re/sgs-overlay/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
<name>shnurise</name>
<description lang="en">packages for mono environment and other</description>
<description lang="ru">пакеты для моно и разное прочее</description>
@@ -4330,51 +3832,10 @@ FIN
<name>Arsen Shnurkov</name>
</owner>
<source type="git">https://github.com/ArsenShnurkov/shnurise.git</source>
- <source type="git">git://github.com/ArsenShnurkov/shnurise.git</source>
<source type="git">git@github.com:ArsenShnurkov/shnurise.git</source>
<feed>https://github.com/ArsenShnurkov/shnurise/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>ShyPixie</name>
- <description lang="en">Personal overlay of Lara Maia</description>
- <homepage>https://github.com/ShyPixie/Overlays</homepage>
- <owner type="person">
- <email>dev@lara.click</email>
- <name>Lara Maia</name>
- </owner>
- <source type="git">https://github.com/ShyPixie/Overlays.git</source>
- <source type="git">git://github.com/ShyPixie/Overlays.git</source>
- <source type="git">git@github.com:ShyPixie/Overlays.git</source>
- <feed>https://github.com/ShyPixie/Overlays/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>sihnon</name>
- <description lang="en">optiz0r's sihnon overlay</description>
- <homepage>https://github.com/optiz0r/gentoo-overlay</homepage>
- <owner type="person">
- <email>optiz0r@gmail.com</email>
- <name>optiz0r</name>
- </owner>
- <source type="git">https://github.com/optiz0r/gentoo-overlay.git</source>
- <source type="git">git://github.com/optiz0r/gentoo-overlay.git</source>
- <source type="git">git@github.com:optiz0r/gentoo-overlay.git</source>
- <feed>https://github.com/optiz0r/gentoo-overlay/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>silmano</name>
- <description lang="en">Peter's personal overlay</description>
- <homepage>https://cgit.gentoo.org/user/silmano.git/</homepage>
- <owner type="person">
- <email>silmano@gmail.com</email>
- <name>Pedro Arizmendi</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/user/silmano.git</source>
- <source type="git">git://anongit.gentoo.org/user/silmano.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/silmano.git</source>
- <feed>https://cgit.gentoo.org/user/silmano.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/silmano.git/rss/</feed> -->
- </repo>
- <repo quality="experimental" status="unofficial">
<name>simonvanderveldt</name>
<description lang="en">Personal Gentoo overlay focused on music production and engineering applications</description>
<homepage>https://github.com/simonvanderveldt/simonvanderveldt-overlay</homepage>
@@ -4383,7 +3844,6 @@ FIN
<name>Simon van der Veldt</name>
</owner>
<source type="git">https://github.com/simonvanderveldt/simonvanderveldt-overlay.git</source>
- <source type="git">git://github.com/simonvanderveldt/simonvanderveldt-overlay.git</source>
<source type="git">git@github.com:simonvanderveldt/simonvanderveldt-overlay.git</source>
<feed>https://github.com/simonvanderveldt/simonvanderveldt-overlay/commits/master.atom</feed>
</repo>
@@ -4396,30 +3856,55 @@ FIN
<name>Zoltan Puskas</name>
</owner>
<source type="git">https://github.com/zpuskas/sinustrom-gentoo-overlay.git</source>
- <source type="git">git://github.com/zpuskas/sinustrom-gentoo-overlay.git</source>
<source type="git">git@github.com:zpuskas/sinustrom-gentoo-overlay.git</source>
<feed>https://github.com/zpuskas/sinustrom-gentoo-overlay/commits/master.atom</feed>
</repo>
- <repo quality="experimental" status="official">
- <name>slyfox</name>
- <description lang="en">slyfox's ebuild den</description>
- <homepage>http://repo.or.cz/w/slyfox-gentoo.git</homepage>
+ <repo quality="experimental" status="unofficial">
+ <name>sk-overlay</name>
+ <description lang="en">The Scriptkitties overlay for additional ebuilds</description>
+ <homepage>https://github.com/scriptkitties/overlay</homepage>
+ <owner type="person">
+ <email>p.spek@tyil.work</email>
+ <name>Patrick Spek</name>
+ </owner>
+ <source type="git">https://github.com/scriptkitties/overlay.git</source>
+ <source type="git">git@github.com:scriptkitties/overlay.git</source>
+ <feed>https://github.com/scriptkitties/overlay/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>slonko</name>
+ <description lang="en">Personal portage overlay</description>
+ <homepage>https://slonko.net/portage</homepage>
+ <owner type="person">
+ <email>marcin.deranek@slonko.net</email>
+ <name>Marcin Deranek</name>
+ </owner>
+ <source type="git">https://slonko.net/git/portage</source>
+ <feed>https://slonko.net/git/portage/atom/</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>smaeul</name>
+ <description lang="en">Personal overlay, mainly packages patched for musl compatibility</description>
+ <homepage>https://github.com/smaeul/portage-overlay</homepage>
<owner type="person">
- <email>slyfox@gentoo.org</email>
- <name>Sergei Trofimovich</name>
+ <email>samuel@sholland.org</email>
+ <name>Samuel Holland</name>
</owner>
- <source type="git">http://repo.or.cz/r/slyfox-gentoo.git</source>
- <feed>http://repo.or.cz/w/slyfox-gentoo.git?a=rss</feed>
+ <source type="git">https://github.com/smaeul/portage-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/smaeul/portage-overlay.git</source>
+ <feed>https://github.com/smaeul/portage-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>soft</name>
- <description>Soft's personal overlay for miscellaneous ebuilds</description>
- <homepage>https://bitbucket.org/Soft/overlay</homepage>
+ <name>snapd</name>
+ <description lang="en">ebuilds for canaonicals snapd</description>
+ <homepage>https://github.com/zigford/snapd</homepage>
<owner type="person">
- <email>samuel.lauren@iki.fi</email>
- <name>Samuel Laurén</name>
+ <email>zigford@gmail.com</email>
+ <name>Jesse Harris</name>
</owner>
- <source type="mercurial">https://bitbucket.org/Soft/overlay</source>
+ <source type="git">https://github.com/zigford/snapd.git</source>
+ <source type="git">git+ssh://git@github.com/zigford/snapd.git</source>
+ <feed>https://github.com/zigford/snapd/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>sogo-connector</name>
@@ -4436,48 +3921,50 @@ FIN
<!-- <feed>https://cgit.gentoo.org/repo/user/sogo-connector.git/rss/</feed> -->
</repo>
<repo quality="experimental" status="unofficial">
- <name>sorinp</name>
- <description lang="en">A collection of ebuilds that are missing or outdated or incomplete on the Gentoo portage official repository..</description>
- <homepage>https://github.com/psihozefir/sorinp-gentoo-overlay</homepage>
+ <name>soltys</name>
+ <description lang="en">tools usefull on CTFs and things that aren't in the portage tristelune</description>
+ <homepage>https://github.com/soltysek/soltys-overlay</homepage>
<owner type="person">
- <email>sorin.panca@gmail.com</email>
- <name>Sorin Panca</name>
+ <email>bgo@soltys.info</email>
+ <name>Krzysztof Korościk</name>
</owner>
- <source type="git">https://github.com/psihozefir/sorinp-gentoo-overlay</source>
+ <source type="git">https://github.com/soltysek/soltys-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/soltysek/soltys-overlay.git</source>
+ <feed>https://github.com/soltysek/soltys-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>sortsmill</name>
- <description lang="en">Personal overlay of Barry Schwartz for font projects</description>
- <homepage>https://bitbucket.org/sortsmill/sortsmill-gentoo-overlay</homepage>
+ <name>sorrow</name>
+ <description lang="en">Ebuilds for some wayland-related software and some other stuff</description>
+ <homepage>https://gitlab.com/eternal-sorrow/gentoo-local</homepage>
<owner type="person">
- <email>chemoelectric@chemoelectric.org</email>
- <name>Barry Schwartz</name>
+ <email>lynx1534@gmail.com</email>
+ <name>sorrow</name>
</owner>
- <source type="mercurial">https://bitbucket.org/sortsmill/sortsmill-gentoo-overlay</source>
- <source type="mercurial">ssh://hg@bitbucket.org/sortsmill/sortsmill-gentoo-overlay</source>
- <feed>https://bitbucket.org/sortsmill/sortsmill-gentoo-overlay/atom</feed>
- <feed>https://bitbucket.org/sortsmill/sortsmill-gentoo-overlay/rss</feed>
+ <source type="git">https://gitlab.com/eternal-sorrow/gentoo-local.git</source>
+ <source type="git">git+ssh://git@gitlab.com:eternal-sorrow/gentoo-local.git</source>
+ <feed>https://gitlab.com/eternal-sorrow/gentoo-local/commits/master?format=atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>spike</name>
- <description lang="en">This repository contains the ebuild used to build spike, a pentesting distro based on Sabayon.</description>
- <homepage>https://github.com/Spike-Pentesting/spike-overlay</homepage>
- <owner type="person">
- <email>mudler@gentoo.org</email>
- </owner>
+ <name>spark-overlay</name>
+ <description>Java Big Data Infrastructure</description>
+ <homepage>https://github.com/6-6-6/spark-overlay</homepage>
<owner type="person">
- <email>skullbocks@sabayon.org</email>
+ <email>liaoyuan@gmail.com</email>
+ <name>Yuan Liao</name>
</owner>
- <source type="git">https://github.com/Spike-Pentesting/spike-overlay.git</source>
+ <source type="git">https://github.com/6-6-6/spark-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/6-6-6/spark-overlay.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>spike-community-overlay</name>
- <description lang="en">Spike community overlay</description>
- <homepage>https://github.com/Sabayon-Labs/spike-community-overlay</homepage>
+ <name>spikyatlinux</name>
+ <description>Here are some of my own or modified ebuilds. Also some of them I've found in the web.</description>
+ <homepage>https://github.com/spikyatlinux/ebuilds_for_gentoo</homepage>
<owner type="person">
- <email>mike@michaellawrenceit.com</email>
+ <email>spikyatlinux@gmail.com</email>
+ <name>SpikyAtLinux</name>
</owner>
- <source type="git">https://github.com/Sabayon-Labs/spike-community-overlay.git</source>
+ <source type="git">https://github.com/spikyatlinux/ebuilds_for_gentoo.git</source>
+ <source type="git">git+ssh://git@github.com/spikyatlinux/ebuilds_for_gentoo.git</source>
</repo>
<repo quality="experimental" status="official">
<name>sping</name>
@@ -4488,42 +3975,37 @@ FIN
<name>Sebastian Pipping</name>
</owner>
<source type="git">https://github.com/hartwork/gentoo-overlay-sping.git</source>
- <source type="git">git://github.com/hartwork/gentoo-overlay-sping.git</source>
<source type="git">git@github.com:hartwork/gentoo-overlay-sping.git</source>
<feed>https://github.com/hartwork/gentoo-overlay-sping/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>squeezebox</name>
- <description lang="en">Packages for the Squeezebox network audio player from Logitech</description>
- <homepage>https://cgit.gentoo.org/user/squeezebox.git/</homepage>
+ <name>spring</name>
+ <description lang="en">Spring RTS Gentoo overlay</description>
+ <homepage>https://github.com/spring/gentoo-overlay</homepage>
<owner type="person">
- <email>stuart@hickinbottom.com</email>
- <name>Stuart Hickinbottom</name>
+ <email>spring@abma.de</email>
+ <name>abma</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/user/squeezebox.git</source>
- <source type="git">git://anongit.gentoo.org/user/squeezebox.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/squeezebox.git</source>
- <feed>https://cgit.gentoo.org/user/squeezebox.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/squeezebox.git/rss/</feed> -->
+ <source type="git">https://github.com/spring/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/spring/gentoo-overlay.git</source>
+ <feed>https://github.com/spring/gentoo-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>srcshelton</name>
- <description lang="en">Out-of-tree ebuilds</description>
- <homepage>https://cgit.gentoo.org/user/srcshelton.git/</homepage>
+ <name>src_prepare-overlay</name>
+ <description lang="en">src_prepare group's Gentoo overlay</description>
+ <homepage>https://gitlab.com/src_prepare/src_prepare-overlay.git</homepage>
<owner type="person">
- <email>srcshelton@gmail.com</email>
- <name>Stuart Shelton</name>
+ <email>xgqt@gentoo.org</email>
+ <name>Maciej Barć</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/user/srcshelton.git</source>
- <source type="git">git://anongit.gentoo.org/user/srcshelton.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/srcshelton.git</source>
- <feed>https://cgit.gentoo.org/user/srcshelton.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/srcshelton.git/rss/</feed> -->
+ <source type="git">https://gitlab.com/src_prepare/src_prepare-overlay.git</source>
+ <source type="git">git+ssh://git@gitlab.com/src_prepare/src_prepare-overlay.git</source>
+ <feed>https://gitlab.com/src_prepare/src_prepare-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>ssnb</name>
<description>Gentoo repository made by ssnb</description>
- <homepage>http://cgit.gentoo.org/repo/user/ssnb.git/</homepage>
+ <homepage>https://cgit.gentoo.org/repo/user/ssnb.git/</homepage>
<owner type="person">
<email>samuelbernardo.mail@gmail.com</email>
<name>Samuel Bernardo</name>
@@ -4534,6 +4016,18 @@ FIN
<feed>https://cgit.gentoo.org/repo/user/ssnb.git/atom/</feed>
</repo>
<repo quality="experimental" status="unofficial">
+ <name>sspreitz</name>
+ <description lang="en">My Gentoo repository and ebuilds</description>
+ <homepage>https://github.com/sspreitzer/gentoo-repo</homepage>
+ <owner type="person">
+ <email>sspreitz@redhat.com</email>
+ <name>Sascha Spreitzer</name>
+ </owner>
+ <source type="git">https://github.com/sspreitzer/gentoo-repo.git</source>
+ <source type="git">git+ssh://git@github.com/sspreitzer/gentoo-repo.git</source>
+ <feed>https://github.com/sspreitzer/gentoo-repo/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
<name>steam-overlay</name>
<description lang="en">Gentoo overlay for Valve's Steam client and Steam-based games</description>
<homepage>https://github.com/anyc/steam-overlay</homepage>
@@ -4542,24 +4036,9 @@ FIN
<name>Mario Kicherer</name>
</owner>
<source type="git">https://github.com/anyc/steam-overlay.git</source>
- <source type="git">git://github.com/anyc/steam-overlay.git</source>
<source type="git">git@github.com:anyc/steam-overlay.git</source>
<feed>https://github.com/anyc/steam-overlay/commits/master.atom</feed>
</repo>
- <repo quality="testing" status="official">
- <name>steev</name>
- <description>Steev Klimaszewski's Overlay</description>
- <homepage>https://cgit.gentoo.org/dev/steev.git/</homepage>
- <owner type="person">
- <email>steev@gentoo.org</email>
- <name>Stephen Klimaszewski</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/dev/steev.git</source>
- <source type="git">git://anongit.gentoo.org/dev/steev.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/dev/steev.git</source>
- <feed>https://cgit.gentoo.org/dev/steev.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/dev/steev.git/rss/</feed> -->
- </repo>
<repo quality="experimental" status="unofficial">
<name>stefantalpalaru</name>
<description lang="en">Gentoo overlay with ebuilds by Stefan Talpalaru that are not in the tree</description>
@@ -4569,30 +4048,39 @@ FIN
<name>Stefan Talpalaru</name>
</owner>
<source type="git">https://github.com/stefantalpalaru/gentoo-overlay.git</source>
- <source type="git">git://github.com/stefantalpalaru/gentoo-overlay.git</source>
<source type="git">git@github.com:stefantalpalaru/gentoo-overlay.git</source>
<feed>https://github.com/stefantalpalaru/gentoo-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>steveeJ</name>
- <description lang="en">Personal overlay of Stefan Junker</description>
- <homepage>https://github.com/steveeJ/personal-portage-overlay</homepage>
+ <name>stephdewit</name>
+ <description lang="en">Stéphane de Wit's personal overlay</description>
+ <homepage>https://github.com/stephdewit/gentoo-overlay</homepage>
+ <owner type="person">
+ <email>contact@stephanedewit.be</email>
+ <name>Stéphane de Wit</name>
+ </owner>
+ <source type="git">https://github.com/stephdewit/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/stephdewit/gentoo-overlay.git</source>
+ <feed>https://github.com/stephdewit/gentoo-overlay/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>stintel</name>
+ <description>stintel's gentoo overlay</description>
+ <homepage>https://github.com/stintel/gentoo-overlay</homepage>
<owner type="person">
- <email>mail@stefanjunker.de</email>
- <name>Stefan Junker</name>
+ <email>stijn+gentoo@linux-ipv6.be</email>
+ <name>Stijn Tintel</name>
</owner>
- <source type="git">https://github.com/steveeJ/personal-portage-overlay.git</source>
- <source type="git">git://github.com/steveeJ/personal-portage-overlay.git</source>
- <source type="git">git@github.com:steveeJ/personal-portage-overlay.git</source>
- <feed>https://github.com/steveeJ/personal-portage-overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/stintel/gentoo-overlay.git</source>
+ <feed>https://github.com/stintel/gentoo-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>stowe-verlay</name>
- <description>Few things that have either broken elsewhere or fallen unmaintained, such as winexe, a source-based version of logitech media server, a patched version of dansguardian</description>
+ <description>A handful of things that are otherwise unmaintained or not-as-frequently maintained</description>
<homepage>https://github.com/mwstowe/stowe-verlay</homepage>
<owner type="person">
- <email>mstowe@chicago.us.mensa.org</email>
- <name>Michael Stowe</name>
+ <email>mstowe@baddomain.com</email>
+ <name>Michael Stowe</name>
</owner>
<source type="git">https://github.com/mwstowe/stowe-verlay.git</source>
<feed>https://github.com/mwstowe/stowe-verlay/commits/master.atom</feed>
@@ -4605,9 +4093,8 @@ FIN
<email>matej@laitl.cz</email>
<name>Matěj Laitl</name>
</owner>
- <source type="git">https://strohel@github.com/strohel/strohel-overlay.git</source>
- <source type="git">git://github.com/strohel/strohel-overlay.git</source>
- <source type="git">git+ssh://git@github.com:strohel/strohel-overlay.git</source>
+ <source type="git">https://github.com/strohel/strohel-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/strohel/strohel-overlay.git</source>
<feed>https://github.com/strohel/strohel-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
@@ -4618,37 +4105,50 @@ FIN
<email>iohann.s.titov@gmail.com</email>
</owner>
<source type="git">https://github.com/istitov/stuff.git</source>
+ <source type="git">git+ssh://git@github.com/istitov/stuff.git</source>
<feed>https://github.com/istitov/stuff/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>stuge</name>
- <description>Various ebuilds by Konsult Stuge</description>
- <homepage>http://stuge.se/</homepage>
+ <name>suckless_wl_zh</name>
+ <description lang="en">contains dwl integrated with Chinese input method. rfm file manager, which works well with dwl and dwm</description>
+ <homepage>https://github.com/guyuming76/suckless_wl_zh</homepage>
+ <owner type="person">
+ <email>gu_yu_ming@139.com</email>
+ <name>guyuming</name>
+ </owner>
+ <source type="git">https://github.com/guyuming76/suckless_wl_zh.git</source>
+ <feed>https://github.com/guyuming76/suckless_wl_zh/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>sunset-repo</name>
+ <description lang="en">Personal overlay. Small programs and utils, X11
+ themes, and version bumps of ebuilds from main repo.</description>
+ <homepage>https://github.com/Anonymous1157/sunset-repo</homepage>
<owner type="person">
- <email>peter@stuge.se</email>
- <name>Peter Stuge</name>
+ <email>sunsetsergal@gmail.com</email>
</owner>
- <source type="git">git://git.stuge.se/stuge-overlay.git</source>
+ <source type="git">https://github.com/Anonymous1157/sunset-repo.git</source>
+ <source type="git">git+ssh://git@github.com/Anonymous1157/sunset-repo.git</source>
+ <feed>https://github.com/Anonymous1157/sunset-repo/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>sublime-text</name>
- <description lang="en">Collection of ebuilds to install Sublime Text 2 or Sublime Text 3</description>
- <homepage>https://github.com/DamnWidget/sublime-text</homepage>
+ <name>suntar</name>
+ <description lang="en">Suntar's overlay</description>
+ <homepage>https://github.com/suntar/suntar-overlay</homepage>
<owner type="person">
- <email>oscar.campos@member.fsf.org</email>
- <name>Oscar Campos</name>
+ <email>alenk.serg@gmail.com</email>
+ <name>Elena Sergeicheva</name>
</owner>
- <source type="git">https://github.com/DamnWidget/sublime-text.git</source>
- <source type="git">git://github.com/DamnWidget/sublime-text.git</source>
- <source type="git">git@github.com:DamnWidget/sublime-text.git</source>
- <feed>https://github.com/DamnWidget/sublime-text/commits/master.atom</feed>
+ <source type="git">https://github.com/suntar/suntar-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/suntar/suntar-overlay.git</source>
+ <feed>https://github.com/suntar/suntar-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>superposition</name>
<description lang="en">Phil's overlay</description>
<homepage>https://cgit.gentoo.org/repo/user/superposition.git/</homepage>
<owner type="person">
- <email>Phil_miess@yahoo.com</email>
+ <email>pmebuid@messagebox.email</email>
<name>Philip Miess</name>
</owner>
<source type="git">https://anongit.gentoo.org/git/repo/user/superposition.git</source>
@@ -4657,54 +4157,51 @@ FIN
<feed>https://cgit.gentoo.org/repo/user/superposition.git/atom/</feed>
<!-- <feed>https://cgit.gentoo.org/repo/user/superposition.git/rss/</feed> -->
</repo>
+ <repo quality="experimental" status="unofficial">
+ <name>supertux88</name>
+ <description lang="en">SuperTux88's personal overlay</description>
+ <homepage>https://github.com/SuperTux88/gentoo-overlay</homepage>
+ <owner type="person">
+ <email>gentoo@benjaminneff.ch</email>
+ <name>Benjamin Neff</name>
+ </owner>
+ <source type="git">https://github.com/SuperTux88/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/SuperTux88/gentoo-overlay.git</source>
+ <feed>https://github.com/SuperTux88/gentoo-overlay/commits/master.atom</feed>
+ </repo>
<repo quality="experimental" status="official">
<name>swegener</name>
<description>This overlay contains some experimental stuff, but mostly
stuff I quickly wrote an ebuild for or grabed it from bugzilla and did not
have the time to commit it to the official tree or do not consider it ready
for it.</description>
- <homepage>http://dev.gentoo.org/~swegener/</homepage>
+ <homepage>https://dev.gentoo.org/~swegener/</homepage>
<owner type="person">
<email>swegener@gentoo.org</email>
</owner>
<source type="rsync">rsync://rsync.gentoo.stealer.net/swegener-overlay/</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>systemd</name>
- <description lang="en">User collaboration on ebuilds for the systemd init system</description>
- <homepage>https://cgit.gentoo.org/user/systemd.git/</homepage>
- <owner type="person">
- <email>hsggebhardt@gmail.com</email>
- <name>Henry Gebhardt</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/user/systemd.git</source>
- <source type="git">git://anongit.gentoo.org/user/systemd.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/systemd.git</source>
- <feed>https://cgit.gentoo.org/user/systemd.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/systemd.git/rss/</feed> -->
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>systemd-love</name>
- <description lang="en">Put more love between systemd, users and openrc</description>
- <homepage>https://github.com/Sabayon/systemd-love</homepage>
+ <name>SwordArMor</name>
+ <description lang="en">Personnal overlay of alarig/SwordArMor</description>
+ <homepage>https://git.grifon.fr/alarig/SwordArMor-gentoo-overlay</homepage>
<owner type="person">
- <email>lxnay@gentoo.org</email>
- <name>Fabio Erculiani</name>
+ <email>alarig@swordarmor.fr</email>
+ <name>Alarig Le Lay</name>
</owner>
- <source type="git">git://github.com/Sabayon/systemd-love.git</source>
- <feed>https://github.com/feeds/Sabayon/commits/systemd-love/master</feed>
+ <source type="git">https://git.grifon.fr/alarig/SwordArMor-gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@git.grifon.fr:alarig/SwordArMor-gentoo-overlay.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>TAJJADA</name>
- <description>Ebuilds for random stuff, including own/personal software, by Jasen Borisov.</description>
- <homepage>https://github.com/tajjada/overlay</homepage>
+ <name>Systole</name>
+ <description lang="en">Overlay for the Systole OS</description>
+ <homepage>https://github.com/SystoleOS</homepage>
<owner type="person">
- <email>tajjada@gmail.com</email>
- <name>Jasen Borisov</name>
+ <email>rafael.palomar@ous-research.no</email>
+ <name>Rafael Palomar</name>
</owner>
- <source type="git">https://github.com/tajjada/overlay.git</source>
- <source type="git">git://github.com/tajjada/overlay.git</source>
- <feed>https://github.com/tajjada/overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/SystoleOS/gentoo-overlay.git</source>
+ <source type="git">git@github.com:SystoleOS/gentoo-overlay.git</source>
</repo>
<repo quality="experimental" status="unofficial">
<name>tamiko</name>
@@ -4721,15 +4218,6 @@ FIN
<!-- <feed>https://cgit.gentoo.org/repo/dev/tamiko.git/rss/</feed> -->
</repo>
<repo quality="experimental" status="unofficial">
- <name>tante</name>
- <description>Overlay of tante</description>
- <homepage>https://github.com/tante/overlay</homepage>
- <owner type="person">
- <email>tante@tante.cc</email>
- </owner>
- <source type="git">https://github.com/tante/overlay.git</source>
- </repo>
- <repo quality="experimental" status="unofficial">
<name>tarantool</name>
<description lang="en">Tarantool Gentoo Overlay</description>
<homepage>https://github.com/tarantool/gentoo-overlay</homepage>
@@ -4738,92 +4226,124 @@ FIN
<name>Alexander Turenko</name>
</owner>
<source type="git">https://github.com/tarantool/gentoo-overlay.git</source>
- <source type="git">git://github.com/tarantool/gentoo-overlay.git</source>
<source type="git">git@github.com:tarantool/gentoo-overlay.git</source>
<feed>https://github.com/tarantool/gentoo-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>tengine-overlay</name>
- <description lang="en">Tengine overlay for Gentoo Linux</description>
- <homepage>https://github.com/damex/tengine-overlay</homepage>
+ <name>tastytea</name>
+ <description lang="en">Overlay of tastytea</description>
+ <homepage>https://schlomp.space/tastytea/overlay</homepage>
<owner type="person">
- <email>damex.pp@gmail.com</email>
- <name>Roman Kuzmitsky</name>
+ <email>gentoo@tastytea.de</email>
+ <name>tastytea</name>
</owner>
- <source type="git">https://github.com/damex/tengine-overlay.git</source>
- <feed>https://github.com/damex/tengine-overlay/commits/master.atom</feed>
+ <source type="git">https://schlomp.space/tastytea/overlay.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>tf201</name>
- <description lang="en">TF201 (Asus Transformer Prime) overlay for Gentoo</description>
- <homepage>https://github.com/Tux1c/tf201-overlay</homepage>
+ <name>tatsh-overlay</name>
+ <description lang="en">Overlay from Tatsh - emulators/fonts/game/misc</description>
+ <homepage>https://github.com/Tatsh/tatsh-overlay</homepage>
<owner type="person">
- <email>tux1cc@gmail.com</email>
- <name>Yan A.</name>
+ <email>audvare@gmail.com</email>
+ <name>Andrew Udvare</name>
</owner>
- <source type="git">https://github.com/Tux1c/tf201-overlay</source>
+ <source type="git">https://github.com/Tatsh/tatsh-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/Tatsh/tatsh-overlay.git</source>
+ <feed>https://github.com/Tatsh/tatsh-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>timboudreau</name>
- <description lang="en">Tim Boudreau's Overlay</description>
- <homepage>https://github.com/timboudreau/gentoo</homepage>
+ <name>telans</name>
+ <description lang="en">Overlay from telans - gaming/misc</description>
+ <homepage>https://github.com/telans/EBUILDS</homepage>
<owner type="person">
- <email>tim@timboudreau.com</email>
- <name>Tim Boudreau</name>
+ <email>telans@posteo.de</email>
+ <name>telans</name>
+ </owner>
+ <source type="git">https://github.com/telans/EBUILDS.git</source>
+ <source type="git">git+ssh://git@github.com/telans/EBUILDS.git</source>
+ <feed>https://github.com/telans/EBUILDS/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="official">
+ <name>tex-overlay</name>
+ <description lang="en">Experimental ebuilds for TeX Live</description>
+ <homepage>https://anongit.gentoo.org/git/proj/tex-overlay.git</homepage>
+ <owner type="project">
+ <email>tex@gentoo.org</email>
</owner>
- <source type="git">https://github.com/timboudreau/gentoo.git</source>
- <source type="git">git://github.com/timboudreau/gentoo.git</source>
- <source type="git">git@github.com:timboudreau/gentoo.git</source>
- <feed>https://github.com/timboudreau/gentoo/commits/master.atom</feed>
+ <source type="git">https://anongit.gentoo.org/git/proj/tex-overlay.git</source>
+ <feed>https://cgit.gentoo.org/proj/tex-overlay.git/atom/</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>timroes</name>
- <description lang="en">timroes' personal overlay</description>
- <homepage>https://www.timroes.de</homepage>
+ <name>tezeta</name>
+ <description lang="en">tezeta's personal overlay</description>
+ <homepage>https://github.com/tezeta/tezeta-overlay</homepage>
<owner type="person">
- <email>mail@timroes.de</email>
- <name>Tim Roes</name>
+ <email>jejfarmer@gmail.com</email>
+ <name>tezeta</name>
</owner>
- <source type="git">https://github.com/timroes/timroes-overlay.git</source>
+ <source type="git">https://github.com/tezeta/tezeta-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/tezeta/tezeta-overlay.git</source>
+ <feed>https://github.com/tezeta/tezeta-overlay/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>tgbugs-overlay</name>
+ <description>tgbugs portage overlay for custom ebuilds</description>
+ <homepage>https://github.com/tgbugs/tgbugs-overlay</homepage>
+ <owner type="person">
+ <email>tgbugs@gmail.com</email>
+ <name>Tom Gillespie</name>
+ </owner>
+ <source type="git">https://github.com/tgbugs/tgbugs-overlay.git</source>
+ <source type="git">git@github.com:tgbugs/tgbugs-overlay.git</source>
+ <feed>https://github.com/tgbugs/tgbugs-overlay/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>thegreatmcpain</name>
+ <description lang="en">TheGreatMcPain's personal ebuild overlay</description>
+ <homepage>https://gitlab.com/TheGreatMcPain/thegreatmcpain-overlay</homepage>
+ <owner type="person">
+ <email>james@thegreatmcpain.xyz</email>
+ <name>James McClain</name>
+ </owner>
+ <source type="git">https://gitlab.com/TheGreatMcPain/thegreatmcpain-overlay.git</source>
+ <source type="git">git@gitlab.com:TheGreatMcPain/thegreatmcpain-overlay.git</source>
+ <feed>https://gitlab.com/TheGreatMcPain/thegreatmcpain-overlay/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>third-party-certbot-plugins</name>
+ <description lang="en">Overlay for unofficial, third party plugins of the ACME client Certbot</description>
+ <homepage>https://github.com/osirisinferi/third-party-certbot-plugins</homepage>
+ <owner type="person">
+ <email>gentoo@flut.nl.eu.org</email>
+ <name>Osiris Inferi</name>
+ </owner>
+ <source type="git">https://github.com/osirisinferi/third-party-certbot-plugins.git</source>
+ <source type="git">git@github.com:osirisinferi/third-party-certbot-plugins.git</source>
+ <feed>https://github.com/osirisinferi/third-party-certbot-plugins/commits/main.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>tmacedo</name>
<description>User Overlay</description>
- <homepage>http://github.com/tmacedo/portage</homepage>
+ <homepage>https://github.com/tmacedo/portage</homepage>
<owner type="person">
<email>tftfmacedo@gmail.com</email>
<name>Tiago Macedo</name>
</owner>
- <source type="git">git://github.com/tmacedo/portage.git</source>
+ <source type="git">https://github.com/tmacedo/portage.git</source>
+ <source type="git">git+ssh://git@github.com/tmacedo/portage.git</source>
<feed>https://github.com/tmacedo/portage/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>tocaro</name>
- <description lang="en">tocaro personnal o.g.o</description>
- <homepage>https://cgit.gentoo.org/user/tocaro.git/</homepage>
- <owner type="person">
- <email>tocaro@thocar.org</email>
- <name>Thomas Carrié</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/user/tocaro.git</source>
- <source type="git">git://anongit.gentoo.org/user/tocaro.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/tocaro.git</source>
- <feed>https://cgit.gentoo.org/user/tocaro.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/tocaro.git/rss/</feed> -->
- </repo>
- <repo quality="experimental" status="official">
- <name>TomWij</name>
- <description lang="en">New, staging and experimental ebuilds</description>
- <homepage>https://cgit.gentoo.org/dev/TomWij.git/</homepage>
+ <name>toniz4-overlay</name>
+ <description>Useful packages for your person use</description>
+ <homepage>https://github.com/toniz4/toniz4-overlay.git/</homepage>
<owner type="person">
- <email>tomwij@gentoo.org</email>
- <name>Tom Wijsman</name>
+ <email>cassioavila@yandex.com</email>
+ <name>Cássio Ribeiro Alves de Ávila</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/dev/TomWij.git</source>
- <source type="git">git://anongit.gentoo.org/dev/TomWij.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/dev/TomWij.git</source>
- <feed>https://cgit.gentoo.org/dev/TomWij.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/dev/TomWij.git/rss/</feed> -->
+ <source type="git">https://github.com/toniz4/toniz4-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/toniz4/toniz4-overlay.git</source>
+ <feed>https://github.com/toniz4/toniz4-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="official">
<name>toolchain</name>
@@ -4848,98 +4368,82 @@ FIN
<name>MeisterP</name>
</owner>
<source type="git">https://github.com/MeisterP/torbrowser-overlay.git</source>
- <source type="git">git://github.com/MeisterP/torbrowser-overlay.git</source>
<source type="git">git@github.com:MeisterP/torbrowser-overlay.git</source>
<feed>https://github.com/MeisterP/torbrowser-overlay/commits/master.atom</feed>
</repo>
- <repo quality="experimental" status="official">
- <name>tranquility</name>
- <description lang="en">Developer overlay</description>
- <homepage>https://gitweb.gentoo.org/repo/dev/tranquility.git/</homepage>
+ <repo quality="experimental" status="unofficial">
+ <name>touchfish-os</name>
+ <description lang="en">Personal overlay of Haonan Chen</description>
+ <homepage>https://github.com/CHN-beta/touchfish-os</homepage>
<owner type="person">
- <email>tranquility@gentoo.org</email>
- <name>Ole Reifschneider</name>
+ <email>chn@chn.moe</email>
+ <name>Haonan Chen</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/repo/dev/tranquility.git</source>
- <source type="git">git://anongit.gentoo.org/repo/dev/tranquility.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/repo/dev/tranquility.git</source>
- <feed>https://gitweb.gentoo.org/repo/dev/tranquility.git/atom/</feed>
+ <source type="git">https://github.com/CHN-beta/touchfish-os.git</source>
+ <source type="git">git+ssh://git@github.com/CHN-beta/touchfish-os.git</source>
+ <feed>https://github.com/CHN-beta/touchfish-os/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>trash</name>
- <description lang="en">Some ugly ebuilds</description>
- <homepage>https://github.com/batekman/trash-overlay</homepage>
+ <name>trolltoo</name>
+ <description lang="en">An ebuild overlay for Gentoo.</description>
+ <homepage>https://github.com/dallenwilson/trolltoo</homepage>
<owner type="person">
- <email>batekman@gmail.com</email>
+ <email>dallen.wilson@gmail.com</email>
+ <name>Dallen Wilson</name>
</owner>
- <source type="git">https://github.com/batekman/trash-overlay.git</source>
+ <source type="git">https://github.com/dallenwilson/trolltoo.git</source>
+ <source type="git">git+ssh://git@github.com/dallenwilson/trolltoo.git</source>
+ <feed>https://github.com/dallenwilson/trolltoo/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>triquetra</name>
- <description lang="en">User overlay</description>
- <homepage>https://cgit.gentoo.org/user/triquetra.git/</homepage>
+ <name>tryton</name>
+ <description>Tryton</description>
+ <homepage>http://www.tryton.org/</homepage>
<owner type="person">
- <email>david@triquetradevelopment.com</email>
- <name>David Crandall</name>
+ <email>cedk@gentoo.org</email>
</owner>
- <source type="git">https://anongit.gentoo.org/git/user/triquetra.git</source>
- <source type="git">git://anongit.gentoo.org/user/triquetra.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/triquetra.git</source>
- <feed>https://cgit.gentoo.org/user/triquetra.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/triquetra.git/rss/</feed> -->
+ <source type="mercurial">https://foss.heptapod.net/tryton/gentoo-overlay</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>tristelune</name>
- <description>Cédric's user overlay</description>
- <homepage>https://github.com/tristelune1/tristelune-overlay</homepage>
+ <name>turret-overlay</name>
+ <description lang="en">turret.'s portage overlay</description>
+ <homepage>https://git.turret.cyou/portage-overlay.git/about/</homepage>
<owner type="person">
- <email>cmacquat@mykolab.com</email>
- <name>Cédric</name>
+ <email>turret@turret.cyou</email>
</owner>
- <source type="git">https://github.com/tristelune1/tristelune-overlay.git</source>
+ <source type="git">git://git.turret.cyou/portage-overlay.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>trollerlay</name>
- <description>Overlay for packages that I use, which doesn't exist in main tree or layman's overlays</description>
- <homepage>https://github.com/fat0troll/trollerlay</homepage>
+ <name>ubuilds</name>
+ <description lang="en">Ebuilds to live long and prosper</description>
+ <homepage>https://github.com/uu/ubuilds</homepage>
<owner type="person">
- <email>iam@toofat.ru</email>
- <name>Vladimir "fat0troll" Kozlov</name>
+ <email>vbnet.ru@gmail.com</email>
+ <name>Michael Pirogov</name>
</owner>
- <source type="git">https://github.com/fat0troll/trollerlay.git</source>
+ <source type="git">https://github.com/uu/ubuilds.git</source>
+ <source type="git">git@github.com:uu/ubuilds.git</source>
+ <feed>https://github.com/uu/ubuilds/commits/master.atom</feed>
</repo>
- <repo quality="experimental" status="unofficial">
- <name>tryton</name>
- <description>Tryton</description>
- <homepage>http://www.tryton.org/</homepage>
+ <repo quality="experimental" status="official">
+ <name>ukui</name>
+ <description lang="en">Gentoo Overlay for UKUI Desktop Environment</description>
+ <homepage>https://www.ukui.org/</homepage>
<owner type="person">
- <email>cedk@gentoo.org</email>
+ <email>OriPoin@outlook.com</email>
+ <name>Yachen Wang</name>
</owner>
- <source type="mercurial">https://hg.tryton.org/tryton-overlay</source>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>twister</name>
- <description lang="en">Unoffical gentoo overlay for twister</description>
- <homepage>https://github.com/ddorian1/gentoo-twister-overlay</homepage>
<owner type="person">
- <email>mail@jschwab.org</email>
- <name>Johannes Schwab</name>
+ <email>open@brsvh.org</email>
+ <name>Burgess Chang</name>
</owner>
- <source type="git">https://github.com/ddorian1/gentoo-twister-overlay.git</source>
- <source type="git">git://github.com/ddorian1/gentoo-twister-overlay.git</source>
- <source type="git">git@github.com:ddorian1/gentoo-twister-overlay.git</source>
- <feed>https://github.com/ddorian1/gentoo-twister-overlay/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>twitch153</name>
- <description lang="en">Experimental ebuilds</description>
- <homepage>https://github.com/twitch153/ebuilds</homepage>
<owner type="person">
- <email>twitch153@gentoo.org</email>
- <name>Devan Franchini</name>
+ <email>jianfengli@ubuntukylin.com</email>
+ <name>Handsome Feng</name>
</owner>
- <source type="git">git://github.com/twitch153/ebuilds.git</source>
- <feed>https://github.com/twitch153/ebuilds/commits/master.atom</feed>
+ <source type="git">https://github.com/ukui/ukui-overlay.git</source>
+ <source type="git">git@github.com:ukui/ukui-overlay.git</source>
+ <feed>https://github.com/ukui/ukui-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="official">
<name>ulm</name>
@@ -4955,31 +4459,33 @@ FIN
<feed>https://cgit.gentoo.org/repo/dev/ulm.git/atom/</feed>
<!-- <feed>https://cgit.gentoo.org/repo/dev/ulm.git/rss/</feed> -->
</repo>
- <repo quality="experimental" status="official">
- <name>ultrabug</name>
- <description lang="en">Developer Overlay</description>
- <homepage>https://cgit.gentoo.org/dev/ultrabug.git/</homepage>
+ <repo quality="experimental" status="unofficial">
+ <name>unc3nsored</name>
+ <description lang="en">Overlay for software I didn't find in the main tree</description>
+ <homepage>https://github.com/xxc3nsoredxx/unc3nsored</homepage>
<owner type="person">
- <email>ultrabug@gentoo.org</email>
- <name>Alexys Jacob</name>
+ <email>xxc3ncoredxx@gmail.com</email>
+ <name>Oskari Pirhonen</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/dev/ultrabug.git</source>
- <source type="git">git://anongit.gentoo.org/dev/ultrabug.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/dev/ultrabug.git</source>
- <feed>https://cgit.gentoo.org/dev/ultrabug.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/dev/ultrabug.git/rss/</feed> -->
+ <source type="git">https://github.com/xxc3nsoredxx/unc3nsored.git</source>
+ <source type="git">git+ssh://git@github.com/xxc3nsoredxx/unc3nsored.git</source>
+ <feed>https://github.com/xxc3nsoredxx/unc3nsored/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>undesktop</name>
- <description>Overlay containing Undesktop projects</description>
- <homepage>http://github.com/undesktop/undesktop-overlay</homepage>
+ <name>underworld</name>
+ <description lang="en">DakEnviy's Gentoo Overlay</description>
+ <homepage>https://github.com/DakEnviy/underworld-overlay</homepage>
<owner type="person">
- <email>ed.ch1zuru+bgo@gmail.com</email>
- <name>Chizuru Tachibana</name>
+ <email>golbah@yandex.ru</email>
+ <name>Mikhail Golbakh</name>
</owner>
- <source type="git">https://github.com/undesktop/undesktop-overlay.git</source>
- <source type="git">git://github.com/undesktop/undesktop-overlay.git</source>
- <feed>http://github.com/undesktop/undesktop-overlay/commits/master.atom</feed>
+ <owner type="person">
+ <email>eridan200@mail.ru</email>
+ <name>Eridan Domoratskiy</name>
+ </owner>
+ <source type="git">https://github.com/DakEnviy/underworld-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/DakEnviy/underworld-overlay.git</source>
+ <feed>https://github.com/DakEnviy/underworld-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>unity-gentoo</name>
@@ -4989,21 +4495,32 @@ FIN
<email>rickfharris@yahoo.com.au</email>
<name>Rick Harris</name>
</owner>
- <source type="git">https://github.com/shiznix/unity-gentoo</source>
- <source type="git">git://github.com/shiznix/unity-gentoo.git</source>
- <feed>https://github.com/feeds/shiznix/commits/unity-gentoo/master</feed>
+ <source type="git">https://github.com/shiznix/unity-gentoo.git</source>
+ <source type="git">git+ssh://git@github.com/shiznix/unity-gentoo.git</source>
+ <feed>https://github.com/shiznix/unity-gentoo/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>vaca</name>
- <description>Just another personal Gentoo overlay</description>
- <homepage>https://github.com/hashashin/gentoo-vaca-overlay</homepage>
+ <name>usenet-overlay</name>
+ <description lang="en">Personal Overlay for Lidarr, Radarr and Sonarr </description>
+ <homepage>https://github.com/xartin/gentoo-overlay</homepage>
<owner type="person">
- <email>gentoo.power@gmail.com</email>
- <name>hashashin</name>
+ <email>mcrawford@eliteitminds.com</email>
+ <name>Michael Crawford</name>
</owner>
- <source type="git">https://github.com/hashashin/gentoo-vaca-overlay</source>
- <source type="git">git://github.com/hashashin/gentoo-vaca-overlay.git</source>
- <feed>https://github.com/hashashin/gentoo-vaca-overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/xartin/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/xartin/gentoo-overlay.git</source>
+ <feed>https://github.com/xartin/gentoo-overlay/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>vaacus</name>
+ <description lang="en">A personal overlay for the void.</description>
+ <homepage>https://gitlab.com/plexvola/vaacus</homepage>
+ <owner type="person">
+ <email>thinkplex@riseup.net</email>
+ <name>Quentin Lombardo</name>
+ </owner>
+ <source type="git">https://gitlab.com/plexvola/vaacus.git</source>
+ <feed>https://gitlab.com/plexvola/vaacus/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>vapoursynth</name>
@@ -5013,6 +4530,7 @@ FIN
<email>surukko@gmail.com</email>
</owner>
<source type="git">https://github.com/4re/vapoursynth-portage.git</source>
+ <source type="git">git+ssh://git@github.com/4re/vapoursynth-portage.git</source>
</repo>
<repo quality="experimental" status="unofficial">
<name>vayerx</name>
@@ -5023,34 +4541,32 @@ FIN
<name>Vasiliy Yeremeyev</name>
</owner>
<source type="git">https://github.com/vayerx/vayerx-gentoo.git</source>
- <source type="git">git://github.com/vayerx/vayerx-gentoo.git</source>
<source type="git">git@github.com:vayerx/vayerx-gentoo.git</source>
<feed>https://github.com/vayerx/vayerx-gentoo/commits/master.atom</feed>
</repo>
- <repo quality="experimental" status="official">
- <name>vdr-devel</name>
- <description>Overlay for VDR, that contains ebuilds for development version
- of VDR, and specific plugins for that version.</description>
- <homepage>https://cgit.gentoo.org/proj/vdr/devel.git/</homepage>
- <owner type="project">
- <email>vdr@gentoo.org</email>
+ <repo quality="experimental" status="unofficial">
+ <name>vespa</name>
+ <description lang="en">Personal overlay of Thiago G. Vespa</description>
+ <homepage>https://github.com/thiagovespa/vespa-overlay</homepage>
+ <owner type="person">
+ <email>thiagogv@gmail.com</email>
+ <name>Thiago Galbiatti Vespa</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/proj/vdr/devel.git</source>
- <source type="git">git://anongit.gentoo.org/proj/vdr/devel.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/proj/vdr/devel.git</source>
- <feed>https://cgit.gentoo.org/proj/vdr/devel.git/atom/</feed>
+ <source type="git">https://github.com/thiagovespa/vespa-overlay.git</source>
+ <source type="git">git+ssh://git@github.com:thiagovespa/vespa-overlay.git</source>
+ <feed>https://github.com/thiagovespa/vespa-overlay/commits/main.atom</feed>
</repo>
- <repo quality="experimental" status="unofficial">
- <name>v-fox</name>
- <description lang="en">Public Gentoo overlay for games, emulators and more of nifty stuff</description>
- <homepage>http://github.com/v-fox</homepage>
+ <repo quality="experimental" status="official">
+ <name>vGist</name>
+ <description>vGist overlay, for personal use.</description>
+ <homepage>https://github.com/vgist/vgist-overlay</homepage>
<owner type="person">
- <email>virtuousfox@gmail.com</email>
- <name>Sergey Kondakov</name>
+ <email>admin@mail.havee.me</email>
+ <name>havee</name>
</owner>
- <source type="git">git://github.com/v-fox/gentoo_overlay.git</source>
- <source type="git">http://github.com/v-fox/gentoo_overlay.git</source>
- <feed>http://github.com/v-fox/gentoo_overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/vgist/vgist-overlay.git</source>
+ <source type="git">git@github.com:vgist/vgist-overlay.git</source>
+ <feed>https://github.com/vgist/vgist-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>vifino-overlay</name>
@@ -5061,23 +4577,32 @@ FIN
<name>Adrian "vifino" Pistol</name>
</owner>
<source type="git">https://github.com/vifino/vifino-overlay.git</source>
- <source type="git">git://github.com/vifino/vifino-overlay.git</source>
<source type="git">git@github.com:vifino/vifino-overlay.git</source>
<feed>https://github.com/vifino/vifino-overlay/commits/master.atom</feed>
</repo>
- <repo quality="experimental" status="official">
- <name>virtualization</name>
- <description lang="en">Experimental virtualization stuff</description>
- <homepage>https://cgit.gentoo.org/proj/virtualization.git/</homepage>
- <owner type="project">
- <email>virtualization@gentoo.org</email>
- <name>Gentoo virtualization team</name>
+ <repo quality="experimental" status="unofficial">
+ <name>violet-funk</name>
+ <description lang="en">Gentoo overlay for FNF-related ebuilds as well as some useful software.</description>
+ <homepage>https://github.com/MagelessMayhem/violet-funk</homepage>
+ <owner type="person">
+ <email>MagelessMayhem@protonmail.com</email>
+ <name>Sebastian France</name>
+ </owner>
+ <source type="git">https://github.com/MagelessMayhem/violet-funk.git</source>
+ <source type="git">git+ssh://git@github.com/MagelessMayhem/violet-funk.git</source>
+ <feed>https://github.com/MagelessMayhem/violet-funk/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>vklimovs</name>
+ <description lang="en">vklimovs' personal portage overlay</description>
+ <homepage>https://github.com/vklimovs/portage-overlay</homepage>
+ <owner type="person">
+ <email>vklimovs@gmail.com</email>
+ <name>Vjaceslavs Klimovs</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/proj/virtualization.git</source>
- <source type="git">git://anongit.gentoo.org/proj/virtualization.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/proj/virtualization.git</source>
- <feed>https://cgit.gentoo.org/proj/virtualization.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/proj/virtualization.git/rss/</feed> -->
+ <source type="git">https://github.com/vklimovs/portage-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/vklimovs/portage-overlay.git</source>
+ <feed>https://github.com/vklimovs/portage-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>vmacs</name>
@@ -5093,20 +4618,6 @@ FIN
<feed>https://cgit.gentoo.org/user/vmacs.git/atom/</feed>
<!-- <feed>https://cgit.gentoo.org/user/vmacs.git/rss/</feed> -->
</repo>
- <repo quality="experimental" status="official">
- <name>vmware</name>
- <description>VMware desktop ebuilds</description>
- <homepage>http://bugs.gentoo.org/show_bug.cgi?id=122500</homepage>
- <owner type="project">
- <email>vmware@gentoo.org</email>
- <name>Gentoo VMware team</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/proj/vmware.git</source>
- <source type="git">git://anongit.gentoo.org/proj/vmware.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/proj/vmware.git</source>
- <feed>https://cgit.gentoo.org/proj/vmware.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/proj/vmware.git/rss/</feed> -->
- </repo>
<repo quality="experimental" status="unofficial">
<name>vortex</name>
<description lang="en">Personal overlay</description>
@@ -5116,14 +4627,24 @@ FIN
<name>Yuri 'nE0sIghT' Konotopov</name>
</owner>
<source type="git">https://github.com/nE0sIghT/vortex-overlay.git</source>
- <source type="git">git://github.com/nE0sIghT/vortex-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/nE0sIghT/vortex-overlay.git</source>
<feed>https://github.com/nE0sIghT/vortex-overlay/commits/master.atom</feed>
</repo>
+ <repo quality="experimental" status="unofficial">
+ <name>vowstar</name>
+ <description lang="en">Ebuilds from vowstar's git</description>
+ <homepage>https://github.com/vowstar/vowstar-overlay</homepage>
+ <owner type="person">
+ <email>vowstar@gmail.com</email>
+ </owner>
+ <source type="git">https://github.com/vowstar/vowstar-overlay.git</source>
+ <source type="git">git@github.com:vowstar/vowstar-overlay.git</source>
+ <feed>https://github.com/vowstar/vowstar-overlay/commits/master.atom</feed>
+ </repo>
<repo quality="experimental" status="official">
<name>voyageur</name>
<description>Voyageur's random ebuilds stuff</description>
- <homepage>
- https://cafarelli.fr/cgi-bin/cgit.cgi/voyageur-overlay/</homepage>
+ <homepage>https://cafarelli.fr/cgi-bin/cgit.cgi/voyageur-overlay/</homepage>
<owner type="person">
<email>voyageur@gentoo.org</email>
</owner>
@@ -5131,6 +4652,51 @@ FIN
<feed>https://cafarelli.fr/cgi-bin/cgit.cgi/voyageur-overlay/atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
+ <name>vulkano-edge</name>
+ <description lang="en">A repository just for Vulkan stuff for Gentoo</description>
+ <homepage>https://github.com/thequickfixer/vulkano-edge</homepage>
+ <owner type="person">
+ <email>TeaFor2Heavy@protonmail.com</email>
+ </owner>
+ <source type="git">https://github.com/thequickfixer/vulkano-edge.git</source>
+ <feed>https://github.com/thequickfixer/vulkano-edge/commits/stable.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>waebbl</name>
+ <description lang="en">waebbl's overlay</description>
+ <homepage>https://github.com/waebbl/waebbl-gentoo</homepage>
+ <owner type="person">
+ <email>waebbl-gentoo@posteo.net</email>
+ <name>Bernd Waibel</name>
+ </owner>
+ <source type="git">https://github.com/waebbl/waebbl-gentoo.git</source>
+ <source type="git">git+ssh://git@github.com/waebbl/waebbl-gentoo.git</source>
+ <feed>https://github.com/waebbl/waebbl-gentoo/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>waffle-builds</name>
+ <description lang="en">FlyingWaffle's personal ebuild overlay.</description>
+ <homepage>https://github.com/FlyingWaffleDev/waffle-builds</homepage>
+ <owner type="person">
+ <email>flyingwaffle@pm.me</email>
+ <name>FlyingWaffle</name>
+ </owner>
+ <source type="git">https://github.com/FlyingWaffleDev/waffle-builds.git</source>
+ <source type="git">git+ssh://git@github.com/FlyingWaffleDev/waffle-builds.git</source>
+ <feed>https://github.com/FlyingWaffleDev/waffle-builds/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>wayland-desktop</name>
+ <description lang="en">gentoo overlay for wayland related ebuilds</description>
+ <homepage>https://github.com/bsd-ac/wayland-desktop</homepage>
+ <owner type="person">
+ <email>gentoo@aisha.cc</email>
+ <name>Aisha Tammy</name>
+ </owner>
+ <source type="git">https://github.com/bsd-ac/wayland-desktop.git</source>
+ <source type="git">git+ssh://git@github.com/bsd-ac/wayland-desktop.git</source>
+ </repo>
+ <repo quality="experimental" status="unofficial">
<name>wbrana</name>
<description lang="en">wbrana's overlay</description>
<homepage>https://cgit.gentoo.org/user/wbrana.git/</homepage>
@@ -5145,33 +4711,6 @@ FIN
<!-- <feed>https://cgit.gentoo.org/user/wbrana.git/rss/</feed> -->
</repo>
<repo quality="experimental" status="unofficial">
- <name>wdzierzan</name>
- <description lang="en">Stuff I'd rather `emerge' than `stow'</description>
- <homepage>https://cgit.gentoo.org/user/wdzierzan.git/</homepage>
- <owner type="person">
- <email>wojciech.dzierzanowski@gmail.com</email>
- <name>Wojciech Dzierżanowski</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/user/wdzierzan.git</source>
- <source type="git">git://anongit.gentoo.org/user/wdzierzan.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/wdzierzan.git</source>
- <feed>https://cgit.gentoo.org/user/wdzierzan.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/wdzierzan.git/rss/</feed> -->
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>webos</name>
- <description>Ported Open WebOS components and libraries</description>
- <homepage>https://github.com/feniksa/webos-overlay</homepage>
- <owner type="person">
- <email>feniksa@rambler.ru</email>
- <name>Maksym Sditanov</name>
- </owner>
- <source type="git">https://github.com/feniksa/webos-overlay.git</source>
- <source type="git">git://github.com:feniksa/webos-overlay.git</source>
- <source type="git">git@github.com:feniksa/webos-overlay.git</source>
- <feed>https://github.com/feniksa/webos-overlay/commits/master.atom</feed>
- </repo>
- <repo quality="experimental" status="unofficial">
<name>weuxel</name>
<description>Weuxels Personal Overlay</description>
<homepage>https://github.com/Weuxel/portage-weuxel</homepage>
@@ -5180,21 +4719,10 @@ FIN
<name>Norman Rieß</name>
</owner>
<source type="git">https://github.com/Weuxel/portage-weuxel.git</source>
- <source type="git">git://github.com/Weuxel/portage-weuxel.git</source>
<source type="git">git@github.com:Weuxel/portage-weuxel.git</source>
<feed>https://github.com/Weuxel/portage-weuxel/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>whiledev</name>
- <description>Collection of ebuilds with experimental features</description>
- <homepage>https://github.com/whiledev/whiledev-overlay</homepage>
- <owner type="person">
- <email>me@felixsanz.com</email>
- <name>Felix Sanz</name>
- </owner>
- <source type="git">https://github.com/whiledev/whiledev-overlay.git</source>
- </repo>
- <repo quality="experimental" status="unofficial">
<name>wichtounet</name>
<description lang="en">Personal overlay of Baptiste Wicht</description>
<homepage>https://github.com/wichtounet/wichtounet-overlay</homepage>
@@ -5203,65 +4731,35 @@ FIN
<name>Baptiste Wicht</name>
</owner>
<source type="git">https://github.com/wichtounet/wichtounet-overlay.git</source>
- <source type="git">git://github.com/wichtounet/wichtounet-overlay.git</source>
<source type="git">git@github.com:wichtounet/wichtounet-overlay.git</source>
<feed>https://github.com/wichtounet/wichtounet-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>wine-a-holics</name>
- <description>An overlay filled with lots of goodies for those who are hooked on WINE.</description>
- <homepage>https://github.com/NP-Hardass/wine-a-holics</homepage>
- <owner type="person">
- <email>NP-Hardass@gentoo.org</email>
- </owner>
+ <name>without-systemd</name>
+ <description lang="en">Without Systemd overlay</description>
+ <homepage>https://github.com/KenjiBrown/without-systemd</homepage>
<owner type="person">
- <email>gentoo@eroen.eu</email>
+ <email>sandino@sandino.net</email>
+ <name>Sandino Araico Sanchez</name>
</owner>
- <source type="git">https://github.com/NP-Hardass/wine-a-holics.git</source>
- <source type="git">git://github.com/NP-Hardass/wine-a-holics.git</source>
+ <source type="git">https://github.com/KenjiBrown/without-systemd.git</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>wjn-overlay</name>
- <description>wjn's overlay for Gentoo Linux</description>
- <homepage>https://bitbucket.org/wjn/wjn-overlay</homepage>
- <owner type="person">
- <email>wjn@aol.jp</email>
- <name>wjn</name>
- </owner>
- <source type="git">https://bitbucket.org/wjn/wjn-overlay.git</source>
- </repo>
- <repo quality="experimental" status="unofficial">
- <name>write2David</name>
- <description lang="en">David's Overlay for Misc Utils</description>
- <homepage>https://cgit.gentoo.org/user/write2David.git/</homepage>
- <owner type="person">
- <email>write2david@gmail.com</email>
- <name>David Phillips</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/user/write2David.git</source>
- <source type="git">git://anongit.gentoo.org/user/write2David.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/write2David.git</source>
- <feed>https://cgit.gentoo.org/user/write2David.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/write2David.git/rss/</feed> -->
- </repo>
- <repo quality="experimental" status="official">
- <name>wschlich</name>
- <description>A collection of ebuilds from Wolfram Schlich</description>
- <homepage>https://cgit.gentoo.org/dev/wschlich.git</homepage>
+ <name>x0rzavi</name>
+ <description lang="en">x0rzavi's personal overlay</description>
+ <homepage>https://github.com/x0rzavi/x0rzavi-overlay</homepage>
<owner type="person">
- <email>wschlich@gentoo.org</email>
- <name>Wolfram Schlich</name>
+ <email>x0rzavi@gmail.com</email>
+ <name>Avishek Sen</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/dev/wschlich.git</source>
- <source type="git">git://anongit.gentoo.org/dev/wschlich</source>
- <source type="git">git+ssh://git@git.gentoo.org/dev/wschlich.git</source>
- <feed>https://cgit.gentoo.org/dev/wschlich.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/dev/wschlich.git/rss/</feed> -->
+ <source type="git">https://github.com/x0rzavi/x0rzavi-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/x0rzavi/x0rzavi-overlay.git</source>
+ <feed>https://github.com/x0rzavi/x0rzavi-overlay/commits/main.atom</feed>
</repo>
<repo quality="experimental" status="official">
<name>x11</name>
- <description>Gentoo X11 team overlay</description>
- <homepage>http://www.gentoo.org/proj/en/desktop/x/x11/</homepage>
+ <description>Gentoo X11 team ebuild repository</description>
+ <homepage>https://cgit.gentoo.org/proj/x11.git</homepage>
<owner type="project">
<email>x11@gentoo.org</email>
</owner>
@@ -5271,19 +4769,50 @@ FIN
<feed>https://cgit.gentoo.org/proj/x11.git/atom/</feed>
<!-- <feed>https://cgit.gentoo.org/proj/x11.git/rss/</feed> -->
</repo>
- <repo quality="experimental" status="official">
- <name>xarthisius</name>
- <description lang="en">Developer overlay</description>
- <homepage>https://cgit.gentoo.org/dev/xarthisius.git/</homepage>
+ <repo quality="experimental" status="unofficial">
+ <name>XaetaCore</name>
+ <description lang="en">Collection of various missing or modified packages</description>
+ <homepage>https://git.xaetacore.net/jeroenmathon/xaetacore</homepage>
<owner type="person">
- <email>xarthisius@gentoo.org</email>
- <name>Kacper Kowalik</name>
+ <email>jeroenmathonmac@gmail.com</email>
+ <name>XaetaCore</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/dev/xarthisius.git</source>
- <source type="git">git://anongit.gentoo.org/dev/xarthisius.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/dev/xarthisius.git</source>
- <feed>https://cgit.gentoo.org/dev/xarthisius.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/dev/xarthisius.git/rss/</feed> -->
+ <source type="git">https://github.com/kabili207/zyrenth-overlay.git</source>
+ <source type="git">git@github.com:kabili207/zyrenth-overlay.git</source>
+ <feed>https://github.com/kabili207/zyrenth-overlay/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>xarblu-overlay</name>
+ <description lang="en">Xarblu's personal ebuild overlay</description>
+ <homepage>https://github.com/xarblu/xarblu-overlay</homepage>
+ <owner type="person">
+ <email>xarblu@protonmail.com</email>
+ <name>Jonas Rakebrandt</name>
+ </owner>
+ <source type="git">https://github.com/xarblu/xarblu-overlay.git</source>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>xbt573</name>
+ <description lang="en">xbt573's Personal Gentoo Overlay</description>
+ <homepage>https://github.com/xbt573/xbt573-overlay</homepage>
+ <owner type="person">
+ <email>cheembox573@gmail.com</email>
+ <name>Alexey Lunev</name>
+ </owner>
+ <source type="git">https://github.com/xbt573/xbt573-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/xbt573/xbt573-overlay.git</source>
+ <feed>https://github.com/xbt573/xbt573-overlay/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>xdch47</name>
+ <description lang="en">Gentoo portage overlay of xdch47</description>
+ <homepage>https://github.com/xdch47/gpo-xdch47</homepage>
+ <owner type="person">
+ <email>xdch47@posteo.de</email>
+ <name>Felix Neumärker</name>
+ </owner>
+ <source type="git">https://github.com/xdch47/gpo-xdch47.git</source>
+ <source type="git">git+ssh://git@github.com/xdch47/gpo-xdch47.git</source>
</repo>
<repo quality="experimental" status="unofficial">
<name>xelnor</name>
@@ -5294,147 +4823,123 @@ FIN
</owner>
<source type="git">git://overlay.xelnor.net/overlay.git</source>
</repo>
- <repo quality="experimental" status="official">
- <name>xfce-dev</name>
- <description>Experimental ebuilds for the Xfce4 Desktop
- Environment</description>
- <homepage>https://cgit.gentoo.org/proj/xfce.git/</homepage>
- <owner type="project">
- <email>xfce@gentoo.org</email>
- <name>XFCE team</name>
- </owner>
- <source type="git">https://anongit.gentoo.org/git/proj/xfce.git</source>
- <source type="git">git://anongit.gentoo.org/proj/xfce.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/proj/xfce.git</source>
- <feed>https://cgit.gentoo.org/proj/xfce.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/proj/xfce.git/rss/</feed> -->
- </repo>
<repo quality="experimental" status="unofficial">
- <name>xmw</name>
- <description>Michael Weber developer overlay</description>
- <homepage>https://cgit.gentoo.org/dev/xmw.git</homepage>
+ <name>xira</name>
+ <description lang="en">An LLVM-centric personal overlay, with clang fixes to existing builds, and newly found software, patched or not.</description>
+ <homepage>https://github.com/kir68k/xira</homepage>
<owner type="person">
- <email>xmw@gentoo.org</email>
- <name>Michael Weber</name>
+ <email>revelation@krxt.dev</email>
+ <name>Kirin "Xira" Etheridge</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/dev/xmw.git</source>
- <source type="git">git://anongit.gentoo.org/dev/xmw.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/dev/xmw.git</source>
- <feed>https://cgit.gentoo.org/dev/xmw.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/dev/xmw.git/rss/</feed> -->
+ <source type="git">https://github.com/kir68k/xira.git</source>
+ <source type="git">git+ssh://git@github.com/kir68k/xira.git</source>
+ <feed>https://github.com/kir68k/xira/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>xtreemfs</name>
- <description lang="en">XtreemFS, a cloud filesystem</description>
- <homepage>https://github.com/xtreemfs-gentoo/overlay</homepage>
+ <name>xoreos</name>
+ <description lang="en">Gentoo overlay for the xoreos project, providing a WIP reimplementation of the BioWare Aurora engine and related modding tools.</description>
+ <homepage>https://github.com/xoreos/gentoo-overlay</homepage>
<owner type="person">
- <email>p@trickhieber.de</email>
- <name>Patrick Hieber</name>
+ <email>drmccoy@drmccoy.de</email>
+ <name>Sven "DrMcCoy" Hesse</name>
</owner>
- <source type="git">https://github.com/xtreemfs-gentoo/overlay.git</source>
- <source type="git">git://github.com/xtreemfs-gentoo/overlay.git</source>
- <source type="git">git@github.com:xtreemfs-gentoo/overlay.git</source>
- <feed>https://github.com/xtreemfs-gentoo/overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/xoreos/gentoo-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/xoreos/gentoo-overlay.git</source>
+ <feed>https://github.com/xoreos/gentoo-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>xwing</name>
- <description>This overlay contains some experimental stuff, such as
- turboprint printers driver (bug #61311), intel-536ep driver for lastest 2.6
- kernels (bug #127464), lastest grisbi version (proxy maintainer) before
- it's portage integration and so on.</description>
- <homepage>http://gentoo.xwing.info</homepage>
+ <description>Guillaume Castagnino’s personal overlay.</description>
+ <homepage>https://gentoo.xwing.info</homepage>
<owner type="person">
<email>casta@xwing.info</email>
+ <name>Guillaume Castagnino</name>
</owner>
<source type="rsync">rsync://gentoo.xwing.info/xwing-overlay</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>y2kbadbug</name>
- <description lang="en">All ebuilds made by Daniel Shafer</description>
- <homepage>https://github.com/y2kbadbug/gentoo-overlay</homepage>
- <owner type="person">
- <email>daniel@danielshafer.name</email>
- <name>Daniel Shafer</name>
- </owner>
- <source type="git">https://github.com/y2kbadbug/gentoo-overlay.git</source>
- </repo>
- <repo quality="experimental" status="unofficial">
<name>yandex</name>
<description lang="en">Gentoo overlay with packages for software made by Yandex</description>
<description lang="ru">Оверлей с софтом, выпущенным Яндексом</description>
<homepage>https://github.com/yandex-gentoo/overlay</homepage>
<owner type="person">
- <email>gentoo@mva.name</email>
+ <email>mva@gentoo.org</email>
<name>Vadim A. Misbakh-Soloviov</name>
</owner>
<source type="git">https://github.com/yandex-gentoo/overlay.git</source>
- <source type="git">git://github.com/yandex-gentoo/overlay.git</source>
<source type="git">git@github.com:yandex-gentoo/overlay.git</source>
<feed>https://github.com/yandex-gentoo/overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>yarik-overlay</name>
- <description lang="en">Some new packages plus uncommitted patches and ebuilds for the main tree</description>
- <homepage>https://github.com/yarikmsu/yarik-overlay</homepage>
+ <name>yurij-overlay</name>
+ <description lang="en">Yurij's overlay</description>
+ <homepage>https://github.com/yurijmikhalevich/yurij-overlay</homepage>
<owner type="person">
- <email>ygorbunov@gmail.com</email>
- <name>Yaroslav Gorbunov</name>
+ <email>yurij@mikhalevi.ch</email>
+ <name>Yurij Mikhalevich</name>
</owner>
- <source type="git">https://github.com/yarikmsu/yarik-overlay.git</source>
- <feed>https://github.com/yarikmsu/yarik-overlay/commits/master.atom</feed>
+ <source type="git">https://github.com/yurijmikhalevich/yurij-overlay.git</source>
+ <source type="git">git@github.com:yurijmikhalevich/yurij-overlay.git</source>
+ <feed>https://github.com/yurijmikhalevich/yurij-overlay/commits/master.atom</feed>
</repo>
- <repo quality="experimental" status="official">
- <name>yngwin</name>
- <description lang="en">Developer overlay</description>
- <homepage>https://cgit.gentoo.org/dev/yngwin.git/</homepage>
+ <repo quality="experimental" status="unofficial">
+ <name>zeldu</name>
+ <description lang="en">3elDU's overlay</description>
+ <homepage>https://github.com/3elDU/gentoo-repository</homepage>
+ <owner type="person">
+ <email>3elduu@gmail.com</email>
+ <name>Zakhar Voloschuk</name>
+ </owner>
+ <source type="git">https://github.com/3elDU/gentoo-repository.git</source>
+ <source type="git">git@github.com:3elDU/gentoo-repository.git</source>
+ <feed>https://github.com/3elDU/gentoo-repository/commits/master.atom</feed>
+ </repo>
+ <repo quality="experimental" status="unofficial">
+ <name>zerodaysfordays</name>
+ <description>Jakob L. Kreuze's personal overlay.</description>
+ <homepage>https://git.sr.ht/~jakob/zerodaysfordays</homepage>
<owner type="person">
- <email>yngwin@gentoo.org</email>
- <name>Ben de Groot</name>
+ <email>zerodaysfordays@sdf.org</email>
+ <name>Jakob L. Kreuze</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/dev/yngwin.git</source>
- <source type="git">git://anongit.gentoo.org/dev/yngwin.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/dev/yngwin.git</source>
- <feed>https://cgit.gentoo.org/dev/yngwin.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/dev/yngwin.git/rss/</feed> -->
+ <source type="git">https://git.sr.ht/~jakob/zerodaysfordays</source>
</repo>
<repo quality="experimental" status="unofficial">
- <name>yoreek</name>
- <description lang="en">Ebuilds related to nginx webserver modules</description>
- <homepage>https://cgit.gentoo.org/user/yoreek.git/</homepage>
+ <name>zGentoo</name>
+ <description lang="en">ZappeL's Gentoo-Overlay</description>
+ <homepage>https://lab.simple-co.de/zappel/zGentoo</homepage>
<owner type="person">
- <email>yoreek@yahoo.com</email>
- <name>Yuri U.</name>
+ <email>zappel@simple-co.de</email>
+ <name>Armas Spann</name>
</owner>
- <source type="git">https://anongit.gentoo.org/git/user/yoreek.git</source>
- <source type="git">git://anongit.gentoo.org/user/yoreek.git</source>
- <source type="git">git+ssh://git@git.gentoo.org/user/yoreek.git</source>
- <feed>https://cgit.gentoo.org/user/yoreek.git/atom/</feed>
- <!-- <feed>https://cgit.gentoo.org/user/yoreek.git/rss/</feed> -->
+ <source type="git">https://lab.simple-co.de/zappel/zGentoo.git</source>
+ <source type="git">git@lab.simple-co.de:zappel/zGentoo.git</source>
+ <feed>https://lab.simple-co.de/zappel/zGentoo/-/commits/main.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>youbroketheinternet</name>
- <description lang="en">This overlay is a collaborative maintained Gentoo developer overlay. Some of us are involved with SecuShare, but we try out all sorts of XKEYSCORE-resistant technology. Some of our unique ebuilds are the full GNUnet suite, and software around the psyced chatserver. Some ebuilds are experimental/testing - refer to the included README for more info and details. If you would like to get involved read https://wiki.gentoo.org/wiki/Overlay:Youbroketheinternet</description>
- <homepage>http://youbroketheinternet.org/#overlay</homepage>
+ <name>zozx-overlay</name>
+ <description lang="en">Raymond Kwok's personal Gentoo overlay</description>
+ <homepage>https://github.com/zozx/zozx-overlay</homepage>
<owner type="person">
- <email>lynX@youbroketheinternet.pages.de</email>
- <name>lynX</name>
+ <email>c2778148787@gmail.com</email>
+ <name>Raymond Kwok</name>
</owner>
- <source type="git">https://gnunet.org/git/youbroketheinternet-overlay.git</source>
- <source type="git">git://cheettyiapsyciew.onion/youbroketheinternet-overlay</source>
- <source type="git">git://gnunet.org/youbroketheinternet-overlay.git</source>
+ <source type="git">https://github.com/zozx/zozx-overlay.git</source>
+ <source type="git">git+ssh://git@github.com/zozx/zozx-overlay.git</source>
+ <feed>https://github.com/zozx/zozx-overlay/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
- <name>zoobab</name>
- <description lang="en">Personal overlay of Benjamin Henrion</description>
- <homepage>https://github.com/zoobab/overlay4gentoo/</homepage>
+ <name>zscheile</name>
+ <description>Zscheile Overlay</description>
+ <homepage>https://github.com/fogti/portage-zscheile</homepage>
<owner type="person">
- <email>zoobab@gmail.com</email>
- <name>Benjamin Henrion</name>
+ <email>fogti@ytrizja.de</email>
+ <name>Alain Zscheile</name>
</owner>
- <source type="git">https://github.com/zoobab/overlay4gentoo.git</source>
- <source type="git">git://github.com/zoobab/overlay4gentoo.git</source>
- <source type="git">git@github.com:zoobab/overlay4gentoo.git</source>
- <feed>https://github.com/zoobab/overlay4gentoo/commits/master.atom</feed>
+ <source type="git">https://github.com/fogti/portage-zscheile.git</source>
+ <source type="git">git://github.com/fogti/portage-zscheile.git</source>
+ <source type="git">git@github.com:fogti/portage-zscheile.git</source>
+ <feed>https://github.com/fogti/portage-zscheile/commits/master.atom</feed>
</repo>
<repo quality="experimental" status="unofficial">
<name>zugaina</name>
@@ -5445,18 +4950,17 @@ FIN
</owner>
<source type="rsync">rsync://gentoo.zugaina.org/zugaina-portage</source>
</repo>
- <repo quality="experimental" status="official">
- <name>zx2c4</name>
- <description lang="en">zx2c4's repository of additional ebuilds</description>
- <homepage>http://git.zx2c4.com/portage/</homepage>
+ <repo quality="experimental" status="unofficial">
+ <name>zyrenth</name>
+ <description lang="en">Personal overlay</description>
+ <homepage>https://github.com/kabili207/zyrenth-overlay</homepage>
<owner type="person">
- <email>zx2c4@gentoo.org</email>
- <name>Jason A. Donenfeld</name>
+ <email>kabi-bugz.gentoo@zyrenth.com</email>
+ <name>Amy Nagle</name>
</owner>
- <source type="git">git://git.zx2c4.com/portage</source>
- <source type="git">http://git.zx2c4.com/portage</source>
- <source type="git">ssh://git@git.zx2c4.com/portage</source>
- <feed>http://git.zx2c4.com/portage/atom/?h=master</feed>
+ <source type="git">https://github.com/kabili207/zyrenth-overlay.git</source>
+ <source type="git">git@github.com:kabili207/zyrenth-overlay.git</source>
+ <feed>https://github.com/kabili207/zyrenth-overlay/commits/master.atom</feed>
</repo>
<!-- vim:se et sw=2 ts=2 sts=2 :-->
</repositories>
diff --git a/files/uid-gid.txt b/files/uid-gid.txt
new file mode 100644
index 0000000..a04125e
--- /dev/null
+++ b/files/uid-gid.txt
@@ -0,0 +1,653 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# This file provides a registry of active, requested and historical UID
+# and GID assignments in the Gentoo repository. Each line represents
+# a single record, with the '#!' line providing field headers. Empty
+# lines and comments are ignored. Fields are separated by whitespace,
+# with the last (note) field extending to end of line. Note that
+# additional fields may be added in the future.
+#
+# A single record can represent a user, a group or a combination of both
+# using the same name. Same user/group/UID/GID can be repeated
+# in mutiple records to reflect reality. If you can't express something
+# with a single record, split it.
+#
+# NAME: user/group name
+# UID: UID assigned to the user, or '-' if only group is defined
+# GID: GID assigned to the group, or '-' if only user is defined
+# PROVIDER: keyword identifying provider of user/group, see below
+# NOTES: human-readable notes about the assignment, optional, can use
+# Markdown syntax
+#
+# Valid values for PROVIDER are:
+# - acct: acct-user/${NAME} and/or acct-group/${NAME} packages
+# - baselayout: user/group defined in passwd/group files from baselayout
+# - baselayout-fbsd: same as baselayout but on FreeBSD system
+# - historical: historical UID/GID assignment, no longer used nowadays
+# - requested: assignment requested on the ml, not yet pushed
+# - reserved: special reserved range
+# - user.eclass: user/group created via user.eclass directly in package
+#
+# Use PROVIDERs that apply best at the moment. For example, if user
+# was migrated from user.eclass to acct-user/ with the same UID, just
+# list the latter.
+#
+# Please keep the list sorted by UID, GID, PROVIDER, NAME (in order),
+# and keep columns aligned (tab stops every 8 positions).
+#
+# The wiki page at https://wiki.gentoo.org/wiki/UID_GID_Assignment_Table
+# should be kept in sync with this file. The bin/update-wiki-table.py
+# helper script can be used for this.
+
+#!NAME UID GID PROVIDER NOTES
+root 0 0 acct
+root 0 0 baselayout
+root 0 - baselayout-fbsd
+toor 0 - baselayout-fbsd
+wheel - 0 baselayout-fbsd
+bin 1 1 baselayout
+daemon 1 1 baselayout-fbsd
+daemon 2 2 baselayout
+operator 2 5 baselayout-fbsd
+adm 3 4 baselayout
+bin 3 7 baselayout-fbsd
+sys - 3 baselayout
+sys - 3 baselayout-fbsd
+lp 4 7 baselayout
+tty 4 4 baselayout-fbsd
+adm - 4 acct
+sync 5 - baselayout
+kmem 5 2 baselayout-fbsd
+tty - 5 acct
+tty - 5 baselayout
+shutdown 6 - baselayout
+mail 6 6 baselayout-fbsd
+disk - 6 acct
+disk - 6 baselayout
+halt 7 - baselayout
+games 7 - baselayout-fbsd
+lp - 7 acct
+news 8 8 baselayout-fbsd
+mail 8 12 acct Removed from baselayout on Linux in [r3093](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=e0b6e08880e5dc71faf263f10b42d15e3946d298)
+mem - 8 baselayout
+man 9 - baselayout-fbsd
+news 9 13 baselayout
+kmem - 9 acct
+kmem - 9 baselayout
+man - 9 historical Removed from baselayout on BSD in [r2528](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=408c068b3981a099817bc1bd90e737e61900fe7c), now GID 15
+uucp 10 14 baselayout
+wheel - 10 acct
+wheel - 10 baselayout
+operator 11 - baselayout
+floppy - 11 baselayout
+man 13 15 acct Removed from baselayout in [r2528](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=408c068b3981a099817bc1bd90e737e61900fe7c) and before in [r1474](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=e35c46ec25596e885aea61203cc9a386926a5034)
+postmaster 14 - acct Removed from baselayout in [r3093](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=e0b6e08880e5dc71faf263f10b42d15e3946d298)
+uucp - 14 acct
+cron 16 16 acct Removed from baselayout in [r1476](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=d2b09311342e4b70bb0685b22c8096ebda2be91e)
+console - 17 baselayout
+audio - 18 acct Duplicated in media-sound/{pulseaudio,timidity}.
+audio - 18 baselayout
+audio - 18 baselayout-fbsd
+cdrom - 19 acct
+cdrom - 19 baselayout
+dialout - 20 acct
+dialout - 20 baselayout Historically removed from baselayout in [r2444](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=2a29383c4daec8d5e00035afacf7aea9ecb4c106), reintroduced in [18fe9e87](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=18fe9e877b496980256f4a8b3251e416e1afca89)
+ftp 21 21 acct Removed from baselayout in [r1475](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=bc0a5982c7a02685dca1a051383f52b5ec179d8e)
+sshd 22 22 acct Removed from baselayout in [r1476](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=d2b09311342e4b70bb0685b22c8096ebda2be91e)
+smtpd 25 25 acct
+smmsp 25 - baselayout-fbsd
+smmsp - 25 historical Removed from baselayout on BSD in [r2528](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=408c068b3981a099817bc1bd90e737e61900fe7c)
+at 25 25 historical Removed from baselayout in [r1479](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=006be71641032bdd0a05f260da397497aa7a35de), now UID/GID 246
+tape - 26 acct
+tape - 26 baselayout
+video - 27 acct
+video - 27 baselayout
+render - 28 acct
+www 30 - historical Removed from baselayout in [r176](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=ce4049e95325bef4dc5efeb85ca07e0ad7c40809)
+squid 31 31 historical Removed from baselayout in [r1477](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=0582832d7216a897cffff5b2249fad5e9e51807e), now UID/GID 301
+guest - 31 baselayout-fbsd
+gdm 32 32 acct Removed from baselayout in [r1571](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=f73924f7d987d10bbadaa142c737879ad323f257)
+xfs 33 33 historical X Font Server, removed from baselayout in [r1572](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=4227b160b93f9525d015a14cb7ce9fa43e1e1eb5)
+games 35 35 historical Removed from baselayout in [r1478](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=ee4ea5fee968f6e88f15812011bffcbf44328604); group: deprecated by Council decision
+games 36 - historical
+gamestat - 36 acct
+named 40 40 acct Removed from baselayout in [r1369](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=1dbe96ab988425661fc0001ad9e51a5b52d8053c)
+tor 43 43 acct
+mpd 45 - acct
+openctd 46 - acct
+openct - 46 acct
+pcscd 47 47 acct
+docker - 48 acct
+knot 53 53 acct
+tss 59 59 acct
+mysql 60 60 acct Removed from baselayout in [r1335](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=f0c9a4a50fb7f16d849225e421d75555dc30783c)
+avahi 61 61 acct
+avahi-autoipd 62 62 acct
+authpf - 63 user.eclass
+netdev - 64 acct
+uucp 66 66 baselayout-fbsd
+duende 66 - acct
+dialer - 68 baselayout-fbsd
+network - 69 baselayout-fbsd
+postgres 70 70 acct Removed from baselayout in [r1861](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=15d1503a3db032d99a5be095b87ccc8289e97918)
+dovenull 74 74 acct
+redis 75 75 acct
+dovecot 76 76 acct
+qemu 77 77 acct
+kvm - 78 acct
+libvirt - 79 acct
+cdrw - 80 baselayout
+apache 81 81 acct Removed from baselayout in [r916](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=96e69c8f07b5daf27ccb83b12741987b64e51a1e)
+nginx 82 82 acct
+nut 84 84 acct Removed from baselayout in [r1862](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=22993e1df6f8e018c12e656a39f65dae95cbd483)
+cyrus 85 - historical Removed from baselayout in [r1326](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=87e02013b696483ee4009b1449189d3b19e3f236), now UID 415
+usb - 85 acct
+usb - 85 baselayout
+nullmail 88 88 acct
+vpopmail 89 89 acct Removed from baselayout in [r1319](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=96dcec988593aac1e5c57d9e8877a61030d7d5cb)
+partimag 91 91 acct
+radius 95 95 acct
+dovecot 97 97 historical Now UID/GID 76
+input - 97 acct
+input - 97 baselayout
+maradns 99 99 acct
+users - 100 acct
+users - 100 baselayout
+messagebus 101 101 acct
+polkitd 102 102 acct
+plex 103 103 acct
+grok_exporter 104 104 acct
+freenet 105 105 acct
+lpadmin - 106 acct
+rabbitmq_exporter 107 107 acct
+snmp_exporter 108 108 acct
+rundeck 109 109 acct
+cockroach 110 110 acct
+rpc 111 111 historical Used by net-nds/portmap, removed in [36e60cce11d7](https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e60cce11d780582196c42d6b692897455d7a27)
+drone 112 112 acct
+unifi 113 113 acct
+ejabberd 114 114 acct
+prosody 115 115 acct
+badvpn 116 116 acct
+mythtv 117 117 acct
+karma 118 118 acct
+trickster 119 119 acct
+fcron 120 120 acct
+rabbitmq 121 121 acct
+murmur 122 122 acct
+ntp 123 123 acct
+fetchmail 124 124 acct
+vacation 125 125 acct
+rt 126 126 acct
+opm 127 127 acct
+foldingathome 128 128 acct
+rbot 129 129 acct
+ros 130 130 acct
+icecast 131 131 acct
+gopherd 132 132 acct
+rtkit 133 133 acct
+lightdm 134 134 acct
+pgagent 135 135 acct
+subsonic 136 136 acct
+beanstalk 137 137 acct
+gauth 138 138 acct
+shellinaboxd 139 139 acct
+resin 140 140 acct
+h2o 141 141 acct
+nm-openconnect 142 142 acct
+nm-openvpn 143 143 acct
+munge 144 144 acct
+icecream 145 145 acct
+dbskkd 146 146 acct
+axtls 147 147 acct
+bitflu 148 148 acct
+monkeyd 149 149 acct
+owfs 150 150 user.eclass Ebuild allows overriding username.
+opendnssec 151 151 acct
+taskd 152 152 acct
+rbldns 153 153 acct
+redsocks 154 154 acct
+thttpd 155 155 acct
+stapusr - 156 acct
+stapsys - 157 acct
+stapdev - 158 acct
+spread 159 159 acct
+gnump3d 160 160 acct
+rplayd 161 161 acct
+ices 162 162 acct
+ipsentinel 163 163 acct
+smokeping 164 164 acct
+sguil 165 165 acct
+scanlogd 166 166 acct
+inspircd 167 167 acct
+netperf 168 168 acct
+transmission 169 169 acct
+arpwatch 170 170 acct
+pulse 171 171 acct
+pulse-access - 172 acct
+sispmctl - 173 acct
+android - 174 acct
+rslsync 175 175 acct
+stg 176 176 acct
+munin 177 177 acct
+munin-async 178 - acct
+vlock - 178 acct
+samplicator 179 179 acct
+bird 180 180 acct
+defang 181 181 acct
+ftpproxy 182 182 acct
+elasticsearch 183 183 acct
+pdnsd 184 184 acct
+ngrep 185 185 acct
+tinyproxy 186 186 acct
+iroffer 187 187 acct
+haproxy 188 188 acct
+postfwd 189 189 acct
+systemd-journal - 190 acct
+systemd-journal-remote 191 191 acct
+systemd-network 192 192 acct
+systemd-resolve 193 193 acct
+systemd-coredump 194 194 acct
+systemd-timesync 195 195 acct
+git 196 196 acct
+cgit 197 197 acct
+systemd-oom 198 198 acct
+ipsec 199 199 acct
+alias 200 - acct Removed from baselayout in [r1397](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=f05420b21fe048c6c320f2b5753c0b85f322e8c3)
+nofiles - 200 acct Removed from baselayout in [r2445](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=b0ce002d1a3d4e67d8c1f5ffe19970e2f943ec15)
+qmaild 201 - acct Removed from baselayout in [r1397](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=f05420b21fe048c6c320f2b5753c0b85f322e8c3)
+qmail - 201 acct Removed from baselayout in [r1397](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=f05420b21fe048c6c320f2b5753c0b85f322e8c3)
+qmaill 202 - acct Removed from baselayout in [r1397](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=f05420b21fe048c6c320f2b5753c0b85f322e8c3)
+seat - 202 acct Used by sys-auth/seatd
+qmailp 203 - acct Removed from baselayout in [r1397](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=f05420b21fe048c6c320f2b5753c0b85f322e8c3)
+roccat - 203 acct
+qmailq 204 - acct Removed from baselayout in [r1397](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=f05420b21fe048c6c320f2b5753c0b85f322e8c3)
+haclient - 204 acct
+qmailr 205 - acct Removed from baselayout in [r1397](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=f05420b21fe048c6c320f2b5753c0b85f322e8c3)
+xwax - 205 acct
+qmails 206 - acct Removed from baselayout in [r1397](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=f05420b21fe048c6c320f2b5753c0b85f322e8c3)
+realtime - 206 acct
+postfix 207 207 acct Removed from baselayout in [r1863](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=7ae5ebbcb07f3a2190f17af7e7b09fe1caab35cc)
+postdrop - 208 acct Removed from baselayout in [r1863](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=7ae5ebbcb07f3a2190f17af7e7b09fe1caab35cc)
+smmsp 209 209 acct Removed from baselayout: user in [r2446](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=a18589ef69d782aa5d88e5a6eac7f342aa2f6385), group in [r2445](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=b0ce002d1a3d4e67d8c1f5ffe19970e2f943ec15)
+aerospike-amc 210 210 acct
+zookeeper 211 211 acct
+cmd5checkpw 212 212 acct
+cancd 213 213 acct
+sockd 214 214 acct
+radvd 215 215 acct
+aspnet 216 216 acct
+hsqldb 217 217 acct
+energi3 218 218 acct Used by net-p2p/energi3
+sddm 219 219 acct
+uptimed 220 220 acct
+gkrellmd 221 221 acct
+msmtpd 222 222 acct
+nsd 223 223 acct
+zeppelin 224 224 acct Used by www-apps/zeppelin-bin
+dnscache 225 - acct
+dnslog 226 - acct
+tinydns 227 - acct
+gpio - 225 acct
+i2c - 226 acct
+spi - 227 acct
+fritzbox_smarthome_exporter 228 228 acct
+vnstat 229 229 acct
+carbon 230 230 acct
+icingadirector 231 - acct
+#mogile 460 231 acct See below
+fvwm-crystal - 232 acct
+postgres_exporter 233 233 acct
+memcached_exporter 234 234 acct
+turnserver 235 235 acct
+tox 236 236 acct
+rspamd 237 237 acct
+github-exporter 238 238 acct
+scponly 239 239 acct
+distcc 240 240 acct
+icingaweb2 - 241 acct
+asterisk 242 242 acct
+fingerprint - 243 acct
+opendmarc 244 244 acct
+locate - 245 acct
+slocate - 245 historical Removed from baselayout in [r1328](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=a544597611a190a98a3d5a962de91e3da7a3d299)
+at 246 246 acct
+svxlink 247 247 acct
+fdm 248 248 acct
+logsurfer 249 249 acct
+portage 250 250 acct
+portage 250 250 baselayout
+portage 250 250 baselayout-fbsd
+wwwoffle 251 251 acct
+smtpq 252 252 acct
+zetcd 253 253 acct
+havp 254 254 acct
+cntlm 255 255 acct
+litecoin 256 256 acct
+sstpc 257 257 acct
+rwhoisd 258 258 acct
+psybnc 259 259 acct
+minbif 260 260 acct
+ez-ipupd 261 261 acct
+dnrd 262 262 acct
+polw 263 263 acct
+artifactory 264 264 acct
+tomcat 265 265 acct
+groonga 266 266 acct
+ceph 267 267 acct
+cvmfs 268 268 acct
+kibana 269 269 acct
+logstash 270 270 acct
+spire 271 271 acct
+plugdev - 272 acct
+bacula 273 273 acct
+dnsmasq_exporter 274 274 acct
+dnsmasq 275 275 acct
+bind_exporter 276 276 acct
+mongodb_exporter 277 277 acct
+consul_exporter 278 278 acct
+unbound-telemetry 279 279 acct
+notary 280 280 acct
+gnupg-pkcs11-scd-proxy 281 281 acct
+backuppc 282 282 acct
+tenshi 283 283 acct
+logcheck 284 284 acct
+pvpgn 285 285 acct
+sauerbraten 286 286 acct
+gopher 287 287 acct
+pushgateway 288 288 acct
+uwsgi_exporter 289 289 acct
+netdata 290 290 acct
+x2gouser 291 291 acct
+x2goprint 292 292 acct
+blackbox_exporter 293 293 acct
+alertmanager 294 294 acct
+registry 295 295 acct Used by app-emulation/docker-registry
+ntopng 296 296 acct
+http 297 297 acct Used by www-servers/caddy
+redis_exporter 298 298 acct
+gpsd 299 - acct
+ssmtp - 299 acct
+dhcp 300 300 acct
+squid 301 301 acct
+lighttpd 302 302 acct
+dhcpcd 303 303 acct
+hacluster 304 - acct
+vboxusers - 304 acct
+vboxguest 305 305 acct
+timidity 306 - acct
+vboxsf - 306 acct
+clair 307 307 acct
+mysqld_exporter 308 308 acct
+minio 309 309 acct
+croc 310 310 acct
+ulogd 311 311 acct
+coredns 312 312 acct
+flatpak 313 313 acct
+serf 314 314 acct
+lldpd 315 315 acct
+exabgp 316 316 acct
+sagan 317 317 acct
+fp-multiuser 318 318 acct
+apt-cacher-ng 319 319 acct
+fax 320 320 acct
+openntpd 321 321 acct
+sobby 322 322 acct
+vault_exporter 323 323 acct
+oragono 324 324 acct
+err 325 325 acct
+trojan 326 326 acct
+radicale 327 327 acct
+snort 328 328 acct
+zabbix 329 329 acct
+ossec 330 330 acct
+ossecm 331 - acct
+pkcs11 - 331 acct
+ossecr 332 - acct
+scanner - 332 acct
+amavis 333 333 acct
+opendkim 334 334 acct
+epmd 335 335 acct
+sqlgrey 336 336 acct
+spamd 337 337 acct
+automatic 338 338 acct
+minidlna 339 339 acct
+sanlock 340 340 acct
+stunnel 341 341 acct
+influxdb 342 342 acct
+kapacitor 343 343 acct
+chronograf 344 344 acct
+docker_auth 345 345 acct
+dirsrv 346 346 acct
+tpm 347 347 acct
+unifi-video 348 348 acct
+ushare 349 349 acct
+colord 350 350 acct
+geoclue 351 351 acct
+boinc 352 352 acct
+dnscrypt-proxy 353 353 acct
+nginx-vts-exporter 354 354 acct
+openvpn_exporter 355 355 acct
+postfix_exporter 356 356 acct
+nslcd 357 357 acct
+lxc 358 358 acct
+smsd 359 - acct
+sms - 359 acct
+postgrey 360 360 acct
+dehydrated 361 361 acct
+amanda 362 362 acct
+sigh 363 363 acct
+gatling 364 364 acct
+dbmail 365 365 acct
+sniproxy 366 366 acct
+ziproxy 367 367 acct
+octoprint 368 368 historical
+ultimaker 369 369 acct
+sks 370 370 acct
+frr 371 371 acct
+upmpdcli 372 372 acct
+snapclient 373 - acct
+gnupg-pkcs11 - 373 acct
+snapserver 374 374 acct
+popa3d 375 375 acct Used by net-mail/popa3d
+mgraph 376 376 acct Used by net-mail/mailgraph
+pcap 377 377 acct Used by net-analyzer/tcpdump and net-analyzer/wireshark
+p2p 378 378 acct Used by net-im/mldonkey
+jabber 379 379 acct Used by net-im/jabber-base
+darkstat 380 - acct
+bumblebee - 380 acct
+dictd 381 381 acct
+sancp 382 382 acct
+argus 383 383 acct
+flows 384 384 acct
+fnordlog 385 - acct
+gamemode - 385 acct
+ttrssd 386 386 acct
+sobexsrv 387 387 acct
+kismet 388 388 acct
+grafana 389 389 acct
+monkeysphere 390 390 acct
+unbound 391 391 acct
+privoxy 392 392 acct
+buildbot 393 393 acct Used by dev-util/buildbot, dev-util/buildbot-worker
+openvpn 394 394 acct
+motion 395 395 acct
+greetd 396 396 acct
+sabnzbd 397 397 acct
+nzbget 398 398 acct
+svn 399 - acct Used by dev-vcs/subversion[-apache2]
+svnusers - 399 acct Used by dev-vcs/subversion[-apache2]
+slurm 400 400 acct
+monitorix 401 401 acct
+fnord 402 - acct
+lxd - 402 acct
+bareos 403 403 acct
+miniflux 404 - acct Used by www-apps/miniflux
+simplevirt - 404 acct
+guest 405 - historical Removed from baselayout in [r889](https://gitweb.gentoo.org/proj/baselayout.git/commit?id=eca435dcc10bcbcccf8be4ad100c252769fd1f8d)
+sgx - 405 acct
+sendpage 406 - acct
+utmp - 406 acct
+utmp - 406 baselayout
+bitlbee 407 407 acct
+consul-template 408 408 acct
+saned 409 - acct
+gpib - 409 acct Used by sci-libs/linux-gpib
+vault 410 410 acct
+consul 411 411 acct
+atheme-services 412 412 acct
+ngircd 413 413 acct
+dnsdist 414 414 acct
+cyrus 415 - acct
+scsi - 415 acct
+gluster 416 416 acct
+anope 417 417 acct
+usbmux 418 - acct
+epam - 418 acct Used by dev-erlang/epam
+wesnoth 419 419 acct
+davfs2 420 420 acct Used by net-fs/davfs2
+znc 421 421 acct
+abrt 422 422 acct
+pdns 423 423 acct Used by net-dns/pdns
+quagga 424 424 acct
+kafka 425 425 acct
+etcd 426 426 acct
+cadvisor 427 427 acct
+telegraf 428 428 acct
+gerbera 429 429 acct
+prometheus 430 430 acct
+netbox 431 431 acct
+kube-apiserver 432 432 acct
+kube-controller-manager 433 433 acct
+kube-scheduler 434 434 acct
+clamav 435 435 acct
+nagios 436 436 acct
+automx2 437 437 acct
+milter-regex 438 438 acct
+ldap 439 439 acct
+collectd 440 440 acct
+memcached 441 441 acct
+cinder 442 442 acct
+glance 443 443 acct
+heat 444 444 acct
+keystone 445 445 acct
+neutron 446 446 acct
+nova 447 447 acct
+placement 448 448 acct
+swift 449 449 acct
+firebird 450 450 acct
+redmine 451 451 acct
+vdr 452 452 acct
+vdradmin 453 453 acct Used by www-misc/vdradmin-am
+deluge 454 454 acct
+puppet 455 455 acct
+puppetdb 456 456 acct
+icinga 457 457 acct
+nvpd 458 - acct
+icingacmd - 458 acct
+node_exporter 459 459 acct
+mogile 460 231 acct
+crontab - 460 acct
+sndiod 461 - acct
+ubridge - 461 acct
+tvheadend 462 - acct
+xpra - 462 acct Used by x11-wm/xpra
+pgbouncer 463 - acct
+supervisor - 463 acct
+airdcppd 464 464 acct
+ippl 465 - acct Used by net-analyzer/ippl
+tsm - 465 acct Used by app-backup/tsm
+rstudio-server 466 466 acct Used by sci-mathematics/rstudio
+geneweb 467 467 acct
+amule 468 468 acct
+xrootd 469 469 acct
+i2pd 470 470 acct
+i2p 471 471 acct
+quassel 472 472 acct
+jenkins 473 473 acct
+varnish 474 474 acct
+sogo 475 475 acct
+stubby 476 476 acct Used by net-dns/getdns
+suricata 477 477 acct
+graylog 478 478 acct
+openrct2 479 479 acct
+minetest 480 480 acct
+mongodb 481 481 acct
+mosquitto 482 482 acct
+bitcoin 483 483 acct
+ipfs 484 484 acct
+bedrock 485 485 acct
+spectrum 486 486 acct
+ddclient 487 487 acct
+teamspeak 488 488 acct
+steamcmd 489 489 acct
+minecraft 490 490 acct
+fhem 491 491 acct
+oprofile 492 492 acct
+oidentd 493 493 acct
+unrealircd 494 494 acct
+gvm 495 495 acct
+strelaysrv 496 496 acct
+stdiscosrv 497 497 acct
+burp 498 498 acct
+syncthing 499 499 acct
+slurm 500 500 historical Now UID/GID 400
+elasticsearch_exporter 501 501 acct
+burrow_exporter 502 502 acct
+reg 503 503 acct
+fluentd 504 504 acct
+systemd-hostname - 505 acct
+brltty 506 506 acct
+brlapi - 507 acct
+biboumi 508 508 acct Used by net-im/biboumi
+pipewire 509 509 acct
+gitlab-runner 510 510 acct
+rrdcached 511 511 acct
+libreoffice 512 512 acct
+openttd 513 513 acct
+headscale 514 514 acct Used by net-vpn/headscale daemon user
+sonarr 515 515 acct
+radarr 516 516 acct
+prowlarr 517 517 acct
+jellyfin 518 518 acct
+synapse 519 519 acct Used by net-im/synapse Matrix server
+_cron-failure 520 520 acct Used by sys-process/systemd-cron
+readarr 521 521 acct
+gns3 522 522 acct
+goaccess 523 523 acct
+owntracks 524 524 acct Used by sci-geosciences/owntracks-recorder
+knot-resolver 525 525 acct Used by net-dns/knot-resolver
+soju - 526 acct
+nginx-unit 527 527 acct
+yubihsm-connector 528 528 acct Used by app-crypt/yubihsm-connector
+inadyn 529 529 acct Used by net-dns/inadyn
+lidarr 530 530 acct
+jackett 531 531 acct
+incus - 532 acct Used by app-containers/incus
+incus-admin - 533 acct Used by app-containers/incus
+qbittorrent 534 534 acct Used by net-p2p/qbittorrent
+sandmann 535 535 acct Used by sys-power/sandmann-bin
+atuin 536 536 acct Used by app-shells/atuin
+openhab 537 537 acct Used by app-misc/openhab-bin
+
+
+- 750..999 750..999 reserved Dynamic allocation by user.eclass. Do not use!
+- 1000..60000 1000..60000 reserved `UID_MIN`..`UID_MAX` / `GID_MIN`..`GID_MAX` in login.defs
+ventrilo 3784 3784 historical Used by media-sound/ventrilo-server-bin, removed in [15c6a556cef2](https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c6a556cef202a72f7226648ebea19fcffe834d)
+- 60001..65533 60001..65532 reserved
+- 61184..65519 61184..65519 reserved Used by systemd DynamicUser feature
+nogroup - 65533 baselayout
+nogroup - 65533 baselayout-fbsd
+nobody 65534 65534 acct
+nobody 65534 65534 baselayout
+nobody 65534 65534 baselayout-fbsd
+- 65535 65535 reserved -1 on systems with 16 bit uid_t
+- 524288..1878982656 524288..1878982656 reserved Used by systemd for containers
+
+# Local Variables:
+# mode: conf-space
+# tab-width: 8
+# End:
+
+# vim:se ts=8 sts=0 tw=0 nowrap noexpandtab: