Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xsensors/
Date: Mon, 13 Feb 2017 08:07:07
Message-Id: 1486973215.1a2748004c9738b313a3b7337a45fed96cb458ee.kensington@gentoo
1 commit: 1a2748004c9738b313a3b7337a45fed96cb458ee
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 13 07:51:04 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 13 08:06:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a274800
7
8 x11-misc/xsensors: Remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 x11-misc/xsensors/xsensors-0.70.ebuild | 36 ----------------------------------
13 1 file changed, 36 deletions(-)
14
15 diff --git a/x11-misc/xsensors/xsensors-0.70.ebuild b/x11-misc/xsensors/xsensors-0.70.ebuild
16 deleted file mode 100644
17 index badf480b1f..0000000000
18 --- a/x11-misc/xsensors/xsensors-0.70.ebuild
19 +++ /dev/null
20 @@ -1,36 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=2
26 -inherit autotools eutils
27 -
28 -DESCRIPTION="A hardware health information viewer, interface to lm-sensors"
29 -HOMEPAGE="http://www.linuxhardware.org/xsensors/"
30 -SRC_URI="http://www.linuxhardware.org/xsensors/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 ppc x86"
35 -IUSE=""
36 -
37 -RDEPEND="x11-libs/gtk+:2
38 - >=sys-apps/lm_sensors-3"
39 -DEPEND="${RDEPEND}
40 - virtual/pkgconfig"
41 -
42 -src_prepare() {
43 - epatch "${FILESDIR}"/${P}-gtk220.patch
44 -
45 - sed -i \
46 - -e '/-DG.*_DISABLE_DEPRECATED/d' \
47 - -e 's:-Werror:-Wall:' \
48 - src/Makefile.am configure.in || die
49 -
50 - eautoreconf
51 -}
52 -
53 -src_install() {
54 - emake DESTDIR="${D}" install || die
55 - dodoc AUTHORS ChangeLog README TODO
56 -}