commit:     bb9844f653cb11ecf93cf19edb8db489ff27801e
Author:     Thomas Scholz <thomas.scholz <AT> protonmail <DOT> com>
AuthorDate: Tue Feb 28 09:18:35 2023 +0000
Commit:     Thomas Scholz <thomas.scholz <AT> protonmail <DOT> com>
CommitDate: Tue Feb 28 09:18:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb9844f6

app-admin/oet: Fixed ebuilds due to pkgdev remarks

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

 app-admin/oet/oet-0.0.0.2.ebuild | 3 +--
 app-admin/oet/oet-0.0.0.3.ebuild | 3 +--
 app-admin/oet/oet-9999.ebuild    | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/app-admin/oet/oet-0.0.0.2.ebuild b/app-admin/oet/oet-0.0.0.2.ebuild
index ee1ee9e40..4484c4c1f 100644
--- a/app-admin/oet/oet-0.0.0.2.ebuild
+++ b/app-admin/oet/oet-0.0.0.2.ebuild
@@ -19,11 +19,10 @@ fi
 LICENSE="LGPL-2"
 SLOT="0"
 
-
 src_install() {
        dosbin src/oet
-       dodir /usr/share/oet
        insinto /usr/share/oet
+       dodir /usr/share/oet
        doins src/oet_auto_emerge_update.source
        doins src/oet_interactive.source
        doman resources/oet.1

diff --git a/app-admin/oet/oet-0.0.0.3.ebuild b/app-admin/oet/oet-0.0.0.3.ebuild
index 82a7cda93..98ab66f44 100644
--- a/app-admin/oet/oet-0.0.0.3.ebuild
+++ b/app-admin/oet/oet-0.0.0.3.ebuild
@@ -19,11 +19,10 @@ fi
 LICENSE="LGPL-3"
 SLOT="0"
 
-
 src_install() {
        dosbin src/oet
-       dodir /usr/share/oet
        insinto /usr/share/oet
+       dodir /usr/share/oet
        doins src/oet_auto_emerge_update.source
        doins src/oet_interactive.source
        doman resources/oet.1

diff --git a/app-admin/oet/oet-9999.ebuild b/app-admin/oet/oet-9999.ebuild
index ee1ee9e40..4484c4c1f 100644
--- a/app-admin/oet/oet-9999.ebuild
+++ b/app-admin/oet/oet-9999.ebuild
@@ -19,11 +19,10 @@ fi
 LICENSE="LGPL-2"
 SLOT="0"
 
-
 src_install() {
        dosbin src/oet
-       dodir /usr/share/oet
        insinto /usr/share/oet
+       dodir /usr/share/oet
        doins src/oet_auto_emerge_update.source
        doins src/oet_interactive.source
        doman resources/oet.1

Reply via email to