From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4B4F759CB2 for ; Mon, 18 Apr 2016 12:31:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAB6121C00D; Mon, 18 Apr 2016 12:31:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5809C21C00D for ; Mon, 18 Apr 2016 12:31:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2E64340A23 for ; Mon, 18 Apr 2016 12:31:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99AC115F for ; Mon, 18 Apr 2016 12:30:58 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1460982648.8db6eb395b8e779a5269bce6d17ba38963f7ae51.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/terminology/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/terminology/terminology-9999.ebuild X-VCS-Directories: x11-terms/terminology/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 8db6eb395b8e779a5269bce6d17ba38963f7ae51 X-VCS-Branch: master Date: Mon, 18 Apr 2016 12:30:58 +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-Archives-Salt: 4b4c02c6-2120-4813-9aec-18870f61b420 X-Archives-Hash: d81fa157605a9b83d56d7c1ead66a20b commit: 8db6eb395b8e779a5269bce6d17ba38963f7ae51 Author: Jan Chren gmail com> AuthorDate: Sun Apr 17 20:55:40 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Mon Apr 18 12:30:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8db6eb39 x11-terms/terminology: update live ebuild Closes: https://github.com/gentoo/gentoo/pull/1292 Signed-off-by: Ian Delaney gentoo.org> x11-terms/terminology/terminology-9999.ebuild | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/x11-terms/terminology/terminology-9999.ebuild b/x11-terms/terminology/terminology-9999.ebuild index 3c9a4d5..ec3af4f 100644 --- a/x11-terms/terminology/terminology-9999.ebuild +++ b/x11-terms/terminology/terminology-9999.ebuild @@ -1,23 +1,18 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -if [[ "${PV}" == "9999" ]] ; then - EGIT_SUB_PROJECT="core" - EGIT_URI_APPEND="${PN}" -else - SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${P}.tar.xz" - EKEY_STATE="snap" -fi +EGIT_SUB_PROJECT="apps" +EGIT_URI_APPEND="${PN}" inherit enlightenment DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation Libraries" HOMEPAGE="https://www.enlightenment.org/p.php?p=about/terminology" -RDEPEND=">=dev-libs/efl-1.13.1 - >=media-libs/elementary-1.13.1" +RDEPEND=">=dev-libs/efl-1.15.1 + >=media-libs/elementary-1.15.1" DEPEND="${RDEPEND} virtual/pkgconfig"