diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-16 12:39:08 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-16 12:39:08 +0000 |
commit | 9adb490a4b37864af2a805f6ee690b31a2ba242f (patch) | |
tree | a4651d7765ddbab6210d0eae500047e2da49f2d0 /xfce-extra | |
parent | old (diff) | |
download | gentoo-2-9adb490a4b37864af2a805f6ee690b31a2ba242f.tar.gz gentoo-2-9adb490a4b37864af2a805f6ee690b31a2ba242f.tar.bz2 gentoo-2-9adb490a4b37864af2a805f6ee690b31a2ba242f.zip |
old
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-battery-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.4.ebuild | 37 |
2 files changed, 5 insertions, 38 deletions
diff --git a/xfce-extra/xfce4-battery-plugin/ChangeLog b/xfce-extra/xfce4-battery-plugin/ChangeLog index de5192299a84..22326880ca41 100644 --- a/xfce-extra/xfce4-battery-plugin/ChangeLog +++ b/xfce-extra/xfce4-battery-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-battery-plugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog,v 1.25 2012/11/15 19:14:31 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog,v 1.26 2012/11/16 12:39:08 ssuominen Exp $ + + 16 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-battery-plugin-1.0.4.ebuild: + old 16 Nov 2012; Andreas Schuerch <nativemad@gentoo.org> xfce4-battery-plugin-1.0.5.ebuild: diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.4.ebuild b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.4.ebuild deleted file mode 100644 index 755d62e2e495..000000000000 --- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.4.ebuild,v 1.4 2012/06/03 14:02:48 blueness Exp $ - -EAPI=4 -inherit linux-info xfconf - -DESCRIPTION="A battery monitor panel plugin for the Xfce desktop environment" -HOMEPAGE="http://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 -} |