diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-03-06 19:57:05 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-03-06 19:57:05 +0000 |
commit | 534f1325b92943e2d8177cee34bbddbdbcd06a4e (patch) | |
tree | cfa3e42e4e090bb63bc761b2d5fbce8164b25874 /dev-php4/pecl-id3 | |
parent | x86 stable wrt bug 169484 (diff) | |
download | gentoo-2-534f1325b92943e2d8177cee34bbddbdbcd06a4e.tar.gz gentoo-2-534f1325b92943e2d8177cee34bbddbdbcd06a4e.tar.bz2 gentoo-2-534f1325b92943e2d8177cee34bbddbdbcd06a4e.zip |
Cleanup.
(Portage version: 2.1.2.1)
Diffstat (limited to 'dev-php4/pecl-id3')
-rw-r--r-- | dev-php4/pecl-id3/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php4/pecl-id3/pecl-id3-0.2.ebuild | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-php4/pecl-id3/ChangeLog b/dev-php4/pecl-id3/ChangeLog index d7c75101694a..7016a0abe6bf 100644 --- a/dev-php4/pecl-id3/ChangeLog +++ b/dev-php4/pecl-id3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php4/pecl-id3 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-id3/ChangeLog,v 1.1 2006/09/29 20:23:51 sebastian Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-id3/ChangeLog,v 1.2 2007/03/06 19:57:05 chtekk Exp $ + + 06 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-id3-0.2.ebuild: + Cleanup. *pecl-id3-0.2 (29 Sep 2006) diff --git a/dev-php4/pecl-id3/pecl-id3-0.2.ebuild b/dev-php4/pecl-id3/pecl-id3-0.2.ebuild index c722806095a6..09563cd5e232 100644 --- a/dev-php4/pecl-id3/pecl-id3-0.2.ebuild +++ b/dev-php4/pecl-id3/pecl-id3-0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-id3/pecl-id3-0.2.ebuild,v 1.1 2006/09/29 20:23:51 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-id3/pecl-id3-0.2.ebuild,v 1.2 2007/03/06 19:57:05 chtekk Exp $ PHP_EXT_NAME="id3" PHP_EXT_INI="yes" @@ -9,9 +9,13 @@ PHP_EXT_ZENDEXT="no" inherit php-ext-pecl-r1 KEYWORDS="~amd64 ~x86" + DESCRIPTION="Read and write ID3 tags in MP3 files with PHP." LICENSE="PHP" SLOT="0" IUSE="" +DEPEND="" +RDEPEND="" + need_php_by_category |