commit: 0a528f8a5cb898b19956526681084d69011a2f4f Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Sat Feb 6 07:20:41 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Feb 6 07:21:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a528f8a
x11-terms/pangoterm: remove last-rited package Closes: https://bugs.gentoo.org/764353 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> profiles/package.mask | 7 ------ x11-terms/pangoterm/Manifest | 1 - x11-terms/pangoterm/metadata.xml | 5 ---- .../pangoterm/pangoterm-0.0_pre20171111.ebuild | 28 ---------------------- 4 files changed, 41 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index fe2515bf028..005d9008d1b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -163,13 +163,6 @@ virtual/httpd-php:7.2 # Removal in ~30 days. Bug: #764359 x11-terms/eterm -# Joonas Niilola <juip...@gentoo.org> (2020-01-07) -# Doesn't compile, no maintainer, EAPI-5. Last version bump 3 years -# ago. Use any of the available alternatives, -# https://packages.gentoo.org/categories/x11-terms -# Removal in ~30 days. Bug: #764353 -x11-terms/pangoterm - # Andreas Sturmlechner <ast...@gentoo.org> (2021-01-06) # Abandoned upstream, countless bugs. Replaced by builtin functions in elogind # or systemd. Alternatives: sys-power/suspend, sys-power/hibernate-script. diff --git a/x11-terms/pangoterm/Manifest b/x11-terms/pangoterm/Manifest deleted file mode 100644 index 3535a6308df..00000000000 --- a/x11-terms/pangoterm/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pangoterm-0.0_pre20171111.tar.gz 23650 BLAKE2B 04270f98ab70a3d89a814e7d1e12e9a430a0c203cf5116a0c09813d0b52d8a9e37fc697d0104c3f58a99215b2922d7dac0f0b840cd226701510a8176a40ac540 SHA512 007c9dd4e623a04a1a0b8fd600d08adb1e9729a8f9ee9cbf5af93a33c902874deaf8cfb8227240369dc0ec0c9b93d6459693cb27e66f05163016f851e27cb4b3 diff --git a/x11-terms/pangoterm/metadata.xml b/x11-terms/pangoterm/metadata.xml deleted file mode 100644 index 58f638b2ac3..00000000000 --- a/x11-terms/pangoterm/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!--maintainer-needed--> -</pkgmetadata> diff --git a/x11-terms/pangoterm/pangoterm-0.0_pre20171111.ebuild b/x11-terms/pangoterm/pangoterm-0.0_pre20171111.ebuild deleted file mode 100644 index 28979dc5381..00000000000 --- a/x11-terms/pangoterm/pangoterm-0.0_pre20171111.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="A GTK/Pango-based terminal that uses libvterm to provide terminal emulation" -HOMEPAGE="http://www.leonerd.org.uk/code/pangoterm/" -SRC_URI="https://dev.gentoo.org/~tranquility/distfiles/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=dev-libs/libvterm-0.0_pre20151022" -RDEPEND="${DEPEND} - dev-libs/glib:2 - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:2 - x11-libs/pango -" - -S=${WORKDIR}/pangoterm-0 - -src_install() { - emake PREFIX="/usr" DESTDIR="${D}" install -}