x11-terms/terminology: remove old 1.2.1.
authorJoonas Niilola <juippis@gmail.com>
Mon, 20 Aug 2018 10:21:55 +0000 (13:21 +0300)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 21 Aug 2018 08:29:02 +0000 (10:29 +0200)
Package-Manager: Portage[mgorny]-2.3.43.3

x11-terms/terminology/terminology-1.2.1.ebuild [deleted file]

diff --git a/x11-terms/terminology/terminology-1.2.1.ebuild b/x11-terms/terminology/terminology-1.2.1.ebuild
deleted file mode 100644 (file)
index 60c5acb..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit meson xdg-utils
-
-DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation Libraries"
-HOMEPAGE="https://www.enlightenment.org/about-terminology"
-SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="nls"
-
-RDEPEND=">=dev-libs/efl-1.20.0[eet,fontconfig,opengl,X]"
-DEPEND="
-       ${RDEPEND}
-       virtual/pkgconfig
-       nls? ( sys-devel/gettext )
-"
-
-src_prepare() {
-       default
-
-       xdg_environment_reset
-}
-
-src_configure() {
-       local emesonargs=(
-               -D nls=$(usex nls true false)
-       )
-
-       meson_src_configure
-}