diff options
author | Thomas Scholz <thomas.scholz@protonmail.com> | 2023-03-08 06:04:48 +0100 |
---|---|---|
committer | Thomas Scholz <thomas.scholz@protonmail.com> | 2023-03-08 06:11:20 +0100 |
commit | 5f8eda8b61c782b213e644f9383f4385e5c33db5 (patch) | |
tree | 51556751b0b2be4fc0746a0bd41316c1f2d641ec /app-admin | |
parent | dev-python/dasbus: bump version to 1.7 (diff) | |
download | guru-5f8eda8b61c782b213e644f9383f4385e5c33db5.tar.gz guru-5f8eda8b61c782b213e644f9383f4385e5c33db5.tar.bz2 guru-5f8eda8b61c782b213e644f9383f4385e5c33db5.zip |
app-admin/oet: Version 0.1.9
Updates in oet 0.1.9:
Changed version number scheme
Updated manual and readme
Updated config parser
Removed root restriction
Signed-off-by: Thomas Scholz <thomas.scholz@protonmail.com>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/oet/Manifest | 3 | ||||
-rw-r--r-- | app-admin/oet/oet-0.0.0.5.ebuild | 32 | ||||
-rw-r--r-- | app-admin/oet/oet-0.1.9.ebuild (renamed from app-admin/oet/oet-0.0.0.8.ebuild) | 0 |
3 files changed, 1 insertions, 34 deletions
diff --git a/app-admin/oet/Manifest b/app-admin/oet/Manifest index 2f0c5424c..5492d496f 100644 --- a/app-admin/oet/Manifest +++ b/app-admin/oet/Manifest @@ -1,2 +1 @@ -DIST oet-0.0.0.5.tar.gz 10266 BLAKE2B bf85f6e64b9bf17de51ab94629e786a521d2ae6d66ae51b1fd0c1e467f75b402670b912daf5ee4fb2bdb31f0af401ede09d742c9e391d31a007b021d89e40caf SHA512 de9ad98e6def8e2086c87e8d76433ee69cffe25b060775e5bf8764414d67eebd09fa65e76af88b566043b2422375763488023d1581595a6f0f96ecb6fbf58ba5 -DIST oet-0.0.0.8.tar.gz 12032 BLAKE2B cceb5f13bbf0fa3dc212369cb6ce927b96453dcd6c4690793e3e8bfb69bb97df4177585265ef521bd7df0bc6dc9bfce2e08e1a828ef1fabba4a28e30c88739c6 SHA512 dbed1eb1d0df64d409f0f218586bef6de3e4b0415e7d0fb09b0a9b2c3ca64ff1f1427c7033230f01e61c1cc6bec6a2038148bf3114d54b59fac76530cfef9cfb +DIST oet-0.1.9.tar.gz 13841 BLAKE2B 59c2859387ece5253380594f671ea7526d8865995ad79360c6156352cdfaadb6f2bf7b2d355bee22e78e53190c8e8fc4f9c3e610025b2b78bc986c319306a873 SHA512 f140c232b0781c6a00ad22204cf68e226b9a26ac8329c31021f3d0bad7320c1a5323acddb5b348b28dc1bd914daba94c3a30bfd17341f7e0406ccc902daf8f1d diff --git a/app-admin/oet/oet-0.0.0.5.ebuild b/app-admin/oet/oet-0.0.0.5.ebuild deleted file mode 100644 index f3bf844b1..000000000 --- a/app-admin/oet/oet-0.0.0.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Update your system into binpkgs in an overlay sandbox" -HOMEPAGE="https://codeberg.org/bcsthsc/overlay-emerge-tool" -if [[ "${PV}" == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://codeberg.org/bcsthsc/overlay-emerge-tool.git" - EGIT_BRANCH="main" - [[ "${EGIT_BRANCH}" == "" ]] && die "Please set a git branch" -else - SRC_URI="https://codeberg.org/bcsthsc/overlay-emerge-tool/archive/oet-${PV}.tar.gz" - S="${WORKDIR}/overlay-emerge-tool" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="LGPL-2" -SLOT="0" - -src_prepare() { - if [[ "${PV}" == "9999" ]]; then - git describe --tags --abbrev=0 | sed -e "s/oet-//" >.version - else - echo ${PV} >.version - fi - default - eautoreconf -fi -} diff --git a/app-admin/oet/oet-0.0.0.8.ebuild b/app-admin/oet/oet-0.1.9.ebuild index 7b270b200..7b270b200 100644 --- a/app-admin/oet/oet-0.0.0.8.ebuild +++ b/app-admin/oet/oet-0.1.9.ebuild |