Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libsigsegv: ChangeLog libsigsegv-2.2.ebuild libsigsegv-2.4.ebuild libsigsegv-2.1.ebuild
Date: Sat, 12 Jan 2008 20:46:26
Message-Id: E1JDnFH-0001zz-H6@stork.gentoo.org
1 grobian 08/01/12 20:46:23
2
3 Modified: ChangeLog libsigsegv-2.2.ebuild
4 libsigsegv-2.4.ebuild libsigsegv-2.1.ebuild
5 Log:
6 Dropped ppc-macos keyword, see you in prefix
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.27 dev-libs/libsigsegv/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libsigsegv/ChangeLog?rev=1.27&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libsigsegv/ChangeLog?rev=1.27&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libsigsegv/ChangeLog?r1=1.26&r2=1.27
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libsigsegv/ChangeLog,v
19 retrieving revision 1.26
20 retrieving revision 1.27
21 diff -u -r1.26 -r1.27
22 --- ChangeLog 8 Dec 2007 16:39:18 -0000 1.26
23 +++ ChangeLog 12 Jan 2008 20:46:22 -0000 1.27
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-libs/libsigsegv
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigsegv/ChangeLog,v 1.26 2007/12/08 16:39:18 drac Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigsegv/ChangeLog,v 1.27 2008/01/12 20:46:22 grobian Exp $
30 +
31 + 12 Jan 2008; Fabian Groffen <grobian@g.o>
32 + -files/libsigsegv-2.1-darwin-7.x.patch,
33 + -files/libsigsegv-2.2-ppc-macos.patch, libsigsegv-2.1.ebuild,
34 + libsigsegv-2.2.ebuild, libsigsegv-2.4.ebuild:
35 + Dropped ppc-macos keyword, see you in prefix
36
37 08 Dec 2007; Samuli Suominen <drac@g.o> libsigsegv-2.4.ebuild:
38 amd64 stable wrt #201216
39
40
41
42 1.7 dev-libs/libsigsegv/libsigsegv-2.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libsigsegv/libsigsegv-2.2.ebuild?rev=1.7&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libsigsegv/libsigsegv-2.2.ebuild?rev=1.7&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libsigsegv/libsigsegv-2.2.ebuild?r1=1.6&r2=1.7
47
48 Index: libsigsegv-2.2.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libsigsegv/libsigsegv-2.2.ebuild,v
51 retrieving revision 1.6
52 retrieving revision 1.7
53 diff -u -r1.6 -r1.7
54 --- libsigsegv-2.2.ebuild 7 Apr 2007 16:36:15 -0000 1.6
55 +++ libsigsegv-2.2.ebuild 12 Jan 2008 20:46:22 -0000 1.7
56 @@ -1,6 +1,6 @@
57 -# Copyright 1999-2007 Gentoo Foundation
58 +# Copyright 1999-2008 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigsegv/libsigsegv-2.2.ebuild,v 1.6 2007/04/07 16:36:15 opfer Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigsegv/libsigsegv-2.2.ebuild,v 1.7 2008/01/12 20:46:22 grobian Exp $
62
63 inherit eutils
64
65 @@ -9,16 +9,11 @@
66 SRC_URI="mirror://gnu/libsigsegv/${P}.tar.gz"
67 LICENSE="GPL-2"
68 SLOT="0"
69 -KEYWORDS="~amd64 ~ppc-macos ~sparc ~x86"
70 +KEYWORDS="~amd64 ~sparc ~x86"
71 IUSE=""
72
73 DEPEND="virtual/libc"
74
75 -src_unpack() {
76 - unpack ${A}
77 - epatch ${FILESDIR}/${P}-ppc-macos.patch
78 -}
79 -
80 src_compile() {
81 econf --enable-shared || die
82 emake || die
83
84
85
86 1.9 dev-libs/libsigsegv/libsigsegv-2.4.ebuild
87
88 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libsigsegv/libsigsegv-2.4.ebuild?rev=1.9&view=markup
89 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libsigsegv/libsigsegv-2.4.ebuild?rev=1.9&content-type=text/plain
90 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libsigsegv/libsigsegv-2.4.ebuild?r1=1.8&r2=1.9
91
92 Index: libsigsegv-2.4.ebuild
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libsigsegv/libsigsegv-2.4.ebuild,v
95 retrieving revision 1.8
96 retrieving revision 1.9
97 diff -u -r1.8 -r1.9
98 --- libsigsegv-2.4.ebuild 8 Dec 2007 16:39:18 -0000 1.8
99 +++ libsigsegv-2.4.ebuild 12 Jan 2008 20:46:22 -0000 1.9
100 @@ -1,6 +1,6 @@
101 -# Copyright 1999-2007 Gentoo Foundation
102 +# Copyright 1999-2008 Gentoo Foundation
103 # Distributed under the terms of the GNU General Public License v2
104 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigsegv/libsigsegv-2.4.ebuild,v 1.8 2007/12/08 16:39:18 drac Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigsegv/libsigsegv-2.4.ebuild,v 1.9 2008/01/12 20:46:22 grobian Exp $
106
107 inherit eutils autotools
108
109 @@ -9,7 +9,7 @@
110 SRC_URI="mirror://gnu/libsigsegv/${P}.tar.gz"
111 LICENSE="GPL-2"
112 SLOT="0"
113 -KEYWORDS="amd64 ~hppa ppc ~ppc-macos ~ppc64 ~sparc x86"
114 +KEYWORDS="amd64 ~hppa ppc ~ppc64 ~sparc x86"
115 IUSE=""
116
117 DEPEND="virtual/libc"
118
119
120
121 1.9 dev-libs/libsigsegv/libsigsegv-2.1.ebuild
122
123 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libsigsegv/libsigsegv-2.1.ebuild?rev=1.9&view=markup
124 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libsigsegv/libsigsegv-2.1.ebuild?rev=1.9&content-type=text/plain
125 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libsigsegv/libsigsegv-2.1.ebuild?r1=1.8&r2=1.9
126
127 Index: libsigsegv-2.1.ebuild
128 ===================================================================
129 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libsigsegv/libsigsegv-2.1.ebuild,v
130 retrieving revision 1.8
131 retrieving revision 1.9
132 diff -u -r1.8 -r1.9
133 --- libsigsegv-2.1.ebuild 7 Apr 2007 16:36:15 -0000 1.8
134 +++ libsigsegv-2.1.ebuild 12 Jan 2008 20:46:22 -0000 1.9
135 @@ -1,6 +1,6 @@
136 -# Copyright 1999-2007 Gentoo Foundation
137 +# Copyright 1999-2008 Gentoo Foundation
138 # Distributed under the terms of the GNU General Public License v2
139 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigsegv/libsigsegv-2.1.ebuild,v 1.8 2007/04/07 16:36:15 opfer Exp $
140 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigsegv/libsigsegv-2.1.ebuild,v 1.9 2008/01/12 20:46:22 grobian Exp $
141
142 inherit eutils
143
144 @@ -9,18 +9,13 @@
145 SRC_URI="mirror://gnu/libsigsegv/${P}.tar.gz"
146 LICENSE="GPL-2"
147 SLOT="0"
148 -KEYWORDS="x86 ppc ~ppc-macos"
149 +KEYWORDS="x86 ppc"
150 IUSE=""
151
152 DEPEND="virtual/libc"
153
154 src_compile() {
155 - if use ppc-macos ; then
156 - epatch ${FILESDIR}/libsigsegv-2.1-darwin-7.x.patch || die
157 - ./configure --enable-shared || die
158 - else
159 - econf --enable-shared || die
160 - fi
161 + econf --enable-shared || die
162 emake || die
163 }
164
165
166
167
168 --
169 gentoo-commits@l.g.o mailing list