Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/tdb: ChangeLog tdb-1.2.7-r1.ebuild
Date: Sat, 02 Apr 2011 13:30:42
Message-Id: 20110402133032.5683820054@flycatcher.gentoo.org
1 angelos 11/04/02 13:30:32
2
3 Modified: ChangeLog tdb-1.2.7-r1.ebuild
4 Log:
5 Removed dolib.so (bug #361621) and stable on amd64 (bug #361055)
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.30 sys-libs/tdb/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?rev=1.30&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?rev=1.30&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?r1=1.29&r2=1.30
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v
19 retrieving revision 1.29
20 retrieving revision 1.30
21 diff -u -r1.29 -r1.30
22 --- ChangeLog 1 Apr 2011 15:04:52 -0000 1.29
23 +++ ChangeLog 2 Apr 2011 13:30:32 -0000 1.30
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-libs/tdb
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.29 2011/04/01 15:04:52 vostorga Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.30 2011/04/02 13:30:32 angelos Exp $
29 +
30 + 02 Apr 2011; Christoph Mende <angelos@g.o> tdb-1.2.7-r1.ebuild:
31 + Removed dolib.so (bug #361621) and stable on amd64 (bug #361055)
32
33 01 Apr 2011; VĂ­ctor Ostorga <vostorga@g.o> tdb-1.2.1.ebuild,
34 tdb-1.2.1-r1.ebuild:
35
36
37
38 1.4 sys-libs/tdb/tdb-1.2.7-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.2.7-r1.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.2.7-r1.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.2.7-r1.ebuild?r1=1.3&r2=1.4
43
44 Index: tdb-1.2.7-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.7-r1.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- tdb-1.2.7-r1.ebuild 18 Jan 2011 21:16:58 -0000 1.3
51 +++ tdb-1.2.7-r1.ebuild 2 Apr 2011 13:30:32 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.7-r1.ebuild,v 1.3 2011/01/18 21:16:58 vostorga Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.7-r1.ebuild,v 1.4 2011/04/02 13:30:32 angelos Exp $
57
58 EAPI="2"
59 PYTHON_DEPEND="python? 2"
60 @@ -13,7 +13,7 @@
61 mirror://gentoo/${P}-patches.tar.gz"
62 LICENSE="GPL-3"
63 SLOT="0"
64 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
65 +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
66 IUSE="python static-libs tools tdbtest"
67
68 RDEPEND=""
69 @@ -79,9 +79,6 @@
70 src_install() {
71 emake install DESTDIR="${D}" || die "emake install failed"
72
73 - # installs a necessary symlink
74 - dolib.so sharedbuild/lib/libtdb.so
75 -
76 dodoc docs/README
77
78 use static-libs || rm -f "${D}"/usr/lib*/*.a