diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-07-04 08:48:32 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-07-04 08:49:08 +0300 |
commit | cc16cdbe07883638c88a78bd8df28eeb13ec83e5 (patch) | |
tree | 50416943583da738b155ec1d40568eb40ca267ff /x11-misc | |
parent | dev-ruby/htmlentities: add ruby27 (diff) | |
download | gentoo-cc16cdbe07883638c88a78bd8df28eeb13ec83e5.tar.gz gentoo-cc16cdbe07883638c88a78bd8df28eeb13ec83e5.tar.bz2 gentoo-cc16cdbe07883638c88a78bd8df28eeb13ec83e5.zip |
x11-misc/splatmoji: remove broken, unmaintained -9999 version
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/splatmoji/splatmoji-9999.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/x11-misc/splatmoji/splatmoji-9999.ebuild b/x11-misc/splatmoji/splatmoji-9999.ebuild deleted file mode 100644 index fddb2298aa4c..000000000000 --- a/x11-misc/splatmoji/splatmoji-9999.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Quickly look up and input emoji and/or emoticons" -HOMEPAGE="https://github.com/cspeterson/splatmoji/" -EGIT_REPO_URI="https://github.com/cspeterson/splatmoji.git" - -LICENSE="MIT" -KEYWORDS="" -SLOT="0" - -RDEPEND=" - app-shells/bash - x11-misc/rofi - x11-misc/xdotool - x11-misc/xsel" - -src_install() { - dobin splatmoji - insinto /etc/xdg/splatmoji - doins splatmoji.config - insinto /usr/share/splatmoji - doins -r data -} |