summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-08-30 23:57:58 -0400
committerMatt Turner <mattst88@gentoo.org>2022-08-31 10:48:28 -0400
commit540ebf7672591a84db52f419b6a91de3016b4b3b (patch)
tree3d919b994e984a4ee98628b5241423dbb38ee308 /x11-apps
parentapp-admin/awscli: Remove old (diff)
downloadgentoo-540ebf7672591a84db52f419b6a91de3016b4b3b.tar.gz
gentoo-540ebf7672591a84db52f419b6a91de3016b4b3b.tar.bz2
gentoo-540ebf7672591a84db52f419b6a91de3016b4b3b.zip
x11-apps/ico: Version bump to 1.0.6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/ico/Manifest1
-rw-r--r--x11-apps/ico/ico-1.0.6.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/ico/Manifest b/x11-apps/ico/Manifest
index fc52583fe18a..a8814f42506c 100644
--- a/x11-apps/ico/Manifest
+++ b/x11-apps/ico/Manifest
@@ -1 +1,2 @@
DIST ico-1.0.5.tar.bz2 136727 BLAKE2B 6c6d0a3e9521d9dad9f17f20ca7e1ccb52da31b6a5c5879bbe3d63e58231956cb2ff665b109191185a9af8ee9d2b87f034d349d4d3b33d18dc7b52e0d0640972 SHA512 93a94a66d4a41b39d4b3657050e58f8269d352dae5d5916c9ecdda1cb14f23b9d159d67c50fdfa654b4b1c2ad11434bed140ace70703c82b05d3fe8686aab8f6
+DIST ico-1.0.6.tar.xz 130032 BLAKE2B 21ee058ee22493832499fdbac327e51a10c468e47eb6f9dd6f5a3ec26af1533295bc16c0d7b212af49e85ba079a42813acd4e3ba8864c9ead0e7a31c062af724 SHA512 0ada451b8026ea10d1a5633f847b7bf833292e4cd01e3f1079d82c91fd142c06c6c4005b7146900ee34ac7acc8fd981db37ada9052dff49c2cfce995b9146c8c
diff --git a/x11-apps/ico/ico-1.0.6.ebuild b/x11-apps/ico/ico-1.0.6.ebuild
new file mode 100644
index 000000000000..bc73477ebb5e
--- /dev/null
+++ b/x11-apps/ico/ico-1.0.6.ebuild
@@ -0,0 +1,15 @@
+# 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="animate an icosahedron or other polyhedron"
+
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-linux"
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"