diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-04-03 19:20:32 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-04-03 19:33:58 -0700 |
commit | 9688eb2ad2033a86a87c03d77142973e20d483e7 (patch) | |
tree | 5e82322ff4c9289ce4012038577e461f3a6200b4 /x11-apps | |
parent | x11-apps/appres: Version bump to 1.0.6 (diff) | |
download | gentoo-9688eb2ad2033a86a87c03d77142973e20d483e7.tar.gz gentoo-9688eb2ad2033a86a87c03d77142973e20d483e7.tar.bz2 gentoo-9688eb2ad2033a86a87c03d77142973e20d483e7.zip |
x11-apps/listres: Version bump to 1.0.5
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/listres/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/listres/listres-1.0.5.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-apps/listres/Manifest b/x11-apps/listres/Manifest index a8ac7f735f56..4e2e3f7bbc98 100644 --- a/x11-apps/listres/Manifest +++ b/x11-apps/listres/Manifest @@ -1 +1,2 @@ DIST listres-1.0.4.tar.bz2 125472 BLAKE2B 99865e682eb2894b7af1a84a6fd29bf16f0345b8660bbb61060dbb7927bf376591c7403356b97cff13ff3392321d52f34388f49fd2aac6dab52592317818010c SHA512 925bceab6ff96fcf91f58ba2f858905d6e2eff7074ba29cfc02def7c19fb493545837884f1070dc004422451f749cd459000c01e8c9bb51a7cce7f7ab4067b8a +DIST listres-1.0.5.tar.xz 119596 BLAKE2B 849b41415eaf7d5251d8fb1cee061e8272e8abd4df986b28737d0a215953be692fe3b0c008a0bf7c831c5c6664ab1402c5034b2685cd3d799bae77a0296b0f8e SHA512 caa3626773031fbf6d8bcc1f697afe6add64fe4a8d1d766c42d5c2346050869dd23a26a1718411134ab05c75835facf0786cab5595721a16df423cdc54dd813d diff --git a/x11-apps/listres/listres-1.0.5.ebuild b/x11-apps/listres/listres-1.0.5.ebuild new file mode 100644 index 000000000000..53a479e2f007 --- /dev/null +++ b/x11-apps/listres/listres-1.0.5.ebuild @@ -0,0 +1,17 @@ +# 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="list resources in widgets" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +RDEPEND="x11-libs/libX11 + x11-libs/libXt + x11-libs/libXmu + x11-libs/libXaw" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |