Gentoo Archives: gentoo-commits

From: "Joseph Jezak (josejx)" <josejx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/librtas: librtas-1.3.3.ebuild ChangeLog librtas-1.3.5.ebuild
Date: Mon, 01 Feb 2010 15:48:17
Message-Id: E1NbyVW-0003Uu-4y@stork.gentoo.org
1 josejx 10/02/01 15:48:10
2
3 Modified: librtas-1.3.3.ebuild ChangeLog
4 Added: librtas-1.3.5.ebuild
5 Log:
6 Added patch to fix compilation on stable machines. Added latest version.
7 (Portage version: 2.1.7.16/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 sys-libs/librtas/librtas-1.3.3.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/librtas/librtas-1.3.3.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/librtas/librtas-1.3.3.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/librtas/librtas-1.3.3.ebuild?r1=1.4&r2=1.5
15
16 Index: librtas-1.3.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/librtas/librtas-1.3.3.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- librtas-1.3.3.ebuild 18 Jan 2010 14:56:02 -0000 1.4
23 +++ librtas-1.3.3.ebuild 1 Feb 2010 15:48:09 -0000 1.5
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/librtas/librtas-1.3.3.ebuild,v 1.4 2010/01/18 14:56:02 ranger Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/librtas/librtas-1.3.3.ebuild,v 1.5 2010/02/01 15:48:09 josejx Exp $
30
31 inherit eutils
32
33 @@ -15,7 +15,8 @@
34
35 src_unpack() {
36 unpack ${A}
37 - epatch "${FILESDIR}"/librtas-1.3.3-remove-doc.patch
38 + epatch "${FILESDIR}"/${PN}-1.3.3-remove-doc.patch
39 + epatch "${FILESDIR}"/${PN}-1.3.3-open.patch
40 }
41
42 src_install() {
43
44
45
46 1.12 sys-libs/librtas/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/librtas/ChangeLog?rev=1.12&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/librtas/ChangeLog?rev=1.12&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/librtas/ChangeLog?r1=1.11&r2=1.12
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-libs/librtas/ChangeLog,v
55 retrieving revision 1.11
56 retrieving revision 1.12
57 diff -u -r1.11 -r1.12
58 --- ChangeLog 21 Apr 2008 19:54:50 -0000 1.11
59 +++ ChangeLog 1 Feb 2010 15:48:09 -0000 1.12
60 @@ -1,6 +1,12 @@
61 # ChangeLog for sys-libs/librtas
62 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/librtas/ChangeLog,v 1.11 2008/04/21 19:54:50 ranger Exp $
64 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/librtas/ChangeLog,v 1.12 2010/02/01 15:48:09 josejx Exp $
66 +
67 +*librtas-1.3.5 (01 Feb 2010)
68 +
69 + 01 Feb 2010; Joseph Jezak <josejx@g.o> librtas-1.3.3.ebuild,
70 + +files/librtas-1.3.3-open.patch, +librtas-1.3.5.ebuild:
71 + Added patch to fix compilation on stable machines. Added latest version.
72
73 21 Apr 2008; Brent Baude <ranger@g.o>
74 -files/librtas-2.0.0-remove-doc.patch, librtas-1.3.1.ebuild,
75
76
77
78 1.1 sys-libs/librtas/librtas-1.3.5.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/librtas/librtas-1.3.5.ebuild?rev=1.1&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/librtas/librtas-1.3.5.ebuild?rev=1.1&content-type=text/plain
82
83 Index: librtas-1.3.5.ebuild
84 ===================================================================
85 # Copyright 1999-2010 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 # $Header: /var/cvsroot/gentoo-x86/sys-libs/librtas/librtas-1.3.5.ebuild,v 1.1 2010/02/01 15:48:09 josejx Exp $
88
89 inherit eutils
90
91 DESCRIPTION=" Librtas provides a set of libraries for user-space access to RTAS on the ppc64 architecture."
92 SRC_URI="http://librtas.ozlabs.org/releases/librtas-${PV}.tar.gz"
93 HOMEPAGE="http://librtas.ozlabs.org/"
94
95 SLOT="0"
96 LICENSE="IBM"
97 KEYWORDS="~ppc ~ppc64"
98 IUSE=""
99
100 src_install() {
101 emake DESTDIR="${D}" install || die
102 dodoc README
103 }