Gentoo Archives: gentoo-commits

From: Thomas Scholz <thomas.scholz@××××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/oet/
Date: Tue, 28 Feb 2023 17:03:48
Message-Id: 1677603698.06911b6c4154f8f3e69a361d7f4210777c136215.thomas.scholz@gentoo
1 commit: 06911b6c4154f8f3e69a361d7f4210777c136215
2 Author: Thomas Scholz <thomas.scholz <AT> protonmail <DOT> com>
3 AuthorDate: Tue Feb 28 16:55:41 2023 +0000
4 Commit: Thomas Scholz <thomas.scholz <AT> protonmail <DOT> com>
5 CommitDate: Tue Feb 28 17:01:38 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=06911b6c
7
8 app-admin/oet: Bump to oet-0.0.0.4; add config file
9
10 Add a config file mechanism through a sourced /etc/oet/config.
11 Generalise the script by moving personal system setup to a customized config.
12
13 Signed-off-by: Thomas Scholz <thomas.scholz <AT> protonmail.com>
14
15 app-admin/oet/Manifest | 1 +
16 app-admin/oet/{oet-9999.ebuild => oet-0.0.0.4.ebuild} | 2 ++
17 app-admin/oet/oet-9999.ebuild | 2 ++
18 3 files changed, 5 insertions(+)
19
20 diff --git a/app-admin/oet/Manifest b/app-admin/oet/Manifest
21 index 51964773d..baece64c0 100644
22 --- a/app-admin/oet/Manifest
23 +++ b/app-admin/oet/Manifest
24 @@ -1,2 +1,3 @@
25 DIST oet-0.0.0.2.tar.gz 18284 BLAKE2B 94db54554b62a2cf598d7c970de9fe4540635f9a877025dea89c2b4580ae9a2dbe784fb27e8cf57a9a5998acad0229356c30167777a6ac56b8b8b41ccc5bc3e2 SHA512 82e4a0b26d988b7c3286495d8d5747225aaecc7516979fb70723d3351858750eb32c09663f0238efa638732ce5c21be92b503a15f85b6d6ad6771dab4bdf0836
26 DIST oet-0.0.0.3.tar.gz 18750 BLAKE2B 42931382d172b0fdbc3754898971975dc9a62f36e35a1d1f36d99c906d242072014280ef5c51381b8bb15dfe17ad2f882e213c9061f1fe6e82acaf93753e3316 SHA512 cb986b736cc2514808c9242f359c507360c647d64e3450d8c0f992b17d3648ee5385ae93960c21124c0cc77f4c02a0c6d2ad14f4b2f4422d677f41ff8f7292dd
27 +DIST oet-0.0.0.4.tar.gz 19243 BLAKE2B 78d262b519c4a434b9290b80f8b22f5b41d124d4c0203eddfcaa6a019a97a158749246cd0d8bd7a9b41944a9d80a5c2921378c57c90897a985323e355a92bac7 SHA512 3ed2136b95f91f7ae0fd58a342e8e7d1eba31e785f9cffc66c2f141b7bf67803d6b52dc2b7cbe0216244d9192e1ce0c9ee020f83607d5fc4904e9a3a720c8146
28
29 diff --git a/app-admin/oet/oet-9999.ebuild b/app-admin/oet/oet-0.0.0.4.ebuild
30 similarity index 93%
31 copy from app-admin/oet/oet-9999.ebuild
32 copy to app-admin/oet/oet-0.0.0.4.ebuild
33 index 4484c4c1f..2543a11a9 100644
34 --- a/app-admin/oet/oet-9999.ebuild
35 +++ b/app-admin/oet/oet-0.0.0.4.ebuild
36 @@ -26,6 +26,8 @@ src_install() {
37 doins src/oet_auto_emerge_update.source
38 doins src/oet_interactive.source
39 doman resources/oet.1
40 + insinto /etc/${PN}
41 + newins resources/default_config config
42 }
43
44 src_compile() {
45
46 diff --git a/app-admin/oet/oet-9999.ebuild b/app-admin/oet/oet-9999.ebuild
47 index 4484c4c1f..2543a11a9 100644
48 --- a/app-admin/oet/oet-9999.ebuild
49 +++ b/app-admin/oet/oet-9999.ebuild
50 @@ -26,6 +26,8 @@ src_install() {
51 doins src/oet_auto_emerge_update.source
52 doins src/oet_interactive.source
53 doman resources/oet.1
54 + insinto /etc/${PN}
55 + newins resources/default_config config
56 }
57
58 src_compile() {