diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-01-25 19:58:21 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-01-25 19:58:21 +0000 |
commit | c3346b7c9a0c48b0d9b3c50a92a088c5a3d86d1b (patch) | |
tree | 53109c9cf24897c38f9ce604402cafe19814d28c /dev-php | |
parent | fix changelog entry (diff) | |
download | gentoo-2-c3346b7c9a0c48b0d9b3c50a92a088c5a3d86d1b.tar.gz gentoo-2-c3346b7c9a0c48b0d9b3c50a92a088c5a3d86d1b.tar.bz2 gentoo-2-c3346b7c9a0c48b0d9b3c50a92a088c5a3d86d1b.zip |
remove unneeded depend.php reference, EAPI bump
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/Savant3-Plugin-Form/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/Savant3-Plugin-Form/Savant3-Plugin-Form-0.2.1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-php/Savant3-Plugin-Form/ChangeLog b/dev-php/Savant3-Plugin-Form/ChangeLog index f4a887a749e0..ccf3387c43dc 100644 --- a/dev-php/Savant3-Plugin-Form/ChangeLog +++ b/dev-php/Savant3-Plugin-Form/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/Savant3-Plugin-Form -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/Savant3-Plugin-Form/ChangeLog,v 1.1 2011/12/14 22:57:20 mabi Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/Savant3-Plugin-Form/ChangeLog,v 1.2 2012/01/25 19:58:21 mabi Exp $ + + 25 Jan 2012; Matti Bickel <mabi@gentoo.org> Savant3-Plugin-Form-0.2.1.ebuild: + remove unneeded depend.php reference, EAPI bump *Savant3-Plugin-Form-0.2.1 (30 Aug 2007) diff --git a/dev-php/Savant3-Plugin-Form/Savant3-Plugin-Form-0.2.1.ebuild b/dev-php/Savant3-Plugin-Form/Savant3-Plugin-Form-0.2.1.ebuild index 595a4e063c47..8b485dc0037d 100644 --- a/dev-php/Savant3-Plugin-Form/Savant3-Plugin-Form-0.2.1.ebuild +++ b/dev-php/Savant3-Plugin-Form/Savant3-Plugin-Form-0.2.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/Savant3-Plugin-Form/Savant3-Plugin-Form-0.2.1.ebuild,v 1.1 2011/12/14 22:57:20 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/Savant3-Plugin-Form/Savant3-Plugin-Form-0.2.1.ebuild,v 1.2 2012/01/25 19:58:21 mabi Exp $ + +EAPI=4 inherit php-pear-lib-r1 MY_P="${PN//-/_}-${PV}" @@ -18,5 +20,3 @@ DEPEND="" RDEPEND=">=dev-php/Savant3-3.0.0" S="${WORKDIR}/${MY_P}" - -need_php_by_category |