* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: ChangeLog xfce4-sensors-plugin-1.2.5.ebuild
@ 2012-05-15 19:26 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-05-15 19:26 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/05/15 19:26:42
Modified: ChangeLog
Added: xfce4-sensors-plugin-1.2.5.ebuild
Log:
Version bump wrt #416125 by Ilya Gordeev
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Revision Changes Path
1.35 xfce-extra/xfce4-sensors-plugin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 14 May 2012 10:43:48 -0000 1.34
+++ ChangeLog 15 May 2012 19:26:42 -0000 1.35
@@ -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.34 2012/05/14 10:43:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v 1.35 2012/05/15 19:26:42 ssuominen Exp $
+
+*xfce4-sensors-plugin-1.2.5 (15 May 2012)
+
+ 15 May 2012; Samuli Suominen <ssuominen@gentoo.org>
+ +xfce4-sensors-plugin-1.2.5.ebuild:
+ Version bump wrt #416125 by Ilya Gordeev
*xfce4-sensors-plugin-1.2.4 (14 May 2012)
1.1 xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.5.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.5.ebuild?rev=1.1&content-type=text/plain
Index: xfce4-sensors-plugin-1.2.5.ebuild
===================================================================
# 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.5.ebuild,v 1.1 2012/05/15 19:26:42 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)
$(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
sed -i \
-e '/PLATFORM_CFLAGS/s:-Werror::' \
-e '/AC_PROG_LIBTOOL/d' \
configure.in || die
xfconf_src_prepare
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: ChangeLog xfce4-sensors-plugin-1.2.5.ebuild
@ 2013-04-25 8:59 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-04-25 8:59 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/04/25 08:59:00
Modified: ChangeLog xfce4-sensors-plugin-1.2.5.ebuild
Log:
Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER for automake-1.13 compability.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.43 xfce-extra/xfce4-sensors-plugin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 28 Nov 2012 12:24:14 -0000 1.42
+++ ChangeLog 25 Apr 2013 08:58:59 -0000 1.43
@@ -1,6 +1,11 @@
# 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.42 2012/11/28 12:24:14 ssuominen Exp $
+# 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 $
+
+ 25 Apr 2013; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-sensors-plugin-1.2.5.ebuild:
+ Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER for automake-1.13
+ compability.
28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org>
xfce4-sensors-plugin-1.2.5.ebuild:
1.6 xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.5.ebuild?r1=1.5&r2=1.6
Index: xfce4-sensors-plugin-1.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xfce4-sensors-plugin-1.2.5.ebuild 28 Nov 2012 12:24:14 -0000 1.5
+++ xfce4-sensors-plugin-1.2.5.ebuild 25 Apr 2013 08:58:59 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 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.5.ebuild,v 1.5 2012/11/28 12:24:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.5.ebuild,v 1.6 2013/04/25 08:58:59 ssuominen Exp $
EAPI=5
EAUTORECONF=yes
@@ -51,9 +51,12 @@
# 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::' \
-e '/AC_PROG_LIBTOOL/d' \
+ -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
configure.in || die
xfconf_src_prepare
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-25 8:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-15 19:26 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-sensors-plugin: ChangeLog xfce4-sensors-plugin-1.2.5.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2013-04-25 8:59 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