summaryrefslogtreecommitdiff
path: root/x11-apps/xf86dga
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /x11-apps/xf86dga
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'x11-apps/xf86dga')
-rw-r--r--x11-apps/xf86dga/Manifest1
-rw-r--r--x11-apps/xf86dga/xf86dga-1.0.3-r1.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-apps/xf86dga/Manifest b/x11-apps/xf86dga/Manifest
index 20ea703a56c5..df23a9bf5553 100644
--- a/x11-apps/xf86dga/Manifest
+++ b/x11-apps/xf86dga/Manifest
@@ -1,3 +1,4 @@
DIST xf86dga-1.0.3.tar.bz2 104935 BLAKE2B ec294d1d1d49b57479d52e9bee834ad15eb15758d50da3d894c5236e9d94a37e2383258e2c2456ef6a6cf9f73d1332b594fc663a48dd0241cfc02be1b9157480 SHA512 18dbf9b5bbe1bb9c993c742e04e132ee22e376148a499ee159418435477221b00904f36c1a6b1063df788079a4ff5520b4d604abcafaad3b5fd391a3b2c1ec07
+EBUILD xf86dga-1.0.3-r1.ebuild 370 BLAKE2B 2941132edb5cc114a25b67b17bb0ac3f57c6a08e51421b3dd25a0c5490a6630c4fc7d86ed85f98ac866a200b4e2f959f1faed71dd61115a76c2bd658d876e06f SHA512 beb29878c4798c1696299dc446ecb804c525c9b6f729cbefc1fffa2a0dc0d234dd211cb4b6aec3fce72efefa323b663217b911958c1986d3d2de94924cd51b8d
EBUILD xf86dga-1.0.3.ebuild 369 BLAKE2B 93548c8513d4a09d28d7e3191397c0cbf98ea458db81bf40699811a4d4fcf636167dbdb026a3d9d932c81cb861f4dfaaee101219e841656100f7ce4d10c91730 SHA512 f6bd89b547d09776da6183b95a04b96042c9e75edfb816217021e94e30538506719b5d8ff402daee671d8feade1eb0014037131f76ddf50bee5161150552a00c
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-apps/xf86dga/xf86dga-1.0.3-r1.ebuild b/x11-apps/xf86dga/xf86dga-1.0.3-r1.ebuild
new file mode 100644
index 000000000000..edb4b7e8ca4f
--- /dev/null
+++ b/x11-apps/xf86dga/xf86dga-1.0.3-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="Test program for the XFree86-DGA extension"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libX11
+ >=x11-libs/libXxf86dga-1.1"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"