diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-07-19 13:20:17 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-07-19 13:24:58 -0400 |
commit | fa9188708326deecd4b3c4d5466061c506880675 (patch) | |
tree | 9e13e3770299d0d9ca63a19aae1b90625f048435 /x11-libs/libxcvt | |
parent | sys-cluster/kube-scheduler: stabilize 1.24.1 for amd64 (diff) | |
download | gentoo-fa9188708326deecd4b3c4d5466061c506880675.tar.gz gentoo-fa9188708326deecd4b3c4d5466061c506880675.tar.bz2 gentoo-fa9188708326deecd4b3c4d5466061c506880675.zip |
x11-libs/libxcvt: Version bump to 0.1.2
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libxcvt')
-rw-r--r-- | x11-libs/libxcvt/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libxcvt/libxcvt-0.1.2.ebuild | 20 | ||||
-rw-r--r-- | x11-libs/libxcvt/libxcvt-9999.ebuild | 4 |
3 files changed, 23 insertions, 2 deletions
diff --git a/x11-libs/libxcvt/Manifest b/x11-libs/libxcvt/Manifest index d71c4dad4140..483378f782c2 100644 --- a/x11-libs/libxcvt/Manifest +++ b/x11-libs/libxcvt/Manifest @@ -1 +1,2 @@ DIST libxcvt-0.1.1.tar.xz 9600 BLAKE2B 47628fc10d9d75207b7d09cb5b789e58fae485c95a5e3e95345c289f0eeb20859dff6384049e22532ddcb3c04a84ceca6557c3490e5cd8c6956c6ac6c81d6636 SHA512 50e9cd0283858823d4cfde75f06e23ffc42983272cb1f75408052fb5b76a4bb6f9de7d42d8ff9ec0dae6e95eefebc6273e03c919a92f237585db55eaf1a57005 +DIST libxcvt-0.1.2.tar.xz 9648 BLAKE2B 8a4803eb6790fd0ea1520fd31e335f7a363c3606e74837a959453be8819ce0d450af7bb651887a891aa657a5eeac3e4983041060fa5c87b1238c83354e425de7 SHA512 3f6b2baca712a4608780686932f8881255c07bb74b1a788f9b07d4e22975c038d75111cd6b452257882a0b2bad57eebb2002f80a3e435d2e2d16936597f039b0 diff --git a/x11-libs/libxcvt/libxcvt-0.1.2.ebuild b/x11-libs/libxcvt/libxcvt-0.1.2.ebuild new file mode 100644 index 000000000000..920def423f8f --- /dev/null +++ b/x11-libs/libxcvt/libxcvt-0.1.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +XORG_TARBALL_SUFFIX="xz" + +inherit xorg-3 meson + +if [[ ${PV} != *9999* ]]; then + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +fi + +DESCRIPTION="X.Org xcvt library and cvt program" + +RDEPEND="!<x11-base/xorg-server-1.20.11-r3" + +# Override xorg-3's src_prepare +src_prepare() { + default +} diff --git a/x11-libs/libxcvt/libxcvt-9999.ebuild b/x11-libs/libxcvt/libxcvt-9999.ebuild index 2cd0d63d0c03..920def423f8f 100644 --- a/x11-libs/libxcvt/libxcvt-9999.ebuild +++ b/x11-libs/libxcvt/libxcvt-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 XORG_TARBALL_SUFFIX="xz" inherit xorg-3 meson |