diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-06 09:47:13 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-08 20:06:08 +0200 |
commit | 3938c7dcf1113af15228f6cd5561f9a03e2e7eca (patch) | |
tree | f17db025d9b8ac343849cc7f20e7bcc5d6846933 /media-video/blind | |
parent | dev-libs/simdjson: remove unused patch (diff) | |
download | gentoo-3938c7dcf1113af15228f6cd5561f9a03e2e7eca.tar.gz gentoo-3938c7dcf1113af15228f6cd5561f9a03e2e7eca.tar.bz2 gentoo-3938c7dcf1113af15228f6cd5561f9a03e2e7eca.zip |
media-video/blind: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31773
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-video/blind')
-rw-r--r-- | media-video/blind/blind-1.1-r1.ebuild (renamed from media-video/blind/blind-1.1.ebuild) | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/media-video/blind/blind-1.1.ebuild b/media-video/blind/blind-1.1-r1.ebuild index 43fc42d195d8..e018b94b7386 100644 --- a/media-video/blind/blind-1.1.ebuild +++ b/media-video/blind/blind-1.1-r1.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + inherit toolchain-funcs -DESCRIPTION="a collection of command line video editing utilities" +DESCRIPTION="Collection of command line video editing utilities" HOMEPAGE="https://tools.suckless.org/blind/" SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz" @@ -12,14 +13,7 @@ LICENSE="ISC" SLOT="0" KEYWORDS="~amd64" -RDEPEND=" -" -DEPEND=" - ${RDEPEND} -" -PATCHES=( - "${FILESDIR}"/${PN}-1.1-ldflags.patch -) +PATCHES=( "${FILESDIR}"/${PN}-1.1-ldflags.patch ) src_prepare() { default @@ -36,7 +30,3 @@ src_prepare() { src_compile() { emake CC="$(tc-getCC)" } - -src_install() { - emake DESTDIR="${D}" install MANPREFIX=/usr/share/man -} |