Gentoo Archives: gentoo-commits

From: "Victor Ostorga (vostorga)" <vostorga@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in lxde-base/lxterminal: lxterminal-0.1.8.ebuild ChangeLog
Date: Thu, 29 Jul 2010 14:53:11
Message-Id: 20100729145306.C79C12CE15@corvid.gentoo.org
1 vostorga 10/07/29 14:53:06
2
3 Modified: ChangeLog
4 Added: lxterminal-0.1.8.ebuild
5 Log:
6 Version bump to 0.1.8
7 (Portage version: 2.1.8.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.13 lxde-base/lxterminal/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxterminal/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxterminal/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxterminal/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxterminal/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 14 Mar 2010 17:56:31 -0000 1.12
23 +++ ChangeLog 29 Jul 2010 14:53:06 -0000 1.13
24 @@ -1,6 +1,12 @@
25 # ChangeLog for lxde-base/lxterminal
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxterminal/ChangeLog,v 1.12 2010/03/14 17:56:31 vostorga Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxterminal/ChangeLog,v 1.13 2010/07/29 14:53:06 vostorga Exp $
29 +
30 +*lxterminal-0.1.8 (29 Jul 2010)
31 +
32 + 29 Jul 2010; VĂ­ctor Ostorga <vostorga@g.o>
33 + +lxterminal-0.1.8.ebuild:
34 + Version bump to 0.1.8
35
36 *lxterminal-0.1.7 (14 Mar 2010)
37
38
39
40
41 1.1 lxde-base/lxterminal/lxterminal-0.1.8.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxterminal/lxterminal-0.1.8.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxterminal/lxterminal-0.1.8.ebuild?rev=1.1&content-type=text/plain
45
46 Index: lxterminal-0.1.8.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/lxde-base/lxterminal/lxterminal-0.1.8.ebuild,v 1.1 2010/07/29 14:53:06 vostorga Exp $
51
52 EAPI="1"
53
54 DESCRIPTION="Lightweight vte-based tabbed terminal emulator for LXDE"
55 HOMEPAGE="http://lxde.sf.net/"
56 SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
60 SLOT="0"
61 IUSE=""
62
63 RDEPEND="x11-libs/gtk+:2
64 dev-libs/glib:2
65 x11-libs/vte"
66 DEPEND="${RDEPEND}
67 dev-util/pkgconfig
68 sys-devel/gettext
69 >=dev-util/intltool-0.40.0"
70
71 src_install () {
72 emake DESTDIR="${D}" install || die "emake install failed"
73 dodoc AUTHORS README || die "dodoc failed"
74 }