public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: xfce4-sensors-plugin-1.0.0.ebuild
@ 2011-01-29 20:26 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-01-29 20:26 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/01/29 20:26:27

  Modified:             xfce4-sensors-plugin-1.0.0.ebuild
  Log:
  force old libnotify in old sensors plug-in, correct some syntax
  
  (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild?r1=1.10&r2=1.11

Index: xfce4-sensors-plugin-1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xfce4-sensors-plugin-1.0.0.ebuild	11 Aug 2010 20:50:52 -0000	1.10
+++ xfce4-sensors-plugin-1.0.0.ebuild	29 Jan 2011 20:26:27 -0000	1.11
@@ -1,9 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.0.0.ebuild,v 1.10 2010/08/11 20:50:52 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.11 2011/01/29 20:26:27 ssuominen Exp $
 
+EAPI=3
 EAUTORECONF=yes
-EAPI=2
 inherit xfconf
 
 DESCRIPTION="acpi, lm_sensors and hddtemp panel plugin"
@@ -19,7 +19,7 @@
 	>=xfce-base/libxfce4util-4.4
 	>=xfce-base/libxfcegui4-4.4
 	>=xfce-base/xfce4-panel-4.4
-	libnotify? ( >=x11-libs/libnotify-0.4 )
+	libnotify? ( <x11-libs/libnotify-0.7 )
 	lm_sensors? ( >=sys-apps/lm_sensors-3.1.0 )
 	hddtemp? ( app-admin/hddtemp net-analyzer/gnu-netcat )"
 DEPEND="${RDEPEND}
@@ -27,7 +27,8 @@
 	dev-util/pkgconfig"
 
 pkg_setup() {
-	XFCONF="--disable-dependency-tracking
+	XFCONF=(
+		--disable-dependency-tracking
 		--disable-static
 		$(use_enable hddtemp)
 		$(use_enable hddtemp netcat)
@@ -35,16 +36,22 @@
 		$(use_enable acpi procacpi)
 		$(use_enable acpi sysfsacpi)
 		$(use_enable libnotify notification)
-		$(xfconf_use_debug)"
+		$(xfconf_use_debug)
+		)
 
 	if ! use hddtemp && ! use lm_sensors && ! use acpi; then
-		XFCONF="${XFCONF} --enable-procacpi --enable-sysfsacpi"
+		XFCONF+=(
+			--enable-procacpi
+			--enable-sysfsacpi
+			)
 	fi
 
 	DOCS="AUTHORS ChangeLog NEWS NOTES README TODO"
 
-	PATCHES=( "${FILESDIR}/${P}-missing_includedir.patch"
-		"${FILESDIR}/${P}-without_libnotify.patch" )
+	PATCHES=(
+		"${FILESDIR}"/${P}-missing_includedir.patch
+		"${FILESDIR}"/${P}-without_libnotify.patch
+		)
 }
 
 src_prepare() {






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: xfce4-sensors-plugin-1.0.0.ebuild
@ 2011-04-09 18:17 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-04-09 18:17 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/04/09 18:17:32

  Removed:              xfce4-sensors-plugin-1.0.0.ebuild
  Log:
  old
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-09 18:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-09 18:17 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: xfce4-sensors-plugin-1.0.0.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-29 20:26 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox