commit:     06911b6c4154f8f3e69a361d7f4210777c136215
Author:     Thomas Scholz <thomas.scholz <AT> protonmail <DOT> com>
AuthorDate: Tue Feb 28 16:55:41 2023 +0000
Commit:     Thomas Scholz <thomas.scholz <AT> protonmail <DOT> com>
CommitDate: Tue Feb 28 17:01:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=06911b6c

app-admin/oet: Bump to oet-0.0.0.4; add config file

Add a config file mechanism through a sourced /etc/oet/config.
Generalise the script by moving personal system setup to a customized config.

Signed-off-by: Thomas Scholz <thomas.scholz <AT> protonmail.com>

 app-admin/oet/Manifest                                | 1 +
 app-admin/oet/{oet-9999.ebuild => oet-0.0.0.4.ebuild} | 2 ++
 app-admin/oet/oet-9999.ebuild                         | 2 ++
 3 files changed, 5 insertions(+)

diff --git a/app-admin/oet/Manifest b/app-admin/oet/Manifest
index 51964773d..baece64c0 100644
--- a/app-admin/oet/Manifest
+++ b/app-admin/oet/Manifest
@@ -1,2 +1,3 @@
 DIST oet-0.0.0.2.tar.gz 18284 BLAKE2B 
94db54554b62a2cf598d7c970de9fe4540635f9a877025dea89c2b4580ae9a2dbe784fb27e8cf57a9a5998acad0229356c30167777a6ac56b8b8b41ccc5bc3e2
 SHA512 
82e4a0b26d988b7c3286495d8d5747225aaecc7516979fb70723d3351858750eb32c09663f0238efa638732ce5c21be92b503a15f85b6d6ad6771dab4bdf0836
 DIST oet-0.0.0.3.tar.gz 18750 BLAKE2B 
42931382d172b0fdbc3754898971975dc9a62f36e35a1d1f36d99c906d242072014280ef5c51381b8bb15dfe17ad2f882e213c9061f1fe6e82acaf93753e3316
 SHA512 
cb986b736cc2514808c9242f359c507360c647d64e3450d8c0f992b17d3648ee5385ae93960c21124c0cc77f4c02a0c6d2ad14f4b2f4422d677f41ff8f7292dd
+DIST oet-0.0.0.4.tar.gz 19243 BLAKE2B 
78d262b519c4a434b9290b80f8b22f5b41d124d4c0203eddfcaa6a019a97a158749246cd0d8bd7a9b41944a9d80a5c2921378c57c90897a985323e355a92bac7
 SHA512 
3ed2136b95f91f7ae0fd58a342e8e7d1eba31e785f9cffc66c2f141b7bf67803d6b52dc2b7cbe0216244d9192e1ce0c9ee020f83607d5fc4904e9a3a720c8146

diff --git a/app-admin/oet/oet-9999.ebuild b/app-admin/oet/oet-0.0.0.4.ebuild
similarity index 93%
copy from app-admin/oet/oet-9999.ebuild
copy to app-admin/oet/oet-0.0.0.4.ebuild
index 4484c4c1f..2543a11a9 100644
--- a/app-admin/oet/oet-9999.ebuild
+++ b/app-admin/oet/oet-0.0.0.4.ebuild
@@ -26,6 +26,8 @@ src_install() {
        doins src/oet_auto_emerge_update.source
        doins src/oet_interactive.source
        doman resources/oet.1
+       insinto /etc/${PN}
+       newins resources/default_config config
 }
 
 src_compile() {

diff --git a/app-admin/oet/oet-9999.ebuild b/app-admin/oet/oet-9999.ebuild
index 4484c4c1f..2543a11a9 100644
--- a/app-admin/oet/oet-9999.ebuild
+++ b/app-admin/oet/oet-9999.ebuild
@@ -26,6 +26,8 @@ src_install() {
        doins src/oet_auto_emerge_update.source
        doins src/oet_interactive.source
        doman resources/oet.1
+       insinto /etc/${PN}
+       newins resources/default_config config
 }
 
 src_compile() {

Reply via email to