commit:     bf6d3677405ab2f0b718bf04b3c929943f5ef87a
Author:     Joonas Niilola <juippis <AT> gmail <DOT> com>
AuthorDate: Tue Jun 12 08:34:09 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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
-}

Reply via email to