Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/ico/
Date: Wed, 31 Aug 2022 14:48:57
Message-Id: 1661957308.540ebf7672591a84db52f419b6a91de3016b4b3b.mattst88@gentoo
1 commit: 540ebf7672591a84db52f419b6a91de3016b4b3b
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 31 03:57:58 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 14:48:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=540ebf76
7
8 x11-apps/ico: Version bump to 1.0.6
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/ico/Manifest | 1 +
13 x11-apps/ico/ico-1.0.6.ebuild | 15 +++++++++++++++
14 2 files changed, 16 insertions(+)
15
16 diff --git a/x11-apps/ico/Manifest b/x11-apps/ico/Manifest
17 index fc52583fe18a..a8814f42506c 100644
18 --- a/x11-apps/ico/Manifest
19 +++ b/x11-apps/ico/Manifest
20 @@ -1 +1,2 @@
21 DIST ico-1.0.5.tar.bz2 136727 BLAKE2B 6c6d0a3e9521d9dad9f17f20ca7e1ccb52da31b6a5c5879bbe3d63e58231956cb2ff665b109191185a9af8ee9d2b87f034d349d4d3b33d18dc7b52e0d0640972 SHA512 93a94a66d4a41b39d4b3657050e58f8269d352dae5d5916c9ecdda1cb14f23b9d159d67c50fdfa654b4b1c2ad11434bed140ace70703c82b05d3fe8686aab8f6
22 +DIST ico-1.0.6.tar.xz 130032 BLAKE2B 21ee058ee22493832499fdbac327e51a10c468e47eb6f9dd6f5a3ec26af1533295bc16c0d7b212af49e85ba079a42813acd4e3ba8864c9ead0e7a31c062af724 SHA512 0ada451b8026ea10d1a5633f847b7bf833292e4cd01e3f1079d82c91fd142c06c6c4005b7146900ee34ac7acc8fd981db37ada9052dff49c2cfce995b9146c8c
23
24 diff --git a/x11-apps/ico/ico-1.0.6.ebuild b/x11-apps/ico/ico-1.0.6.ebuild
25 new file mode 100644
26 index 000000000000..bc73477ebb5e
27 --- /dev/null
28 +++ b/x11-apps/ico/ico-1.0.6.ebuild
29 @@ -0,0 +1,15 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +XORG_TARBALL_SUFFIX="xz"
36 +inherit xorg-3
37 +
38 +DESCRIPTION="animate an icosahedron or other polyhedron"
39 +
40 +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-linux"
41 +
42 +RDEPEND="x11-libs/libX11"
43 +DEPEND="${RDEPEND}
44 + x11-base/xorg-proto"