diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-11-04 15:06:30 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-11-04 15:06:30 +0000 |
commit | f30bf9572973fabe0612844e9f439bb56ca4701c (patch) | |
tree | ba896dd2c244621ef55c9900b4e3a7d66c008759 /dev-php5/pecl-id3 | |
parent | Block <libxfcegui4-4.7.0 to avoid conflict with function xfce_shortcuts_provi... (diff) | |
download | gentoo-2-f30bf9572973fabe0612844e9f439bb56ca4701c.tar.gz gentoo-2-f30bf9572973fabe0612844e9f439bb56ca4701c.tar.bz2 gentoo-2-f30bf9572973fabe0612844e9f439bb56ca4701c.zip |
add version supporting minor version slotting
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/pecl-id3')
-rw-r--r-- | dev-php5/pecl-id3/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php5/pecl-id3/pecl-id3-0.2-r2.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-php5/pecl-id3/ChangeLog b/dev-php5/pecl-id3/ChangeLog index bd95069cb2bd..2ec8a696ac4e 100644 --- a/dev-php5/pecl-id3/ChangeLog +++ b/dev-php5/pecl-id3/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php5/pecl-id3 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-id3/ChangeLog,v 1.3 2007/12/06 01:10:42 jokey Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-id3/ChangeLog,v 1.4 2010/11/04 15:06:30 mabi Exp $ + +*pecl-id3-0.2-r2 (04 Nov 2010) + + 04 Nov 2010; Matti Bickel <mabi@gentoo.org> +pecl-id3-0.2-r2.ebuild: + add version supporting minor version slotting *pecl-id3-0.2-r1 (06 Dec 2007) diff --git a/dev-php5/pecl-id3/pecl-id3-0.2-r2.ebuild b/dev-php5/pecl-id3/pecl-id3-0.2-r2.ebuild new file mode 100644 index 000000000000..896c456b1fb9 --- /dev/null +++ b/dev-php5/pecl-id3/pecl-id3-0.2-r2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-id3/pecl-id3-0.2-r2.ebuild,v 1.1 2010/11/04 15:06:30 mabi Exp $ + +EAPI=3 + +PHP_EXT_NAME="id3" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="EXPERIMENTAL TODO" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Read and write ID3 tags in MP3 files with PHP." +LICENSE="PHP-3" +SLOT="0" +IUSE="examples" + +DEPEND="" +RDEPEND="" |