diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-02-29 15:15:32 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-02-29 15:15:32 -0500 |
commit | 8f6e087c8e49e70ece05cf8c59d5ac080f1abb0b (patch) | |
tree | ad8c68846247b38da419f16e86329e93bbbe858c /x11-drivers | |
parent | app-admin/puppet: fix build not removing missing files (diff) | |
download | gentoo-8f6e087c8e49e70ece05cf8c59d5ac080f1abb0b.tar.gz gentoo-8f6e087c8e49e70ece05cf8c59d5ac080f1abb0b.tar.bz2 gentoo-8f6e087c8e49e70ece05cf8c59d5ac080f1abb0b.zip |
x11-drivers/xf86-input-elographics: Version bump to 1.4.4
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-elographics/Manifest | 1 | ||||
-rw-r--r-- | x11-drivers/xf86-input-elographics/xf86-input-elographics-1.4.4.ebuild | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-elographics/Manifest b/x11-drivers/xf86-input-elographics/Manifest index 871164371ef4..30deb78c152b 100644 --- a/x11-drivers/xf86-input-elographics/Manifest +++ b/x11-drivers/xf86-input-elographics/Manifest @@ -1 +1,2 @@ DIST xf86-input-elographics-1.4.3.tar.xz 261396 BLAKE2B 0320dc019d490c1f2bfdf9b2cf61ae1519959570d314921998c4bbb0fc54f7680391a6ffe15fbfbccb3743882daa4e275904e1ce773711df0df90918e5dbe4ae SHA512 3653beaa90d61b7827c9217774ca394de4d7d36a54f0d004702ff29c7b7f8960996a75a45d0db6f4a9921c71844c401072071c785cf371787bbd8941bac92986 +DIST xf86-input-elographics-1.4.4.tar.xz 262488 BLAKE2B e2f659152beba105e649490119ff9726b5cee70ff7b1e9c64299b8729257b52a3601917c853ea5be755f3541d46b47a393c66406b1ad207e664ba97777f09907 SHA512 6e3d43d020a0805aca626b1f86027f5b76abf1c7aa8c062715e81dc35d3ac61a079c0f9d8c36a74babafdd64b81bebf453e1d11bfda07d436538b7664aa23ae6 diff --git a/x11-drivers/xf86-input-elographics/xf86-input-elographics-1.4.4.ebuild b/x11-drivers/xf86-input-elographics/xf86-input-elographics-1.4.4.ebuild new file mode 100644 index 000000000000..8fac75c397ca --- /dev/null +++ b/x11-drivers/xf86-input-elographics/xf86-input-elographics-1.4.4.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="Elographics input driver" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~sparc ~x86" |