All Projects → jorgicio → Jorgicio Gentoo Overlay

jorgicio / Jorgicio Gentoo Overlay

Gentoo Overlay made by Jorgicio.

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Jorgicio Gentoo Overlay

portage-utils
[MIRROR] Small and fast Portage helper tools written in C
Stars: ✭ 25 (-75.49%)
Mutual labels:  gentoo
Portage
[MIRROR] Package management system
Stars: ✭ 336 (+229.41%)
Mutual labels:  gentoo
Elivepatch
Gentoo remote live patch system
Stars: ✭ 9 (-91.18%)
Mutual labels:  gentoo
go-overlay
This Portage overlay is for Go related ebuilds.
Stars: ✭ 33 (-67.65%)
Mutual labels:  gentoo
brother-overlay
Portage overlay for Brother printer and scanner software
Stars: ✭ 27 (-73.53%)
Mutual labels:  gentoo
Archcraft
// Source : ISO
Stars: ✭ 437 (+328.43%)
Mutual labels:  gentoo
hmg
💝 My personal Gentoo/Linux configuration backup files
Stars: ✭ 16 (-84.31%)
Mutual labels:  gentoo
Kde
[MIRROR] KDE team's testing overlay
Stars: ✭ 80 (-21.57%)
Mutual labels:  gentoo
Robox
The tools needed to robotically create/configure/provision a large number of operating systems, for a variety of hypervisors, using packer.
Stars: ✭ 303 (+197.06%)
Mutual labels:  gentoo
Gentoo Build
shell scripts that builds systemd based gentoo box for x86_64 platform
Stars: ✭ 24 (-76.47%)
Mutual labels:  gentoo
esm-overlay
ESM's portage overlay. It's useful for especially Ruby/Rails application development.
Stars: ✭ 19 (-81.37%)
Mutual labels:  gentoo
pkgcheck
pkgcore-based QA utility for ebuild repos
Stars: ✭ 19 (-81.37%)
Mutual labels:  gentoo
Dotfiles
Dotfiles for unix, managed by GNU stow.
Stars: ✭ 617 (+504.9%)
Mutual labels:  gentoo
gentoojp.github.io
GitHub Pages for Gentoo JP Website
Stars: ✭ 14 (-86.27%)
Mutual labels:  gentoo
Mva Overlay
mva's sandbox overlay
Stars: ✭ 40 (-60.78%)
Mutual labels:  gentoo
efi-install-guide-source
The MediaWiki source pages for "Sakaki's EFI Install Guide" (as hosted on the Gentoo wiki)
Stars: ✭ 19 (-81.37%)
Mutual labels:  gentoo
Gentoolto
A Gentoo Portage configuration for building with -O3, Graphite, and LTO optimizations
Stars: ✭ 399 (+291.18%)
Mutual labels:  gentoo
Gentoo
[MIRROR] Official Gentoo ebuild repository
Stars: ✭ 1,364 (+1237.25%)
Mutual labels:  gentoo
Mkstage4
Bash Utility for Creating Stage 4 Tarballs
Stars: ✭ 55 (-46.08%)
Mutual labels:  gentoo
Gentoo On Rpi 64bit
Bootable 64-bit Gentoo image for the Raspberry Pi4B, 3B & 3B+, with Linux 5.4, OpenRC, Xfce4, VC4/V3D, camera and h/w codec support, weekly-autobuild binhost
Stars: ✭ 831 (+714.71%)
Mutual labels:  gentoo

HELP! I need collaborators. (MUST READ, PLEASE)

Hi!

It's sad for me to say that I had to leave Gentoo (at least, for some undeterminate time). Let me explain:

I got a new laptop, a Dell G3 15 3500. Since it has some new hardware, tried and installed Calculate (as well some other Live USBs) and Kubuntu is the only distro that recognizes ALL the hardware, including sound (with no issues) and the Prime, as well as I found it's a good git for a bit gaming.

I'm not planning to leave my overlay, but I won't maintain it for now. So that's why I need collaborators.

You can add PRs or write me in order to add you as a collaborator. If you have some idea to share, it'll be welcome. Also, you can submit an issue and/or write me an email.

Thank you, and sorry for the inconveniences.

Table of Contents generated with DocToc

Jorgicio Custom Overlay

Made with love by Jorge Pizarro Callejas, a.k.a. Jorgicio.

Branch renaming (Information for users, MUST READ)

Since I renamed the default branch from master to main, you may experiment syncing issues. In order to fix that, just remove this repo and add it again using the method of your choice. See more information below.

Branch renaming (Information for collaborators, MUST READ)

The default branch is now main instead of master, so if you want to send your PRs, you should do the following if not done before:

git checkout master
git branch -m master main
git fetch
git branch --unset-upstream
git branch -u origin/main

And that's it.

Usage

Using Layman

First, install Layman from the official Portage tree. Must use the use-flag USE="git" at the moment of installation.

emerge layman

Then, in the section "overlays" in the /etc/layman/layman.cfg, add the following URL: https://raw.github.com/jorgicio/jorgicio-gentoo/master/jorgicio-repo.xml

That's not needed anymore!!! Now this overlay is added to the official list. Check it here.

And then, run the following command:

layman -f -a jorgicio

And you're done.

If you want to refresh the overlay (and all another overlays), just type:

layman -S

That's all, folks!

Using eselect-repository

Eselect-repository is a new Eselect module intended to manage repositories. It superseed the need for Layman to list, configure, and handle synchronizations of alternate repositories (except some ones like mercurial, bazaar, and g-sorcery). It can handle the repos list in /etc/portage/repos.conf

First, install the eselect-repository package from Portage:

emerge eselect-repository

Then, enable the repo:

eselect repository enable jorgicio

After that, use emaint (already included in Portage) to sync the repo and its files:

emaint sync -r jorgicio

Now you're ready to use this repo. More information about this method, you can find it in the link above.

Note for all people who send pull requests (MUST READ)

All pull requests are welcomed to this repo, but if you do it, please use the Gentoo Git Commit Message Format. Thank you!

Note for all people who doesn't own a Github accound (MUST READ)

If you don't have a Github account, you can email me but ONLY with the tag [Gentoo Overlay] (as you can see it, with brackets and respecting capital letters). Any mail sent without that, can't be read, because is too annoying searching emails when one has a lot of them. With that tag, I can filter it easily, so I can read those emails.

Thanks in advance.

Problem with media-tv/xawtv ? See here

If you have any issue related with mmx at compilation time, you should add this to your /etc/portage/package.use:

media-tv/xawtv -cpu_flags_x86_mmx

For some strange reason, despite being added in the package.use.mask file, it's still active, so you should disable it manually in the meantime.

Want to contribute? Please, contact me

As you may notice, there are lots of packages here, so any help (PRs, adopting some of this packages, etc.) are welcome.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].