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 767BA138334 for ; Fri, 15 Mar 2019 08:19:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E816E08A2; Fri, 15 Mar 2019 08:19:15 +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 12606E08A2 for ; Fri, 15 Mar 2019 08:19:15 +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 B9489335CCF for ; Fri, 15 Mar 2019 08:19:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC8994B2 for ; Fri, 15 Mar 2019 08:19:11 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1552637945.c0677bd04dc06ff907b752ab2facae42d06a339a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/ekg2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/ekg2/Manifest net-im/ekg2/ekg2-0.4_pre20190315.ebuild X-VCS-Directories: net-im/ekg2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c0677bd04dc06ff907b752ab2facae42d06a339a X-VCS-Branch: master Date: Fri, 15 Mar 2019 08:19:11 +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: e8aeaac9-1272-44ca-85e3-f583f6da6348 X-Archives-Hash: dd5a2fac3c9c15daff07240d6f8670dd commit: c0677bd04dc06ff907b752ab2facae42d06a339a Author: Michał Górny gentoo org> AuthorDate: Fri Mar 15 08:12:58 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 15 08:19:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0677bd0 net-im/ekg2: Take 0.4_pre20190315 (f427d083) snapshot Closes: https://bugs.gentoo.org/675054 Signed-off-by: Michał Górny gentoo.org> net-im/ekg2/Manifest | 1 + net-im/ekg2/ekg2-0.4_pre20190315.ebuild | 110 ++++++++++++++++++++++++++++++++ 2 files changed, 111 insertions(+) diff --git a/net-im/ekg2/Manifest b/net-im/ekg2/Manifest index e9fb749613a..dffbf70f378 100644 --- a/net-im/ekg2/Manifest +++ b/net-im/ekg2/Manifest @@ -1 +1,2 @@ DIST ekg2-0.3.1.tar.gz 1704772 BLAKE2B 2957d872f4d3697e36d495b54e5c39ec59c4865883b9523077ce607fc954268a0f2af07f14e4e217982abb2c1cbfdad423775631d6c22adfd2dbdc8f15895176 SHA512 dc107005f434f9e3011ff2be720b750b09c72fee1f9e1b47dfbf8af8eac1e27b24e028505a0d4928aedd1375a3245e93757410c742ff112ff5dac1e1a4f5a21c +DIST ekg2-f427d083ee899d42532c046100490a915b0e8a82.tar.gz 1177484 BLAKE2B 7bf6918a7f75738ac34eeae64ac53d3c90acd72795711c856206b79ca96c94b2ce397132ee31dfa8a9060d91d7b4b9aa23834596fca190dadf476660c6e5cd71 SHA512 ba28b66233290bd6c9b6a9602a5409c0fb2d847993bda638172da2f68430b5b5cf9bc0ff0d327983939fa0fd078bf6030069c60cd8bdd8449c349964b23e1f44 diff --git a/net-im/ekg2/ekg2-0.4_pre20190315.ebuild b/net-im/ekg2/ekg2-0.4_pre20190315.ebuild new file mode 100644 index 00000000000..e6954bc0de6 --- /dev/null +++ b/net-im/ekg2/ekg2-0.4_pre20190315.ebuild @@ -0,0 +1,110 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 ) +inherit autotools python-single-r1 + +EGIT_COMMIT="f427d083ee899d42532c046100490a915b0e8a82" +DESCRIPTION="Text-based, multi-protocol instant messenger" +HOMEPAGE="https://github.com/ekg2/ekg2/" +SRC_URI="https://github.com/ekg2/ekg2/archive/${EGIT_COMMIT}.tar.gz + -> ${PN}-${EGIT_COMMIT}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="gadu gpm gpg gtk minimal ncurses nls nntp openssl + perl python readline rss spell sqlite ssl xmpp unicode zlib" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +RDEPEND="dev-libs/glib:2 + gadu? (