Gentoo Archives: gentoo-commits

From: "Friedrich Oslage (bluebird)" <bluebird@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in lxde-base/lxterminal: ChangeLog lxterminal-0.1.4.ebuild lxterminal-0.1.3.ebuild
Date: Mon, 12 Jan 2009 23:31:45
Message-Id: E1LMWFj-00048H-PQ@stork.gentoo.org
1 bluebird 09/01/12 23:31:27
2
3 Modified: ChangeLog
4 Added: lxterminal-0.1.4.ebuild
5 Removed: lxterminal-0.1.3.ebuild
6 Log:
7 Version bump
8 (Portage version: 2.1.6.4/cvs/Linux 2.6.28-gentoo i686)
9
10 Revision Changes Path
11 1.2 lxde-base/lxterminal/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxterminal/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxterminal/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxterminal/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxterminal/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 7 Nov 2008 16:10:24 -0000 1.1
24 +++ ChangeLog 12 Jan 2009 23:31:27 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for lxde-base/lxterminal
27 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxterminal/ChangeLog,v 1.1 2008/11/07 16:10:24 yngwin Exp $
29 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxterminal/ChangeLog,v 1.2 2009/01/12 23:31:27 bluebird Exp $
31 +
32 +*lxterminal-0.1.4 (12 Jan 2009)
33 +
34 + 12 Jan 2009; Friedrich Oslage <bluebird@g.o>
35 + -lxterminal-0.1.3.ebuild, +lxterminal-0.1.4.ebuild:
36 + Version bump
37
38 *lxterminal-0.1.3 (07 Nov 2008)
39
40
41
42
43 1.1 lxde-base/lxterminal/lxterminal-0.1.4.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxterminal/lxterminal-0.1.4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxterminal/lxterminal-0.1.4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: lxterminal-0.1.4.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/lxde-base/lxterminal/lxterminal-0.1.4.ebuild,v 1.1 2009/01/12 23:31:27 bluebird Exp $
53
54 EAPI="1"
55
56 DESCRIPTION="Lightweight vte-based tabbed terminal emulator for LXDE"
57 HOMEPAGE="http://lxde.sf.net/"
58 SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 KEYWORDS="~amd64 ~x86"
62 SLOT="0"
63 IUSE=""
64
65 RDEPEND="x11-libs/gtk+:2
66 dev-libs/glib:2
67 x11-libs/vte"
68 DDEPEND="${RDEPEND}
69 dev-util/pkgconfig
70 sys-devel/gettext"
71
72 src_install () {
73 emake DESTDIR="${D}" install || die "emake install failed"
74 dodoc AUTHORS ChangeLog README
75 }