diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2008-06-03 03:20:33 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2008-06-03 03:20:33 +0000 |
commit | 84b079007b9149a7d7b1ec205fe0ccb50a938374 (patch) | |
tree | 470e90e5fdb23aadffd84281963d0d4cbd0bdd1b /dev-php5/magickwand | |
parent | Version bump. (diff) | |
download | gentoo-2-84b079007b9149a7d7b1ec205fe0ccb50a938374.tar.gz gentoo-2-84b079007b9149a7d7b1ec205fe0ccb50a938374.tar.bz2 gentoo-2-84b079007b9149a7d7b1ec205fe0ccb50a938374.zip |
Version bump.
(Portage version: 2.2_pre7-r1/cvs/Linux 2.6.24-gentoo-r4 Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz)
Diffstat (limited to 'dev-php5/magickwand')
-rw-r--r-- | dev-php5/magickwand/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php5/magickwand/magickwand-1.0.4.ebuild | 32 | ||||
-rw-r--r-- | dev-php5/magickwand/magickwand-1.0.7.ebuild (renamed from dev-php5/magickwand/magickwand-1.0.5.ebuild) | 8 |
3 files changed, 11 insertions, 37 deletions
diff --git a/dev-php5/magickwand/ChangeLog b/dev-php5/magickwand/ChangeLog index efe0b8a10a8f..c2dc6110d174 100644 --- a/dev-php5/magickwand/ChangeLog +++ b/dev-php5/magickwand/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/magickwand # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/magickwand/ChangeLog,v 1.5 2008/02/11 21:22:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/magickwand/ChangeLog,v 1.6 2008/06/03 03:20:33 chtekk Exp $ + +*magickwand-1.0.7 (03 Jun 2008) + + 03 Jun 2008; Luca Longinotti <chtekk@gentoo.org> -magickwand-1.0.4.ebuild, + -magickwand-1.0.5.ebuild, +magickwand-1.0.7.ebuild: + Version bump. *magickwand-1.0.6 (11 Feb 2008) diff --git a/dev-php5/magickwand/magickwand-1.0.4.ebuild b/dev-php5/magickwand/magickwand-1.0.4.ebuild deleted file mode 100644 index 17b92729f18a..000000000000 --- a/dev-php5/magickwand/magickwand-1.0.4.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/magickwand/magickwand-1.0.4.ebuild,v 1.3 2007/04/27 00:11:19 beandog Exp $ - -PHP_EXT_NAME="magickwand" -PHP_EXT_ZENDEXT="no" -PHP_EXT_INI="yes" - -MY_PN="MagickWandForPHP" - -inherit php-ext-source-r1 - -DESCRIPTION="A native PHP-extension to the ImageMagick MagickWand API." -HOMEPAGE="http://www.magickwand.org/" -SRC_URI="http://www.magickwand.org/download/php/${MY_PN}-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND=">=media-gfx/imagemagick-6.3.3" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_PN}-${PV}" - -need_php_by_category - -src_install() { - php-ext-source-r1_src_install - - dodoc AUTHOR ChangeLog CREDITS README TODO -} diff --git a/dev-php5/magickwand/magickwand-1.0.5.ebuild b/dev-php5/magickwand/magickwand-1.0.7.ebuild index a42d9a3f6bbe..795b83e17c91 100644 --- a/dev-php5/magickwand/magickwand-1.0.5.ebuild +++ b/dev-php5/magickwand/magickwand-1.0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/magickwand/magickwand-1.0.5.ebuild,v 1.1 2007/10/05 23:43:40 anant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/magickwand/magickwand-1.0.7.ebuild,v 1.1 2008/06/03 03:20:33 chtekk Exp $ PHP_EXT_NAME="magickwand" PHP_EXT_ZENDEXT="no" @@ -14,7 +14,7 @@ DESCRIPTION="A native PHP-extension to the ImageMagick MagickWand API." HOMEPAGE="http://www.magickwand.org/" SRC_URI="http://www.magickwand.org/download/php/${MY_PN}-${PV}.tar.bz2" -LICENSE="GPL-2" +LICENSE="MagickWand" SLOT="0" KEYWORDS="~amd64 ~x86" @@ -28,5 +28,5 @@ need_php_by_category src_install() { php-ext-source-r1_src_install - dodoc AUTHOR ChangeLog CREDITS README TODO + dodoc-php AUTHOR ChangeLog CREDITS README TODO } |