diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-25 18:09:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-25 19:27:11 +0200 |
commit | 8d069bc8b3b3dcd0c6887c4cb40268055ac0d6d4 (patch) | |
tree | b060eac01eb6514b01ca83bf62030daee1f008ae /xfce-extra | |
parent | xfce-extra/tumbler: Drop old (diff) | |
download | gentoo-8d069bc8b3b3dcd0c6887c4cb40268055ac0d6d4.tar.gz gentoo-8d069bc8b3b3dcd0c6887c4cb40268055ac0d6d4.tar.bz2 gentoo-8d069bc8b3b3dcd0c6887c4cb40268055ac0d6d4.zip |
xfce-extra/xfce4-battery-plugin: Drop old
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-battery-plugin/Manifest | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.5.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/xfce-extra/xfce4-battery-plugin/Manifest b/xfce-extra/xfce4-battery-plugin/Manifest index 36d54d95b212..b65286239deb 100644 --- a/xfce-extra/xfce4-battery-plugin/Manifest +++ b/xfce-extra/xfce4-battery-plugin/Manifest @@ -1,2 +1 @@ -DIST xfce4-battery-plugin-1.0.5.tar.bz2 403505 BLAKE2B 454f36b814e3a2069d3caff4a2c96561a238852fd30b75f89a67acc5b8e6b5455bdade45469ba4ba8fcd853ef2e7c49e4e396e208c14f87689b7b526c7f56359 SHA512 f49f33178a771b952442f498cee2c722146c9982cb27453e6547a7c7838eaa0a22588a7d2a56f189f7e9e7b90ed7e5ac7a4e6cfee55dc5e43d32c5ef95b20062 DIST xfce4-battery-plugin-1.1.0.tar.bz2 398621 BLAKE2B 461f32e07708c29f2157c8909ba48a43458c06c9622ec0835f4cf6abb0b1232bc35f23a7e945315eb2d49048b9c0023da3a27803cf95217374962531db986e97 SHA512 d3f5b6d3657abfba2c4c5cb3ab8ddc87f4862f24eb614cb91af48332b3082c3dce7f32eb2e3cb8a9d501ddb01c6259c4fbfbab8ed9c221633e47eb17c623cf09 diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.5.ebuild b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.5.ebuild deleted file mode 100644 index fede6f421951..000000000000 --- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit linux-info xfconf - -DESCRIPTION="A battery monitor panel plugin for the Xfce desktop environment" -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~mips ~ppc x86" -IUSE="debug kernel_linux" - -RDEPEND=">=dev-libs/glib-2.24 - >=x11-libs/gtk+-2.20:2 - >=xfce-base/libxfce4ui-4.8 - >=xfce-base/libxfce4util-4.8 - >=xfce-base/xfce4-panel-4.8" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" - -pkg_setup() { - XFCONF=( - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README ) - - if use kernel_linux; then - CONFIG_CHECK="~ACPI_BATTERY" - linux-info_pkg_setup - fi -} |