diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /x11-misc/iconbox | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'x11-misc/iconbox')
-rw-r--r-- | x11-misc/iconbox/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/iconbox/iconbox-0.2.ebuild | 15 |
2 files changed, 9 insertions, 8 deletions
diff --git a/x11-misc/iconbox/Manifest b/x11-misc/iconbox/Manifest index f31491593472..5f558e45b1cf 100644 --- a/x11-misc/iconbox/Manifest +++ b/x11-misc/iconbox/Manifest @@ -1,3 +1,3 @@ DIST iconbox_0.2.tar.gz 14739 BLAKE2B f4f69ab84fef88de31767a57cac16883c0ca405581e50041d2426c005d16ae2aca82f76ae1fe78c5c53473e2a85667609deca6397bc8ef8912f5730921f1770c SHA512 66b83fad9535667221ecab7fba0e47ecad0ddcc6d67d9baae8e855545bb6ae50ddfa890157ebd0f43fecda384e95ac85bb5b4d47bd0902cc0f47e270b9331b6b -EBUILD iconbox-0.2.ebuild 496 BLAKE2B 28c3750d63c9154b8981b08a70e4810d90c0c6b65cf938aae53354eae2c99ff8637664efead7610e31e34a5770da2e9a6724ac1fe6f4c718a815f542f7e1e674 SHA512 f6bb3c2b01252749c7ee02d25cddf8bc45e0e38640d427cbbebe60f2b8168b4e583eab0becf35c1d8e883af9e2deb397adb7e345774eebae31d87eb5c4e7cbc8 +EBUILD iconbox-0.2.ebuild 473 BLAKE2B 4eb398d56035c4f1dd1f9c26283734ed17d09e0cd3073d4c6860bea97f1495b58a5e0f05664ed62054c318f0d44303bc49d06962c52feaa55dba9686ff88941a SHA512 86687f7754adf047cef301f41944f9d3a023a3ddccb9f9e03fabbb5e5422918430ee8238e243ffa3f27582ce147bc2585cdff7e081f78b85ba7b26525fe5c5cd MISC metadata.xml 672 BLAKE2B 64903bdc6bdc4a86ce339d07118376ff503f42fa413c23b5a5eecb967b8f577915a6da5c4869dd15d9fa336543301215fe5fcec3c64e6ebdfdbcd1392b186801 SHA512 f82da2066609c52030b0f546e9a1cefa5f6030015744f686f0dc59523ea76d55679993979d403127381b0f1ea87600878d22359ccf422d7d34e9d44c7cdec9f7 diff --git a/x11-misc/iconbox/iconbox-0.2.ebuild b/x11-misc/iconbox/iconbox-0.2.ebuild index 7a1b08baee65..5e38129b6e8d 100644 --- a/x11-misc/iconbox/iconbox-0.2.ebuild +++ b/x11-misc/iconbox/iconbox-0.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 MY_P=${P/-/_} @@ -12,16 +12,17 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc x86" -IUSE="" -RDEPEND="x11-libs/gtk+:2 - dev-perl/Gtk2" -DEPEND="${RDEPEND}" +RDEPEND=" + dev-lang/perl + dev-perl/Gtk2 + x11-libs/gtk+:2" src_compile() { :; } src_install() { dobin iconbox{,conf} - dodoc Changelog README + + einstalldocs doman *.1 } |