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 14978138334 for ; Sun, 20 Oct 2019 10:25:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A264AE09ED; Sun, 20 Oct 2019 10:25:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8C390E09EC for ; Sun, 20 Oct 2019 10:25:04 +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 26B0E34C0A2 for ; Sun, 20 Oct 2019 10:25:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58F0B8A4 for ; Sun, 20 Oct 2019 10:24:58 +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: <1571567090.e84fb081840dfbe80cf13cc0c17d9f24cbcd8daa.mgorny@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.12-r1.ebuild X-VCS-Directories: xfce-base/xfce4-meta/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e84fb081840dfbe80cf13cc0c17d9f24cbcd8daa X-VCS-Branch: master Date: Sun, 20 Oct 2019 10:24:58 +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: 09299c98-6dd8-4271-897a-002f966024a0 X-Archives-Hash: 8d4f737a2b204fa678b200696d4337d3 commit: e84fb081840dfbe80cf13cc0c17d9f24cbcd8daa Author: Michał Górny gentoo org> AuthorDate: Sun Oct 20 10:20:46 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 20 10:24:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e84fb081 xfce-base/xfce4-meta: Drop old Signed-off-by: Michał Górny gentoo.org> xfce-base/xfce4-meta/xfce4-meta-4.12-r1.ebuild | 27 -------------------------- 1 file changed, 27 deletions(-) diff --git a/xfce-base/xfce4-meta/xfce4-meta-4.12-r1.ebuild b/xfce-base/xfce4-meta/xfce4-meta-4.12-r1.ebuild deleted file mode 100644 index a9f3e8f0ac5..00000000000 --- a/xfce-base/xfce4-meta/xfce4-meta-4.12-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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 ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~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 )"