{"id":23177572,"url":"https://github.com/domichel/gencool","last_synced_at":"2025-04-05T01:42:30.478Z","repository":{"id":73310429,"uuid":"177025989","full_name":"domichel/GenCool","owner":"domichel","description":"Cool ebuilds collection for gentoo","archived":false,"fork":false,"pushed_at":"2024-10-22T15:05:09.000Z","size":107544,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-17T11:01:42.867Z","etag":null,"topics":["ebuild","gentoo","overlay","portage"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/domichel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-21T21:24:52.000Z","updated_at":"2024-10-22T15:05:19.000Z","dependencies_parsed_at":"2024-10-20T22:25:56.853Z","dependency_job_id":null,"html_url":"https://github.com/domichel/GenCool","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domichel%2FGenCool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domichel%2FGenCool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domichel%2FGenCool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domichel%2FGenCool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/domichel","download_url":"https://codeload.github.com/domichel/GenCool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276097,"owners_count":20912287,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ebuild","gentoo","overlay","portage"],"created_at":"2024-12-18T06:35:45.211Z","updated_at":"2025-04-05T01:42:30.462Z","avatar_url":"https://github.com/domichel.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GenCool\nCool ebuilds collection for gentoo\n\nThese ebuilds are provided as it. They work for me at the time I commited them.\nI make my possible to follow the gentoo policies and to keep the ebuilds up to date.\nAll ebuilds are tested with repoman.\nIf you find a non working ebuild, please contribute and open a bug report.\n\nThe x11-wm/fvwm3 ebuild does not follow the gentoo policy about installation paths.\nIt install most of the files into /usr/local.\nThat way, you can have both fvwm 2 and 3 installed into the same system.\n\nmedia-sound/guitarix[dkbuilder] will install guitarix as usual.\nIt will also install dkbuilder world writable into /usr/share/dkbuilder.\nAn improved 'dkbuilder' script is provided. Just run it as user and follow the help message in order to setup and manage the dkbuilder virtual python environment.\n\nEnjoy!\n\n## Ebuilds list\nmedia-sound/guitarix: use the main tree ebuild. For the dev-util/dkbuilder, use the proaudio-gentoo overlay and see the linux musician forum for explanation about it. https://github.com/domichel/proaudio-gentoo\n\nmedia-video/cinelerra: cinelerra-gg live ebuild which follow upstream linking recommendation.\n\nsci-electronics/lepton-eda: gEDA fork\n\nsci-electronics/spice-audio-tools: using wav files with ngspice.\n\nsci-electronics/xoscope: xoscope live ebuild\n\nx11-libs/gtkdatabox: runtime dependency for sci-electronics/xoscope\n\nAnd a few other ones as temporary fixes for software managed outside of Gencool and proaudio-gentoo.\n\n## Usage\nI suppose you want to install the overlay in /var/lib/layman, and get it managed by layman\n\n1) `cd /var/lib/layman`\n2) `git clone https://github.com/domichel/GenCool.git`\n3) `/var/lib/layman/installed.xml` must have one repo section for each layman managed overlay. As example for GenCool:\n```\n\u003c?xml version='1.0' encoding='UTF-8'?\u003e\n\u003crepositories encoding=\"UTF-8\" version=\"1.0\"\u003e\n  \u003crepo priority=\"50\" quality=\"experimental\" status=\"unofficial\"\u003e\n    \u003cname\u003eGenCool\u003c/name\u003e\n    \u003cdescription\u003eDomichel's overlay with cool ebuilds\u003c/description\u003e\n    \u003chomepage\u003ehttps://github.com/fomichel/GenCool\u003c/homepage\u003e\n    \u003cowner\u003e\n      \u003cemail\u003edominique_libre@users.sf.net\u003c/email\u003e\n    \u003c/owner\u003e\n    \u003csource type=\"git\"\u003egit://github.com/domichel/GenCool.git\u003c/source\u003e\n  \u003c/repo\u003e'\n```\n4)  `/var/lib/layman/make.conf` should look like:\n```\nPORTDIR_OVERLAY=\"\n$PORTDIR_OVERLAY\n/var/lib/layman/GenCool\n/var/lib/layman/test\"\n```\n5) `/etc/portage/repos.conf/GenCool.conf` should be:\n```\n[DEFAULT]\nmain-repo = layman\n\n[GenCool]\nlocation = /var/lib/layman/GenCool\nsync-type = git\nsync-uri = https://github.com/domichel/GenCool.git\n```\n6) `/etc/portage/repos.conf/layman.conf` should have a section for GenCool:\n```\n[GenCool]\npriority = 90\nlocation = /var/lib/layman/GenCool\nlayman-type = git\nauto-sync = No\n```\nNow, you can run `layman -s ALL` and get all your overlays including GenCool to be updated.\nYou will see something like:\n```\n * Syncing selected overlay(s)...\n * Running Git... # ( cd /var/lib/layman/GenCool  \u0026\u0026 /usr/bin/git pull )\nAlready up to date.\n...snip...\n* Successfully synchronized overlay \"GenCool\".\n...snip...\n* Overlay \"GenCool\" could not be found in the remote lists.\n``` \nYou can ignore that warning, it's normal because GenCool is not in layman's remote list of overlays. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomichel%2Fgencool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdomichel%2Fgencool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomichel%2Fgencool/lists"}