Gentoo Archives: gentoo-commits

From: "Rafael Martins (rafaelmartins)" <rafaelmartins@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/diffball: diffball-1.0.1.ebuild ChangeLog
Date: Tue, 02 Aug 2011 05:48:30
Message-Id: 20110802054820.8ED402004C@flycatcher.gentoo.org
1 rafaelmartins 11/08/02 05:48:20
2
3 Modified: diffball-1.0.1.ebuild ChangeLog
4 Log:
5 added dev-util/pkgconfig to DEPEND. ${PN}-${PV} == ${P}
6
7 (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-util/diffball/diffball-1.0.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild?r1=1.1&r2=1.2
15
16 Index: diffball-1.0.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- diffball-1.0.1.ebuild 2 Aug 2011 05:31:16 -0000 1.1
23 +++ diffball-1.0.1.ebuild 2 Aug 2011 05:48:20 -0000 1.2
24 @@ -1,20 +1,21 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild,v 1.1 2011/08/02 05:31:16 ferringb Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/diffball-1.0.1.ebuild,v 1.2 2011/08/02 05:48:20 rafaelmartins Exp $
29
30 DESCRIPTION="Delta compression suite for using/generating binary patches"
31 HOMEPAGE="http://diffball.googlecode.com/"
32 -SRC_URI="http://diffball.googlecode.com/files/${PN}-${PV}.tar.bz2"
33 +SRC_URI="http://diffball.googlecode.com/files/${P}.tar.bz2"
34
35 LICENSE="BSD"
36 SLOT="0"
37 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
38 IUSE="debug"
39
40 -DEPEND=">=sys-libs/zlib-1.1.4
41 +RDEPEND=">=sys-libs/zlib-1.1.4
42 >=app-arch/bzip2-1.0.2
43 app-arch/xz-utils"
44 -RDEPEND="${DEPEND}"
45 +DEPEND="${RDEPEND}
46 + dev-util/pkgconfig"
47
48 # Invalid RESTRICT for source package. Investigate.
49 RESTRICT="strip"
50
51
52
53 1.38 dev-util/diffball/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/ChangeLog?rev=1.38&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/ChangeLog?rev=1.38&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/diffball/ChangeLog?r1=1.37&r2=1.38
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v
62 retrieving revision 1.37
63 retrieving revision 1.38
64 diff -u -r1.37 -r1.38
65 --- ChangeLog 2 Aug 2011 05:31:16 -0000 1.37
66 +++ ChangeLog 2 Aug 2011 05:48:20 -0000 1.38
67 @@ -1,6 +1,10 @@
68 # ChangeLog for dev-util/diffball
69 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v 1.37 2011/08/02 05:31:16 ferringb Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-util/diffball/ChangeLog,v 1.38 2011/08/02 05:48:20 rafaelmartins Exp $
72 +
73 + 02 Aug 2011; Rafael G. Martins <rafaelmartins@g.o>
74 + diffball-1.0.1.ebuild:
75 + added dev-util/pkgconfig to DEPEND. ${PN}-${PV} == ${P}
76
77 *diffball-1.0.1 (02 Aug 2011)