summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-10-28 10:36:29 -0700
committerMatt Turner <mattst88@gentoo.org>2021-10-28 10:38:02 -0700
commit3f533ba42968c36b25a3ebd85988858aa3938c50 (patch)
tree7346fe7d38d16afc86f74d7347ea6a294545e8e2 /x11-libs
parentsci-chemistry/gromacs: Add 2022_beta1 (diff)
downloadgentoo-3f533ba42968c36b25a3ebd85988858aa3938c50.tar.gz
gentoo-3f533ba42968c36b25a3ebd85988858aa3938c50.tar.bz2
gentoo-3f533ba42968c36b25a3ebd85988858aa3938c50.zip
x11-libs/libxcvt: Version bump to 0.1.1
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libxcvt/Manifest1
-rw-r--r--x11-libs/libxcvt/libxcvt-0.1.1.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/x11-libs/libxcvt/Manifest b/x11-libs/libxcvt/Manifest
index c82809b13145..868686b1821d 100644
--- a/x11-libs/libxcvt/Manifest
+++ b/x11-libs/libxcvt/Manifest
@@ -1 +1,2 @@
DIST libxcvt-0.1.0.tar.xz 7912 BLAKE2B 31653a085fc8c60ff3eb1cb3749e382f2b98b1aa967bfe6f4e8ec94536b35ec73f0d8cbd76be782f46c81255c166a889141dfebb41448db5ad8e29797b340d3b SHA512 c2ca7abfc2954cf4427e0b3c3e302aad438525118dc9fa2047fce2bce6578863696387af8eb7adfad40af6313d9d9c87a9dcaf7e026e8049d48118063f6f0088
+DIST libxcvt-0.1.1.tar.xz 9600 BLAKE2B 47628fc10d9d75207b7d09cb5b789e58fae485c95a5e3e95345c289f0eeb20859dff6384049e22532ddcb3c04a84ceca6557c3490e5cd8c6956c6ac6c81d6636 SHA512 50e9cd0283858823d4cfde75f06e23ffc42983272cb1f75408052fb5b76a4bb6f9de7d42d8ff9ec0dae6e95eefebc6273e03c919a92f237585db55eaf1a57005
diff --git a/x11-libs/libxcvt/libxcvt-0.1.1.ebuild b/x11-libs/libxcvt/libxcvt-0.1.1.ebuild
new file mode 100644
index 000000000000..0ad3f5af940d
--- /dev/null
+++ b/x11-libs/libxcvt/libxcvt-0.1.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+XORG_TARBALL_SUFFIX="xz"
+
+inherit xorg-3 meson
+
+if [[ ${PV} != *9999* ]]; then
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~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
+}