diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-11-04 15:45:35 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-11-04 15:45:35 +0000 |
commit | 8bf537c65ed99e8c3743ca22510aa1374eba7434 (patch) | |
tree | 185969ab8c138d6a841748fbb5b686e547950cdf /dev-php5 | |
parent | add version supporting minor version slotting, version bump, remove old (diff) | |
download | gentoo-2-8bf537c65ed99e8c3743ca22510aa1374eba7434.tar.gz gentoo-2-8bf537c65ed99e8c3743ca22510aa1374eba7434.tar.bz2 gentoo-2-8bf537c65ed99e8c3743ca22510aa1374eba7434.zip |
add version supporting minor version slotting, version bump, remove old
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/pecl-ps/ChangeLog | 11 | ||||
-rw-r--r-- | dev-php5/pecl-ps/pecl-ps-1.3.6-r1.ebuild | 21 | ||||
-rw-r--r-- | dev-php5/pecl-ps/pecl-ps-1.3.6.ebuild (renamed from dev-php5/pecl-ps/pecl-ps-1.3.5.ebuild) | 8 |
3 files changed, 34 insertions, 6 deletions
diff --git a/dev-php5/pecl-ps/ChangeLog b/dev-php5/pecl-ps/ChangeLog index c6c6774950b8..8913997ce72f 100644 --- a/dev-php5/pecl-ps/ChangeLog +++ b/dev-php5/pecl-ps/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-php5/pecl-ps -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ps/ChangeLog,v 1.9 2007/12/06 01:20:10 jokey Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ps/ChangeLog,v 1.10 2010/11/04 15:45:35 mabi Exp $ + +*pecl-ps-1.3.6-r1 (04 Nov 2010) +*pecl-ps-1.3.6 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> -pecl-ps-1.3.5.ebuild, + +pecl-ps-1.3.6.ebuild, +pecl-ps-1.3.6-r1.ebuild: + add version supporting minor version slotting, version bump, remove old 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> pecl-ps-1.3.5.ebuild: LICENSE fix from project overlay diff --git a/dev-php5/pecl-ps/pecl-ps-1.3.6-r1.ebuild b/dev-php5/pecl-ps/pecl-ps-1.3.6-r1.ebuild new file mode 100644 index 000000000000..6e4ccb88c074 --- /dev/null +++ b/dev-php5/pecl-ps/pecl-ps-1.3.6-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ps/pecl-ps-1.3.6-r1.ebuild,v 1.1 2010/11/04 15:45:35 mabi Exp $ + +EAPI=3 + +PHP_EXT_NAME="ps" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="PHP extension for creating PostScript files." +LICENSE="PHP-2.02" +SLOT="0" +IUSE="examples" + +DEPEND="dev-libs/pslib" +RDEPEND="${DEPEND}" diff --git a/dev-php5/pecl-ps/pecl-ps-1.3.5.ebuild b/dev-php5/pecl-ps/pecl-ps-1.3.6.ebuild index 2e403918deeb..29107feacadd 100644 --- a/dev-php5/pecl-ps/pecl-ps-1.3.5.ebuild +++ b/dev-php5/pecl-ps/pecl-ps-1.3.6.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ps/pecl-ps-1.3.5.ebuild,v 1.2 2007/12/06 01:20:10 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-ps/pecl-ps-1.3.6.ebuild,v 1.1 2010/11/04 15:45:35 mabi Exp $ + +EAPI=3 PHP_EXT_NAME="ps" PHP_EXT_INI="yes" @@ -17,5 +19,3 @@ IUSE="examples" DEPEND="dev-libs/pslib" RDEPEND="${DEPEND}" - -need_php_by_category |