Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/barcode: barcode-0.98-r1.ebuild barcode-0.98.ebuild ChangeLog
Date: Sat, 02 Jun 2012 08:03:42
Message-Id: 20120602080324.8AE402004B@flycatcher.gentoo.org
1 zmedico 12/06/02 08:03:24
2
3 Modified: barcode-0.98-r1.ebuild barcode-0.98.ebuild
4 ChangeLog
5 Log:
6 inherit multilib for get_libdir
7
8 (Portage version: 2.2.0_alpha109/cvs/Linux i686)
9
10 Revision Changes Path
11 1.5 app-text/barcode/barcode-0.98-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/barcode/barcode-0.98-r1.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/barcode/barcode-0.98-r1.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/barcode/barcode-0.98-r1.ebuild?r1=1.4&r2=1.5
16
17 Index: barcode-0.98-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98-r1.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- barcode-0.98-r1.ebuild 18 Dec 2011 20:17:05 -0000 1.4
24 +++ barcode-0.98-r1.ebuild 2 Jun 2012 08:03:24 -0000 1.5
25 @@ -1,10 +1,10 @@
26 -# Copyright 1999-2011 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98-r1.ebuild,v 1.4 2011/12/18 20:17:05 phajdan.jr Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98-r1.ebuild,v 1.5 2012/06/02 08:03:24 zmedico Exp $
31
32 EAPI="3"
33
34 -inherit eutils toolchain-funcs
35 +inherit eutils multilib toolchain-funcs
36
37 DESCRIPTION="barcode generator"
38 HOMEPAGE="http://www.gnu.org/software/barcode/"
39
40
41
42 1.20 app-text/barcode/barcode-0.98.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/barcode/barcode-0.98.ebuild?rev=1.20&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/barcode/barcode-0.98.ebuild?rev=1.20&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/barcode/barcode-0.98.ebuild?r1=1.19&r2=1.20
47
48 Index: barcode-0.98.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98.ebuild,v
51 retrieving revision 1.19
52 retrieving revision 1.20
53 diff -u -r1.19 -r1.20
54 --- barcode-0.98.ebuild 20 May 2012 09:01:28 -0000 1.19
55 +++ barcode-0.98.ebuild 2 Jun 2012 08:03:24 -0000 1.20
56 @@ -1,10 +1,10 @@
57 # Copyright 1999-2012 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98.ebuild,v 1.19 2012/05/20 09:01:28 halcy0n Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98.ebuild,v 1.20 2012/06/02 08:03:24 zmedico Exp $
61
62 EAPI="3"
63
64 -inherit eutils toolchain-funcs
65 +inherit eutils multilib toolchain-funcs
66
67 DESCRIPTION="barcode generator"
68 HOMEPAGE="http://www.gnu.org/software/barcode/"
69
70
71
72 1.24 app-text/barcode/ChangeLog
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/barcode/ChangeLog?rev=1.24&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/barcode/ChangeLog?rev=1.24&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/barcode/ChangeLog?r1=1.23&r2=1.24
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v
81 retrieving revision 1.23
82 retrieving revision 1.24
83 diff -u -r1.23 -r1.24
84 --- ChangeLog 20 May 2012 09:01:28 -0000 1.23
85 +++ ChangeLog 2 Jun 2012 08:03:24 -0000 1.24
86 @@ -1,6 +1,10 @@
87 # ChangeLog for app-text/barcode
88 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.23 2012/05/20 09:01:28 halcy0n Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.24 2012/06/02 08:03:24 zmedico Exp $
91 +
92 + 02 Jun 2012; Zac Medico <zmedico@g.o> barcode-0.98-r1.ebuild,
93 + barcode-0.98.ebuild:
94 + inherit multilib for get_libdir
95
96 20 May 2012; Mark Loeser <halcy0n@g.o> barcode-0.98.ebuild:
97 Revert to ~ppc/~ppc64; bug #393713