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 D80AB1382C5 for ; Mon, 21 Dec 2020 11:06:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86CBB2BC058; Mon, 21 Dec 2020 11:06:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6F34A2BC058 for ; Mon, 21 Dec 2020 11:06:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4D9FE340FA3 for ; Mon, 21 Dec 2020 11:06:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CEC147F for ; Mon, 21 Dec 2020 11:06:50 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1608543975.aff5a1daca993cc49c10488aec5efbd603b4dd2d.andrewammerlaan@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/srain-1.1.3.ebuild X-VCS-Directories: net-im/srain/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: aff5a1daca993cc49c10488aec5efbd603b4dd2d X-VCS-Branch: master Date: Mon, 21 Dec 2020 11:06:50 +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: dc677fe6-d76d-4b43-8198-f23bea5b9bb1 X-Archives-Hash: 53952925bcd785a0606646b22e4d0dfc commit: aff5a1daca993cc49c10488aec5efbd603b4dd2d Author: Theo Anderson posteo de> AuthorDate: Mon Dec 21 09:41:29 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Dec 21 09:46:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aff5a1da net-im/srain: bump to 1.1.3 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> net-im/srain/Manifest | 1 + net-im/srain/srain-1.1.3.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/net-im/srain/Manifest b/net-im/srain/Manifest index 3a0ed1a2..f0971782 100644 --- a/net-im/srain/Manifest +++ b/net-im/srain/Manifest @@ -1 +1,2 @@ DIST srain-1.1.1.tar.gz 941824 BLAKE2B 96b53e7e05f42514bc429cc30938f3a104d65f48ffbc08f0ec176e8bff6fc346cc6dabbcd8cfaa9db41af205a4079400f4b24ea1ad7ef4cb787b34eedd6d6cf5 SHA512 1cd8604b79d03a054b6b785529feef9479836f5fdc406101f3e67bfcb6a400ab8dae2b1ac317fd92b491e60faae069c3a61f4997ae15b6c9b2373b20e8ab7ac0 +DIST srain-1.1.3.tar.gz 944319 BLAKE2B 74beb34a8e10716392aaaf07586c399f7a66601015c7761c116a3dcf822d6f9c69d3bc3e40b1b5ed780aed24ce1b2fa8496f2c8f4a77484acce294edfb653d00 SHA512 ad1c47bb249dae27cea3d4a044bbd10c034f2bb44fbec34053eeb878405caf9cf6236a03a7ff922f4eb4c189e5ccab4a307c208569bf0fdeb654a9de03a6d4fe diff --git a/net-im/srain/srain-1.1.3.ebuild b/net-im/srain/srain-1.1.3.ebuild new file mode 100644 index 00000000..6acec6d0 --- /dev/null +++ b/net-im/srain/srain-1.1.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xdg + +DESCRIPTION="Modern, beautiful IRC client written in GTK+ 3" +HOMEPAGE="https://github.com/SrainApp/srain" +SRC_URI="https://github.com/SrainApp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="debug" + +RDEPEND=" + >=x11-libs/gtk+-3.22.0 + x11-libs/libnotify +" +DEPEND=" + ${RDEPEND} + dev-libs/libconfig + net-libs/libsoup +" + +src_configure() { + econf $(use_enable debug) +}