From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4AB85139084 for ; Thu, 30 Nov 2017 18:20:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FFF1E0E86; Thu, 30 Nov 2017 18:20:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CA20E0E86 for ; Thu, 30 Nov 2017 18:20:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F302433C770 for ; Thu, 30 Nov 2017 18:20:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7457FACFE for ; Thu, 30 Nov 2017 18:20:00 +0000 (UTC) From: "Denis Dupeyron" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Denis Dupeyron" Message-ID: <1512065993.5c7f4870f0968762091f96dfa74ff9c0b4cbb12c.calchan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/multiload-nandhp/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/multiload-nandhp/Manifest xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r1.ebuild X-VCS-Directories: xfce-extra/multiload-nandhp/ X-VCS-Committer: calchan X-VCS-Committer-Name: Denis Dupeyron X-VCS-Revision: 5c7f4870f0968762091f96dfa74ff9c0b4cbb12c X-VCS-Branch: master Date: Thu, 30 Nov 2017 18:20:00 +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: 4a9d105a-bf4c-4e59-a75f-28baf6c90041 X-Archives-Hash: 17ce9a160f5ba56a23835d0b5d7f318d commit: 5c7f4870f0968762091f96dfa74ff9c0b4cbb12c Author: Denis Dupeyron gentoo org> AuthorDate: Thu Nov 30 18:06:49 2017 +0000 Commit: Denis Dupeyron gentoo org> CommitDate: Thu Nov 30 18:19:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c7f4870 xfce-extra/multiload-nandhp: migrate to EAPI6 Package-Manager: Portage-2.3.16, Repoman-2.3.6 xfce-extra/multiload-nandhp/Manifest | 2 +- .../multiload-nandhp-0.3-r1.ebuild | 45 ++++++++++++++++++++++ 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/xfce-extra/multiload-nandhp/Manifest b/xfce-extra/multiload-nandhp/Manifest index 9dd787c2daa..a7c0d8a06fe 100644 --- a/xfce-extra/multiload-nandhp/Manifest +++ b/xfce-extra/multiload-nandhp/Manifest @@ -1 +1 @@ -DIST multiload-nandhp-0.3.tar.gz 34812 SHA256 6ede95477422c94cd12c7999d7f3c4c3a7cf1db70999dd0dc50f3a44762290c7 SHA512 68367d0bca144a9c2c56516254b9f1531aedfbc0c34f924e0264314cd9a1215a13d1b3b6f1d3c1b0781a95abfa0705819e7d886e3c3b84705c3b5b60f7d5806c WHIRLPOOL 74254cc52a1f2ef4c73d1069ca408cf2e374062c254300e2fb9a3bcaafd44e6cc22d2c7d0a53fd70b15b930681df5b908a9e245ad9d6891c526b0267a5348e27 +DIST multiload-nandhp-0.3.tar.gz 34812 BLAKE2B 79ee7b5b2880e2e8242c40128ef320966fa9ec7c904e79efbc497fd421fe531f94c6ccd44be665bae2a092cf70ee8ac745d1e718ae5e6bf60efaae3339329c93 SHA512 68367d0bca144a9c2c56516254b9f1531aedfbc0c34f924e0264314cd9a1215a13d1b3b6f1d3c1b0781a95abfa0705819e7d886e3c3b84705c3b5b60f7d5806c diff --git a/xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r1.ebuild b/xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r1.ebuild new file mode 100644 index 00000000000..96bdcd77052 --- /dev/null +++ b/xfce-extra/multiload-nandhp/multiload-nandhp-0.3-r1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit autotools + +MY_PV=version-${PV/./-} + +DESCRIPTION="A port of the GNOME multiload applet for the Xfce panel" +HOMEPAGE="https://github.com/nandhp/multiload-nandhp" +SRC_URI="https://github.com/nandhp/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2.14:2= + x11-libs/cairo:= + >=gnome-base/libgtop-2.11.92:= + >=xfce-base/libxfce4ui-4.10:= + >=xfce-base/libxfce4util-4.10:= + >=xfce-base/xfce4-panel-4.10:=" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +DOCS=( AUTHORS README.md ) + +S=${WORKDIR}/${PN}-${MY_PV} + +src_prepare() { + default + eautoreconf +} + +src_configure() { + econf --with-xfce4 +} + +src_install() { + default + find "${D}" -name '*.la' -delete || die +}