Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/szip: szip-2.1.ebuild ChangeLog metadata.xml szip-2.0.ebuild
Date: Wed, 21 Jan 2009 10:06:20
Message-Id: E1LPZyR-0006bt-1M@stork.gentoo.org
1 bicatali 09/01/21 10:06:15
2
3 Modified: szip-2.1.ebuild ChangeLog metadata.xml
4 Removed: szip-2.0.ebuild
5 Log:
6 Fixed SRC_URI and re-fetch tar, thanks to Valeri Sokolov, closing bug #255692. Patch not needed anymore, and install one example. Removed older version, updated description in metadata.xml
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 sci-libs/szip/szip-2.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/szip/szip-2.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/szip/szip-2.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/szip/szip-2.1.ebuild?r1=1.3&r2=1.4
15
16 Index: szip-2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/szip/szip-2.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- szip-2.1.ebuild 9 Apr 2008 01:13:43 -0000 1.3
23 +++ szip-2.1.ebuild 21 Jan 2009 10:06:14 -0000 1.4
24 @@ -1,12 +1,12 @@
25 -# Copyright 1999-2008 Gentoo Foundation
26 +# Copyright 1999-2009 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/szip/szip-2.1.ebuild,v 1.3 2008/04/09 01:13:43 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/szip/szip-2.1.ebuild,v 1.4 2009/01/21 10:06:14 bicatali Exp $
30
31 inherit eutils
32
33 DESCRIPTION="Implementation of the extended-Rice lossless compression algorithm"
34 -HOMEPAGE="http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/"
35 -SRC_URI="ftp://ftp.hdfgroup.org/lib-external/${PN}/${PV}/${P}.tar.gz"
36 +HOMEPAGE="http://www.hdfgroup.org/doc_resource/SZIP/"
37 +SRC_URI="ftp://ftp.hdfgroup.org/lib-external/${PN}/${PV}/src/${P}.tar.gz"
38 LICENSE="szip"
39
40 SLOT="0"
41 @@ -15,14 +15,10 @@
42 IUSE=""
43 DEPEND=""
44
45 -src_unpack() {
46 - unpack ${A}
47 - # fix example with adding -lm
48 - cd "${S}"
49 - epatch "${FILESDIR}"/szip-2.0-example.patch
50 -}
51 -
52 src_install() {
53 emake DESTDIR="${D}" install || die "emake install failed"
54 - dodoc RELEASE.txt || die
55 + dodoc RELEASE.txt HISTORY.txt
56 + insinto /usr/share/doc/${PF}/
57 + emake -C examples clean || die
58 + doins -r examples
59 }
60
61
62
63 1.15 sci-libs/szip/ChangeLog
64
65 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/szip/ChangeLog?rev=1.15&view=markup
66 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/szip/ChangeLog?rev=1.15&content-type=text/plain
67 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/szip/ChangeLog?r1=1.14&r2=1.15
68
69 Index: ChangeLog
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/sci-libs/szip/ChangeLog,v
72 retrieving revision 1.14
73 retrieving revision 1.15
74 diff -u -r1.14 -r1.15
75 --- ChangeLog 9 Apr 2008 01:13:43 -0000 1.14
76 +++ ChangeLog 21 Jan 2009 10:06:14 -0000 1.15
77 @@ -1,6 +1,13 @@
78 # ChangeLog for sci-libs/szip
79 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
80 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/szip/ChangeLog,v 1.14 2008/04/09 01:13:43 jer Exp $
81 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
82 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/szip/ChangeLog,v 1.15 2009/01/21 10:06:14 bicatali Exp $
83 +
84 + 21 Jan 2009; Sébastien Fabbro <bicatali@g.o>
85 + -files/szip-2.0-example.patch, metadata.xml, -szip-2.0.ebuild,
86 + szip-2.1.ebuild:
87 + Fixed SRC_URI and re-fetch tar, thanks to Valeri Sokolov, closing bug
88 + #255692. Patch not needed anymore, and install one example. Removed older
89 + version, updated description in metadata.xml
90
91 09 Apr 2008; Jeroen Roovers <jer@g.o> szip-2.1.ebuild:
92 Marked ~hppa (bug #216855).
93
94
95
96 1.4 sci-libs/szip/metadata.xml
97
98 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/szip/metadata.xml?rev=1.4&view=markup
99 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/szip/metadata.xml?rev=1.4&content-type=text/plain
100 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/szip/metadata.xml?r1=1.3&r2=1.4
101
102 Index: metadata.xml
103 ===================================================================
104 RCS file: /var/cvsroot/gentoo-x86/sci-libs/szip/metadata.xml,v
105 retrieving revision 1.3
106 retrieving revision 1.4
107 diff -u -r1.3 -r1.4
108 --- metadata.xml 29 Dec 2004 00:29:20 -0000 1.3
109 +++ metadata.xml 21 Jan 2009 10:06:14 -0000 1.4
110 @@ -2,4 +2,13 @@
111 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
112 <pkgmetadata>
113 <herd>sci</herd>
114 +<longdescription lang="en">
115 + The Consultative Committee on Space Data Systems (CCSDS) has adopted
116 + the extended-Rice algorithm for international standards for space
117 + applications. Szip is reported to provide fast and effective
118 + compression, specifically for the EOS data generated by the NASA
119 + Earth Observatory System (EOS). It was originally developed at
120 + University of New Mexico (UNM) and integrated with HDF4 by UNM
121 + researchers and developers. It can be used for HDF 5 as well.
122 +</longdescription>
123 </pkgmetadata>