diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-02-22 13:57:49 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-02-22 13:57:49 +0200 |
commit | cdba4ac7c9fbb101a86260b2722149c41f8b3473 (patch) | |
tree | b9cf2464e4b49d51b34b85ae8760d943ad8697a8 | |
parent | dev-libs/opensc: Add a snapshot version for esteid new certificate patches (diff) | |
download | leio-cdba4ac7c9fbb101a86260b2722149c41f8b3473.tar.gz leio-cdba4ac7c9fbb101a86260b2722149c41f8b3473.tar.bz2 leio-cdba4ac7c9fbb101a86260b2722149c41f8b3473.zip |
x11-wm/maynard: Drop old live ebuild package
Closes: https://bugs.gentoo.org/709126
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
-rw-r--r-- | x11-wm/maynard/maynard-9999.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/x11-wm/maynard/maynard-9999.ebuild b/x11-wm/maynard/maynard-9999.ebuild deleted file mode 100644 index 28ac8ab..0000000 --- a/x11-wm/maynard/maynard-9999.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit eutils autotools git-2 -EGIT_REPO_URI="https://github.com/raspberrypi/maynard.git" -SRC_URI="" -KEYWORDS="" - -DESCRIPTION="Desktop environment designed for the Raspberry Pi" -HOMEPAGE="https://github.com/raspberrypi/maynard/wiki" -LICENSE="GPL-2+ MIT" -SLOT="0" -IUSE="" - -RDEPEND=">=dev-libs/wayland-1.0.2 - >=dev-libs/weston-1.5.91 - >=x11-libs/gtk+-3.10:3[wayland] - gnome-base/gnome-menus:3 - gnome-base/gnome-desktop:3 - media-libs/alsa-lib" -DEPEND="${RDEPEND} - virtual/pkgconfig - >=dev-util/intltool-0.40" - -src_prepare() { - epatch_user - eautoreconf -} - -pkg_postinst() { - ewarn "Maynard requires a background from kde-wallpapers, which does not seem" - ewarn "to be even provided anymore. Set the BACKGROUND environment variable" - ewarn "to point to a background image that exists, in order to be able to" - ewarn "launch Maynard for now." - # FIXME: Additionally opening the application menu freezes weston for me -} |