Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/pbzip2: ChangeLog pbzip2-1.0.1.ebuild pbzip2-1.0.2-r1.ebuild
Date: Sat, 28 Jun 2008 08:54:15
Message-Id: E1KCWC9-00011I-AG@stork.gentoo.org
1 wolf31o2 08/06/28 08:54:09
2
3 Modified: ChangeLog pbzip2-1.0.1.ebuild
4 Added: pbzip2-1.0.2-r1.ebuild
5 Log:
6 Revision bump to add a pbunzip2 link. Thanks to Santiago M. Mola <coldwind@g.o> for pointing it out. Closing bug #220271.
7 (Portage version: 2.1.5.5)
8
9 Revision Changes Path
10 1.43 app-arch/pbzip2/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pbzip2/ChangeLog?rev=1.43&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pbzip2/ChangeLog?rev=1.43&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pbzip2/ChangeLog?r1=1.42&r2=1.43
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-arch/pbzip2/ChangeLog,v
19 retrieving revision 1.42
20 retrieving revision 1.43
21 diff -u -r1.42 -r1.43
22 --- ChangeLog 27 Nov 2007 14:28:12 -0000 1.42
23 +++ ChangeLog 28 Jun 2008 08:54:08 -0000 1.43
24 @@ -1,6 +1,13 @@
25 # ChangeLog for app-arch/pbzip2
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/ChangeLog,v 1.42 2007/11/27 14:28:12 armin76 Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/ChangeLog,v 1.43 2008/06/28 08:54:08 wolf31o2 Exp $
30 +
31 +*pbzip2-1.0.2-r1 (28 Jun 2008)
32 +
33 + 28 Jun 2008; Chris Gianelloni <wolf31o2@g.o> pbzip2-1.0.1.ebuild,
34 + +pbzip2-1.0.2-r1.ebuild:
35 + Revision bump to add a pbunzip2 link. Thanks to Santiago M. Mola
36 + <coldwind@g.o> for pointing it out. Closing bug #220271.
37
38 27 Nov 2007; Raúl Porcel <armin76@g.o> pbzip2-1.0.2.ebuild:
39 alpha/ia64/sparc stable wrt #198599
40
41
42
43 1.4 app-arch/pbzip2/pbzip2-1.0.1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pbzip2/pbzip2-1.0.1.ebuild?rev=1.4&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pbzip2/pbzip2-1.0.1.ebuild?rev=1.4&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pbzip2/pbzip2-1.0.1.ebuild?r1=1.3&r2=1.4
48
49 Index: pbzip2-1.0.1.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-arch/pbzip2/pbzip2-1.0.1.ebuild,v
52 retrieving revision 1.3
53 retrieving revision 1.4
54 diff -u -r1.3 -r1.4
55 --- pbzip2-1.0.1.ebuild 24 Nov 2007 16:03:23 -0000 1.3
56 +++ pbzip2-1.0.1.ebuild 28 Jun 2008 08:54:08 -0000 1.4
57 @@ -1,6 +1,6 @@
58 -# Copyright 1999-2007 Gentoo Foundation
59 +# Copyright 1999-2008 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/pbzip2-1.0.1.ebuild,v 1.3 2007/11/24 16:03:23 grobian Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/pbzip2-1.0.1.ebuild,v 1.4 2008/06/28 08:54:08 wolf31o2 Exp $
63
64 inherit multilib
65
66 @@ -22,7 +22,7 @@
67
68 src_compile() {
69 if use static ; then
70 - cp -f /usr/$(get_libdir)/libbz2.a ${S}
71 + cp -f /usr/$(get_libdir)/libbz2.a "${S}"
72 emake pbzip2-static || die "Failed to build"
73 else
74 emake pbzip2 || die "Failed to build"
75
76
77
78 1.1 app-arch/pbzip2/pbzip2-1.0.2-r1.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pbzip2/pbzip2-1.0.2-r1.ebuild?rev=1.1&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pbzip2/pbzip2-1.0.2-r1.ebuild?rev=1.1&content-type=text/plain
82
83 Index: pbzip2-1.0.2-r1.ebuild
84 ===================================================================
85 # Copyright 1999-2008 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 # $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/pbzip2-1.0.2-r1.ebuild,v 1.1 2008/06/28 08:54:08 wolf31o2 Exp $
88
89 inherit multilib
90
91 DESCRIPTION="A parallel version of BZIP2"
92 HOMEPAGE="http://compression.ca/pbzip2/"
93 SRC_URI="http://compression.ca/${PN}/${P}.tar.gz"
94
95 LICENSE="PBZIP2"
96 SLOT="0"
97 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
98 IUSE="static"
99
100 DEPEND="app-arch/bzip2"
101
102 src_unpack() {
103 unpack ${A}
104 sed -i -e 's:-O3:${CFLAGS}:g' ${P}/Makefile || die
105 }
106
107 src_compile() {
108 if use static ; then
109 cp -f /usr/$(get_libdir)/libbz2.a "${S}"
110 emake pbzip2-static || die "Failed to build"
111 else
112 emake pbzip2 || die "Failed to build"
113 fi
114 }
115
116 src_install() {
117 dobin pbzip2 || die "Failed to install"
118 dodoc AUTHORS ChangeLog README
119 doman pbzip2.1 || die "Failed to install man page"
120 dosym /usr/bin/pbzip2 /usr/bin/pbunzip2
121 }
122
123
124
125 --
126 gentoo-commits@l.g.o mailing list