diff options
author | 2012-05-14 10:27:26 +0000 | |
---|---|---|
committer | 2012-05-14 10:27:26 +0000 | |
commit | d9d0528ecd2f1065850a715cd44f317cc9d847de (patch) | |
tree | f257aedc08bfdb3009af3fa0550f1a66298ab573 /xfce-extra/xfce4-battery-plugin | |
parent | Version bump. (diff) | |
download | gentoo-2-d9d0528ecd2f1065850a715cd44f317cc9d847de.tar.gz gentoo-2-d9d0528ecd2f1065850a715cd44f317cc9d847de.tar.bz2 gentoo-2-d9d0528ecd2f1065850a715cd44f317cc9d847de.zip |
old
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-battery-plugin')
3 files changed, 5 insertions, 70 deletions
diff --git a/xfce-extra/xfce4-battery-plugin/ChangeLog b/xfce-extra/xfce4-battery-plugin/ChangeLog index d37fe3d6733d..b06cf2ea7b1f 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.15 2012/05/14 10:26:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-battery-plugin/ChangeLog,v 1.16 2012/05/14 10:27:26 ssuominen Exp $ + + 14 May 2012; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-battery-plugin-1.0.1.ebuild, -xfce4-battery-plugin-1.0.2.ebuild: + old *xfce4-battery-plugin-1.0.4 (14 May 2012) diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.1.ebuild b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.1.ebuild deleted file mode 100644 index 5791a8df1e23..000000000000 --- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.1.ebuild +++ /dev/null @@ -1,32 +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.1.ebuild,v 1.2 2012/05/05 07:11:16 mgorny Exp $ - -EAPI=4 -inherit 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 ~ppc ~x86" -IUSE="debug" - -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 ) -} diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.2.ebuild b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.2.ebuild deleted file mode 100644 index 485777ed1fc1..000000000000 --- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.0.2.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.2.ebuild,v 1.2 2012/05/05 07:11:16 mgorny 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 ~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 -} |