Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-cairo/
Date: Mon, 28 Nov 2016 19:38:32
Message-Id: 1480361877.59823fe0411843d1e6897fa7dd8f9335640937c1.grknight@gentoo
1 commit: 59823fe0411843d1e6897fa7dd8f9335640937c1
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 28 19:14:56 2016 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 28 19:37:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59823fe0
7
8 dev-php/pecl-cairo: Drop old
9
10 Package-Manager: portage-2.3.2
11
12 dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild | 25 -------------------------
13 1 file changed, 25 deletions(-)
14
15 diff --git a/dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild b/dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild
16 deleted file mode 100644
17 index a4c6e27..00000000
18 --- a/dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="5"
26 -
27 -DOCS="TODO"
28 -
29 -USE_PHP="php5-5 php5-6"
30 -
31 -inherit php-ext-pecl-r2
32 -
33 -KEYWORDS="~amd64 ~x86"
34 -
35 -DESCRIPTION="Cairo bindings for PHP"
36 -LICENSE="PHP-3.01"
37 -SLOT="0"
38 -
39 -DEPEND=">=x11-libs/cairo-1.4[svg]"
40 -RDEPEND="${DEPEND}"
41 -
42 -IUSE=""
43 -
44 -S="${WORKDIR}/Cairo-${PV}"
45 -PHP_EXT_S="$S"