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 5BCA6138334 for ; Mon, 4 Feb 2019 01:14:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 626B4E0AEC; Mon, 4 Feb 2019 01:14:17 +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 41F71E0AEC for ; Mon, 4 Feb 2019 01:14:17 +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 263F533BF0B for ; Mon, 4 Feb 2019 01:14:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9369D537 for ; Mon, 4 Feb 2019 01:14:14 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1549242725.66b728a0392cb114f6134c77944aa399f96d7fd1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/terminology/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/terminology/terminology-1.3.2.ebuild X-VCS-Directories: x11-terms/terminology/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 66b728a0392cb114f6134c77944aa399f96d7fd1 X-VCS-Branch: master Date: Mon, 4 Feb 2019 01:14:14 +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: 714a5ee0-b044-46aa-b9ff-06a43e13b4c1 X-Archives-Hash: fe92b3e998cb5955eafe04bb790eeedf commit: 66b728a0392cb114f6134c77944aa399f96d7fd1 Author: Joonas Niilola gmail com> AuthorDate: Fri Jan 11 05:03:23 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 4 01:12:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b728a0 x11-terms/terminology: remove old Package-Manager: Portage[mgorny]-2.3.51.1 Signed-off-by: Joonas Niilola gmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> x11-terms/terminology/terminology-1.3.2.ebuild | 35 -------------------------- 1 file changed, 35 deletions(-) diff --git a/x11-terms/terminology/terminology-1.3.2.ebuild b/x11-terms/terminology/terminology-1.3.2.ebuild deleted file mode 100644 index 813c81c47cd..00000000000 --- a/x11-terms/terminology/terminology-1.3.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation Libraries" -HOMEPAGE="https://www.enlightenment.org/about-terminology" -SRC_URI="https://fau.re/${PN}/${P}.tar.xz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" -IUSE="nls" - -RDEPEND=" - || ( dev-libs/efl[egl] dev-libs/efl[opengl] ) - || ( dev-libs/efl[X] dev-libs/efl[wayland] ) - app-arch/lz4 - dev-libs/efl[eet,fontconfig] -" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - nls? ( sys-devel/gettext ) -" - -src_configure() { - local emesonargs=( - $(meson_use nls) - ) - - meson_src_configure -}