Gentoo Archives: gentoo-commits

From: "Santiago M. Mola (coldwind)" <coldwind@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xsnap: xsnap-1.5.2.ebuild ChangeLog
Date: Sat, 31 May 2008 22:25:24
Message-Id: E1K2ZVm-0006BS-Nv@stork.gentoo.org
1 coldwind 08/05/31 22:25:18
2
3 Modified: xsnap-1.5.2.ebuild ChangeLog
4 Log:
5 amd64 stable and fix quoting.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 x11-misc/xsnap/xsnap-1.5.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsnap/xsnap-1.5.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsnap/xsnap-1.5.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsnap/xsnap-1.5.2.ebuild?r1=1.1&r2=1.2
14
15 Index: xsnap-1.5.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.5.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- xsnap-1.5.2.ebuild 9 Nov 2006 17:18:46 -0000 1.1
22 +++ xsnap-1.5.2.ebuild 31 May 2008 22:25:17 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.5.2.ebuild,v 1.1 2006/11/09 17:18:46 nelchael Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.5.2.ebuild,v 1.2 2008/05/31 22:25:17 coldwind Exp $
29
30 DESCRIPTION="Program to interactively take a 'snapshot' of a region of the screen"
31 SRC_URI="ftp://ftp.ac-grenoble.fr/ge/Xutils/${P}.tar.bz2"
32 @@ -8,7 +8,7 @@
33
34 SLOT="0"
35 LICENSE="as-is"
36 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
37 +KEYWORDS="amd64 ~ppc ~sparc ~x86"
38 IUSE=""
39
40 RDEPEND="x11-libs/libX11
41 @@ -39,8 +39,8 @@
42
43 src_install() {
44
45 - make DESTDIR=${D} install || die "make install failed"
46 - make DESTDIR=${D} install.man || die "make install.man failed"
47 + make DESTDIR="${D}" install || die "make install failed"
48 + make DESTDIR="${D}" install.man || die "make install.man failed"
49 dodoc README AUTHORS
50
51 }
52
53
54
55 1.27 x11-misc/xsnap/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsnap/ChangeLog?rev=1.27&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsnap/ChangeLog?rev=1.27&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xsnap/ChangeLog?r1=1.26&r2=1.27
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v
64 retrieving revision 1.26
65 retrieving revision 1.27
66 diff -u -r1.26 -r1.27
67 --- ChangeLog 9 Nov 2006 17:18:46 -0000 1.26
68 +++ ChangeLog 31 May 2008 22:25:17 -0000 1.27
69 @@ -1,6 +1,9 @@
70 # ChangeLog for x11-misc/xsnap
71 -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.26 2006/11/09 17:18:46 nelchael Exp $
73 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
74 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.27 2008/05/31 22:25:17 coldwind Exp $
75 +
76 + 31 May 2008; Santiago M. Mola <coldwind@g.o> xsnap-1.5.2.ebuild:
77 + amd64 stable and fix quoting.
78
79 *xsnap-1.5.2 (09 Nov 2006)
80
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list