summaryrefslogtreecommitdiff
path: root/x11-terms/pangoterm/pangoterm-0.0_pre20150913.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-30 17:27:54 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-30 17:27:54 +0100
commitf70a1bfc721336d4fc7dfb711c2f518a6b18cf16 (patch)
treee907cb121b30e3c1df1710719c0ddf4029597a47 /x11-terms/pangoterm/pangoterm-0.0_pre20150913.ebuild
parentdb063b515939ab15261136b24e4bc44386335c0c (diff)
gentoo resync : 30.09.2020
Diffstat (limited to 'x11-terms/pangoterm/pangoterm-0.0_pre20150913.ebuild')
-rw-r--r--x11-terms/pangoterm/pangoterm-0.0_pre20150913.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/x11-terms/pangoterm/pangoterm-0.0_pre20150913.ebuild b/x11-terms/pangoterm/pangoterm-0.0_pre20150913.ebuild
deleted file mode 100644
index e67980475a8b..000000000000
--- a/x11-terms/pangoterm/pangoterm-0.0_pre20150913.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 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-neovim"
-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
-}