Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libots: ChangeLog libots-2.2.7-r2.ebuild libots-2.2.7.ebuild libots-2.2.7-r1.ebuild
Date: Mon, 05 May 2008 13:07:27
Message-Id: E1Jt0P5-0002lk-Cj@stork.gentoo.org
1 drac 08/05/05 13:06:51
2
3 Modified: ChangeLog libots-2.2.7-r2.ebuild
4 Removed: libots-2.2.7.ebuild libots-2.2.7-r1.ebuild
5 Log:
6 New ebuild partly from bug 216606, thanks to Matt Turner.
7 (Portage version: 2.1.5_rc6, RepoMan options: --force)
8
9 Revision Changes Path
10 1.16 dev-libs/libots/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libots/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libots/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libots/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libots/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 25 Dec 2007 15:57:33 -0000 1.15
23 +++ ChangeLog 5 May 2008 13:06:50 -0000 1.16
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-libs/libots
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libots/ChangeLog,v 1.15 2007/12/25 15:57:33 phreak Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libots/ChangeLog,v 1.16 2008/05/05 13:06:50 drac Exp $
30 +
31 + 05 May 2008; Samuli Suominen <drac@g.o> -libots-2.2.7.ebuild,
32 + -libots-2.2.7-r1.ebuild, libots-2.2.7-r2.ebuild:
33 + New ebuild partly from bug 216606, thanks to Matt Turner.
34
35 25 Dec 2007; Christian Heim <phreak@g.o> metadata.xml:
36 Removing taviso from metadata.xml as per #202471. Assigning to
37
38
39
40 1.7 dev-libs/libots/libots-2.2.7-r2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libots/libots-2.2.7-r2.ebuild?rev=1.7&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libots/libots-2.2.7-r2.ebuild?rev=1.7&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libots/libots-2.2.7-r2.ebuild?r1=1.6&r2=1.7
45
46 Index: libots-2.2.7-r2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libots/libots-2.2.7-r2.ebuild,v
49 retrieving revision 1.6
50 retrieving revision 1.7
51 diff -u -r1.6 -r1.7
52 --- libots-2.2.7-r2.ebuild 2 Jul 2007 14:59:01 -0000 1.6
53 +++ libots-2.2.7-r2.ebuild 5 May 2008 13:06:50 -0000 1.7
54 @@ -1,32 +1,27 @@
55 -# Copyright 1999-2007 Gentoo Foundation
56 +# Copyright 1999-2008 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libots/libots-2.2.7-r2.ebuild,v 1.6 2007/07/02 14:59:01 peper Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libots/libots-2.2.7-r2.ebuild,v 1.7 2008/05/05 13:06:50 drac Exp $
60
61 -inherit eutils rpm
62 +inherit rpm toolchain-funcs
63
64 -At="libots-2.2.7-2.alpha.rpm"
65 -HOMEPAGE="http://www.support.compaq.com/alpha-tools/"
66 -DESCRIPTION="Compaq Linux optimized runtime for Alpha/Linux/GNU"
67 -SRC_URI="ftp://ftp.compaq.com/pub/products/linuxdevtools/latest/${At}"
68 +DESCRIPTION="Compaq's Optimized Runtime Library for the Alpha Platform"
69 +HOMEPAGE="ftp://ftp.compaq.com/pub/products/C-CXX/linux/"
70 +SRC_URI="ftp://ftp.compaq.com/pub/products/C-CXX/linux/libots-2.2.7-2.alpha.rpm"
71
72 -DEPEND="virtual/libc"
73 LICENSE="compaq-sdla"
74 -SLOT="2.2.7"
75 +SLOT="0"
76 KEYWORDS="-* alpha"
77 -IUSE=""
78 -
79 -S=${WORKDIR}/usr/lib/compaq/libots-2.2.7
80 -
81 RESTRICT="strip"
82
83 -src_unpack() {
84 - rpm_src_unpack
85 -}
86 +DEPEND="app-arch/rpm2targz"
87 +RDEPEND=""
88
89 -src_install () {
90 - into /
91 - dolib.so libots.so
92 - dolib.a libots.a
93 +S=${WORKDIR}/usr/lib/compaq/libots-2.2.7
94
95 +src_install() {
96 + dolib.a ${PN}.a
97 dodoc README
98 + into /
99 + dolib.so ${PN}.so
100 + gen_usr_ldscript ${PN}.so
101 }
102
103
104
105 --
106 gentoo-commits@l.g.o mailing list