summaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-video-dummy
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-08 05:38:21 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-08 05:38:21 +0100
commitb31d1d6a72f3d27f400fe6c0781a620780f2627e (patch)
tree5c7994f84ff0433faa3cd1c5c2f33ebbb2cdb463 /x11-drivers/xf86-video-dummy
parent8dfbaa8100b5c51e1de0e4e476ef5513e3ed1bdd (diff)
gentoo auto-resync : 08:05:2023 - 05:38:21
Diffstat (limited to 'x11-drivers/xf86-video-dummy')
-rw-r--r--x11-drivers/xf86-video-dummy/Manifest2
-rw-r--r--x11-drivers/xf86-video-dummy/xf86-video-dummy-0.4.1.ebuild13
2 files changed, 15 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-dummy/Manifest b/x11-drivers/xf86-video-dummy/Manifest
index f1cdfa77a958..1039d552ae33 100644
--- a/x11-drivers/xf86-video-dummy/Manifest
+++ b/x11-drivers/xf86-video-dummy/Manifest
@@ -1,3 +1,5 @@
DIST xf86-video-dummy-0.4.0.tar.xz 258452 BLAKE2B 8364a705bac5bc0bf2767be30b23a67753cb9232a58819c5b3ea3fa91769049e38cb04a5504b34e4aa5978f45a17617b999541333e3a1ee66d30892f281d7cc8 SHA512 1150a84c4f17215b9c579d8ce9399d547a01970bf7b5396653f14beb13a62deefe3008bf3ad6a2c5c0f46da4cbc0b840c18a7dff339e3b882d108183fa1d30d9
+DIST xf86-video-dummy-0.4.1.tar.xz 262496 BLAKE2B a75a24f2e81713bdee9249d72df45877790c85fa3ba3d25214e46bd552f896df56d71bda8e68a389a93a0ee06c8e85b0a3ee5aaa8909d16125d406a5e04129e9 SHA512 ff7fd8b668e5e9f40a5d27f82599b7a455a8162fc1a247195335c17980f00ce10ae6b2c062239cbaa67d8684c86174f85b398dd7f7065d36f69294bd6f2469de
EBUILD xf86-video-dummy-0.4.0.ebuild 353 BLAKE2B 593760020e7b31e7c9f314c86d1ed70d51c9f81f16e6c83b6b051c8b6ea85ab6fea68500ab7824a84b4d52e59e5dde9104c143b63752c7c9fe18de26ad56cc6f SHA512 dc5e4bb32114cc12ab37a6b4a883f64edd02051e764a79d6ddc24e62aac956623496bdf6b7114ba2316edc61bbf3fcc26ef42c3119986289042bc8177a4e42f5
+EBUILD xf86-video-dummy-0.4.1.ebuild 358 BLAKE2B 470b4e37e4a3f5ab0902ff488a01c965f0c474adc0c8763607aabe0a75e3788b3fdf43ccfa1b81b0f8e00b2cd2c0f1dd7914aaac33acd1e5662817beb64cfa0a SHA512 90f336552086a70290d97f64028f0896934f1da5a15ae95d5170f679fe47e52496fdd1dbe609aa251e060a4a91e4dea80ea6fd9b0077b2f1911b6f302e03a8fd
MISC metadata.xml 350 BLAKE2B 6e7491587fe71ad22e66f26a3e0b8b37efac4ef09a4fb29945b165b690ab6ae23458433c8b8ba6909d614a7b343dbf817b0fcae9b32712c3b6a8f1770ae052ca SHA512 fb031e2d52510f1c690a0caceb0b81ac5ab0cbc443d456261b802a96694e34411012272becd765bc2291b42ec036372cb5e4c6ed11c548e922c0002b269e49ba
diff --git a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.4.1.ebuild b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.4.1.ebuild
new file mode 100644
index 000000000000..c5cf1934d394
--- /dev/null
+++ b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.4.1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX=xz
+inherit xorg-3
+
+DESCRIPTION="X.Org driver for dummy cards"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND=""
+DEPEND="x11-base/xorg-proto"