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 02AD513832E for ; Sat, 30 Jul 2016 19:53:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F333CE0B7A; Sat, 30 Jul 2016 19:53:33 +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 ADDABE0B4F for ; Sat, 30 Jul 2016 19:53:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CC7F0340CA5 for ; Sat, 30 Jul 2016 19:53:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F3BB2430 for ; Sat, 30 Jul 2016 19:53:27 +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: <1469908186.ce01210c6beed428ec7f626bcd3e5cacd9808dc2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mpc-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-mpc-plugin/Manifest xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.99.ebuild X-VCS-Directories: xfce-extra/xfce4-mpc-plugin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ce01210c6beed428ec7f626bcd3e5cacd9808dc2 X-VCS-Branch: master Date: Sat, 30 Jul 2016 19:53:27 +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: 2c25c680-c7b2-421b-8ff6-c5b2d174b5f4 X-Archives-Hash: fa3699df52baec08d69ecc8718907e8f commit: ce01210c6beed428ec7f626bcd3e5cacd9808dc2 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 30 19:34:35 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 30 19:49:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce01210c xfce-extra/xfce4-mpc-plugin: Bump to 0.4.99, the GTK+3 pre-release xfce-extra/xfce4-mpc-plugin/Manifest | 1 + .../xfce4-mpc-plugin-0.4.99.ebuild | 31 ++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/xfce-extra/xfce4-mpc-plugin/Manifest b/xfce-extra/xfce4-mpc-plugin/Manifest index c88d629..531feb3 100644 --- a/xfce-extra/xfce4-mpc-plugin/Manifest +++ b/xfce-extra/xfce4-mpc-plugin/Manifest @@ -1 +1,2 @@ DIST xfce4-mpc-plugin-0.4.5.tar.bz2 284335 SHA256 e71f57a28915c57459d6ce0eeeee1d0934f523c0ed083158c3d3b3836fc06fcf SHA512 272331170396c0635800c692fe06ac5bf53d0a2b007c6a8939f1678b109942728f9f97787e5b33abf94a56de6b72f6ea4cb3348f4ac3593b0bf4ab4c1ef79a57 WHIRLPOOL 724d47c3db533cce4ad8fa4317a7ca8e0789024cb0996b4fb2ea00744e5e4d31b49511eed2a35824b51024f9c153af2bbcda72f3169a016a09a4f215fee881ee +DIST xfce4-mpc-plugin-0.4.99.tar.bz2 289887 SHA256 12248be50021825028fb46af0b3ff3610bd2c3496c07bce8c24682f0708ad157 SHA512 76ab7e7b1eefd35d7ac7605fec62c6d530c48aba8334dd4e158d063f079306182f5fa49c30fc62db95ef09efa3536e42b4d875a3e814109eb16e3bfe3882407b WHIRLPOOL c0c00ea6dff96d153de101f1ffabad65b9041ef23457c9a68c2efe092539bbc91cb9a3658ad7cf093297ab785e6d1e107ee5b44e599e5f4541e054d73bf479ad diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.99.ebuild b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.99.ebuild new file mode 100644 index 0000000..e4f1131 --- /dev/null +++ b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.4.99.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit xfconf + +DESCRIPTION="Music Player Daemon (mpd) panel plugin" +HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin" +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug +libmpd" + +RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)] + >=xfce-base/xfce4-panel-4.12:= + libmpd? ( media-libs/libmpd:= )" +DEPEND="${RDEPEND} + dev-util/intltool + virtual/pkgconfig" + +pkg_setup() { + XFCONF=( + $(use_enable libmpd) + $(xfconf_use_debug) + ) + + DOCS=( AUTHORS ChangeLog README TODO ) +}