diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-19 08:56:56 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-19 20:31:17 -0400 |
commit | 3a4a034e34992bd76fb75d390520093e31e49596 (patch) | |
tree | 2917219e96813beb1db564e8314022641667fead /x11-terms/tilda | |
parent | app-misc/astrolog: remove old (diff) | |
download | gentoo-3a4a034e34992bd76fb75d390520093e31e49596.tar.gz gentoo-3a4a034e34992bd76fb75d390520093e31e49596.tar.bz2 gentoo-3a4a034e34992bd76fb75d390520093e31e49596.zip |
x11-terms/tilda: remove old
Diffstat (limited to 'x11-terms/tilda')
-rw-r--r-- | x11-terms/tilda/tilda-0.9.6.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/x11-terms/tilda/tilda-0.9.6.ebuild b/x11-terms/tilda/tilda-0.9.6.ebuild deleted file mode 100644 index fee09545ab77..000000000000 --- a/x11-terms/tilda/tilda-0.9.6.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils - -DESCRIPTION="A drop down terminal, similar to the consoles found in first person shooters" -HOMEPAGE="http://tilda.sourceforge.net" -SRC_URI="mirror://sourceforge/tilda/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="x11-libs/vte:0 - >=dev-libs/glib-2.8.4:2 - dev-libs/confuse - gnome-base/libglade" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.9.6-gdk_resources.patch - epatch "${FILESDIR}"/${PN}-0.9.6-glib-single-include.patch -} |