Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xwit: xwit-3.4.ebuild ChangeLog
Date: Sat, 03 Apr 2010 00:55:20
Message-Id: E1Nxrdt-0007a9-KS@stork.gentoo.org
1 ssuominen 10/04/03 00:55:17
2
3 Modified: xwit-3.4.ebuild ChangeLog
4 Log:
5 Use small Makefile instead of obsolete X11R6 imake.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.10 x11-misc/xwit/xwit-3.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xwit/xwit-3.4.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xwit/xwit-3.4.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xwit/xwit-3.4.ebuild?r1=1.9&r2=1.10
14
15 Index: xwit-3.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xwit/xwit-3.4.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- xwit-3.4.ebuild 22 Oct 2006 01:43:00 -0000 1.9
22 +++ xwit-3.4.ebuild 3 Apr 2010 00:55:17 -0000 1.10
23 @@ -1,10 +1,11 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwit/xwit-3.4.ebuild,v 1.9 2006/10/22 01:43:00 tcort Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwit/xwit-3.4.ebuild,v 1.10 2010/04/03 00:55:17 ssuominen Exp $
29
30 -inherit eutils
31 +EAPI=2
32 +inherit eutils toolchain-funcs
33
34 -DESCRIPTION="xwit (x window interface tool) is a hodge-podge collection of simple routines to call some of those X11 functions that don't already have any utility commands built around them."
35 +DESCRIPTION="A collection of simple routines to call some of those X11 functions"
36 HOMEPAGE="http://ftp.x.org/contrib/utilities/xwit-3.4.README"
37 SRC_URI="http://ftp.x.org/contrib/utilities/${P}.tar.gz"
38
39 @@ -13,21 +14,21 @@
40 KEYWORDS="~amd64 ~ppc x86"
41 IUSE=""
42
43 -RDEPEND="x11-libs/libX11
44 - x11-libs/libXext"
45 +RDEPEND="x11-libs/libX11"
46 DEPEND="${RDEPEND}
47 - x11-misc/imake
48 x11-proto/xproto"
49
50 -src_compile() {
51 - epatch "${FILESDIR}/malloc.patch"
52 +src_prepare() {
53 + epatch "${FILESDIR}"/malloc.patch
54 + cp -vf "${FILESDIR}"/Makefile .
55 +}
56
57 - xmkmf || die "xmkmf failed"
58 - emake || die "Make failed"
59 +src_compile() {
60 + tc-export CC
61 + emake || die
62 }
63
64 src_install() {
65 - dobin xwit
66 - cp xwit.man xwit.1
67 - doman xwit.1
68 + dobin xwit || die
69 + newman xwit.man xwit.1 || die
70 }
71
72
73
74 1.10 x11-misc/xwit/ChangeLog
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xwit/ChangeLog?rev=1.10&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xwit/ChangeLog?rev=1.10&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xwit/ChangeLog?r1=1.9&r2=1.10
79
80 Index: ChangeLog
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xwit/ChangeLog,v
83 retrieving revision 1.9
84 retrieving revision 1.10
85 diff -u -r1.9 -r1.10
86 --- ChangeLog 22 Feb 2007 00:13:05 -0000 1.9
87 +++ ChangeLog 3 Apr 2010 00:55:17 -0000 1.10
88 @@ -1,6 +1,10 @@
89 # ChangeLog for x11-misc/xwit
90 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
91 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwit/ChangeLog,v 1.9 2007/02/22 00:13:05 jokey Exp $
92 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
93 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwit/ChangeLog,v 1.10 2010/04/03 00:55:17 ssuominen Exp $
94 +
95 + 03 Apr 2010; Samuli Suominen <ssuominen@g.o> xwit-3.4.ebuild,
96 + +files/Makefile:
97 + Use small Makefile instead of obsolete X11R6 imake.
98
99 22 Feb 2007; Markus Ullmann <jokey@g.o> ChangeLog:
100 Redigest for Manifest2