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/magickwand/
Date: Mon, 28 Nov 2016 19:38:25
Message-Id: 1480361845.671f42e1bbec1920e6f6316f271ffd1abda08950.grknight@gentoo
1 commit: 671f42e1bbec1920e6f6316f271ffd1abda08950
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 28 18:25:48 2016 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 28 19:37:25 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=671f42e1
7
8 dev-php/magickwand: Drop old
9
10 Package-Manager: portage-2.3.2
11
12 dev-php/magickwand/magickwand-1.0.9-r1.ebuild | 30 ---------------------------
13 1 file changed, 30 deletions(-)
14
15 diff --git a/dev-php/magickwand/magickwand-1.0.9-r1.ebuild b/dev-php/magickwand/magickwand-1.0.9-r1.ebuild
16 deleted file mode 100644
17 index eefe2c9..00000000
18 --- a/dev-php/magickwand/magickwand-1.0.9-r1.ebuild
19 +++ /dev/null
20 @@ -1,30 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -PHP_EXT_NAME="magickwand"
28 -PHP_EXT_ZENDEXT="no"
29 -PHP_EXT_INI="yes"
30 -DOCS="AUTHOR ChangeLog CREDITS README TODO"
31 -
32 -MY_PN="MagickWandForPHP"
33 -IUSE=""
34 -
35 -USE_PHP="php5-6 php5-5 php5-4"
36 -
37 -S="${WORKDIR}/${MY_PN}-${PV}"
38 -
39 -inherit php-ext-source-r2
40 -
41 -DESCRIPTION="A native PHP-extension to the ImageMagick MagickWand API"
42 -HOMEPAGE="http://www.magickwand.org/"
43 -SRC_URI="http://www.magickwand.org/download/php/${MY_PN}-${PV}-2.tar.bz2"
44 -
45 -LICENSE="MagickWand"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -
49 -DEPEND=">=media-gfx/imagemagick-6.5.2.9"
50 -RDEPEND="${DEPEND}"