Bumped EAPI, cleaned up repo. Needs testing

This commit is contained in:
Ronald Farrer 2023-09-12 16:43:31 -07:00
parent 8d003161e5
commit 0827bcd0de
18 changed files with 26 additions and 78 deletions

View file

@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=8
AUTOTOOLS_IN_SOURCE_BUILD=1
inherit eutils

View file

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>canutethegreat@gmail.com</email>
<name>Ronald Farrer</name>
</maintainer>
<use>
<flag name="bfio">Enables libbfio for chaining file in file handling</flag>
<flag name="ewf">Enables the v1 API</flag>
<flag name="fuse">Enable fuse support for ewfmount</flag>
<flag name="uuid">Enable UUID support in the ewftools</flag>
</use>
<upstream>
<remote-id type="github">libyal/libewf</remote-id>
</upstream>
</pkgmetadata>