diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-04-05 11:32:00 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-04-05 11:32:18 -0700 |
commit | ba2dff549e86f9d81d7b8fcbb8b22a44e11ae1f7 (patch) | |
tree | 2caf271abcfd34171cbdafbbc43250da5ce893a7 /x11-drivers/xf86-video-dummy | |
parent | dev-go/go-tools: update EAPI 7 -> 8 (diff) | |
download | gentoo-ba2dff549e86f9d81d7b8fcbb8b22a44e11ae1f7.tar.gz gentoo-ba2dff549e86f9d81d7b8fcbb8b22a44e11ae1f7.tar.bz2 gentoo-ba2dff549e86f9d81d7b8fcbb8b22a44e11ae1f7.zip |
x11-drivers/xf86-video-dummy: Version bump to 0.4.0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers/xf86-video-dummy')
-rw-r--r-- | x11-drivers/xf86-video-dummy/Manifest | 1 | ||||
-rw-r--r-- | x11-drivers/xf86-video-dummy/xf86-video-dummy-0.4.0.ebuild | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-dummy/Manifest b/x11-drivers/xf86-video-dummy/Manifest index b6fd82224229..9eaa7cbc4391 100644 --- a/x11-drivers/xf86-video-dummy/Manifest +++ b/x11-drivers/xf86-video-dummy/Manifest @@ -1 +1,2 @@ DIST xf86-video-dummy-0.3.8.tar.bz2 302353 BLAKE2B 1327db3aeec2ff7e3ff0876b25eace6fcdc7fc428967dee9f0b8ee4c22dd7904dcb47d5433bdc14ab56638225b2d33f3a26543dc9e6041c60af4135c1555f798 SHA512 f534113fd9987e44d2e0d0c53bd1b71be4ba69ec239ecec4aba8fcdcc10597722c54cbc01da38e0975ac7660e4e4028330e4cdd369e755c25ec059d2dfabad80 +DIST xf86-video-dummy-0.4.0.tar.xz 258452 BLAKE2B 8364a705bac5bc0bf2767be30b23a67753cb9232a58819c5b3ea3fa91769049e38cb04a5504b34e4aa5978f45a17617b999541333e3a1ee66d30892f281d7cc8 SHA512 1150a84c4f17215b9c579d8ce9399d547a01970bf7b5396653f14beb13a62deefe3008bf3ad6a2c5c0f46da4cbc0b840c18a7dff339e3b882d108183fa1d30d9 diff --git a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.4.0.ebuild b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.4.0.ebuild new file mode 100644 index 000000000000..5070928b2981 --- /dev/null +++ b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.4.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2022 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 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + +RDEPEND="" +DEPEND="x11-base/xorg-proto" |