summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-10-15 20:46:23 -0400
committerMatt Turner <mattst88@gentoo.org>2022-10-15 20:55:13 -0400
commit3098847e3d179fc5b042302bcc2aeb6313240404 (patch)
treed3af24f42630c125b78491023f6e74a36f89dab7
parentx11-apps/xditview: Version bump to 1.0.6 (diff)
downloadgentoo-3098847e3d179fc5b042302bcc2aeb6313240404.tar.gz
gentoo-3098847e3d179fc5b042302bcc2aeb6313240404.tar.bz2
gentoo-3098847e3d179fc5b042302bcc2aeb6313240404.zip
x11-apps/xgc: Version bump to 1.0.6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--x11-apps/xgc/Manifest1
-rw-r--r--x11-apps/xgc/xgc-1.0.6.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-apps/xgc/Manifest b/x11-apps/xgc/Manifest
index c679ef21ad37..8702745eb173 100644
--- a/x11-apps/xgc/Manifest
+++ b/x11-apps/xgc/Manifest
@@ -1 +1,2 @@
DIST xgc-1.0.5.tar.bz2 188307 BLAKE2B 8e3906ee07898c1382c692d3ccb7541de40be55dbc88c0ed40ab3e78a638c6e475bf38f3a34d626507d34270208cc59cb7bdf727869c9907a00fca6280b5b39e SHA512 5943d13b9e0ed5e1b66d26eaa4b39d16d71f0df23e3ea93bfc397b6303516b161c2b60b24679ed75b640bf2493e66682d35efc7cedd41c5b57caa65f309a8314
+DIST xgc-1.0.6.tar.xz 177228 BLAKE2B 3277463250f472ac3dcecbd4a723d59a5485c7ddd8df585ec2c80dd94e63ac1c462644cd57a15065c398c725bf558e0e948796dc0ae44ff65dd49b750fb391be SHA512 f449b9b2d313aeba1fe9bf33fef90291776403f1fdf4afc507c4b973045c97fc8ded65ddec4f8c58727e7e4c7c4ad6a65ae79581eb4bdfe9c79a5f909dbc0a1f
diff --git a/x11-apps/xgc/xgc-1.0.6.ebuild b/x11-apps/xgc/xgc-1.0.6.ebuild
new file mode 100644
index 000000000000..b924efc9ccfd
--- /dev/null
+++ b/x11-apps/xgc/xgc-1.0.6.ebuild
@@ -0,0 +1,16 @@
+# 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 graphics demo"
+
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libXaw
+ x11-libs/libXt"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"