diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-04-28 20:21:43 +0100 |
commit | 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch) | |
tree | 758c221bad35c9288d0bd6df9c7dfc226728e52c /xfce-extra/xfce4-cpufreq-plugin | |
parent | 8d5dbd847cbc704a6a06405856e94b461011afe3 (diff) |
gentoo resync : 28.04.2021
Diffstat (limited to 'xfce-extra/xfce4-cpufreq-plugin')
3 files changed, 2 insertions, 41 deletions
diff --git a/xfce-extra/xfce4-cpufreq-plugin/Manifest b/xfce-extra/xfce4-cpufreq-plugin/Manifest index a3fabfe1d9ad..0f52543d7f1b 100644 --- a/xfce-extra/xfce4-cpufreq-plugin/Manifest +++ b/xfce-extra/xfce4-cpufreq-plugin/Manifest @@ -1,5 +1,3 @@ -DIST xfce4-cpufreq-plugin-1.2.4.tar.bz2 416385 BLAKE2B 65df9bdd0427f5cdebe1a3427801b2ac69fa04a1b6da069c15a7463927101a6744e99207de69bd8ed6f0a92259fcaaa34a25e7cb26b74f82a9bfad38ddab8cda SHA512 6aad36cf44ebde55e9d05cabe8547e9335188749ce92317c949c00577b04a80f2239c03664802ef386a06a2c24c433a515dc598ea36c9299766a5e56b5ae6ae4 DIST xfce4-cpufreq-plugin-1.2.5.tar.bz2 424858 BLAKE2B 2d93e9f3e591cb3f97289b3a449e4a3494a4bcefe97ad481ab46d0c1b749a85b068cc8e6ecad5ed0d591516cf996d7ab901cf21bcfbb63c28f5b28f4e7e01a3e SHA512 4a098861875f2a413e8d3778e4eef709f00efc87d9cd76ddab22462653ec21f4b8756c421e3f0726c56f151f0e637e27d2c80c4b09ab8ecb419e00bb108d3b80 -EBUILD xfce4-cpufreq-plugin-1.2.4.ebuild 811 BLAKE2B e1e4f481034767e8dda039250e22c4364fbe101b7473d8d60744f20e6f2c1e08c622de11854fb9f52221331bb88fd6a1f88ed8b27f2b7c8423cf40973c042300 SHA512 b4156b88783f689b2c1649a23763b9b0ba65294d1e42f5b30c5289f67affa99717c2386b595bf9503d59c2d3d8d371351345bddb14a8bb291857fede6d3a3d2e -EBUILD xfce4-cpufreq-plugin-1.2.5.ebuild 806 BLAKE2B b2f197fc74f02cc65c16a10f3720567da3c10bdd583af712755daa8a74f12b640a927ccb82d8e8d0020d88add980f11f890bb1943d0e3c375f73b2b2b75ce5f4 SHA512 e153904e3f6baacac964d4a36b94a08f02bb4abd388acfc828502a60e83f5b132ab3e7216ac9e67c372c04b3cd3f892858bd34f26af8feb5b88986b0edcb0417 +EBUILD xfce4-cpufreq-plugin-1.2.5.ebuild 802 BLAKE2B 41c10098cf56e82e31c095109dd9da9a5b097c9a9b6ade032643d9446c9a665b3309f069cd38a4d56b4b49a4d3a94e62144b7579a81cdce53b243bf7a045e535 SHA512 8d9139d1bef4c6a50613eecb9194d4b1575f1b62ae1e1276f64449e90009887f8a447e8b7592ab65b3424e35d84344c0b1d6d0a8eacc070e66df88399409e107 MISC metadata.xml 247 BLAKE2B f381ffd75f3fdb2842002ea885015f443cc35334f0420d70a61d6730bd55c11750d6a177831dc7c8564eec4dc3863db6085162e58848b0dceb09799006a1b2c5 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203 diff --git a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.4.ebuild b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.4.ebuild deleted file mode 100644 index 68d79bc783c0..000000000000 --- a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg-utils - -DESCRIPTION="A panel plugin for showing information about cpufreq settings" -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin" -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86" - -RDEPEND=">=dev-libs/glib-2.20:= - >=x11-libs/gtk+-3.20:3= - >=xfce-base/libxfce4ui-4.12:=[gtk3(+)] - >=xfce-base/xfce4-panel-4.12:=" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} diff --git a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.5.ebuild b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.5.ebuild index 0c6ed8e23b60..46f45f11979c 100644 --- a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.5.ebuild +++ b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.5.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86" RDEPEND=">=dev-libs/glib-2.20:= >=x11-libs/gtk+-3.20:3= |