summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-terms/pangoterm/Manifest4
-rw-r--r--x11-terms/pangoterm/pangoterm-0.0_pre20150323.ebuild28
-rw-r--r--x11-terms/pangoterm/pangoterm-0.0_pre20150913.ebuild28
-rw-r--r--x11-terms/pangoterm/pangoterm-0.0_pre20151022.ebuild28
-rw-r--r--x11-terms/pangoterm/pangoterm-0.0_pre20160305.ebuild28
5 files changed, 0 insertions, 116 deletions
diff --git a/x11-terms/pangoterm/Manifest b/x11-terms/pangoterm/Manifest
index 4c82a858b053..3535a6308dfd 100644
--- a/x11-terms/pangoterm/Manifest
+++ b/x11-terms/pangoterm/Manifest
@@ -1,5 +1 @@
-DIST pangoterm-0.0_pre20150323.tar.gz 22053 BLAKE2B 853691df002c9afb04b6c0e715685a8e84a0baf8ad108bdb4f84a02c194b55cd2b1950d2b71712eb15133bbcae041c0e7a69c6fd473340b3a319c4987a6a7d91 SHA512 c8614d51459c68bb03a95e1a59a31d5c199c94001995f880f23a369b9aa6ee72a6769790a8c4592d8829eb52ea246ef051fd36fd729f35c4a80931fd9e42b916
-DIST pangoterm-0.0_pre20150913.tar.gz 22074 BLAKE2B 9c6f7e3601ba44c360d777e0773ffa76b23691cdffd54c1f4d638caafe9fbdf1b09ad494595bf1c831317d3d35c7ee2dfd70e9de4c68f2497e60e038076d6ba6 SHA512 2efed960bde9378ea25d96e41460245925952d50f60a4f0580ffc71519acb278101cd16c3aedaa8037c2734f09d14a0590731a1a42fe2f357ef9222a8e0bd260
-DIST pangoterm-0.0_pre20151022.tar.gz 22588 BLAKE2B 635edd2536cc484eb6cbcbd21714b37feb3247624a655ee473d60459b060c59f1a1954576a74779ae12755db01761dbe41be8d1fb78ac628256f0e2c4eeae7de SHA512 716acd0c47fbca35961aff21a8dba886ec4cb152d89544f20d9752828f9e005a5561090959be64f1db864bde71db1d205d045b8a7baa36d23471e1a87c7fee14
-DIST pangoterm-0.0_pre20160305.tar.gz 22802 BLAKE2B 4dfc4a81b67caf95fabec38b815488d951e0c298859754cd77366149e0263964f7eeffd7f87f4eace7f228f8bf36c5c38201d58a181409b7e83359f99af6a2f4 SHA512 570c8fe1f7233884a849aa9b9160930b77682a9c3ef6f9c26891eb604c861e01a3ce13d418c8febc92e1cdb2794d5a1cf0097c27183395098c505540146f8467
DIST pangoterm-0.0_pre20171111.tar.gz 23650 BLAKE2B 04270f98ab70a3d89a814e7d1e12e9a430a0c203cf5116a0c09813d0b52d8a9e37fc697d0104c3f58a99215b2922d7dac0f0b840cd226701510a8176a40ac540 SHA512 007c9dd4e623a04a1a0b8fd600d08adb1e9729a8f9ee9cbf5af93a33c902874deaf8cfb8227240369dc0ec0c9b93d6459693cb27e66f05163016f851e27cb4b3
diff --git a/x11-terms/pangoterm/pangoterm-0.0_pre20150323.ebuild b/x11-terms/pangoterm/pangoterm-0.0_pre20150323.ebuild
deleted file mode 100644
index f731f0a5896f..000000000000
--- a/x11-terms/pangoterm/pangoterm-0.0_pre20150323.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-0.0_pre20150309"
-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
-}
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
-}
diff --git a/x11-terms/pangoterm/pangoterm-0.0_pre20151022.ebuild b/x11-terms/pangoterm/pangoterm-0.0_pre20151022.ebuild
deleted file mode 100644
index 46525d76f3e7..000000000000
--- a/x11-terms/pangoterm/pangoterm-0.0_pre20151022.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-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
-}
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
-}