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/gbase: ChangeLog gbase-0.5.ebuild
Date: Wed, 04 Jul 2012 07:02:54
Message-Id: 20120704070242.E56232004B@flycatcher.gentoo.org
1 ssuominen 12/07/04 07:02:42
2
3 Modified: ChangeLog gbase-0.5.ebuild
4 Log:
5 Set empty src_test() because the tarball doesn't ship the required check.c file wrt #424671
6
7 (Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 x11-misc/gbase/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gbase/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gbase/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gbase/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/gbase/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 13 May 2012 16:47:25 -0000 1.5
23 +++ ChangeLog 4 Jul 2012 07:02:42 -0000 1.6
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-misc/gbase
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gbase/ChangeLog,v 1.5 2012/05/13 16:47:25 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gbase/ChangeLog,v 1.6 2012/07/04 07:02:42 ssuominen Exp $
29 +
30 + 04 Jul 2012; Samuli Suominen <ssuominen@g.o> gbase-0.5.ebuild:
31 + Set empty src_test() because the tarball doesn't ship the required check.c
32 + file wrt #424671
33
34 13 May 2012; Markos Chandras <hwoarang@g.o> gbase-0.5.ebuild:
35 Update SRC_URI. Bug #415677 thanks to df <demmamussabebonk@×××××.com>
36
37
38
39 1.5 x11-misc/gbase/gbase-0.5.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gbase/gbase-0.5.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gbase/gbase-0.5.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gbase/gbase-0.5.ebuild?r1=1.4&r2=1.5
44
45 Index: gbase-0.5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-misc/gbase/gbase-0.5.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- gbase-0.5.ebuild 13 May 2012 16:47:25 -0000 1.4
52 +++ gbase-0.5.ebuild 4 Jul 2012 07:02:42 -0000 1.5
53 @@ -1,8 +1,8 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gbase/gbase-0.5.ebuild,v 1.4 2012/05/13 16:47:25 hwoarang Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gbase/gbase-0.5.ebuild,v 1.5 2012/07/04 07:02:42 ssuominen Exp $
58
59 -EAPI=2
60 +EAPI=4
61 inherit eutils toolchain-funcs
62
63 DESCRIPTION="a convert program for decimal, hexadecimal, octal and binary values."
64 @@ -11,7 +11,7 @@
65
66 LICENSE="Artistic"
67 SLOT="0"
68 -KEYWORDS="~amd64"
69 +KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 RDEPEND="x11-libs/gtk+:2"
73 @@ -24,9 +24,11 @@
74
75 src_compile() {
76 tc-export CC
77 - emake || die "emake failed."
78 + emake
79 }
80
81 +src_test() { :; } #424671
82 +
83 src_install() {
84 dobin ${PN}
85 dodoc README