diff options
-rw-r--r-- | x11-libs/libxcvt/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libxcvt/libxcvt-0.1.3.ebuild | 18 | ||||
-rw-r--r-- | x11-libs/libxcvt/libxcvt-9999.ebuild | 4 |
3 files changed, 20 insertions, 3 deletions
diff --git a/x11-libs/libxcvt/Manifest b/x11-libs/libxcvt/Manifest index 328ad3356fdd..4a3cde2c810b 100644 --- a/x11-libs/libxcvt/Manifest +++ b/x11-libs/libxcvt/Manifest @@ -1 +1,2 @@ DIST libxcvt-0.1.2.tar.xz 9648 BLAKE2B 8a4803eb6790fd0ea1520fd31e335f7a363c3606e74837a959453be8819ce0d450af7bb651887a891aa657a5eeac3e4983041060fa5c87b1238c83354e425de7 SHA512 3f6b2baca712a4608780686932f8881255c07bb74b1a788f9b07d4e22975c038d75111cd6b452257882a0b2bad57eebb2002f80a3e435d2e2d16936597f039b0 +DIST libxcvt-0.1.3.tar.xz 9680 BLAKE2B ae104743153077454ba8923d7b8bbe77d834e4795fd735de9e42617c3e49fd63052ad37214e7ab45e3f5884cd6038b60c0ff7c52f8a7892e0dea4630aaf0abad SHA512 2fecc784375e69b6e8e46608618a5f5a8ad20ecd5229fd093883fe401dd6ea231d8b77c6753756fff01f3040bef2db60a042d40fc349769ef5348e5cd9ed1f28 diff --git a/x11-libs/libxcvt/libxcvt-0.1.3.ebuild b/x11-libs/libxcvt/libxcvt-0.1.3.ebuild new file mode 100644 index 000000000000..9762bae14854 --- /dev/null +++ b/x11-libs/libxcvt/libxcvt-0.1.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 2021-2024 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 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +fi + +DESCRIPTION="X.Org xcvt library and cvt program" + +# 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 448beec53a04..9762bae14854 100644 --- a/x11-libs/libxcvt/libxcvt-9999.ebuild +++ b/x11-libs/libxcvt/libxcvt-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,8 +12,6 @@ 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 |