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-cpp/libebt: libebt-1.3.0.ebuild ChangeLog
Date: Wed, 28 Nov 2007 15:54:57
Message-Id: E1IxPFP-0000Bm-MT@stork.gentoo.org
1 drac 07/11/28 15:54:47
2
3 Modified: libebt-1.3.0.ebuild ChangeLog
4 Log:
5 Allow using also berlios #2 download mirror, and ours so it's actually fetchable wrt #197268
6 (Portage version: 2.1.4_rc3)
7
8 Revision Changes Path
9 1.15 dev-cpp/libebt/libebt-1.3.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libebt/libebt-1.3.0.ebuild?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libebt/libebt-1.3.0.ebuild?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libebt/libebt-1.3.0.ebuild?r1=1.14&r2=1.15
14
15 Index: libebt-1.3.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libebt/libebt-1.3.0.ebuild,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- libebt-1.3.0.ebuild 23 Apr 2007 20:54:53 -0000 1.14
22 +++ libebt-1.3.0.ebuild 28 Nov 2007 15:54:47 -0000 1.15
23 @@ -1,18 +1,18 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libebt/libebt-1.3.0.ebuild,v 1.14 2007/04/23 20:54:53 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libebt/libebt-1.3.0.ebuild,v 1.15 2007/11/28 15:54:47 drac Exp $
28
29 inherit autotools eutils
30
31 DESCRIPTION="A pure C++ template library that provides a clean way of getting human-readable backtrace messages"
32 HOMEPAGE="http://libebt.berlios.de/"
33 -SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2"
34 +SRC_URI="http://download2.berlios.de/${PN}/${P}.tar.bz2
35 + http://download.berlios.de/${PN}/${P}.tar.bz2"
36
37 LICENSE="BSD"
38 SLOT="0"
39 KEYWORDS="alpha amd64 arm hppa ~ia64 mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
40 IUSE="doc test"
41 -RESTRICT="primaryuri"
42
43 DEPEND="doc? ( app-doc/doxygen )
44 test? ( dev-libs/boost )"
45
46
47
48 1.29 dev-cpp/libebt/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libebt/ChangeLog?rev=1.29&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libebt/ChangeLog?rev=1.29&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libebt/ChangeLog?r1=1.28&r2=1.29
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libebt/ChangeLog,v
57 retrieving revision 1.28
58 retrieving revision 1.29
59 diff -u -r1.28 -r1.29
60 --- ChangeLog 23 Apr 2007 20:54:53 -0000 1.28
61 +++ ChangeLog 28 Nov 2007 15:54:47 -0000 1.29
62 @@ -1,6 +1,10 @@
63 # ChangeLog for dev-cpp/libebt
64 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libebt/ChangeLog,v 1.28 2007/04/23 20:54:53 armin76 Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libebt/ChangeLog,v 1.29 2007/11/28 15:54:47 drac Exp $
67 +
68 + 28 Nov 2007; Samuli Suominen <drac@g.o> libebt-1.3.0.ebuild:
69 + Allow using also berlios #2 download mirror, and ours so it's actually
70 + fetchable wrt #197268
71
72 23 Apr 2007; Raúl Porcel <armin76@g.o> libebt-1.3.0.ebuild:
73 Add ~ia64
74
75
76
77 --
78 gentoo-commits@g.o mailing list