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 C1B6B138336 for ; Wed, 13 Jun 2018 10:41:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76567E082B; Wed, 13 Jun 2018 10:41:08 +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 3E495E082B for ; Wed, 13 Jun 2018 10:41:08 +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 C89CC335C75 for ; Wed, 13 Jun 2018 10:41:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A6B72CF for ; Wed, 13 Jun 2018 10:41:03 +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: <1528885653.bf6d3677405ab2f0b718bf04b3c929943f5ef87a.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bf6d3677405ab2f0b718bf04b3c929943f5ef87a X-VCS-Branch: master Date: Wed, 13 Jun 2018 10:41:03 +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: b8c1e8d7-b3dd-4ec7-9e4d-139775933373 X-Archives-Hash: 8d7c1c2ddc705c84f406d5f5f891bbaa commit: bf6d3677405ab2f0b718bf04b3c929943f5ef87a Author: Joonas Niilola gmail com> AuthorDate: Tue Jun 12 08:34:09 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 13 10:27:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf6d3677 x11-terms/terminology: remove -9999 Unmaintained. Package-Manager: Portage[mgorny]-2.3.36.1 x11-terms/terminology/terminology-9999.ebuild | 29 --------------------------- 1 file changed, 29 deletions(-) diff --git a/x11-terms/terminology/terminology-9999.ebuild b/x11-terms/terminology/terminology-9999.ebuild deleted file mode 100644 index b8b33368f9b..00000000000 --- a/x11-terms/terminology/terminology-9999.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit git-r3 meson - -DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation Libraries" -HOMEPAGE="https://www.enlightenment.org/about-terminology" -EGIT_REPO_URI="https://git.enlightenment.org/apps/${PN}.git" - -LICENSE="BSD-2" -SLOT="0" -IUSE="nls" - -RDEPEND=">=dev-libs/efl-1.20.0[eet,fontconfig,opengl,X]" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext ) -" - -src_configure() { - local emesonargs=( - -D nls=$(usex nls true false) - ) - - meson_src_configure -}