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 078F4139694 for ; Sun, 19 Feb 2017 14:27:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C870E0CBB; Sun, 19 Feb 2017 14:27:10 +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 3C74DE0CBB for ; Sun, 19 Feb 2017 14:27: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 DC854340A23 for ; Sun, 19 Feb 2017 14:27:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C7AA4D53 for ; Sun, 19 Feb 2017 14:27:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1487514422.237871a989b38d99ce7b7063e4ccec5dc7d4b3bc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mount-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.1.ebuild X-VCS-Directories: xfce-extra/xfce4-mount-plugin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 237871a989b38d99ce7b7063e4ccec5dc7d4b3bc X-VCS-Branch: master Date: Sun, 19 Feb 2017 14:27:07 +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: 730e6505-3efa-4921-8c1c-7ee038abcb8b X-Archives-Hash: 87184b45d673aaf5bfb629a29f45f25a commit: 237871a989b38d99ce7b7063e4ccec5dc7d4b3bc Author: Michał Górny gentoo org> AuthorDate: Sun Feb 19 14:26:40 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 19 14:27:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=237871a9 xfce-extra/xfce4-mount-plugin: Add missing ebuild for 1.1.1 .../xfce4-mount-plugin-1.1.1.ebuild | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.1.ebuild b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.1.ebuild new file mode 100644 index 0000000000..964f6dc5b7 --- /dev/null +++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="An mount plug-in for the Xfce panel" +HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin" +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)] + >=xfce-base/xfce4-panel-4.12:=" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +src_install() { + default + find "${D}" -name '*.la' -delete || die +}