Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-sensors-plugin/
Date: Tue, 02 Aug 2016 16:11:27
Message-Id: 1470154187.5f7a74f8e9c94f98cf0a72e8caf8fabfb8291646.mgorny@gentoo
1 commit: 5f7a74f8e9c94f98cf0a72e8caf8fabfb8291646
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 15:25:45 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 16:09:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7a74f8
7
8 xfce-extra/xfce4-sensors-plugin: Prune old
9
10 xfce-extra/xfce4-sensors-plugin/Manifest | 1 -
11 .../xfce4-sensors-plugin-1.2.5.ebuild | 68 ----------------------
12 2 files changed, 69 deletions(-)
13
14 diff --git a/xfce-extra/xfce4-sensors-plugin/Manifest b/xfce-extra/xfce4-sensors-plugin/Manifest
15 index 84748df..ce2fe39 100644
16 --- a/xfce-extra/xfce4-sensors-plugin/Manifest
17 +++ b/xfce-extra/xfce4-sensors-plugin/Manifest
18 @@ -1,2 +1 @@
19 -DIST xfce4-sensors-plugin-1.2.5.tar.bz2 399758 SHA256 6b3c12917116c0610c0ca0824357afcc4ab4553301241e27aa9665159b834c1e SHA512 240514c1e2150ccb2416f77a97039939884fb3ebde4b784136a69c8326caf48f1b29dd7dd49f8660deea42efde4cb34cce968c70944033562983ca180d0205cc WHIRLPOOL 032a60d6004b136eb3b9f69bfeb6f8b9fcbb466965e5c8585e40944f5dbf07eff02587d6ae181727ee9de7b79e24602956c92c55287d64de489c33171a9a3ddd
20 DIST xfce4-sensors-plugin-1.2.6.tar.bz2 454524 SHA256 235ef842bd45e701bceebb21a384ab09f21afceea8ed95f91bb4c6cf3abe1bc0 SHA512 5c520f1c253df1bb9e29855c5ccfc1536034945ca68b43cd8b6d97083e528b2430230d9c51d43953a71c3f0171ae718bf1557714729b1343ebd51f91f3f36d60 WHIRLPOOL 60b1069b621026f37637ca93a5c8a956eb77ee234df472fef9c2f3bec56efc5f09d923e23fd7ab8ed76526a14ad414b3d82f2c2c2d7ab68118b4bafbe4add9f0
21
22 diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.5.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.5.ebuild
23 deleted file mode 100644
24 index cf349d5..0000000
25 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.5.ebuild
26 +++ /dev/null
27 @@ -1,68 +0,0 @@
28 -# Copyright 1999-2016 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -# $Id$
31 -
32 -EAPI=5
33 -EAUTORECONF=yes
34 -inherit multilib xfconf
35 -
36 -DESCRIPTION="A panel plug-in for different sensors using acpi, lm_sensors and hddtemp"
37 -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin"
38 -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="amd64 ~ppc x86"
43 -IUSE="+acpi debug hddtemp libnotify lm_sensors video_cards_nvidia"
44 -
45 -REQUIRED_USE="|| ( hddtemp lm_sensors acpi )"
46 -
47 -RDEPEND=">=x11-libs/gtk+-2.14:2
48 - >=xfce-base/libxfce4ui-4.8
49 - >=xfce-base/xfce4-panel-4.8
50 - hddtemp? ( app-admin/hddtemp net-analyzer/gnu-netcat )
51 - libnotify? ( >=x11-libs/libnotify-0.7 )
52 - lm_sensors? ( >=sys-apps/lm_sensors-3.1.0 )
53 - video_cards_nvidia? (
54 - || (
55 - x11-drivers/nvidia-drivers[tools,static-libs]
56 - media-video/nvidia-settings
57 - )
58 - )"
59 -DEPEND="${RDEPEND}
60 - dev-util/intltool
61 - virtual/pkgconfig"
62 -
63 -pkg_setup() {
64 - XFCONF=(
65 - --libexecdir="${EPREFIX}"/usr/$(get_libdir)
66 - $(use_enable lm_sensors libsensors)
67 - $(use_enable hddtemp)
68 - $(use_enable hddtemp netcat)
69 - $(use_enable acpi procacpi)
70 - $(use_enable acpi sysfsacpi)
71 - $(use_enable video_cards_nvidia xnvctrl)
72 - $(use_enable libnotify notification)
73 - $(xfconf_use_debug)
74 - )
75 -
76 - DOCS=( AUTHORS ChangeLog NEWS NOTES README TODO )
77 -}
78 -
79 -src_prepare() {
80 - sed -i -e '/-no-undefined/d' src/Makefile.am || die
81 -
82 - # Use flags from xfce4-dev-tools instead of defining them again in
83 - # configure.in wrt #386979
84 - # Remove AC_PROG_LIBTOOL because LT_INIT([disable-static]) is also present:
85 - # https://bugzilla.xfce.org/show_bug.cgi?id=8888
86 - # Use AC_CONFIG_HEADERS for automake-1.13 compability, see:
87 - # https://bugzilla.xfce.org/show_bug.cgi?id=10031
88 - sed -i \
89 - -e '/PLATFORM_CFLAGS/s:-Werror::' \
90 - -e '/AC_PROG_LIBTOOL/d' \
91 - -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
92 - configure.in || die
93 -
94 - xfconf_src_prepare
95 -}