From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 03169138359 for ; Sun, 9 Aug 2020 07:14:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC66AE08FB; Sun, 9 Aug 2020 07:14:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FD39E08FB for ; Sun, 9 Aug 2020 07:14:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47F3B34F47C for ; Sun, 9 Aug 2020 07:14:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68DC1315 for ; Sun, 9 Aug 2020 07:14:16 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1596957237.72820f9d644f8b60408bf3fc4cf90e9a26e043e5.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/splatmoji/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/splatmoji/Manifest x11-misc/splatmoji/splatmoji-1.1.0.ebuild X-VCS-Directories: x11-misc/splatmoji/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 72820f9d644f8b60408bf3fc4cf90e9a26e043e5 X-VCS-Branch: master Date: Sun, 9 Aug 2020 07:14:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ff56dc36-1e92-44b9-9ae9-8df7c2752932 X-Archives-Hash: 792e02d7fe7b1738bd497d24d9200b6b commit: 72820f9d644f8b60408bf3fc4cf90e9a26e043e5 Author: William Pettersson ewpettersson se> AuthorDate: Wed Aug 5 14:04:01 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Aug 9 07:13:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72820f9d x11-misc/splatmoji: Version bump to 1.1.0 Signed-off-by: William Pettersson ewpettersson.se> Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Joonas Niilola gentoo.org> x11-misc/splatmoji/Manifest | 1 + x11-misc/splatmoji/splatmoji-1.1.0.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/x11-misc/splatmoji/Manifest b/x11-misc/splatmoji/Manifest index 8e0de9eaf6e..33bcc94e687 100644 --- a/x11-misc/splatmoji/Manifest +++ b/x11-misc/splatmoji/Manifest @@ -1 +1,2 @@ DIST splatmoji-1.0.tar.gz 407506 BLAKE2B 5e2ac158501c29b013249eb9e4e509afd5b2418ce3975bc1f4e1739ac92227ca135ade6e4bd328400d337414befc7e413f76ce5a87a9cedcfcaec293e2439d1d SHA512 71d7d1895570cd85c5cc7896d165b8aa7444a89eb8d99c2e10a977bec38853e03ba707231551bc763add260d3c3bc8e0553b561204cb8f88d384870b7dba7fa0 +DIST splatmoji-1.1.0.tar.gz 4329417 BLAKE2B b36f4e338b44afef9865b1a1e200f03a64aadddc0ad6049534d4c5029ffc2408d0b665276fe8c8af9c8f24ccdf4b71dd8d26aa000c75d3c1f07798a5d006d304 SHA512 0c8697ec58cf011d6000d46dc9dae3507708c1c9caf3d184a1018d37f7ca4df071800689b2bfda4c3908dba13f762d9ffee4212a06318b26e5ffaf93429458c0 diff --git a/x11-misc/splatmoji/splatmoji-1.1.0.ebuild b/x11-misc/splatmoji/splatmoji-1.1.0.ebuild new file mode 100644 index 00000000000..a8bdeaded1f --- /dev/null +++ b/x11-misc/splatmoji/splatmoji-1.1.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2020 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/" +SRC_URI="https://github.com/cspeterson/splatmoji/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +KEYWORDS="~amd64" +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 + insinto /usr/lib/splatmoji + doins lib/functions +}