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 1A9D21382C5 for ; Sun, 24 May 2020 07:58:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61845E0895; Sun, 24 May 2020 07:58:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 3EAB2E0895 for ; Sun, 24 May 2020 07:58:09 +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 ECBF734F08B for ; Sun, 24 May 2020 07:58:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E60C239 for ; Sun, 24 May 2020 07:58:07 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1590303859.694079fc31b81158de74f7a38ace1a8ce36b6dd2.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/srain/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/srain/Manifest net-im/srain/metadata.xml net-im/srain/srain-1.1.0.ebuild X-VCS-Directories: net-im/srain/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 694079fc31b81158de74f7a38ace1a8ce36b6dd2 X-VCS-Branch: master Date: Sun, 24 May 2020 07:58:07 +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: 7c41a7de-9c31-457d-adba-f5cd27569a40 X-Archives-Hash: a501f9b0fdb8da38fd83cf2bf6a917a6 commit: 694079fc31b81158de74f7a38ace1a8ce36b6dd2 Author: David Heidelberg ixit cz> AuthorDate: Sun May 24 07:04:19 2020 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Sun May 24 07:04:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=694079fc net-im/srain: New package. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Heidelberg ixit.cz> net-im/srain/Manifest | 1 + net-im/srain/metadata.xml | 7 ++++++ net-im/srain/srain-1.1.0.ebuild | 48 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+) diff --git a/net-im/srain/Manifest b/net-im/srain/Manifest new file mode 100644 index 0000000..f56bd1c --- /dev/null +++ b/net-im/srain/Manifest @@ -0,0 +1 @@ +DIST srain-1.1.0.tar.gz 941873 BLAKE2B db8039b4fa5f6ae31dba24cd6274608c994e85fffc237d12cdde7b4d3b47d94fd88d8ae4ace828dffb3eb76d6c1e05a797eabaca2caa31c09cb3f938fab33039 SHA512 0303d1734840c9af81f786da405617392570c2f34a9098fe7d1148f63642fb034877549477a8b52add8f1da7dc4ac38474a1cf3e42e51cc443b06b50c765b02a diff --git a/net-im/srain/metadata.xml b/net-im/srain/metadata.xml new file mode 100644 index 0000000..29caf58 --- /dev/null +++ b/net-im/srain/metadata.xml @@ -0,0 +1,7 @@ + + + + + SrainApp/srain + + diff --git a/net-im/srain/srain-1.1.0.ebuild b/net-im/srain/srain-1.1.0.ebuild new file mode 100644 index 0000000..a641b64 --- /dev/null +++ b/net-im/srain/srain-1.1.0.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit eutils xdg-utils + +DESCRIPTION="Modern, beautiful IRC client written in GTK+ 3" +HOMEPAGE="https://github.com/SrainApp/srain" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/SrainApp/${PN}.git" + KEYWORDS="" +else + MY_PV="${PV/_rc/rc}" + MY_P="${PN}-${MY_PV}" + SRC_URI="https://github.com/SrainApp/${PN}/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" + S="${WORKDIR}/${MY_P}" +fi + +LICENSE="GPL-3" +SLOT="0" +IUSE="debug" + +DEPEND=" + dev-libs/libconfig + net-libs/libsoup +" +RDEPEND="${DEPEND} + >=x11-libs/gtk+-3.22.0 + x11-libs/libnotify +" + +src_configure(){ + econf $(use_enable debug) +} + +pkg_postinst() { + xdg_desktop_database_update + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + xdg_icon_cache_update +}