* [gentoo-commits] gentoo-x86 commit in x11-terms/tilda: ChangeLog tilda-0.9.6.ebuild
@ 2008-05-06 0:18 Stephen Klimaszewski (steev)
0 siblings, 0 replies; 6+ messages in thread
From: Stephen Klimaszewski (steev) @ 2008-05-06 0:18 UTC (permalink / raw
To: gentoo-commits
steev 08/05/06 00:18:08
Modified: ChangeLog
Added: tilda-0.9.6.ebuild
Log:
New tilda release, thanks to Pacho Ramos
<pacho@condmat1.ciencias.uniovi.es> for reporting. Closes bug #219930
(Portage version: 2.1.5_rc6)
Revision Changes Path
1.17 x11-terms/tilda/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/tilda/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 22 Apr 2008 13:23:56 -0000 1.16
+++ ChangeLog 6 May 2008 00:18:08 -0000 1.17
@@ -1,6 +1,12 @@
# ChangeLog for x11-terms/tilda
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/ChangeLog,v 1.16 2008/04/22 13:23:56 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/ChangeLog,v 1.17 2008/05/06 00:18:08 steev Exp $
+
+*tilda-0.9.6 (06 May 2008)
+
+ 06 May 2008; Steev Klimaszewski <steev@gentoo.org> +tilda-0.9.6.ebuild:
+ New tilda release, thanks to Pacho Ramos
+ <pacho@condmat1.ciencias.uniovi.es> for reporting. Closes bug #219930
22 Apr 2008; Samuli Suominen <drac@gentoo.org> -tilda-0.9.4.ebuild,
tilda-0.9.5.ebuild:
1.1 x11-terms/tilda/tilda-0.9.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild?rev=1.1&content-type=text/plain
Index: tilda-0.9.6.ebuild
===================================================================
# 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.6.ebuild,v 1.1 2008/05/06 00:18:08 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=""
RDEPEND="x11-libs/vte
>=dev-libs/glib-2.8.4
dev-libs/confuse"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS ChangeLog README TODO
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-terms/tilda: ChangeLog tilda-0.9.6.ebuild
@ 2009-03-23 21:26 Markus Meier (maekke)
0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2009-03-23 21:26 UTC (permalink / raw
To: gentoo-commits
maekke 09/03/23 21:26:14
Modified: ChangeLog tilda-0.9.6.ebuild
Log:
amd64/x86 stable, bug #236885
(Portage version: 2.1.6.10/cvs/Linux x86_64)
Revision Changes Path
1.19 x11-terms/tilda/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/tilda/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 8 Aug 2008 18:11:19 -0000 1.18
+++ ChangeLog 23 Mar 2009 21:26:14 -0000 1.19
@@ -1,6 +1,9 @@
# ChangeLog for x11-terms/tilda
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/ChangeLog,v 1.18 2008/08/08 18:11:19 aballier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/ChangeLog,v 1.19 2009/03/23 21:26:14 maekke Exp $
+
+ 23 Mar 2009; Markus Meier <maekke@gentoo.org> tilda-0.9.6.ebuild:
+ amd64/x86 stable, bug #236885
08 Aug 2008; Alexis Ballier <aballier@gentoo.org> tilda-0.9.6.ebuild:
keyword ~x86-fbsd thanks to Davide Italiano <dav_it@gentoo.org>, bug
1.3 x11-terms/tilda/tilda-0.9.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild?r1=1.2&r2=1.3
Index: tilda-0.9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tilda-0.9.6.ebuild 8 Aug 2008 18:11:19 -0000 1.2
+++ tilda-0.9.6.ebuild 23 Mar 2009 21:26:14 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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.2 2008/08/08 18:11:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild,v 1.3 2009/03/23 21:26:14 maekke Exp $
DESCRIPTION="A drop down terminal, similar to the consoles found in first person shooters"
HOMEPAGE="http://tilda.sourceforge.net"
@@ -8,7 +8,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
IUSE=""
RDEPEND="x11-libs/vte
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-terms/tilda: ChangeLog tilda-0.9.6.ebuild
@ 2009-03-24 22:45 Joseph Jezak (josejx)
0 siblings, 0 replies; 6+ messages in thread
From: Joseph Jezak (josejx) @ 2009-03-24 22:45 UTC (permalink / raw
To: gentoo-commits
josejx 09/03/24 22:45:14
Modified: ChangeLog tilda-0.9.6.ebuild
Log:
Marked ppc stable for bug #236885.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Revision Changes Path
1.20 x11-terms/tilda/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/tilda/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 23 Mar 2009 21:26:14 -0000 1.19
+++ ChangeLog 24 Mar 2009 22:45:14 -0000 1.20
@@ -1,6 +1,9 @@
# ChangeLog for x11-terms/tilda
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/ChangeLog,v 1.19 2009/03/23 21:26:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/ChangeLog,v 1.20 2009/03/24 22:45:14 josejx Exp $
+
+ 24 Mar 2009; Joseph Jezak <josejx@gentoo.org> tilda-0.9.6.ebuild:
+ Marked ppc stable for bug #236885.
23 Mar 2009; Markus Meier <maekke@gentoo.org> tilda-0.9.6.ebuild:
amd64/x86 stable, bug #236885
1.4 x11-terms/tilda/tilda-0.9.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild?r1=1.3&r2=1.4
Index: tilda-0.9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tilda-0.9.6.ebuild 23 Mar 2009 21:26:14 -0000 1.3
+++ tilda-0.9.6.ebuild 24 Mar 2009 22:45:14 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.3 2009/03/23 21:26:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild,v 1.4 2009/03/24 22:45:14 josejx Exp $
DESCRIPTION="A drop down terminal, similar to the consoles found in first person shooters"
HOMEPAGE="http://tilda.sourceforge.net"
@@ -8,7 +8,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc x86 ~x86-fbsd"
IUSE=""
RDEPEND="x11-libs/vte
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-terms/tilda: ChangeLog tilda-0.9.6.ebuild
@ 2010-01-06 19:32 Christian Faulhammer (fauli)
0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-06 19:32 UTC (permalink / raw
To: gentoo-commits
fauli 10/01/06 19:32:58
Modified: ChangeLog tilda-0.9.6.ebuild
Log:
add libglade dependency from Prefix
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.21 x11-terms/tilda/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/tilda/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 24 Mar 2009 22:45:14 -0000 1.20
+++ ChangeLog 6 Jan 2010 19:32:58 -0000 1.21
@@ -1,6 +1,9 @@
# ChangeLog for x11-terms/tilda
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/ChangeLog,v 1.20 2009/03/24 22:45:14 josejx Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/ChangeLog,v 1.21 2010/01/06 19:32:58 fauli Exp $
+
+ 06 Jan 2010; Christian Faulhammer <fauli@gentoo.org> tilda-0.9.6.ebuild:
+ add libglade dependency from Prefix
24 Mar 2009; Joseph Jezak <josejx@gentoo.org> tilda-0.9.6.ebuild:
Marked ppc stable for bug #236885.
1.5 x11-terms/tilda/tilda-0.9.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild?r1=1.4&r2=1.5
Index: tilda-0.9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tilda-0.9.6.ebuild 24 Mar 2009 22:45:14 -0000 1.4
+++ tilda-0.9.6.ebuild 6 Jan 2010 19:32:58 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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.4 2009/03/24 22:45:14 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild,v 1.5 2010/01/06 19:32:58 fauli Exp $
DESCRIPTION="A drop down terminal, similar to the consoles found in first person shooters"
HOMEPAGE="http://tilda.sourceforge.net"
@@ -13,7 +13,8 @@
RDEPEND="x11-libs/vte
>=dev-libs/glib-2.8.4
- dev-libs/confuse"
+ dev-libs/confuse
+ gnome-base/libglade"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-terms/tilda: ChangeLog tilda-0.9.6.ebuild
@ 2010-01-06 19:34 Christian Faulhammer (fauli)
0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-06 19:34 UTC (permalink / raw
To: gentoo-commits
fauli 10/01/06 19:34:14
Modified: ChangeLog tilda-0.9.6.ebuild
Log:
Transfer Prefix keywords
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.22 x11-terms/tilda/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/tilda/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 6 Jan 2010 19:32:58 -0000 1.21
+++ ChangeLog 6 Jan 2010 19:34:14 -0000 1.22
@@ -1,6 +1,9 @@
# 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.21 2010/01/06 19:32:58 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/ChangeLog,v 1.22 2010/01/06 19:34:14 fauli Exp $
+
+ 06 Jan 2010; Christian Faulhammer <fauli@gentoo.org> tilda-0.9.6.ebuild:
+ Transfer Prefix keywords
06 Jan 2010; Christian Faulhammer <fauli@gentoo.org> tilda-0.9.6.ebuild:
add libglade dependency from Prefix
1.6 x11-terms/tilda/tilda-0.9.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild?r1=1.5&r2=1.6
Index: tilda-0.9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tilda-0.9.6.ebuild 6 Jan 2010 19:32:58 -0000 1.5
+++ tilda-0.9.6.ebuild 6 Jan 2010 19:34:14 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.5 2010/01/06 19:32:58 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild,v 1.6 2010/01/06 19:34:14 fauli Exp $
DESCRIPTION="A drop down terminal, similar to the consoles found in first person shooters"
HOMEPAGE="http://tilda.sourceforge.net"
@@ -8,7 +8,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="x11-libs/vte
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-terms/tilda: ChangeLog tilda-0.9.6.ebuild
@ 2010-04-04 13:52 Stephen Klimaszewski (steev)
0 siblings, 0 replies; 6+ messages in thread
From: Stephen Klimaszewski (steev) @ 2010-04-04 13:52 UTC (permalink / raw
To: gentoo-commits
steev 10/04/04 13:52:04
Modified: ChangeLog tilda-0.9.6.ebuild
Log:
Add patch to fix a segfault. Fixes bug #310295. Thanks to Simon
<s7mon@web.de> and Lars <hermes.trismegistos@web.de> for their work on
this.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.23 x11-terms/tilda/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/tilda/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 6 Jan 2010 19:34:14 -0000 1.22
+++ ChangeLog 4 Apr 2010 13:52:04 -0000 1.23
@@ -1,6 +1,12 @@
# 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.22 2010/01/06 19:34:14 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/ChangeLog,v 1.23 2010/04/04 13:52:04 steev Exp $
+
+ 04 Apr 2010; <steev@gentoo.org> tilda-0.9.6.ebuild,
+ +files/tilda-0.9.6-gdk_resources.patch:
+ Add patch to fix a segfault. Fixes bug #310295. Thanks to Simon
+ <s7mon@web.de> and Lars <hermes.trismegistos@web.de> for their work on
+ this.
06 Jan 2010; Christian Faulhammer <fauli@gentoo.org> tilda-0.9.6.ebuild:
Transfer Prefix keywords
1.7 x11-terms/tilda/tilda-0.9.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild?r1=1.6&r2=1.7
Index: tilda-0.9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tilda-0.9.6.ebuild 6 Jan 2010 19:34:14 -0000 1.6
+++ tilda-0.9.6.ebuild 4 Apr 2010 13:52:04 -0000 1.7
@@ -1,6 +1,8 @@
# Copyright 1999-2010 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.6 2010/01/06 19:34:14 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild,v 1.7 2010/04/04 13:52:04 steev Exp $
+
+inherit eutils
DESCRIPTION="A drop down terminal, similar to the consoles found in first person shooters"
HOMEPAGE="http://tilda.sourceforge.net"
@@ -18,6 +20,12 @@
DEPEND="${RDEPEND}
dev-util/pkgconfig"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${PN}-0.9.6-gdk_resources.patch
+}
+
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS ChangeLog README TODO
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-04-04 13:52 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-06 0:18 [gentoo-commits] gentoo-x86 commit in x11-terms/tilda: ChangeLog tilda-0.9.6.ebuild Stephen Klimaszewski (steev)
-- strict thread matches above, loose matches on Subject: below --
2009-03-23 21:26 Markus Meier (maekke)
2009-03-24 22:45 Joseph Jezak (josejx)
2010-01-06 19:32 Christian Faulhammer (fauli)
2010-01-06 19:34 Christian Faulhammer (fauli)
2010-04-04 13:52 Stephen Klimaszewski (steev)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox