diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-09-15 17:37:09 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-09-15 17:37:09 +0100 |
commit | 586819755b4dbfdffdc8a725ab7c0f86095b8489 (patch) | |
tree | d6790c838cfe9607c996e4913fdf11bad5fdd528 /sys-apps/edid-fixdim | |
parent | 3f71901f8c228f4de570abed1831ce3ee425343e (diff) |
gentoo resync : 15.09.2018
Diffstat (limited to 'sys-apps/edid-fixdim')
-rw-r--r-- | sys-apps/edid-fixdim/Manifest | 3 | ||||
-rw-r--r-- | sys-apps/edid-fixdim/edid-fixdim-1.ebuild | 23 | ||||
-rw-r--r-- | sys-apps/edid-fixdim/metadata.xml | 8 |
3 files changed, 34 insertions, 0 deletions
diff --git a/sys-apps/edid-fixdim/Manifest b/sys-apps/edid-fixdim/Manifest new file mode 100644 index 000000000000..0d6884553814 --- /dev/null +++ b/sys-apps/edid-fixdim/Manifest @@ -0,0 +1,3 @@ +DIST edid-fixdim-1.tar.gz 3236 BLAKE2B 4ae6954fa4c93f143be5e84f364f4b229054bd385aa0bc2ec85b4dfcd2eece8e5e3f1a4039188fcb3fe979f0de473b6c876c73e9ba642d0e10f8656d62c36d8f SHA512 614908e2ca94c97cb998f789ec383a72237c5be4544cf8b02d7754817bea90de87993acc11d917c1c5b54009ca8f41560e7468d97dc3f21b7e2891a36d4dbffd +EBUILD edid-fixdim-1.ebuild 549 BLAKE2B 2c4f9ae19ed72ce0c5de38692b4245529d6f24e50d03cb678413cf55adc4aed11576b5ed6cee4c7f096d2bb30f1c05fd091f96359677bb59129aa16d9b65bd99 SHA512 360ccdfdd0d9f7f077844dd4bc125ad7bd5d19196620dd87bf517968e9aaefa98352579f25602e75f0cf20921cca0b4f605ea7ad730dd7eb5428c64879b80655 +MISC metadata.xml 247 BLAKE2B 1750cec57189e711ca5eba89a78e1d317f0839fa53564fbd39b4e955c28d98f4ae04caf9069afc20a18536cdc92b30fe7b15eb086767c742bad07d9980cfd24b SHA512 d6e2ea8a9d74791bcbf3d6311a66bafc20b8f4db3a576d9a8d54b86d7afb231122b8d87f71f3f46360980adf8d815c633b6d5041f9a30fc8656e8fb66057a282 diff --git a/sys-apps/edid-fixdim/edid-fixdim-1.ebuild b/sys-apps/edid-fixdim/edid-fixdim-1.ebuild new file mode 100644 index 000000000000..d02cbbfe9821 --- /dev/null +++ b/sys-apps/edid-fixdim/edid-fixdim-1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_5 python3_6 python3_7 ) +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" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" +REQUIRED_USE=${PYTHON_REQUIRED_USE} + +RDEPEND="${PYTHON_DEPS}" + +src_install() { + python_doscript edid-fixdim +} diff --git a/sys-apps/edid-fixdim/metadata.xml b/sys-apps/edid-fixdim/metadata.xml new file mode 100644 index 000000000000..0319eec4c8be --- /dev/null +++ b/sys-apps/edid-fixdim/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>mgorny@gentoo.org</email> + <name>Michał Górny</name> + </maintainer> +</pkgmetadata> |