From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 71D4259CA9 for ; Sat, 26 Mar 2016 02:37:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E52621C09A; Sat, 26 Mar 2016 02:37:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A964121C048 for ; Sat, 26 Mar 2016 02:37:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFEBA340D5B for ; Sat, 26 Mar 2016 02:37:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7EA987B for ; Sat, 26 Mar 2016 02:37:04 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1458959817.3f270dd56513a06a0fd239a9e8420deb1db0faa8.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0.ebuild X-VCS-Directories: mate-extra/mate-sensors-applet/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 3f270dd56513a06a0fd239a9e8420deb1db0faa8 X-VCS-Branch: master Date: Sat, 26 Mar 2016 02:37:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e9b2bafe-3d56-4b84-8462-198779c97279 X-Archives-Hash: dfcd9ba2199126b502a192a306cb444f commit: 3f270dd56513a06a0fd239a9e8420deb1db0faa8 Author: NP-Hardass gentoo org> AuthorDate: Sat Mar 26 00:46:03 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Sat Mar 26 02:36:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f270dd5 mate-extra/mate-sensors-applet: Drop old Package-Manager: portage-2.2.26 .../mate-sensors-applet-1.8.0.ebuild | 72 ---------------------- 1 file changed, 72 deletions(-) diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0.ebuild b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0.ebuild deleted file mode 100644 index 01d61b1..0000000 --- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit gnome2 eutils versionator - -MATE_BRANCH="$(get_version_component_range 1-2)" - -SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" -DESCRIPTION="MATE panel applet to display readings from hardware sensors" -HOMEPAGE="http://mate-desktop.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -IUSE="+dbus hddtemp libnotify lm_sensors video_cards_fglrx video_cards_nvidia" - -RDEPEND="app-text/rarian:0 - >=dev-libs/glib-2.26:2 - >=mate-base/mate-panel-1.8:0 - >=x11-libs/cairo-1.0.4:0 - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-2.14:2 - virtual/libintl:0 - hddtemp? ( - dbus? ( - >=dev-libs/dbus-glib-0.80:0 - >=dev-libs/libatasmart-0.16:0 ) - !dbus? ( >=app-admin/hddtemp-0.3_beta13:0 ) ) - libnotify? ( >=x11-libs/libnotify-0.7:0 ) - lm_sensors? ( sys-apps/lm_sensors:0 ) - video_cards_fglrx? ( x11-drivers/ati-drivers:* ) - video_cards_nvidia? ( || ( - >=x11-drivers/nvidia-drivers-100.14.09:0 - media-video/nvidia-settings:0 - ) )" - -DEPEND="${RDEPEND} - >=app-text/scrollkeeper-dtd-1:1.0 - app-text/yelp-tools:0 - dev-util/intltool:* - sys-devel/gettext:* - virtual/pkgconfig:*" - -# Requires libxslt only for use by gnome-doc-utils. -PDEPEND="hddtemp? ( dbus? ( sys-fs/udisks:0 ) )" - -src_configure() { - local myconf - - if use hddtemp && use dbus; then - myconf="${myconf} $(use_enable dbus udisks)" - else - myconf="${myconf} --disable-udisks" - fi - - gnome2_src_configure \ - --disable-static \ - $(use_enable libnotify) \ - $(use_with lm_sensors libsensors) \ - $(use_with video_cards_fglrx aticonfig) \ - $(use_with video_cards_nvidia nvidia) \ - ${myconf} -} - -DOCS="AUTHORS ChangeLog NEWS README TODO"