commit:     3938c7dcf1113af15228f6cd5561f9a03e2e7eca
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jul  6 07:47:13 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jul  8 18:06:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3938c7dc

media-video/blind: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31773
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../blind/{blind-1.1.ebuild => blind-1.1-r1.ebuild}  | 20 +++++---------------
 1 file changed, 5 insertions(+), 15 deletions(-)

diff --git a/media-video/blind/blind-1.1.ebuild 
b/media-video/blind/blind-1.1-r1.ebuild
similarity index 66%
rename from media-video/blind/blind-1.1.ebuild
rename to 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
-}

Reply via email to