app-admin/run0edit: drop 0.5.7, add 0.5.8

* Drop logic to automatically setup config. No longer needed.

Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
dsaf
2026-03-12 18:21:38 -03:00
parent 729d731070
commit 4e11e0a3a0
3 changed files with 1 additions and 9 deletions

View File

@@ -1 +1 @@
DIST run0edit-0.5.7.tar.gz 51200 BLAKE2B 4b0fddd7ed72d102a47bbabb8d4d8fec82d751f490fa7c97cd3511990a3780cca8259618fbab57516f3b90de78d6258825d9ffaeab2c8a386033dd1578de5ace SHA512 2567b095b5885163e5d9c9f1cb8f152bdd9e4a7503417a37124da6cc162f155d7b826ecb61387e211f36aabf35c244159b0b072c1120f2a7f9bfe575ca21f98a
DIST run0edit-0.5.8.tar.gz 61440 BLAKE2B dabb11034e380e9ed38d837fd68088f8db641b16a57685fd765dff2f7cebb2be089435450b4d5e9f9ca25a549a8e9ade111e35dcb734461c7b82d45460d20eb3 SHA512 af324e18bd2cee60e72eb557c5b64f062d315a2ba3e30a314cc1879a993e1d4f8d446510e8669df92f1f306104c6b52dc14adc80e4a8e7622a1dba1aa2b07f86

View File

@@ -54,8 +54,4 @@ src_install() {
python_doscript run0edit
einstalldocs
# setup editor.conf
dodir /etc/"${PN}"
echo "$(which ${EDITOR})" >> "${ED}"/etc/"${PN}"/editor.conf || die
}

View File

@@ -54,8 +54,4 @@ src_install() {
python_doscript run0edit
einstalldocs
# setup editor.conf
dodir /etc/"${PN}"
echo "$(which ${EDITOR})" >> "${ED}"/etc/"${PN}"/editor.conf || die
}