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 1A2D5138334 for ; Fri, 15 Mar 2019 07:56:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF1C1E089B; Fri, 15 Mar 2019 07:56:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B48E4E089B for ; Fri, 15 Mar 2019 07:56:30 +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 26526335C51 for ; Fri, 15 Mar 2019 07:56:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C4F5567 for ; Fri, 15 Mar 2019 07:56:26 +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: <1552636576.a1289ed9db175cea58b21ab0fccc11cf22bd73f0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/ekg2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/ekg2/ekg2-9999.ebuild X-VCS-Directories: net-im/ekg2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a1289ed9db175cea58b21ab0fccc11cf22bd73f0 X-VCS-Branch: master Date: Fri, 15 Mar 2019 07:56:26 +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: e797a4b4-c870-41f7-a51d-aa16347e79c8 X-Archives-Hash: 7b2c53565ee19781cc713c2e0b641096 commit: a1289ed9db175cea58b21ab0fccc11cf22bd73f0 Author: Michał Górny gentoo org> AuthorDate: Fri Mar 15 07:44:52 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 15 07:56:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1289ed9 net-im/ekg2: Bump to EAPI 7 Signed-off-by: Michał Górny gentoo.org> net-im/ekg2/ekg2-9999.ebuild | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/net-im/ekg2/ekg2-9999.ebuild b/net-im/ekg2/ekg2-9999.ebuild index 53faab6d8f5..8c458e0a9e4 100644 --- a/net-im/ekg2/ekg2-9999.ebuild +++ b/net-im/ekg2/ekg2-9999.ebuild @@ -1,33 +1,27 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -#if LIVE -AUTOTOOLS_AUTORECONF=yes -EGIT_REPO_URI="https://github.com/ekg2/${PN}.git" - -inherit git-r3 -#endif +EAPI=7 PYTHON_COMPAT=( python2_7 ) -inherit autotools-utils python-single-r1 +inherit autotools git-r3 python-single-r1 DESCRIPTION="Text-based, multi-protocol instant messenger" HOMEPAGE="https://github.com/ekg2/ekg2/" -SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.gz" +SRC_URI="" +EGIT_REPO_URI="https://github.com/ekg2/${PN}.git" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="" 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= +RDEPEND="dev-libs/glib:2 gadu? (