From 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Apr 2021 20:21:43 +0100 Subject: gentoo resync : 28.04.2021 --- xfce-extra/xfce4-battery-plugin/Manifest | 4 +- .../xfce4-battery-plugin-1.1.3.ebuild | 44 ---------------------- .../xfce4-battery-plugin-1.1.4.ebuild | 2 +- 3 files changed, 2 insertions(+), 48 deletions(-) delete mode 100644 xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.3.ebuild (limited to 'xfce-extra/xfce4-battery-plugin') diff --git a/xfce-extra/xfce4-battery-plugin/Manifest b/xfce-extra/xfce4-battery-plugin/Manifest index eef8d47d1b09..e7cf238487d1 100644 --- a/xfce-extra/xfce4-battery-plugin/Manifest +++ b/xfce-extra/xfce4-battery-plugin/Manifest @@ -1,5 +1,3 @@ -DIST xfce4-battery-plugin-1.1.3.tar.bz2 431118 BLAKE2B 305255b4ea0f232f5dae29b47c4ec66b26a5848783d6aa6b3379b98fe9312b302cde8302aa3d2c8bd945b3b160cdf5b6e612f452f5595f61ddaf5659342e3480 SHA512 a591fb37855efbd54d18ae97e320fa4521da611c8ea107813bfd66fa570e8c84576fcf779c7b676ee9918709912de728b0fed490e64d3d2ad403baf719db4520 DIST xfce4-battery-plugin-1.1.4.tar.bz2 458485 BLAKE2B 5af18d0f8944afdc6c93852220cd87020d7ea18ce27e224def5ed71f3d9490e2e30982bbff322a76feb3d6464888a8cd64e40c9938484256432537ea1a150009 SHA512 6a59630800a79d2c62434c1c50f5d891ae9ebae48037ea0859d6edd66c856a76e6f11c6e8866ca3c94ae1e5b57bdba4e9fadd4bc92c7fcef278cd2f7b82203f2 -EBUILD xfce4-battery-plugin-1.1.3.ebuild 949 BLAKE2B 455f99991d852e15ecaf4525e86295ea3c326bec67ef90ae834339304ed33cb9cbcfd407ff351b1b62afbd766063613e470ef654762b2d1ba93388d9c344f968 SHA512 9d27466665fafe7a9b8d0f803fb96a3b27f2ddbbe576901ffc5ee33ca02e42e3803b418aa363460c39a32db491bfa521b966625da2bc56b50778ab3ae5fdb53a -EBUILD xfce4-battery-plugin-1.1.4.ebuild 962 BLAKE2B 75877f5719022f0f99181967d4eea1a259744001743b653885b0098171a1ba904bc5d1a21f46de95ed62217a84425740ce5605411a31ace90c15ff60abe7de82 SHA512 8042a5c5099ec33bc154b0d83c60934b668116de6bba9880e6742aa08beebc01486ff9b62a5d20d89db18cefcafc774c81f3904710aa83c0370398c9fb76a7fe +EBUILD xfce4-battery-plugin-1.1.4.ebuild 960 BLAKE2B 79d4f7597601e510248c1c1585d28d0418ba253bbe26ba63b3d4ca44f54b0545f3a79354cf3e4c8a521566551705f87f9ce86bad630a982bd283e754db19620c SHA512 c2b0b04108f618a2321d4793b9e73ea13313d9d2562f42adc4b111b1e7f871189a80a75405410cc5de51edd29ad50068a56c0acb6d5972cdfb64bcbef65bda79 MISC metadata.xml 247 BLAKE2B f381ffd75f3fdb2842002ea885015f443cc35334f0420d70a61d6730bd55c11750d6a177831dc7c8564eec4dc3863db6085162e58848b0dceb09799006a1b2c5 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203 diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.3.ebuild b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.3.ebuild deleted file mode 100644 index 2029bccbf0bf..000000000000 --- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.3.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit linux-info xdg-utils - -DESCRIPTION="A battery monitor panel plugin for the Xfce desktop environment" -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin" -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2+ LGPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm ~mips ~ppc x86" -IUSE="kernel_linux" - -RDEPEND=">=dev-libs/glib-2.24:2 - >=x11-libs/gtk+-3.16:3 - >=xfce-base/libxfce4ui-4.12:=[gtk3(+)] - >=xfce-base/libxfce4util-4.8:= - >=xfce-base/xfce4-panel-4.12:=" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" - -pkg_setup() { - if use kernel_linux; then - CONFIG_CHECK="~ACPI_BATTERY" - linux-info_pkg_setup - fi -} - -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-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild index 495bed51cc92..66fb4475d4cd 100644 --- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild +++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+ LGPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86" +KEYWORDS="amd64 ~arm ~mips ~ppc x86" IUSE="kernel_linux" RDEPEND=">=dev-libs/glib-2.24:2 -- cgit v1.2.3