mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-libs/luksmeta: drop 9-r2
Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST luksmeta-10.tar.gz 28208 BLAKE2B 9dd626452f12d644be9afa71dfe64d68a501f9894ee7dbc9044323a1cbd204138e860dd0783fa54e08fddd58af15498e8f5e137cc1d74c1c85515680a9a77e5e SHA512 427f96266795d9d3c8149f5854863512137c7eaef808dbc80a5744359697b395760ac8eefa65eaf0627c0a87feaa1262e7013288874ff5c863301b03e59fbd9c
|
||||
DIST luksmeta-9.tar.gz 27650 BLAKE2B e55796929410e9a3124c3f28066bac42b46e71df98ab7a1e58c1f973d4fda41d7c8d64b735ae0d1e192054297932951407083f89a7f255c09d22dce370865036 SHA512 874331988fe2648d4924779b348f190ed5c6e4d71da4ad027f176e3f8dcbc78fc26e9f9b8402a97437db5b884db31b72598afc70e025cd8533168a5986417a76
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="LUKSMeta is a simple library for storing metadata in the LUKSv1 header"
|
||||
HOMEPAGE="https://github.com/latchset/luksmeta"
|
||||
SRC_URI="https://github.com/latchset/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="+man"
|
||||
|
||||
DEPEND="sys-fs/cryptsetup"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="man? ( app-text/asciidoc )
|
||||
dev-build/libtool"
|
||||
|
||||
PATCHES=(
|
||||
# https://bugs.gentoo.org/837308
|
||||
"${FILESDIR}/${PN}-tests.patch"
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
# Bug https://bugs.gentoo.org/921710
|
||||
sed -i -e '/^-Werror \\$/d' configure.ac || die
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
# Bug https://bugs.gentoo.org/839609
|
||||
find "${ED}" -name '*.la' -delete || die
|
||||
}
|
||||
Reference in New Issue
Block a user