mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
dev-libs/luksmeta: add 10
Remove the man flag, which has no place in Gentoo. Fix BDEPEND. Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST luksmeta-10.tar.gz 28208 BLAKE2B 9dd626452f12d644be9afa71dfe64d68a501f9894ee7dbc9044323a1cbd204138e860dd0783fa54e08fddd58af15498e8f5e137cc1d74c1c85515680a9a77e5e SHA512 427f96266795d9d3c8149f5854863512137c7eaef808dbc80a5744359697b395760ac8eefa65eaf0627c0a87feaa1262e7013288874ff5c863301b03e59fbd9c
|
||||
DIST luksmeta-9.tar.gz 27650 BLAKE2B e55796929410e9a3124c3f28066bac42b46e71df98ab7a1e58c1f973d4fda41d7c8d64b735ae0d1e192054297932951407083f89a7f255c09d22dce370865036 SHA512 874331988fe2648d4924779b348f190ed5c6e4d71da4ad027f176e3f8dcbc78fc26e9f9b8402a97437db5b884db31b72598afc70e025cd8533168a5986417a76
|
||||
|
||||
32
dev-libs/luksmeta/luksmeta-10.ebuild
Normal file
32
dev-libs/luksmeta/luksmeta-10.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# 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"
|
||||
|
||||
DEPEND="sys-fs/cryptsetup"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="virtual/pkgconfig
|
||||
app-text/asciidoc"
|
||||
|
||||
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