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/lxrandr: ChangeLog lxrandr-0.1.1.ebuild
Date: Mon, 03 Aug 2009 23:20:35
Message-Id: E1MY6pV-0006vr-9h@stork.gentoo.org
1 vostorga 09/08/03 23:20:33
2
3 Modified: ChangeLog
4 Added: lxrandr-0.1.1.ebuild
5 Log:
6 Version bump to 0.1.1
7 (Portage version: 2.1.6.13/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 lxde-base/lxrandr/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxrandr/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxrandr/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxrandr/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxrandr/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 7 Nov 2008 15:28:52 -0000 1.1
23 +++ ChangeLog 3 Aug 2009 23:20:33 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for lxde-base/lxrandr
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxrandr/ChangeLog,v 1.1 2008/11/07 15:28:52 yngwin Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxrandr/ChangeLog,v 1.2 2009/08/03 23:20:33 vostorga Exp $
30 +
31 +*lxrandr-0.1.1 (03 Aug 2009)
32 +
33 + 03 Aug 2009; VĂ­ctor Ostorga <vostorga@g.o> +lxrandr-0.1.1.ebuild,
34 + +files/lxrandr-0.1.1-intltool.patch:
35 + Version bump to 0.1.1
36
37 *lxrandr-0.1 (07 Nov 2008)
38
39
40
41
42 1.1 lxde-base/lxrandr/lxrandr-0.1.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxrandr/lxrandr-0.1.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/lxde-base/lxrandr/lxrandr-0.1.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: lxrandr-0.1.1.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/lxde-base/lxrandr/lxrandr-0.1.1.ebuild,v 1.1 2009/08/03 23:20:33 vostorga Exp $
52
53 EAPI="1"
54
55 inherit autotools eutils
56
57 DESCRIPTION="LXDE GUI interface to RandR extention"
58 HOMEPAGE="http://lxde.sf.net/"
59 SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
60
61 LICENSE="GPL-3"
62 KEYWORDS="~amd64 ~x86"
63 SLOT="0"
64 IUSE=""
65
66 RDEPEND="x11-libs/gtk+:2
67 x11-libs/libXrandr"
68 DEPEND="${RDEPEND}
69 x11-proto/randrproto
70 dev-util/pkgconfig
71 sys-devel/gettext
72 >=dev-util/intltool-0.40.0"
73
74 src_unpack() {
75 unpack ${A}
76 cd "${S}"
77 epatch "${FILESDIR}"/${P}-intltool.patch
78
79 # Rerun autotools
80 einfo "Regenerating autotools files..."
81 eautoreconf
82 }
83
84
85 src_install () {
86 emake DESTDIR="${D}" install || die "emake install failed!"
87 dodoc AUTHORS
88 }