summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profiles/package.mask7
-rw-r--r--x11-terms/pangoterm/Manifest1
-rw-r--r--x11-terms/pangoterm/metadata.xml5
-rw-r--r--x11-terms/pangoterm/pangoterm-0.0_pre20171111.ebuild28
4 files changed, 0 insertions, 41 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index fe2515bf0287..005d9008d1b5 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 <juippis@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 <asturm@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 3535a6308dfd..000000000000
--- 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 58f638b2ac3e..000000000000
--- 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 28979dc5381c..000000000000
--- 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
-}