Gentoo Archives: gentoo-commits

From: "Brent Baude (ranger)" <ranger@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/librtas: librtas-1.3.6.ebuild librtas-1.3.8.ebuild ChangeLog
Date: Wed, 27 Feb 2013 20:49:28
Message-Id: 20130227204925.3048A2171E@flycatcher.gentoo.org
1 ranger 13/02/27 20:49:25
2
3 Modified: librtas-1.3.6.ebuild ChangeLog
4 Added: librtas-1.3.8.ebuild
5 Log:
6 Adding -1.3.8 and stablizing 1.3.6
7
8 (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.6 sys-libs/librtas/librtas-1.3.6.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/librtas/librtas-1.3.6.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/librtas/librtas-1.3.6.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/librtas/librtas-1.3.6.ebuild?r1=1.5&r2=1.6
16
17 Index: librtas-1.3.6.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-libs/librtas/librtas-1.3.6.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- librtas-1.3.6.ebuild 24 Apr 2012 20:37:59 -0000 1.5
24 +++ librtas-1.3.6.ebuild 27 Feb 2013 20:49:25 -0000 1.6
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2012 Gentoo Foundation
27 +# Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/librtas/librtas-1.3.6.ebuild,v 1.5 2012/04/24 20:37:59 ssuominen Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/librtas/librtas-1.3.6.ebuild,v 1.6 2013/02/27 20:49:25 ranger Exp $
31
32 EAPI=4
33 inherit eutils
34 @@ -11,7 +11,7 @@
35
36 LICENSE="IBM"
37 SLOT="0"
38 -KEYWORDS="~ppc ~ppc64"
39 +KEYWORDS="ppc ppc64"
40 IUSE=""
41
42 DOCS="README"
43
44
45
46 1.18 sys-libs/librtas/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/librtas/ChangeLog?rev=1.18&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/librtas/ChangeLog?rev=1.18&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/librtas/ChangeLog?r1=1.17&r2=1.18
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-libs/librtas/ChangeLog,v
55 retrieving revision 1.17
56 retrieving revision 1.18
57 diff -u -r1.17 -r1.18
58 --- ChangeLog 24 Apr 2012 19:50:17 -0000 1.17
59 +++ ChangeLog 27 Feb 2013 20:49:25 -0000 1.18
60 @@ -1,6 +1,12 @@
61 # ChangeLog for sys-libs/librtas
62 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/librtas/ChangeLog,v 1.17 2012/04/24 19:50:17 ssuominen Exp $
64 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/librtas/ChangeLog,v 1.18 2013/02/27 20:49:25 ranger Exp $
66 +
67 +*librtas-1.3.8 (27 Feb 2013)
68 +
69 + 27 Feb 2013; Brent Baude <ranger@g.o> librtas-1.3.6.ebuild,
70 + +librtas-1.3.8.ebuild, +files/librtas-1.3.8-symlink.patch:
71 + Adding -1.3.8 and stablizing 1.3.6
72
73 24 Apr 2012; Samuli Suominen <ssuominen@g.o> librtas-1.3.6.ebuild:
74 Stop installing duplicate README and redudant COPYRIGHT into
75
76
77
78 1.1 sys-libs/librtas/librtas-1.3.8.ebuild
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/librtas/librtas-1.3.8.ebuild?rev=1.1&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/librtas/librtas-1.3.8.ebuild?rev=1.1&content-type=text/plain
82
83 Index: librtas-1.3.8.ebuild
84 ===================================================================
85 # Copyright 1999-2013 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.8.ebuild,v 1.1 2013/02/27 20:49:25 ranger Exp $
88
89 EAPI=4
90 inherit eutils
91
92 DESCRIPTION="A set of libraries for userspace access to RTAS on the PowerPC platform(s)"
93 HOMEPAGE="http://sourceforge.net/projects/librtas/"
94 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
95
96 LICENSE="IBM"
97 SLOT="0"
98 KEYWORDS="~ppc ~ppc64"
99 IUSE=""
100
101 DOCS="README"
102
103 src_prepare() {
104 epatch "${FILESDIR}"/${P}-symlink.patch
105 sed -i -e '/install_doc/d' Makefile || die
106 }