sys-fs/fragview: add 0.1.2

Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2022-03-02 08:40:37 +01:00
parent 7a808b429d
commit a7eb09a629
2 changed files with 36 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST fragview-0.1.1.tar.gz 20439 BLAKE2B 827275562fadcce5fc1dc210816ab5a2108863538dfb1892f677fb94e26ea348712f5c9534405d4d056435f1d5c38427eafce7de0af35839bc69da98dcedb9b5 SHA512 aa28f57e2ba5fbba48fd9d8d471ac8e90c056309b6f44cc1e320dbbaea2105c622a6803a04be23893b8e284cd53112f2d1fe73a97e7333937892b35742e5495f
DIST fragview-0.1.2.tar.gz 21253 BLAKE2B ea6301f074949e0e3cc0ece5f60fae9b59983e6827b384ce3ce6b95ce835a15e0fa2aac009fe2702c81a6a26d95e0fab32a324af0d0261b6744637d963d48ede SHA512 ec75fb65d9dd9d5ec5b4f3b31b6f0337f401e629ff49dc218eeb82c17a11699f87407ff0dc90c1f75b06d746bd982fb58d810a3f1136f8c3af787c6dc5439170

View File

@@ -0,0 +1,35 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/i-rinat/fragview.git"
else
SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="Disk fragmentation visualizer based on FIEMAP and FIBMAP ioctls"
HOMEPAGE="https://github.com/i-rinat/fragview"
LICENSE="MIT"
SLOT="0"
COMMON_DEPEND="
dev-cpp/atkmm:0
dev-cpp/cairomm:0
dev-cpp/glibmm:2
dev-cpp/gtkmm:3.0
dev-db/sqlite:3
dev-libs/glib:2
dev-libs/libsigc++:2
"
DEPEND="
${COMMON_DEPEND}
dev-libs/boost
"
RDEPEND="${COMMON_DEPEND}"