commit:     02d3f82d7e4141c4dd6cfa66229d911468a4ce9f
Author:     Joonas Niilola <juippis <AT> gmail <DOT> com>
AuthorDate: Mon Aug 20 10:21:55 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Aug 21 08:29:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d3f82d

x11-terms/terminology: remove old 1.2.1.

Package-Manager: Portage[mgorny]-2.3.43.3

 x11-terms/terminology/terminology-1.2.1.ebuild | 36 --------------------------
 1 file changed, 36 deletions(-)

diff --git a/x11-terms/terminology/terminology-1.2.1.ebuild 
b/x11-terms/terminology/terminology-1.2.1.ebuild
deleted file mode 100644
index 60c5acbbd7e..00000000000
--- a/x11-terms/terminology/terminology-1.2.1.ebuild
+++ /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
-}

Reply via email to