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.2.6.ebuild ChangeLog
@ 2015-04-12 19:35 Michal Gorny (mgorny)
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-12 19:35 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/12 19:35:20

  Modified:             ChangeLog
  Added:                xfce4-sensors-plugin-1.2.6.ebuild
  Log:
  Version bump with minor fixes.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.44                 xfce-extra/xfce4-sensors-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	25 Apr 2013 08:58:59 -0000	1.43
+++ ChangeLog	12 Apr 2015 19:35:20 -0000	1.44
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-sensors-plugin
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.43 2013/04/25 08:58:59 ssuominen Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.44 2015/04/12 19:35:20 mgorny Exp $
+
+*xfce4-sensors-plugin-1.2.6 (12 Apr 2015)
+
+  12 Apr 2015; Michał Górny <mgorny@gentoo.org>
+  +xfce4-sensors-plugin-1.2.6.ebuild:
+  Version bump with minor fixes.
 
   25 Apr 2013; Samuli Suominen <ssuominen@gentoo.org>
   xfce4-sensors-plugin-1.2.5.ebuild:
@@ -202,4 +208,3 @@
   23 Aug 2009; Samuli Suominen <ssuominen@gentoo.org>
   +xfce4-sensors-plugin-0.10.99.6.ebuild:
   Rename xfce4-sensors to xfce4-sensors-plugin.
-



1.1                  xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.6.ebuild?rev=1.1&content-type=text/plain

Index: xfce4-sensors-plugin-1.2.6.ebuild
===================================================================
# Copyright 1999-2015 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.6.ebuild,v 1.1 2015/04/12 19:35:20 mgorny Exp $

EAPI=5
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)
		$(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
	# Remove AC_PROG_LIBTOOL because LT_INIT([disable-static]) is also present:
	# http://bugzilla.xfce.org/show_bug.cgi?id=8888
	# Use AC_CONFIG_HEADERS for automake-1.13 compability, see:
	# http://bugzilla.xfce.org/show_bug.cgi?id=10031
	sed -i \
		-e '/PLATFORM_CFLAGS/s:-Werror::' \
		configure.ac || die

	xfconf_src_prepare
}





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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: xfce4-sensors-plugin-1.2.6.ebuild ChangeLog
@ 2015-07-01  8:35 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-07-01  8:35 UTC (permalink / raw
  To: gentoo-commits

zlogene     15/07/01 08:35:04

  Modified:             xfce4-sensors-plugin-1.2.6.ebuild ChangeLog
  Log:
  x86 stable wrt bug #553500
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.2                  xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.6.ebuild

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

Index: xfce4-sensors-plugin-1.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-sensors-plugin-1.2.6.ebuild	12 Apr 2015 19:35:20 -0000	1.1
+++ xfce4-sensors-plugin-1.2.6.ebuild	1 Jul 2015 08:35:04 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.6.ebuild,v 1.1 2015/04/12 19:35:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.6.ebuild,v 1.2 2015/07/01 08:35:04 zlogene Exp $
 
 EAPI=5
 EAUTORECONF=yes
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="+acpi debug hddtemp libnotify lm_sensors video_cards_nvidia"
 
 REQUIRED_USE="|| ( hddtemp lm_sensors acpi )"



1.45                 xfce-extra/xfce4-sensors-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	12 Apr 2015 19:35:20 -0000	1.44
+++ ChangeLog	1 Jul 2015 08:35:04 -0000	1.45
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-sensors-plugin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.44 2015/04/12 19:35:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.45 2015/07/01 08:35:04 zlogene Exp $
+
+  01 Jul 2015; Mikle Kolyada <zlogene@gentoo.org>
+  xfce4-sensors-plugin-1.2.6.ebuild:
+  x86 stable wrt bug #553500
 
 *xfce4-sensors-plugin-1.2.6 (12 Apr 2015)
 





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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: xfce4-sensors-plugin-1.2.6.ebuild ChangeLog
@ 2015-07-01 16:58 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-07-01 16:58 UTC (permalink / raw
  To: gentoo-commits

zlogene     15/07/01 16:58:01

  Modified:             xfce4-sensors-plugin-1.2.6.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #553500
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.3                  xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.6.ebuild

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

Index: xfce4-sensors-plugin-1.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-sensors-plugin-1.2.6.ebuild	1 Jul 2015 08:35:04 -0000	1.2
+++ xfce4-sensors-plugin-1.2.6.ebuild	1 Jul 2015 16:58:01 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.6.ebuild,v 1.2 2015/07/01 08:35:04 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.6.ebuild,v 1.3 2015/07/01 16:58:01 zlogene Exp $
 
 EAPI=5
 EAUTORECONF=yes
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="+acpi debug hddtemp libnotify lm_sensors video_cards_nvidia"
 
 REQUIRED_USE="|| ( hddtemp lm_sensors acpi )"



1.46                 xfce-extra/xfce4-sensors-plugin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	1 Jul 2015 08:35:04 -0000	1.45
+++ ChangeLog	1 Jul 2015 16:58:01 -0000	1.46
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/xfce4-sensors-plugin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.45 2015/07/01 08:35:04 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.46 2015/07/01 16:58:01 zlogene Exp $
+
+  01 Jul 2015; Mikle Kolyada <zlogene@gentoo.org>
+  xfce4-sensors-plugin-1.2.6.ebuild:
+  amd64 stable wrt bug #553500
 
   01 Jul 2015; Mikle Kolyada <zlogene@gentoo.org>
   xfce4-sensors-plugin-1.2.6.ebuild:





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

end of thread, other threads:[~2015-07-01 16:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-12 19:35 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: xfce4-sensors-plugin-1.2.6.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2015-07-01  8:35 Mikle Kolyada (zlogene)
2015-07-01 16:58 Mikle Kolyada (zlogene)

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