From c8d646531324e81b8b5f03f5a9d0c4b7c798928e Mon Sep 17 00:00:00 2001 From: PA4WDH Date: Wed, 4 Aug 2021 14:06:14 +0200 Subject: Initial commit --- README.html | 61 +++++++++++++++++++++++++++ metadata/layout.conf | 1 + profiles/repo_name | 1 + sys-apps/opentmpfiles/Manifest | 3 ++ sys-apps/opentmpfiles/metadata.xml | 15 +++++++ sys-apps/opentmpfiles/opentmpfiles-0.2.ebuild | 55 ++++++++++++++++++++++++ virtual/tmpfiles/Manifest | 2 + virtual/tmpfiles/metadata.xml | 13 ++++++ virtual/tmpfiles/tmpfiles-0-r2.ebuild | 14 ++++++ 9 files changed, 165 insertions(+) create mode 100644 README.html create mode 100644 metadata/layout.conf create mode 100644 profiles/repo_name create mode 100644 sys-apps/opentmpfiles/Manifest create mode 100644 sys-apps/opentmpfiles/metadata.xml create mode 100644 sys-apps/opentmpfiles/opentmpfiles-0.2.ebuild create mode 100644 virtual/tmpfiles/Manifest create mode 100644 virtual/tmpfiles/metadata.xml create mode 100644 virtual/tmpfiles/tmpfiles-0-r2.ebuild diff --git a/README.html b/README.html new file mode 100644 index 0000000..f2a791e --- /dev/null +++ b/README.html @@ -0,0 +1,61 @@ +
+ This is an overlay voor the Gentoo Linux distribution, it provides ebuilds for + opentmpfiles which is about to be removed from the official repository in + favor of a systemd version. +
++ Gentoo can be -if you want- a systemd-free distro, it is one of the things i + like about it. Opentmpfiles is Gentoo's implementation of tmpfiles and it is + about to be replaced by the systemd version of tmpfiles. There has been + quite some + discussion about that and I created this overlay to keep opentmpfiles. +
++ This overlay provides two packages: +
++ First you'll have to clone this overlay on a place you like, a common place + these days is /var/db/repos. So cd into that directory and use + git clone https://code.pa4wdh.nl.eu.org/gentoo/opentmpfiles, this will + create a directory called opentmpfiles with the overlay in it. +
++ Next you have to make portage aware of the repo, for that you'll have to + create a config file under /etc/portage/repos.conf. Create a file + called opentmpfiles.conf and give it these contents: +
++[opentmpfiles] +location = /var/db/repos/opentmpfiles +sync-type = git +sync-uri = https://code.pa4wdh.nl.eu.org/gentoo/opentmpfiles ++
+ If you placed the overlay on a different place than /var/db/repos make + sure to adapt the location line to your needs. +
++ In the official Gentoo repository the package sys-apps/opentmpfiles is still + masked, so you still have to unmask it to be able to use it. Add + sys-apps/opentmpfiles to /etc/portage/package.unmask to do that. +
++ This overlay will help you to keep opentmpfiles, eliminating an other systemd + component from your system. +
++ If you have any feedback on this overlay, you're quite likely to find me on + the Gentoo forums. +
++ Have fun! +
diff --git a/metadata/layout.conf b/metadata/layout.conf new file mode 100644 index 0000000..d43e61c --- /dev/null +++ b/metadata/layout.conf @@ -0,0 +1 @@ +masters = gentoo diff --git a/profiles/repo_name b/profiles/repo_name new file mode 100644 index 0000000..6eac199 --- /dev/null +++ b/profiles/repo_name @@ -0,0 +1 @@ +opentmpfiles diff --git a/sys-apps/opentmpfiles/Manifest b/sys-apps/opentmpfiles/Manifest new file mode 100644 index 0000000..3147d0b --- /dev/null +++ b/sys-apps/opentmpfiles/Manifest @@ -0,0 +1,3 @@ +DIST opentmpfiles-0.2.tar.gz 5711 BLAKE2B e1ee7820b2d184d18e63e7e9d93227bb301eb82be8c2b6021c7a1092f55a4ca2bb5dfb7494ff00c3b6debace1963f6c89011ff557f665f0a93c907bd759a4c6f SHA512 bc384cc9156ba6c54d3308ddad4d26b1877f020aa8558e82df2ed49ffa65e0fed5a49eaa11b27193bfe2ad11a4d7368f7cdbc225b820b309af3b299327ddb07b +EBUILD opentmpfiles-0.2.ebuild 1437 BLAKE2B 3f79381bb031c46df9123a53313ea23471a145d08d48a821c373e8d232aa59c75131c2f42e8092a5a34fd21afd96e4608673121eb4e6611d8f35e476fa73c2bd SHA512 ce42fb5cbd88a53fb8093d8551470aefd50ddd61f6e5ebab40e7c7e43c870f83ba80c550d0ae48ba57e31e479d6f4761312f78433a4fe39359aa1e6c637d7a84 +MISC metadata.xml 445 BLAKE2B 4aad5dcfe48ca38a0de24e7c5a1fa53ec639827f9caa2f03c71fb2c054d74de487cda2eb7c8efccd20d5012955163bd9cef7f73f892a14e8ffd63bb73878dd90 SHA512 9dd3d1e30ceff27dbe6b5250ca0915d31957f94f830236b385d2cfcf2e28806d8fac23220148d7a7cfd09f73136e0bc728e1c289da77f939faff2c2d5c55dd6b diff --git a/sys-apps/opentmpfiles/metadata.xml b/sys-apps/opentmpfiles/metadata.xml new file mode 100644 index 0000000..e38bd1f --- /dev/null +++ b/sys-apps/opentmpfiles/metadata.xml @@ -0,0 +1,15 @@ + + +