Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/phpdepend: phpdepend-1.1.1.ebuild ChangeLog
Date: Mon, 25 Nov 2013 22:08:38
Message-Id: 20131125220828.03C302004B@flycatcher.gentoo.org
1 mabi 13/11/25 22:08:27
2
3 Modified: ChangeLog
4 Added: phpdepend-1.1.1.ebuild
5 Log:
6 version bump (bug #483364)
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
9
10 Revision Changes Path
11 1.2 dev-php/phpdepend/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpdepend/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpdepend/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpdepend/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/phpdepend/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 25 Mar 2011 13:35:51 -0000 1.1
24 +++ ChangeLog 25 Nov 2013 22:08:27 -0000 1.2
25 @@ -1,10 +1,14 @@
26 # ChangeLog for dev-php/phpdepend
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdepend/ChangeLog,v 1.1 2011/03/25 13:35:51 olemarkus Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpdepend/ChangeLog,v 1.2 2013/11/25 22:08:27 mabi Exp $
31 +
32 +*phpdepend-1.1.1 (25 Nov 2013)
33 +
34 + 25 Nov 2013; Matti Bickel <mabi@g.o> +phpdepend-1.1.1.ebuild:
35 + version bump (bug #483364)
36
37 *phpmd-1.1.0 (25 Mar 2011)
38
39 25 Mar 2011; Ole Markus With <olemarkus@g.o> +phpdepend-0.10.3.ebuild,
40 +metadata.xml:
41 Initial version
42 -
43
44
45
46 1.1 dev-php/phpdepend/phpdepend-1.1.1.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpdepend/phpdepend-1.1.1.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpdepend/phpdepend-1.1.1.ebuild?rev=1.1&content-type=text/plain
50
51 Index: phpdepend-1.1.1.ebuild
52 ===================================================================
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-php/phpdepend/phpdepend-1.1.1.ebuild,v 1.1 2013/11/25 22:08:27 mabi Exp $
56
57 EAPI="5"
58
59 PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
60 PHP_PEAR_PN="PHP_Depend"
61 PHP_PEAR_URI="pear.pdepend.org"
62
63 inherit php-pear-lib-r1
64
65 DESCRIPTION="Static code analyser for PHP"
66 LICENSE="GPL-3"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE=""
70 HOMEPAGE="http://www.pdepend.org"
71
72 RDEPEND="${RDEPEND}
73 >=dev-lang/php-5.2.3"
74
75 src_unpack() {
76 # we only have one file in $A and it contains a lone zero block
77 tar xf "${DISTDIR}/${A}" --ignore-zeros
78 }