From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1577615823F for ; Sun, 19 Nov 2023 10:27:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F0382BC023; Sun, 19 Nov 2023 10:27:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31E612BC023 for ; Sun, 19 Nov 2023 10:27:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C4EA335CCD for ; Sun, 19 Nov 2023 10:27:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9220FC4 for ; Sun, 19 Nov 2023 10:27:13 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1700389350.65c1bd7d3e77e84c47aa4f988dfa141fde70c47d.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/jpegtoavi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/jpegtoavi/jpegtoavi-1.5.ebuild X-VCS-Directories: media-gfx/jpegtoavi/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 65c1bd7d3e77e84c47aa4f988dfa141fde70c47d X-VCS-Branch: master Date: Sun, 19 Nov 2023 10:27:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a5c0c15b-ab38-46e1-8a1b-51213e0ad0c7 X-Archives-Hash: 1dc7dcf85bf440c0643775edcf163421 commit: 65c1bd7d3e77e84c47aa4f988dfa141fde70c47d Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri Sep 22 12:13:31 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Nov 19 10:22:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65c1bd7d media-gfx/jpegtoavi: EAPI8 bump, fix LICENSE Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Ulrich Müller gentoo.org> media-gfx/jpegtoavi/jpegtoavi-1.5.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-gfx/jpegtoavi/jpegtoavi-1.5.ebuild b/media-gfx/jpegtoavi/jpegtoavi-1.5.ebuild index 5da0a3e24689..50019568af9d 100644 --- a/media-gfx/jpegtoavi/jpegtoavi-1.5.ebuild +++ b/media-gfx/jpegtoavi/jpegtoavi-1.5.ebuild @@ -1,17 +1,17 @@ -# 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="JPEG to AVI/MJPEG animation command-line conversion tool" HOMEPAGE="https://sourceforge.net/projects/jpegtoavi/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" PATCHES=( "${FILESDIR}/${P}-Makefile.patch" )