sys-fs/e2tools: drop 0.1.0-r1, EAPI=7--

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2025-06-20 19:57:42 +03:00
parent afb0668d9b
commit 2646902f0c
2 changed files with 0 additions and 25 deletions

View File

@@ -1,2 +1 @@
DIST e2tools-0.1.0.tar.gz 243245 BLAKE2B 62a1e478b71e9105274ba8b815f1f4765ecc05593de481c4ef384ff9463a0be811efe5f37bd3509393dfd3bdfb0103625e192ebcce52cbf896a6f7758cb50884 SHA512 5fde992727946d253acd46987944bdf49615d2ab45bbea715c86b304d117c6900dd70fcffb093f3d564247e27978b78b4710e7fea7ffd28375e804955fe4d5c9
DIST e2tools-0.1.2.tar.gz 159729 BLAKE2B 0fce2bb67016c0f3b9857a58ad9787143f0cc82f5ee9a9b6a902b3be29691a779008a27f9d48f2df8dafd58b01661ba8d6d398bebc4628a045848862167352dd SHA512 511da5b19be72bee2f8529e571901f38c437a8adfcecfbda64b3f167be931951170e0499ae9d147a770fa232be7ba11a4175e73339e206fdfd500b67f8329380

View File

@@ -1,24 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit toolchain-funcs
DESCRIPTION="utilities to read, write, and manipulate files in an ext2/ext3 filesystem"
HOMEPAGE="https://github.com/ndim/e2tools"
SRC_URI="https://github.com/e2tools/e2tools/releases/download/v${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
sys-fs/e2fsprogs"
RDEPEND="${DEPEND}"
src_configure() {
tc-export CC
default
}