summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-05-16 10:41:02 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-05-16 10:41:02 +0000
commit9c571b580758a44e4ef8c21f0e09b6b0d8ed0556 (patch)
treea10c8fb56ed3f36e98b6145c181f09842218481e /xfce-extra
parentMake a revbump to make sure that people will avoid bug 412653 (diff)
downloadgentoo-2-9c571b580758a44e4ef8c21f0e09b6b0d8ed0556.tar.gz
gentoo-2-9c571b580758a44e4ef8c21f0e09b6b0d8ed0556.tar.bz2
gentoo-2-9c571b580758a44e4ef8c21f0e09b6b0d8ed0556.zip
old
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-sensors-plugin/ChangeLog8
-rw-r--r--xfce-extra/xfce4-sensors-plugin/files/xfce4-sensors-plugin-1.2.3-linux-3.x.patch14
-rw-r--r--xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3-r1.ebuild60
-rw-r--r--xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.4.ebuild54
4 files changed, 7 insertions, 129 deletions
diff --git a/xfce-extra/xfce4-sensors-plugin/ChangeLog b/xfce-extra/xfce4-sensors-plugin/ChangeLog
index 974374e3d549..7f205d297b4e 100644
--- a/xfce-extra/xfce4-sensors-plugin/ChangeLog
+++ b/xfce-extra/xfce4-sensors-plugin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-extra/xfce4-sensors-plugin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.35 2012/05/15 19:26:42 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.36 2012/05/16 10:41:02 ssuominen Exp $
+
+ 16 May 2012; Samuli Suominen <ssuominen@gentoo.org>
+ -xfce4-sensors-plugin-1.2.3-r1.ebuild,
+ -files/xfce4-sensors-plugin-1.2.3-linux-3.x.patch,
+ -xfce4-sensors-plugin-1.2.4.ebuild:
+ old
*xfce4-sensors-plugin-1.2.5 (15 May 2012)
diff --git a/xfce-extra/xfce4-sensors-plugin/files/xfce4-sensors-plugin-1.2.3-linux-3.x.patch b/xfce-extra/xfce4-sensors-plugin/files/xfce4-sensors-plugin-1.2.3-linux-3.x.patch
deleted file mode 100644
index c969b1d50ce8..000000000000
--- a/xfce-extra/xfce4-sensors-plugin/files/xfce4-sensors-plugin-1.2.3-linux-3.x.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-http://bugs.gentoo.org/409343
-http://bugzilla.xfce.org/show_bug.cgi?id=8266
-
---- lib/hddtemp.c
-+++ lib/hddtemp.c
-@@ -421,7 +421,7 @@ initialize_hddtemp (GPtrArray *chips, gb
- #ifdef HAVE_NETCAT
- read_disks_netcat (chip);
- #else
-- if (strcmp(p_uname->sysname, "Linux")==0 && major>=5)
-+ if (strcmp(p_uname->sysname, "Linux")==0 && (generation>=3 || (generation==2 && major>=5)))
- read_disks_linux26 (chip);
- else
- read_disks_fallback (chip); /* hopefully, that's a safe variant */
diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3-r1.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3-r1.ebuild
deleted file mode 100644
index 4acb7e7ac2f1..000000000000
--- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.3-r1.ebuild
+++ /dev/null
@@ -1,60 +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-sensors-plugin/xfce4-sensors-plugin-1.2.3-r1.ebuild,v 1.2 2012/05/05 07:26:09 mgorny Exp $
-
-EAPI=4
-EAUTORECONF=yes
-inherit multilib xfconf
-
-DESCRIPTION="A panel plug-in for different sensors using acpi, lm_sensors and hddtemp"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="+acpi debug hddtemp libnotify lm_sensors video_cards_nvidia"
-
-REQUIRED_USE="|| ( hddtemp lm_sensors acpi )"
-
-RDEPEND=">=x11-libs/gtk+-2.10:2
- >=xfce-base/libxfce4ui-4.8
- >=xfce-base/xfce4-panel-4.8
- hddtemp? ( app-admin/hddtemp net-analyzer/gnu-netcat )
- libnotify? ( >=x11-libs/libnotify-0.7 )
- lm_sensors? ( >=sys-apps/lm_sensors-3.1.0 )
- video_cards_nvidia? ( media-video/nvidia-settings )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-pkg_setup() {
- PATCHES=( "${FILESDIR}"/${P}-linux-3.x.patch )
-
- XFCONF=(
- --libexecdir="${EPREFIX}"/usr/$(get_libdir)
- --disable-static
- $(use_enable acpi procacpi)
- $(use_enable acpi sysfsacpi)
- $(use_enable hddtemp netcat)
- $(use_enable hddtemp)
- $(use_enable libnotify notification)
- $(use_enable lm_sensors libsensors)
- $(use_enable video_cards_nvidia xnvctrl)
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS NOTES README TODO )
-}
-
-src_prepare() {
- sed -i -e '/-no-undefined/d' src/Makefile.am || die
- # Use flags from xfce4-dev-tools instead of defining them again in
- # configure.in wrt #386979
- sed -i -e '/PLATFORM_CFLAGS/s:-Werror::' configure.in || die
- # http://bugzilla.xfce.org/show_bug.cgi?id=8057
- # value "Monitor" in key "Categories" in group "Desktop Entry" requires
- # another category to be present among the following categories: System
- sed -i -e 's:Monitor:System;&:' src/xfce4-sensors.desktop.in || die
- xfconf_src_prepare
-}
diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.4.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.4.ebuild
deleted file mode 100644
index 3955ab62b761..000000000000
--- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.4.ebuild
+++ /dev/null
@@ -1,54 +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-sensors-plugin/xfce4-sensors-plugin-1.2.4.ebuild,v 1.1 2012/05/14 10:43:48 ssuominen Exp $
-
-EAPI=4
-EAUTORECONF=yes
-inherit multilib xfconf
-
-DESCRIPTION="A panel plug-in for different sensors using acpi, lm_sensors and hddtemp"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="+acpi debug hddtemp libnotify lm_sensors video_cards_nvidia"
-
-REQUIRED_USE="|| ( hddtemp lm_sensors acpi )"
-
-RDEPEND=">=x11-libs/gtk+-2.14:2
- >=xfce-base/libxfce4ui-4.8
- >=xfce-base/xfce4-panel-4.8
- hddtemp? ( app-admin/hddtemp net-analyzer/gnu-netcat )
- libnotify? ( >=x11-libs/libnotify-0.7 )
- lm_sensors? ( >=sys-apps/lm_sensors-3.1.0 )
- video_cards_nvidia? ( media-video/nvidia-settings )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --libexecdir="${EPREFIX}"/usr/$(get_libdir)
- --disable-static
- $(use_enable lm_sensors libsensors)
- $(use_enable hddtemp)
- $(use_enable hddtemp netcat)
- $(use_enable acpi procacpi)
- $(use_enable acpi sysfsacpi)
- $(use_enable video_cards_nvidia xnvctrl)
- $(use_enable libnotify notification)
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS NOTES README TODO )
-}
-
-src_prepare() {
- sed -i -e '/-no-undefined/d' src/Makefile.am || die
- # Use flags from xfce4-dev-tools instead of defining them again in
- # configure.in wrt #386979
- sed -i -e '/PLATFORM_CFLAGS/s:-Werror::' configure.in || die
- xfconf_src_prepare
-}