{"id":20405916,"url":"https://github.com/coldnew/sabayon-coldnew","last_synced_at":"2026-03-05T20:52:26.668Z","repository":{"id":66658951,"uuid":"58987474","full_name":"coldnew/sabayon-coldnew","owner":"coldnew","description":"coldnew's Sabayon Linux repository","archived":false,"fork":false,"pushed_at":"2016-05-19T16:11:58.000Z","size":98741,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"gh-pages","last_synced_at":"2025-03-05T02:18:47.710Z","etag":null,"topics":["sabayon"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coldnew.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-05-17T03:28:39.000Z","updated_at":"2017-08-07T06:26:56.000Z","dependencies_parsed_at":"2023-03-27T13:19:02.334Z","dependency_job_id":null,"html_url":"https://github.com/coldnew/sabayon-coldnew","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coldnew/sabayon-coldnew","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldnew%2Fsabayon-coldnew","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldnew%2Fsabayon-coldnew/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldnew%2Fsabayon-coldnew/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldnew%2Fsabayon-coldnew/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coldnew","download_url":"https://codeload.github.com/coldnew/sabayon-coldnew/tar.gz/refs/heads/gh-pages","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldnew%2Fsabayon-coldnew/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30149878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T16:58:46.102Z","status":"ssl_error","status_checked_at":"2026-03-05T16:58:45.706Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["sabayon"],"created_at":"2024-11-15T05:13:52.042Z","updated_at":"2026-03-05T20:52:26.626Z","avatar_url":"https://github.com/coldnew.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"* coldnew's Sabayon Linux repository\n\nThis is my personal's sabayon linux repository, feel free to use it :)\n\n#+begin_quote\n*This project is not mantain anymore, I still more like to use Gentoo Linux instead of Sabayon.*\n#+end_quote\n\n* Architecture support\n\nThis project support both =amd64= and =armv7l= architecture on Sabayon Linux.\n\n* Add this repo to your Sabayon Linux\n\nTo use this binary host, you can use following command to add it to your Sabayon Linux system:\n\n#+BEGIN_SRC sh\n  equo repo add coldnew \\\n       --desc \"coldnew's Sabayon Linux Repository\" \\\n       --repo https://coldnew.github.io/sabayon-coldnew/#bz2  \\\n       --pkg https://coldnew.github.io/sabayon-coldnew/\n#+END_SRC\n\nthen update the entropy info\n\n#+BEGIN_SRC sh\n  equo update\n#+END_SRC\n\n* How to create repo like this one ?\n\nHere are some info how I create this repo\n\n** Install sys-apps/entropy-server\n\n   We need to install entropy-server first\n\n   : equo install sys-apps/entropy-server\n\n** Edit /etc/entropy/server.conf\n\n   You can create the =/etc/entropy/server.conf= from =/etc/entropy/server.conf.example=.\n\n   : cp /etc/entropy/server.conf.example /etc/entropy/server.conf\n\n   If you want your repo just an overlay, you need to setup this\n\n   #+BEGIN_SRC sh\n     # Community repository mode, enable this if your repositories\n     # are just \"overlays\" of other full-blown repositories.\n     # For example, you're providing your own set of customized packages\n     # that are meant to work with some distribution repositories' packages.\n     #\n     # syntax for community-mode:\n     #    community-mode = \u003cenable/disable\u003e\n     #    default is: disable\n     #\n     community-mode = enable\n   #+END_SRC\n\n   You also need to modify you default repository name (ex: =coldnew=)\n\n   #+BEGIN_SRC sh\n     #  syntax for default-repository:\n     #\n     #    default-repository: Currently working repository identifier (if you have\n     #        more than one server-side repository, this indicates the one which\n     #        Entropy Server is authorized to work on)\n     #    default-repository = \u003crepository identifier\u003e\n     #\n     default-repository = coldnew\n   #+END_SRC\n\n** Edit /etc/entropy/repositories.conf.d/\n\n   You need to add you repository info in =/etc/entropy/repositories.conf.d/=, take my repo for example, I need to create =entropy_coldnew= with following contents:\n\n   #+BEGIN_SRC conf\n     # Repository configuration file automatically generated\n     # by Entropy on your behalf.\n\n     [coldnew]\n     desc = coldnew's Sabayon Linux Repository\n     repo = file:///w/binhost/sabayon-coldnew/\n     enabled = true\n\n     pkg = https://coldnew.github.io/sabayon-coldnew/\n   #+END_SRC\n\n** Initialize you repository\n\n   Just switch to your repository dir (change =coldnew= to you repository name)\n\n   #+BEGIN_SRC sh\n     eit init coldnew\n   #+END_SRC\n\n** Use portage build the package\n\n   Just use portage build the package you need, note that I use =-B= to make portage just build the package and not install to system.\n\n   #+BEGIN_SRC sh\n     emerge -avB dev-embedded/stlink\n   #+END_SRC\n\n   After package builded, you can find the package locate in =/usr/portage/packages/dev-embedded/stlink-1.2.0.tbz2=, we need to transfer it to Sabayon's package.\n\n** Transfer portage package to entropy one\n\n   Let's create a tmp directory =/tmp/packages=\n\n   #+BEGIN_SRC sh\n     mkdir -p /tmp/packages\n   #+END_SRC\n\n   It's time to transfer portage package to entropy package\n\n   #+BEGIN_SRC sh\n     equo pkg inflate --savedir /tmp/packages /usr/portage/packages/dev-embedded/stlink-1.2.0.tbz2\n   #+END_SRC\n\n** Add the package to you repo\n\n   Now, there's are some new package in you =/tmp/packages= directory, juse add them to your repo\n\n   #+BEGIN_SRC sh\n     eit inject /tmp/packages/dev-embedded/dev-embedded:stlink-1.2.0.998e8a33fb4db7a3a016e6c741c7512101655adc~9999.tbz2\n   #+END_SRC\n\n** Push all changes\n\n   After all things done, you can push all your modification to your repo.\n\n   #+BEGIN_SRC sh\n     eit push\n   #+END_SRC\n\n* References\n\n  Here are some reference\n\n  ~[1]~ [[https://wiki.sabayon.org/index.php?title=En:HOWTO:_Set_Up_A_Community_Repository][HOWTO: Set Up A Community Repository]]\n\n  ~[2]~ [[http://ordinatechnic.com/os-specific-guides/sabayon/using-portage-to-build-a-binary-package-for-installation-by-entropy][Sabayon: Using Portage to Build a Binary Package for Installation by Entropy]]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoldnew%2Fsabayon-coldnew","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoldnew%2Fsabayon-coldnew","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoldnew%2Fsabayon-coldnew/lists"}