From 88e7b01175dfc87bfd9dbba0a8b5ca8e2817cb7a Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Wed, 23 Sep 2020 20:02:25 -0400 Subject: x11-terms/pangoterm: drop old Signed-off-by: Aaron Bauman --- .../pangoterm/pangoterm-0.0_pre20160305.ebuild | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 x11-terms/pangoterm/pangoterm-0.0_pre20160305.ebuild (limited to 'x11-terms/pangoterm/pangoterm-0.0_pre20160305.ebuild') diff --git a/x11-terms/pangoterm/pangoterm-0.0_pre20160305.ebuild b/x11-terms/pangoterm/pangoterm-0.0_pre20160305.ebuild deleted file mode 100644 index ba7acaacaa4d..000000000000 --- a/x11-terms/pangoterm/pangoterm-0.0_pre20160305.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2016 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 -} -- cgit v1.2.3-65-gdbad