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 25355158087 for ; Mon, 10 Jan 2022 11:47:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E02792BC023; Mon, 10 Jan 2022 11:47:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 25F532BC00D for ; Mon, 10 Jan 2022 11:47:07 +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 2C0DD343033 for ; Mon, 10 Jan 2022 11:47:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4166B287 for ; Mon, 10 Jan 2022 11:47:04 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1641815216.9979db8b0e3ec4f1c760b70032626e7067030e74.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ddcutil/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/ddcutil/ddcutil-0.9.9-r2.ebuild app-misc/ddcutil/ddcutil-0.9.9-r3.ebuild app-misc/ddcutil/ddcutil-1.2.1.ebuild X-VCS-Directories: app-misc/ddcutil/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 9979db8b0e3ec4f1c760b70032626e7067030e74 X-VCS-Branch: master Date: Mon, 10 Jan 2022 11:47:04 +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: a7b03afa-82ff-4aba-80f0-85f415690fd7 X-Archives-Hash: 8fb08c0ebaa699774832801519240ec1 commit: 9979db8b0e3ec4f1c760b70032626e7067030e74 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Jan 10 11:20:29 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Jan 10 11:46:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9979db8b app-misc/ddcutil: add subslot info, drop unused inherit, and http-->https Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> .../ddcutil/{ddcutil-0.9.9-r2.ebuild => ddcutil-0.9.9-r3.ebuild} | 4 ++-- app-misc/ddcutil/ddcutil-1.2.1.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-misc/ddcutil/ddcutil-0.9.9-r2.ebuild b/app-misc/ddcutil/ddcutil-0.9.9-r3.ebuild similarity index 98% rename from app-misc/ddcutil/ddcutil-0.9.9-r2.ebuild rename to app-misc/ddcutil/ddcutil-0.9.9-r3.ebuild index c7b8c46d25c6..53bf5448e893 100644 --- a/app-misc/ddcutil/ddcutil-0.9.9-r2.ebuild +++ b/app-misc/ddcutil/ddcutil-0.9.9-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ DESCRIPTION="Program for querying and changing monitor settings" HOMEPAGE="http://www.ddcutil.com/" SRC_URI="https://github.com/rockowitz/ddcutil/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SLOT="0" +SLOT="0/3" LICENSE="GPL-2" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" IUSE="drm introspection usb-monitor user-permissions video_cards_nvidia X" diff --git a/app-misc/ddcutil/ddcutil-1.2.1.ebuild b/app-misc/ddcutil/ddcutil-1.2.1.ebuild index e942872ffccf..91a57f143aeb 100644 --- a/app-misc/ddcutil/ddcutil-1.2.1.ebuild +++ b/app-misc/ddcutil/ddcutil-1.2.1.ebuild @@ -3,13 +3,13 @@ EAPI=8 -inherit autotools flag-o-matic linux-info udev +inherit autotools linux-info udev DESCRIPTION="Program for querying and changing monitor settings" -HOMEPAGE="http://www.ddcutil.com/" +HOMEPAGE="https://www.ddcutil.com/" SRC_URI="https://github.com/rockowitz/ddcutil/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SLOT="0" +SLOT="0/4" LICENSE="GPL-2" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" IUSE="drm introspection usb-monitor user-permissions video_cards_nvidia X"