From 7e1eff92e5185241154d83f8dafd546cb5aafd3c Mon Sep 17 00:00:00 2001 From: "Haelwenn (lanodan) Monnier" Date: Fri, 13 Feb 2026 14:54:30 +0100 Subject: [PATCH] app-admin/himitsu: drop 0.7, 0.8 Signed-off-by: Haelwenn (lanodan) Monnier --- app-admin/himitsu/Manifest | 2 -- app-admin/himitsu/himitsu-0.7.ebuild | 33 --------------------------- app-admin/himitsu/himitsu-0.8.ebuild | 34 ---------------------------- 3 files changed, 69 deletions(-) delete mode 100644 app-admin/himitsu/himitsu-0.7.ebuild delete mode 100644 app-admin/himitsu/himitsu-0.8.ebuild diff --git a/app-admin/himitsu/Manifest b/app-admin/himitsu/Manifest index f06c087908..ba285a140e 100644 --- a/app-admin/himitsu/Manifest +++ b/app-admin/himitsu/Manifest @@ -1,3 +1 @@ -DIST himitsu-0.7.tar.gz 43447 BLAKE2B 79bf522be00af42506fe020b69013290cda221d7768579d0056fbafaf938c1a6dd61f039d5ca699e54e7292adc728be696b254785d45bed42ad0ee14c017c589 SHA512 5b7136d9145729e1d277f78595c5d2f7d7d73cdad3b46b585c90cc8ae945acdad7761abc14c49d686b0c9ff82183c7c7bae286e4818f08ac50b9cf751502744c -DIST himitsu-0.8.tar.gz 52331 BLAKE2B 4cdedfbaaf804455f32b8bf63721c92a86ad7818b06ff88c497b8631edf27fc0fdf13ccc6f2ed693368cac6f17212f9c517811f4d66b2ec15a6e8fceeafe0261 SHA512 65947e516b90435d4b9635c6d8762d58c003b4bd3e128499b9f99bc94f6e238e3978f073c0f31c0a863b27026dccc39353fed422db95515610cc288cc65559af DIST himitsu-0.9.tar.gz 58364 BLAKE2B 6917ac848ef05637496861c9f3650db8d2b376a8f40dad5a3aee7bf7135ed6dde4f7e11e8034b57aa6629156b8927a0ceaadddfb7533030e889bbfb80b10461d SHA512 7082a13630a9cc2fe042686bfba8616b19f75d8d7f89f6e1a6ebdc950cdc7407b3fece533786214d50187f91b5b3aa2309941bffd6956d46228b8e658cab969d diff --git a/app-admin/himitsu/himitsu-0.7.ebuild b/app-admin/himitsu/himitsu-0.7.ebuild deleted file mode 100644 index e3d2c1222f..0000000000 --- a/app-admin/himitsu/himitsu-0.7.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -if [[ "${PV}" = "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/himitsu" - SLOT="0" -else - SRC_URI="https://git.sr.ht/~sircmpwn/himitsu/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~riscv" - SLOT="0/${PV}" -fi - -DESCRIPTION="Secret storage system for Unix, suitable for storing passwords, keys, ..." -HOMEPAGE="https://git.sr.ht/~sircmpwn/himitsu" -LICENSE="GPL-3" - -DEPEND=" - >=dev-lang/hare-0_pre20231127-r1:= -" -RDEPEND=" - gui-apps/hiprompt-gtk-py -" -BDEPEND="app-text/scdoc" - -# binaries are hare-built -QA_FLAGS_IGNORED="usr/bin/.*" - -src_configure() { - sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die -} diff --git a/app-admin/himitsu/himitsu-0.8.ebuild b/app-admin/himitsu/himitsu-0.8.ebuild deleted file mode 100644 index 185bc972c9..0000000000 --- a/app-admin/himitsu/himitsu-0.8.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -if [[ "${PV}" = "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/himitsu" - SLOT="0" -else - SRC_URI="https://git.sr.ht/~sircmpwn/himitsu/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~riscv" - SLOT="0/${PV}" -fi - -DESCRIPTION="Secret storage system for Unix, suitable for storing passwords, keys, ..." -HOMEPAGE="https://git.sr.ht/~sircmpwn/himitsu" -LICENSE="GPL-3" - -DEPEND=" - >=dev-lang/hare-0.24.2:= -