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 D8390138334 for ; Fri, 24 May 2019 15:11:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F423CE0828; Fri, 24 May 2019 15:11:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 DB0CDE0828 for ; Fri, 24 May 2019 15:11:09 +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 72C01344D6E for ; Fri, 24 May 2019 15:11:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A851E5E6 for ; Fri, 24 May 2019 15:11:05 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1558710647.228cd263326c6d6ba69b4241bf1e4d38328ec321.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-base/xfce4-meta/xfce4-meta-4.14_pre1.ebuild X-VCS-Directories: xfce-base/xfce4-meta/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 228cd263326c6d6ba69b4241bf1e4d38328ec321 X-VCS-Branch: master Date: Fri, 24 May 2019 15:11:05 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e870cf89-bf25-4712-b55d-b36b95312798 X-Archives-Hash: 06112d175eddf46f3a60d7f851fb0241 commit: 228cd263326c6d6ba69b4241bf1e4d38328ec321 Author: Jason Zaman gentoo org> AuthorDate: Fri May 24 15:10:19 2019 +0000 Commit: Jason Zaman gentoo org> CommitDate: Fri May 24 15:10:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228cd263 xfce-base/xfce4-meta: add 4.14_pre1 Signed-off-by: Jason Zaman gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 xfce-base/xfce4-meta/xfce4-meta-4.14_pre1.ebuild | 35 ++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/xfce-base/xfce4-meta/xfce4-meta-4.14_pre1.ebuild b/xfce-base/xfce4-meta/xfce4-meta-4.14_pre1.ebuild new file mode 100644 index 00000000000..b0a2b25906e --- /dev/null +++ b/xfce-base/xfce4-meta/xfce4-meta-4.14_pre1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="The Xfce Desktop Environment (meta package)" +HOMEPAGE="https://www.xfce.org/" +SRC_URI="" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="minimal +svg" + +RDEPEND=">=x11-themes/gtk-engines-xfce-3:0 + x11-themes/hicolor-icon-theme + >=xfce-base/exo-0.12.5 + >=xfce-base/garcon-0.6.2 + >=xfce-base/libxfce4ui-4.13.5 + >=xfce-base/libxfce4util-4.13.3 + >=xfce-base/thunar-1.8.6 + >=xfce-base/xfce4-appfinder-4.13.3 + >=xfce-base/xfce4-panel-4.13.5 + >=xfce-base/xfce4-session-4.13.2 + >=xfce-base/xfce4-settings-4.13.6 + >=xfce-base/xfconf-4.13.7 + >=xfce-base/xfdesktop-4.13.4 + >=xfce-base/xfwm4-4.13.2 + >=xfce-extra/thunar-volman-0.9.2 + >=xfce-extra/tumbler-0.2.4 + !minimal? ( + media-fonts/dejavu + virtual/freedesktop-icon-theme + ) + svg? ( gnome-base/librsvg )"