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/PEAR-Services_TinyURL: PEAR-Services_TinyURL-0.1.2.ebuild ChangeLog
Date: Sun, 10 Jun 2012 11:30:28
Message-Id: 20120610113017.A6D1F2004B@flycatcher.gentoo.org
1 mabi 12/06/10 11:30:17
2
3 Modified: PEAR-Services_TinyURL-0.1.2.ebuild ChangeLog
4 Log:
5 update to EAPI4
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-php/PEAR-Services_TinyURL/PEAR-Services_TinyURL-0.1.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Services_TinyURL/PEAR-Services_TinyURL-0.1.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Services_TinyURL/PEAR-Services_TinyURL-0.1.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Services_TinyURL/PEAR-Services_TinyURL-0.1.2.ebuild?r1=1.1&r2=1.2
15
16 Index: PEAR-Services_TinyURL-0.1.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_TinyURL/PEAR-Services_TinyURL-0.1.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- PEAR-Services_TinyURL-0.1.2.ebuild 17 Mar 2008 12:49:49 -0000 1.1
23 +++ PEAR-Services_TinyURL-0.1.2.ebuild 10 Jun 2012 11:30:17 -0000 1.2
24 @@ -1,8 +1,10 @@
25 -# Copyright 1999-2008 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_TinyURL/PEAR-Services_TinyURL-0.1.2.ebuild,v 1.1 2008/03/17 12:49:49 jokey Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_TinyURL/PEAR-Services_TinyURL-0.1.2.ebuild,v 1.2 2012/06/10 11:30:17 mabi Exp $
30
31 -inherit php-pear-r1 depend.php
32 +EAPI=4
33 +
34 +inherit php-pear-r1
35
36 DESCRIPTION="An interface for creating TinyURLs with their API as well as looking up destinations of given TinyURLs."
37
38 @@ -11,6 +13,4 @@
39 KEYWORDS="~amd64 ~x86"
40 IUSE=""
41
42 -pkg_setup() {
43 - require_php_with_use curl
44 -}
45 +RDEPEND="dev-lang/php[curl]"
46
47
48
49 1.2 dev-php/PEAR-Services_TinyURL/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Services_TinyURL/ChangeLog?rev=1.2&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Services_TinyURL/ChangeLog?rev=1.2&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Services_TinyURL/ChangeLog?r1=1.1&r2=1.2
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_TinyURL/ChangeLog,v
58 retrieving revision 1.1
59 retrieving revision 1.2
60 diff -u -r1.1 -r1.2
61 --- ChangeLog 17 Mar 2008 12:49:49 -0000 1.1
62 +++ ChangeLog 10 Jun 2012 11:30:17 -0000 1.2
63 @@ -1,6 +1,10 @@
64 # ChangeLog for dev-php/PEAR-Services_TinyURL
65 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_TinyURL/ChangeLog,v 1.1 2008/03/17 12:49:49 jokey Exp $
67 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
68 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Services_TinyURL/ChangeLog,v 1.2 2012/06/10 11:30:17 mabi Exp $
69 +
70 + 10 Jun 2012; Matti Bickel <mabi@g.o>
71 + PEAR-Services_TinyURL-0.1.2.ebuild:
72 + update to EAPI4
73
74 *PEAR-Services_TinyURL-0.1.2 (17 Mar 2008)