diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-23 06:21:38 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-23 06:21:38 +0000 |
commit | 58d9534119211274389da468215e98a90d16af09 (patch) | |
tree | 04361806ddbabf3b121eff574e2804e2b385dafa /x11-terms | |
parent | Use SLOT dependencies for x11-libs/vte. (diff) | |
download | gentoo-2-58d9534119211274389da468215e98a90d16af09.tar.gz gentoo-2-58d9534119211274389da468215e98a90d16af09.tar.bz2 gentoo-2-58d9534119211274389da468215e98a90d16af09.zip |
Use SLOT dependencies for x11-libs/vte.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/tilda/ChangeLog | 8 | ||||
-rw-r--r-- | x11-terms/tilda/tilda-0.9.5.ebuild | 10 | ||||
-rw-r--r-- | x11-terms/tilda/tilda-0.9.6.ebuild | 13 |
3 files changed, 18 insertions, 13 deletions
diff --git a/x11-terms/tilda/ChangeLog b/x11-terms/tilda/ChangeLog index 01351c3e5994..2639071b6ca2 100644 --- a/x11-terms/tilda/ChangeLog +++ b/x11-terms/tilda/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-terms/tilda -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/ChangeLog,v 1.23 2010/04/04 13:52:04 steev Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/ChangeLog,v 1.24 2011/03/23 06:21:38 ssuominen Exp $ + + 23 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> tilda-0.9.5.ebuild, + tilda-0.9.6.ebuild: + Use SLOT dependencies for x11-libs/vte. 04 Apr 2010; <steev@gentoo.org> tilda-0.9.6.ebuild, +files/tilda-0.9.6-gdk_resources.patch: diff --git a/x11-terms/tilda/tilda-0.9.5.ebuild b/x11-terms/tilda/tilda-0.9.5.ebuild index eb85b6c8091d..7f9168d8dc82 100644 --- a/x11-terms/tilda/tilda-0.9.5.ebuild +++ b/x11-terms/tilda/tilda-0.9.5.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/tilda-0.9.5.ebuild,v 1.5 2008/04/22 13:23:56 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/tilda-0.9.5.ebuild,v 1.6 2011/03/23 06:21:38 ssuominen Exp $ + +EAPI=2 DESCRIPTION="A drop down terminal, similar to the consoles found in first person shooters" HOMEPAGE="http://tilda.sourceforge.net" @@ -11,13 +13,13 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -RDEPEND="x11-libs/vte +RDEPEND="x11-libs/vte:0 >=dev-libs/glib-2.8.4 dev-libs/confuse" DEPEND="${RDEPEND} dev-util/pkgconfig" src_install() { - emake DESTDIR="${D}" install || die "emake install failed." + emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog README TODO } diff --git a/x11-terms/tilda/tilda-0.9.6.ebuild b/x11-terms/tilda/tilda-0.9.6.ebuild index 6aba02370411..eba19ea80f83 100644 --- a/x11-terms/tilda/tilda-0.9.6.ebuild +++ b/x11-terms/tilda/tilda-0.9.6.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild,v 1.7 2010/04/04 13:52:04 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild,v 1.8 2011/03/23 06:21:38 ssuominen Exp $ +EAPI=2 inherit eutils DESCRIPTION="A drop down terminal, similar to the consoles found in first person shooters" @@ -13,20 +14,18 @@ SLOT="0" KEYWORDS="amd64 ppc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux" IUSE="" -RDEPEND="x11-libs/vte +RDEPEND="x11-libs/vte:0 >=dev-libs/glib-2.8.4 dev-libs/confuse gnome-base/libglade" DEPEND="${RDEPEND} dev-util/pkgconfig" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}"/${PN}-0.9.6-gdk_resources.patch } src_install() { - emake DESTDIR="${D}" install || die "emake install failed." + emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog README TODO } |