Gentoo Archives: gentoo-commits

From: "Steve Arnold (nerdboy)" <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/libgeotiff: ChangeLog libgeotiff-1.2.4.ebuild
Date: Sun, 02 Mar 2008 00:13:10
Message-Id: E1JVbpD-0006Pa-4C@stork.gentoo.org
1 nerdboy 08/03/02 00:13:07
2
3 Modified: ChangeLog libgeotiff-1.2.4.ebuild
4 Log:
5 fixed soname patch to address missing lib file (see bug #211443)
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.23 sci-libs/libgeotiff/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?rev=1.23&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?rev=1.23&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/ChangeLog?r1=1.22&r2=1.23
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v
18 retrieving revision 1.22
19 retrieving revision 1.23
20 diff -u -r1.22 -r1.23
21 --- ChangeLog 21 Feb 2008 14:20:26 -0000 1.22
22 +++ ChangeLog 2 Mar 2008 00:13:06 -0000 1.23
23 @@ -1,6 +1,11 @@
24 # ChangeLog for sci-libs/libgeotiff
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.22 2008/02/21 14:20:26 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/ChangeLog,v 1.23 2008/03/02 00:13:06 nerdboy Exp $
28 +
29 + 02 Mar 2008; Steve Arnold <nerdboy@g.o>
30 + files/libgeotiff-1.2.4-soname.patch, libgeotiff-1.2.4.ebuild:
31 + Fixed soname patch to address missing lib file (see bug #211443) along
32 + with updated homepage URL.
33
34 21 Feb 2008; Raúl Porcel <armin76@g.o> libgeotiff-1.2.4.ebuild:
35 alpha/sparc/x86 stable
36
37
38
39 1.8 sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?rev=1.8&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?rev=1.8&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild?r1=1.7&r2=1.8
44
45 Index: libgeotiff-1.2.4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild,v
48 retrieving revision 1.7
49 retrieving revision 1.8
50 diff -u -r1.7 -r1.8
51 --- libgeotiff-1.2.4.ebuild 21 Feb 2008 14:20:26 -0000 1.7
52 +++ libgeotiff-1.2.4.ebuild 2 Mar 2008 00:13:06 -0000 1.8
53 @@ -1,11 +1,11 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild,v 1.7 2008/02/21 14:20:26 armin76 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libgeotiff/libgeotiff-1.2.4.ebuild,v 1.8 2008/03/02 00:13:06 nerdboy Exp $
58
59 inherit autotools eutils flag-o-matic
60
61 DESCRIPTION="Library for reading TIFF files with embedded tags for geographic (cartographic) information"
62 -HOMEPAGE="http://remotesensing.org/geotiff/geotiff.html"
63 +HOMEPAGE="http://www.remotesensing.org/geotiff/geotiff.html"
64 SRC_URI="ftp://ftp.remotesensing.org/pub/geotiff/${PN}/${P}.tar.gz"
65
66 LICENSE="GPL-2"
67 @@ -16,6 +16,7 @@
68 RDEPEND=">=media-libs/tiff-3.7
69 media-libs/jpeg
70 sci-libs/proj"
71 +
72 DEPEND="${RDEPEND}
73 doc? ( app-doc/doxygen )"
74
75
76
77
78 --
79 gentoo-commits@l.g.o mailing list