commit: d2d403af3b8a23d2b4b6c6e94d387b0c6e9fccd4 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Sun Aug 18 15:04:21 2019 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Aug 18 15:04:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2d403af
x11-terms/terminology: remove old Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> x11-terms/terminology/Manifest | 2 -- x11-terms/terminology/terminology-1.4.0.ebuild | 44 -------------------------- x11-terms/terminology/terminology-1.4.1.ebuild | 44 -------------------------- 3 files changed, 90 deletions(-) diff --git a/x11-terms/terminology/Manifest b/x11-terms/terminology/Manifest index 447ce302724..3ccfc33bec1 100644 --- a/x11-terms/terminology/Manifest +++ b/x11-terms/terminology/Manifest @@ -1,3 +1 @@ -DIST terminology-1.4.0.tar.xz 4878656 BLAKE2B 7e6b41e1057aa245c9cbcbdf164efd68cef7d3bc92706d10d100bface25a7e29468512ee690795e9f09242b644d80215239f761fe7216ea5d768f48259436778 SHA512 c7fd6605c00983e79a647b1e577868e5d2b713321164cb0ee8ef4b4a4155bf320f3e145ce91ecf1d3b0c40f28ae360b96798e47fd11accfa230932cfbd9e5c9e -DIST terminology-1.4.1.tar.xz 4878484 BLAKE2B a8ec1a6f3a80057316c6c90ea60c2a273702dfbe7dae70fac649c9bbe3245ea8fbacc625a9b9430dbb969cc02b79792f189ea1c16b2ebc0dee9eeb0242dda8f4 SHA512 5756b09aa0f92f9e1fea17d399eca161272a8514e29343873024b9727eaaeeca0b7efe465c01e42cd548b37cf0da7d99733a789921093700519f80a2952f0706 DIST terminology-1.5.0.tar.xz 4884284 BLAKE2B fff45958207bd6e06b8685ebe42ca734b183da9042940b773e15308200c27307f417a930a687c187a5f24f1eab9d1b7a518314b3cd919d260bb05369a2f2236c SHA512 ade2363e0a834b25a67157d0cfa946b3b09d8a2941fd7da9dd3792cf8d201f218c7723b691eab325d9bdadeefddfea56c19e562ebc37466cb3a9b3b45c9f708b diff --git a/x11-terms/terminology/terminology-1.4.0.ebuild b/x11-terms/terminology/terminology-1.4.0.ebuild deleted file mode 100644 index 01c5736f1c7..00000000000 --- a/x11-terms/terminology/terminology-1.4.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2019 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/${PN}/${P}.tar.xz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" -IUSE="extras nls" - -RDEPEND=" - || ( dev-libs/efl[gles2] 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 -} diff --git a/x11-terms/terminology/terminology-1.4.1.ebuild b/x11-terms/terminology/terminology-1.4.1.ebuild deleted file mode 100644 index 65b045e742a..00000000000 --- a/x11-terms/terminology/terminology-1.4.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2019 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/${PN}/${P}.tar.xz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="extras nls" - -RDEPEND=" - || ( dev-libs/efl[gles2] 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 -}
