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 97023138334 for ; Mon, 27 May 2019 08:00:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95FFFE0849; Mon, 27 May 2019 08:00:20 +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 DD6D9E0849 for ; Mon, 27 May 2019 08:00:19 +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 F244434515A for ; Mon, 27 May 2019 08:00:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D40E566 for ; Mon, 27 May 2019 08:00:14 +0000 (UTC) From: "Hanno Boeck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Boeck" Message-ID: <1558944003.6178e3e847da1cb90799106a53d0289e42cfff97.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxde-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxde-base/lxde-meta/lxde-meta-0.5.5-r5.ebuild X-VCS-Directories: lxde-base/lxde-meta/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Boeck X-VCS-Revision: 6178e3e847da1cb90799106a53d0289e42cfff97 X-VCS-Branch: master Date: Mon, 27 May 2019 08:00:14 +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: d3745301-8f31-49b2-a15a-d62659f435d9 X-Archives-Hash: beb53503bfbee5ac37d9551249f85603 commit: 6178e3e847da1cb90799106a53d0289e42cfff97 Author: Hanno gentoo org> AuthorDate: Mon May 27 08:00:03 2019 +0000 Commit: Hanno Boeck gentoo org> CommitDate: Mon May 27 08:00:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6178e3e8 lxde-base/lxde-meta: Remove old version. Signed-off-by: Hanno Boeck gentoo.org> Package-Manager: Portage-2.3.67, Repoman-2.3.13 lxde-base/lxde-meta/lxde-meta-0.5.5-r5.ebuild | 34 --------------------------- 1 file changed, 34 deletions(-) diff --git a/lxde-base/lxde-meta/lxde-meta-0.5.5-r5.ebuild b/lxde-base/lxde-meta/lxde-meta-0.5.5-r5.ebuild deleted file mode 100644 index 767a9d1dfb9..00000000000 --- a/lxde-base/lxde-meta/lxde-meta-0.5.5-r5.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -DESCRIPTION="Meta ebuild for LXDE, the Lightweight X11 Desktop Environment" -HOMEPAGE="https://lxde.org/" - -LICENSE="metapackage" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ppc x86" -IUSE="" - -RDEPEND=">=lxde-base/menu-cache-0.3.3 - >=lxde-base/lxappearance-0.5.5 - >=lxde-base/lxde-icon-theme-0.5.0 - >=lxde-base/lxde-common-0.5.5 - >=lxde-base/lxmenu-data-0.1.4 - >=lxde-base/lxinput-0.3.2 - >=lxde-base/lxpanel-0.5.10 - >=lxde-base/lxrandr-0.1.2 - >=lxde-base/lxsession-0.5.2 - || ( >=x11-libs/libfm-1.2.0 =lxde-base/lxshortcut-0.1* ) - >=lxde-base/lxtask-0.1.6 - >=lxde-base/lxterminal-0.1.11 - media-gfx/gpicview - x11-misc/pcmanfm - x11-wm/openbox - >=x11-misc/obconf-2.0.3_p20111019" - -pkg_postinst() { - elog "For your convenience you can review the LXDE Configuration HOWTO at" - elog "https://www.gentoo.org/proj/en/desktop/lxde/lxde-howto.xml" -}