summaryrefslogtreecommitdiff
path: root/sys-apps/edid-fixdim
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/edid-fixdim')
-rw-r--r--sys-apps/edid-fixdim/Manifest4
-rw-r--r--sys-apps/edid-fixdim/edid-fixdim-1.ebuild13
-rw-r--r--sys-apps/edid-fixdim/metadata.xml3
3 files changed, 13 insertions, 7 deletions
diff --git a/sys-apps/edid-fixdim/Manifest b/sys-apps/edid-fixdim/Manifest
index 1378f1b040a2..b141b310557b 100644
--- a/sys-apps/edid-fixdim/Manifest
+++ b/sys-apps/edid-fixdim/Manifest
@@ -1,3 +1,3 @@
DIST edid-fixdim-1.tar.gz 3236 BLAKE2B 4ae6954fa4c93f143be5e84f364f4b229054bd385aa0bc2ec85b4dfcd2eece8e5e3f1a4039188fcb3fe979f0de473b6c876c73e9ba642d0e10f8656d62c36d8f SHA512 614908e2ca94c97cb998f789ec383a72237c5be4544cf8b02d7754817bea90de87993acc11d917c1c5b54009ca8f41560e7468d97dc3f21b7e2891a36d4dbffd
-EBUILD edid-fixdim-1.ebuild 532 BLAKE2B cb3052d624c3955cd0e93537869bde25c0eaa3961899b23663b0c655fdd125d477e69da65aa91fea263db44b269cb6157592c6376201fff881edf8a43c85a6a9 SHA512 bf6820f3b91c2a5eabad3d7968a7b8966bf47dbc83bd6d763a0f1c5943de09259ab067ac4d000fdfaa4d7ee457bd3974fc7665ff4fe82db74e273cef9c3bacbd
-MISC metadata.xml 248 BLAKE2B f308d2aa052d11e427850af58bbebf95e7773f5562ed221f39043474b4c3827d724d49667edf1874272a5586a13201159f40e8f5eafb7e400e79c6566e1a6ac2 SHA512 b875c838394523483ae7d93585207eb3c642a345bbb08e1dcef3ceb737c813fa779e2f5479d48cdcc30732b8a0a9e6ecc648df940def6731e4dff43b23786e6d
+EBUILD edid-fixdim-1.ebuild 531 BLAKE2B 3ce56095136668f830a9ac0a5c1f0489a80ea04122a15ea691939c03a383b083ea49a9e951ec76a9bf9563254a3460cd30bdc5515b44df57e70befb2f65b43dd SHA512 98a9b41913eb790dcceadc59629f030b309d839abfbdcfb6ebd2e495734998ccf9aee21ca1a7a125c76b8b1e6fa40e2cef8d32258d6b04b39d993835c180d426
+MISC metadata.xml 331 BLAKE2B 30d73b169fc9e7034b58cbd5c99493412dda174ead864921c7a2e12dd93a60bf764ea648e5d65476391ed404cf504123b81b5634589e9155897ed507a686b25c SHA512 0cf41f0992a0944d239b49fb09e22038773b418d25f7f3b98eb4b1ea5f1426c343655248044a57db9db28d7712d83f72e3a75a874224c4afffe78d301cc21680
diff --git a/sys-apps/edid-fixdim/edid-fixdim-1.ebuild b/sys-apps/edid-fixdim/edid-fixdim-1.ebuild
index f4cd9ac4e17a..1ff6588636da 100644
--- a/sys-apps/edid-fixdim/edid-fixdim-1.ebuild
+++ b/sys-apps/edid-fixdim/edid-fixdim-1.ebuild
@@ -1,19 +1,22 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_COMPAT=( python3_{9..10} )
inherit python-single-r1
DESCRIPTION="Tool to fix screen dimensions in EDID data dumps"
-HOMEPAGE="https://github.com/mgorny/edid-fixdim"
-SRC_URI="https://github.com/mgorny/edid-fixdim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/projg2/edid-fixdim/"
+SRC_URI="
+ https://github.com/projg2/edid-fixdim/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz
+"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
REQUIRED_USE=${PYTHON_REQUIRED_USE}
RDEPEND="${PYTHON_DEPS}"
diff --git a/sys-apps/edid-fixdim/metadata.xml b/sys-apps/edid-fixdim/metadata.xml
index 076793e3f54b..43357af94fcb 100644
--- a/sys-apps/edid-fixdim/metadata.xml
+++ b/sys-apps/edid-fixdim/metadata.xml
@@ -5,4 +5,7 @@
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">projg2/edid-fixdim</remote-id>
+ </upstream>
</pkgmetadata>