diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-14 14:03:50 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-14 09:54:29 +0200 |
commit | 95dff4b54fe528c5cd8b44582ed3f26c54b6d157 (patch) | |
tree | e24f6a108568885b706fa9de1db639f2a189b6a1 /lxde-base/lxde-meta | |
parent | app-shells/bash-completion: add missing user-info eclass (diff) | |
download | gentoo-95dff4b54fe528c5cd8b44582ed3f26c54b6d157.tar.gz gentoo-95dff4b54fe528c5cd8b44582ed3f26c54b6d157.tar.bz2 gentoo-95dff4b54fe528c5cd8b44582ed3f26c54b6d157.zip |
*/*: Remove last-rited GTK2-based LXDE packages
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'lxde-base/lxde-meta')
-rw-r--r-- | lxde-base/lxde-meta/lxde-meta-0.5.5-r6.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/lxde-base/lxde-meta/lxde-meta-0.5.5-r6.ebuild b/lxde-base/lxde-meta/lxde-meta-0.5.5-r6.ebuild deleted file mode 100644 index 80d42407b40f..000000000000 --- a/lxde-base/lxde-meta/lxde-meta-0.5.5-r6.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# 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://wiki.lxde.org/en/Status_of_LXDE_components" - -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/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" -} |