public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-terms/tilda: ChangeLog tilda-0.9.5.ebuild tilda-0.9.6.ebuild
@ 2011-03-23  6:21 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2011-03-23  6:21 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/03/23 06:21:38

  Modified:             ChangeLog tilda-0.9.5.ebuild tilda-0.9.6.ebuild
  Log:
  Use SLOT dependencies for x11-libs/vte.
  
  (Portage version: 2.2.0_alpha28/cvs/Linux x86_64)

Revision  Changes    Path
1.24                 x11-terms/tilda/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/tilda/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/tilda/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/tilda/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/tilda/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	4 Apr 2010 13:52:04 -0000	1.23
+++ ChangeLog	23 Mar 2011 06:21:38 -0000	1.24
@@ -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:



1.6                  x11-terms/tilda/tilda-0.9.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/tilda/tilda-0.9.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/tilda/tilda-0.9.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/tilda/tilda-0.9.5.ebuild?r1=1.5&r2=1.6

Index: tilda-0.9.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/tilda/tilda-0.9.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tilda-0.9.5.ebuild	22 Apr 2008 13:23:56 -0000	1.5
+++ tilda-0.9.5.ebuild	23 Mar 2011 06:21:38 -0000	1.6
@@ -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 @@
 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
 }



1.8                  x11-terms/tilda/tilda-0.9.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild?r1=1.7&r2=1.8

Index: tilda-0.9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tilda-0.9.6.ebuild	4 Apr 2010 13:52:04 -0000	1.7
+++ tilda-0.9.6.ebuild	23 Mar 2011 06:21:38 -0000	1.8
@@ -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 @@
 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
 }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-23  6:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-23  6:21 [gentoo-commits] gentoo-x86 commit in x11-terms/tilda: ChangeLog tilda-0.9.5.ebuild tilda-0.9.6.ebuild Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox