commit: d5068f2026804a44fda56aa120ac86722377b573 Author: Denis Dupeyron <calchan <AT> gentoo <DOT> org> AuthorDate: Wed Nov 29 21:32:17 2017 +0000 Commit: Denis Dupeyron <calchan <AT> gentoo <DOT> org> CommitDate: Wed Nov 29 21:33:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5068f20
xfce-base/xfce4-meta: migrate to EAPI6 Package-Manager: Portage-2.3.16, Repoman-2.3.6 xfce-base/xfce4-meta/xfce4-meta-4.12-r1.ebuild | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/xfce-base/xfce4-meta/xfce4-meta-4.12-r1.ebuild b/xfce-base/xfce4-meta/xfce4-meta-4.12-r1.ebuild new file mode 100644 index 00000000000..9c42bbc3b3e --- /dev/null +++ b/xfce-base/xfce4-meta/xfce4-meta-4.12-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# 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 ~arm64 ~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/xfce4-appfinder-4.12 + >=xfce-base/xfce4-panel-4.12 + >=xfce-base/xfce4-session-4.12 + >=xfce-base/xfce4-settings-4.12 + >=xfce-base/xfdesktop-4.12 + >=xfce-base/xfwm4-4.12 + !minimal? ( + media-fonts/dejavu + virtual/freedesktop-icon-theme + ) + svg? ( gnome-base/librsvg )"