Gentoo Archives: gentoo-commits

From: "Stephen Klimaszewski (steev)" <steev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-terms/tilda: ChangeLog tilda-0.9.6.ebuild
Date: Tue, 06 May 2008 00:18:11
Message-Id: E1JtAsi-0000bi-UJ@stork.gentoo.org
1 steev 08/05/06 00:18:08
2
3 Modified: ChangeLog
4 Added: tilda-0.9.6.ebuild
5 Log:
6 New tilda release, thanks to Pacho Ramos
7 <pacho@××××××××××××××××××××××××.es> for reporting. Closes bug #219930
8 (Portage version: 2.1.5_rc6)
9
10 Revision Changes Path
11 1.17 x11-terms/tilda/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/ChangeLog?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/ChangeLog?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/ChangeLog?r1=1.16&r2=1.17
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-terms/tilda/ChangeLog,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- ChangeLog 22 Apr 2008 13:23:56 -0000 1.16
24 +++ ChangeLog 6 May 2008 00:18:08 -0000 1.17
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-terms/tilda
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/ChangeLog,v 1.16 2008/04/22 13:23:56 drac Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/ChangeLog,v 1.17 2008/05/06 00:18:08 steev Exp $
30 +
31 +*tilda-0.9.6 (06 May 2008)
32 +
33 + 06 May 2008; Steev Klimaszewski <steev@g.o> +tilda-0.9.6.ebuild:
34 + New tilda release, thanks to Pacho Ramos
35 + <pacho@××××××××××××××××××××××××.es> for reporting. Closes bug #219930
36
37 22 Apr 2008; Samuli Suominen <drac@g.o> -tilda-0.9.4.ebuild,
38 tilda-0.9.5.ebuild:
39
40
41
42 1.1 x11-terms/tilda/tilda-0.9.6.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: tilda-0.9.6.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/tilda-0.9.6.ebuild,v 1.1 2008/05/06 00:18:08 steev Exp $
52
53 DESCRIPTION="A drop down terminal, similar to the consoles found in first person shooters"
54 HOMEPAGE="http://tilda.sourceforge.net"
55 SRC_URI="mirror://sourceforge/tilda/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~x86"
60 IUSE=""
61
62 RDEPEND="x11-libs/vte
63 >=dev-libs/glib-2.8.4
64 dev-libs/confuse"
65 DEPEND="${RDEPEND}
66 dev-util/pkgconfig"
67
68 src_install() {
69 emake DESTDIR="${D}" install || die "emake install failed."
70 dodoc AUTHORS ChangeLog README TODO
71 }
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list