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 4AA931382C5 for ; Thu, 18 Feb 2021 08:00:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F875E0814; Thu, 18 Feb 2021 08:00:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 32445E0814 for ; Thu, 18 Feb 2021 08:00:41 +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 1F585340AB5 for ; Thu, 18 Feb 2021 08:00:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64A204DE for ; Thu, 18 Feb 2021 08:00:38 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1613635231.08bcd2172264f35c565b6f1ebb5bf32f686e9d84.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/terminology/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/terminology/Manifest x11-terms/terminology/terminology-1.8.1.ebuild X-VCS-Directories: x11-terms/terminology/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 08bcd2172264f35c565b6f1ebb5bf32f686e9d84 X-VCS-Branch: master Date: Thu, 18 Feb 2021 08:00:38 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cef927d7-210c-4f6b-a140-79c57483e214 X-Archives-Hash: dbffe281758a36ccdfe2a5d4d2199b13 commit: 08bcd2172264f35c565b6f1ebb5bf32f686e9d84 Author: Joonas Niilola gentoo org> AuthorDate: Thu Feb 18 07:59:41 2021 +0000 Commit: Joonas Niilola gentoo 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 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 -}