commit:     08bcd2172264f35c565b6f1ebb5bf32f686e9d84
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 07:59:41 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 08:00:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08bcd217

x11-terms/terminology: remove old 1.8.1

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-terms/terminology/Manifest                 |  1 -
 x11-terms/terminology/terminology-1.8.1.ebuild | 40 --------------------------
 2 files changed, 41 deletions(-)

diff --git a/x11-terms/terminology/Manifest b/x11-terms/terminology/Manifest
index 58dc806905a..d1dc9f5e1da 100644
--- a/x11-terms/terminology/Manifest
+++ b/x11-terms/terminology/Manifest
@@ -1,2 +1 @@
-DIST terminology-1.8.1.tar.xz 4939080 BLAKE2B 
a87f6f27eca41b4e98d0d26c488ff9075e99e9ba99ef098db54069254a162c9e6f626716d650b6d04004e8f24fd2bcc36422de1834c575f95556612167b4f8a5
 SHA512 
9b12540d0e907ee1499c3249f1e2dbf7786f401e2154856a804dc0a1afbe389cb297b237fdc1c38aff8b81ba1f65d70cf3a27c986ec8cccef6f03894feadf14f
 DIST terminology-1.9.0.tar.xz 4971192 BLAKE2B 
840da3f9c5432d795fc21418b24a351e6c3057566339c673c2de7c08ff16db9d65cbb431ac1151cb85f035a577b509339fbf6eed68197ac96d67dd59c6a67cb1
 SHA512 
03955899f320b9d018d9e8a4a195b298e35052e6b5fa7d6c804f1810edf9ef55cac02e8d8c7261e1b890e8a453fce6418dc53a37abe499067688d3e16fdff9f1

diff --git a/x11-terms/terminology/terminology-1.8.1.ebuild 
b/x11-terms/terminology/terminology-1.8.1.ebuild
deleted file mode 100644
index 23f7b14205b..00000000000
--- a/x11-terms/terminology/terminology-1.8.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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/terminology/${P}.tar.xz 
https://downloads.terminolo.gy/${P}.tar.xz";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
-IUSE="extras nls"
-
-RDEPEND="|| ( dev-libs/efl[gles2-only] 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_use extras tests)
-       )
-
-       meson_src_configure
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-}

Reply via email to