summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2021-07-05 14:59:05 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2021-07-05 15:01:55 -0500
commit29158e040b032e4b7a3d606c02698d6c0507140c (patch)
treefed465a9f47f9e29345d40ec66e600eeb455511e /gui-apps/mako
parentmedia-sound/spotify: 1.1.56 stable amd64 (diff)
downloadgentoo-29158e040b032e4b7a3d606c02698d6c0507140c.tar.gz
gentoo-29158e040b032e4b7a3d606c02698d6c0507140c.tar.bz2
gentoo-29158e040b032e4b7a3d606c02698d6c0507140c.zip
gui-apps/mako: 1.4.1 removal
Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-apps/mako')
-rw-r--r--gui-apps/mako/Manifest1
-rw-r--r--gui-apps/mako/mako-1.4.1.ebuild52
2 files changed, 0 insertions, 53 deletions
diff --git a/gui-apps/mako/Manifest b/gui-apps/mako/Manifest
index 0873ba74cd80..b52304f50a66 100644
--- a/gui-apps/mako/Manifest
+++ b/gui-apps/mako/Manifest
@@ -1,2 +1 @@
-DIST mako-1.4.1.tar.gz 49442 BLAKE2B aa242d905d33dcfd2e30317a65d3826ba43ad344e93d1f41ed8b28f75310f724ed0eb5ae163f97a441ae07a4bb3465aa01f974cd95f97ba981a907fb761ad3d4 SHA512 25b0f59645c1815d8bdba42cedd6f56163ff663cd801a534c4c725c99e9a8cc28aef1d2c899d30cca06f0c6ddfa4a8e6efa01e5e98091347bcfc80d596f16d43
DIST mako-1.5.tar.gz 57077 BLAKE2B 0ad931ce6408774f029855d0d98bd9444ff246f2ee82dcaa59774caddc9aaa7d632a7584eaaa4439eafd17b72935eada8400fe93e1ec7f9c23b3860049b55269 SHA512 64bb78d391bf07259a62a4045103803c8e108ac2da2fe8a413b09a0e8c2ac9c82eea1ae9576db41f7088476099fc2071543c99d3a52a35f72f5dbb537bba8c47
diff --git a/gui-apps/mako/mako-1.4.1.ebuild b/gui-apps/mako/mako-1.4.1.ebuild
deleted file mode 100644
index 7595ec3b37e9..000000000000
--- a/gui-apps/mako/mako-1.4.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="A lightweight notification daemon for Wayland. Works on Sway."
-HOMEPAGE="https://github.com/emersion/mako"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
-else
- SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 arm64 x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="+icons"
-
-DEPEND="
- dev-libs/wayland
- x11-libs/pango
- x11-libs/cairo
- || (
- sys-apps/systemd
- sys-auth/elogind
- )
- sys-apps/dbus[user-session]
- icons? (
- x11-libs/gtk+:3
- x11-libs/gdk-pixbuf
- )
-"
-RDEPEND="
- ${DEPEND}
- dev-libs/wayland-protocols
-"
-BDEPEND="
- virtual/pkgconfig
- >=app-text/scdoc-1.9.7
-"
-
-src_configure() {
- local emesonargs=(
- -Dicons=$(usex icons enabled disabled)
- "-Dwerror=false"
- )
- meson_src_configure
-}