Giter Site home page Giter Site logo

jorgicio-gentoo-overlay's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.