diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-04-22 13:23:56 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-04-22 13:23:56 +0000 |
commit | d0469361bd21e7262ab7ac887fd1fc2027aab689 (patch) | |
tree | 32abb84c1871012a9dec22dad438e3002d6055cd /x11-terms/tilda/tilda-0.9.4.ebuild | |
parent | extra tab (diff) | |
download | gentoo-2-d0469361bd21e7262ab7ac887fd1fc2027aab689.tar.gz gentoo-2-d0469361bd21e7262ab7ac887fd1fc2027aab689.tar.bz2 gentoo-2-d0469361bd21e7262ab7ac887fd1fc2027aab689.zip |
Move pkgconfig from RDEPEND to DEPEND and remove unused version.
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'x11-terms/tilda/tilda-0.9.4.ebuild')
-rw-r--r-- | x11-terms/tilda/tilda-0.9.4.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/x11-terms/tilda/tilda-0.9.4.ebuild b/x11-terms/tilda/tilda-0.9.4.ebuild deleted file mode 100644 index 061e714c6037..000000000000 --- a/x11-terms/tilda/tilda-0.9.4.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/tilda-0.9.4.ebuild,v 1.5 2008/01/16 11:46:37 steev Exp $ - -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" -IUSE="" - -DEPEND="x11-libs/vte - >=dev-libs/glib-2.8.4 - dev-libs/confuse - dev-util/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog README TODO -} |