diff options
-rw-r--r-- | app-misc/mako/Manifest | 1 | ||||
-rw-r--r-- | app-misc/mako/mako-1.4.1.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/app-misc/mako/Manifest b/app-misc/mako/Manifest deleted file mode 100644 index 63735b8..0000000 --- a/app-misc/mako/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mako-1.4.1.tar.gz 49442 BLAKE2B aa242d905d33dcfd2e30317a65d3826ba43ad344e93d1f41ed8b28f75310f724ed0eb5ae163f97a441ae07a4bb3465aa01f974cd95f97ba981a907fb761ad3d4 SHA512 25b0f59645c1815d8bdba42cedd6f56163ff663cd801a534c4c725c99e9a8cc28aef1d2c899d30cca06f0c6ddfa4a8e6efa01e5e98091347bcfc80d596f16d43 diff --git a/app-misc/mako/mako-1.4.1.ebuild b/app-misc/mako/mako-1.4.1.ebuild deleted file mode 100644 index 8f99a74..0000000 --- a/app-misc/mako/mako-1.4.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils meson ninja-utils - -DESCRIPTION="A lightweight Wayland notification daemon" -HOMEPAGE="https://wayland.emersion.fr/mako" - -SRC_URI="https://github.com/emersion/mako/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="elogind systemd" - -RDEPEND=" - dev-libs/wayland - x11-libs/pango - x11-libs/cairo - elogind? ( sys-auth/elogind ) - systemd? ( sys-apps/systemd ) - " - -DEPEND="${RDEPEND} - dev-util/meson - virtual/pkgconfig" - -src_configure() { - local emesonargs=() - meson_src_configure -} |