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 15EC01581D0 for ; Fri, 9 Feb 2024 13:04:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31BAF2BC02A; Fri, 9 Feb 2024 13:04:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12C1B2BC02A for ; Fri, 9 Feb 2024 13:04:44 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1BCFA343125 for ; Fri, 9 Feb 2024 13:04:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7F2714CB for ; Fri, 9 Feb 2024 13:04:40 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1707483793.d2ac6ee15f9fe85cd642a465653672b1e75311b2.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/imageworsener/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/imageworsener/imageworsener-1.3.3.ebuild media-gfx/imageworsener/imageworsener-1.3.4.ebuild media-gfx/imageworsener/imageworsener-1.3.5.ebuild X-VCS-Directories: media-gfx/imageworsener/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: d2ac6ee15f9fe85cd642a465653672b1e75311b2 X-VCS-Branch: master Date: Fri, 9 Feb 2024 13:04:40 +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: dcbbd223-7184-4c9d-8b85-a4ac323938f8 X-Archives-Hash: 20008c3be848d3a8062bf4ecf34d5012 commit: d2ac6ee15f9fe85cd642a465653672b1e75311b2 Author: Alfred Wingate protonmail com> AuthorDate: Fri Jan 19 05:39:50 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Feb 9 13:03:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ac6ee1 media-gfx/imageworsener: update LICENSE * It never had the advertising clause. https://github.com/jsummers/imageworsener/blob/master/COPYING.txt Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Joonas Niilola gentoo.org> media-gfx/imageworsener/imageworsener-1.3.3.ebuild | 4 ++-- media-gfx/imageworsener/imageworsener-1.3.4.ebuild | 4 ++-- media-gfx/imageworsener/imageworsener-1.3.5.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-gfx/imageworsener/imageworsener-1.3.3.ebuild b/media-gfx/imageworsener/imageworsener-1.3.3.ebuild index 20c6aa5e2429..624db89533df 100644 --- a/media-gfx/imageworsener/imageworsener-1.3.3.ebuild +++ b/media-gfx/imageworsener/imageworsener-1.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ DESCRIPTION="Utility for image scaling and processing" HOMEPAGE="https://entropymine.com/imageworsener/" SRC_URI="https://entropymine.com/${PN}/${P}.tar.gz" -LICENSE="MIT-with-advertising" +LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86" IUSE="jpeg png static-libs test webp zlib" diff --git a/media-gfx/imageworsener/imageworsener-1.3.4.ebuild b/media-gfx/imageworsener/imageworsener-1.3.4.ebuild index 5b8c844cab7c..e2d9bc414e61 100644 --- a/media-gfx/imageworsener/imageworsener-1.3.4.ebuild +++ b/media-gfx/imageworsener/imageworsener-1.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ DESCRIPTION="Utility for image scaling and processing" HOMEPAGE="https://entropymine.com/imageworsener/" SRC_URI="https://entropymine.com/${PN}/${P}.tar.gz" -LICENSE="MIT-with-advertising" +LICENSE="MIT" SLOT="0/3" # because of libimageworsener.so.3.*.* KEYWORDS="~amd64 ~x86" IUSE="jpeg png static-libs test webp zlib" diff --git a/media-gfx/imageworsener/imageworsener-1.3.5.ebuild b/media-gfx/imageworsener/imageworsener-1.3.5.ebuild index 51bff8b3341d..022b3e345100 100644 --- a/media-gfx/imageworsener/imageworsener-1.3.5.ebuild +++ b/media-gfx/imageworsener/imageworsener-1.3.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ DESCRIPTION="Utility for image scaling and processing" HOMEPAGE="https://entropymine.com/imageworsener/" SRC_URI="https://entropymine.com/${PN}/${P}.tar.gz" -LICENSE="MIT-with-advertising" +LICENSE="MIT" SLOT="0/3" # because of libimageworsener.so.3.*.* KEYWORDS="~amd64 ~x86" IUSE="jpeg png static-libs test webp zlib"