diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-12-06 01:10:43 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-12-06 01:10:43 +0000 |
commit | 34514f516e8a482d193d391cee5a7684c600fe4c (patch) | |
tree | 6bdf6713b58c27355b899901a8adccebf11c259c /dev-php5/pecl-id3 | |
parent | LICENSE fix from project overlay (diff) | |
download | gentoo-2-34514f516e8a482d193d391cee5a7684c600fe4c.tar.gz gentoo-2-34514f516e8a482d193d391cee5a7684c600fe4c.tar.bz2 gentoo-2-34514f516e8a482d193d391cee5a7684c600fe4c.zip |
LICENSE fix from project overlay and version bump
(Portage version: 2.1.4_rc7)
Diffstat (limited to 'dev-php5/pecl-id3')
-rw-r--r-- | dev-php5/pecl-id3/ChangeLog | 11 | ||||
-rw-r--r-- | dev-php5/pecl-id3/files/digest-pecl-id3-0.2-r1 (renamed from dev-php5/pecl-id3/files/digest-pecl-id3-0.2) | 0 | ||||
-rw-r--r-- | dev-php5/pecl-id3/pecl-id3-0.2-r1.ebuild (renamed from dev-php5/pecl-id3/pecl-id3-0.2.ebuild) | 7 |
3 files changed, 14 insertions, 4 deletions
diff --git a/dev-php5/pecl-id3/ChangeLog b/dev-php5/pecl-id3/ChangeLog index 8a25127ed9c4..bd95069cb2bd 100644 --- a/dev-php5/pecl-id3/ChangeLog +++ b/dev-php5/pecl-id3/ChangeLog @@ -1,6 +1,15 @@ # 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.2 2007/03/17 23:59:59 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-id3/ChangeLog,v 1.3 2007/12/06 01:10:42 jokey Exp $ + +*pecl-id3-0.2-r1 (06 Dec 2007) + + 06 Dec 2007; Markus Ullmann <jokey@gentoo.org> -pecl-id3-0.2.ebuild, + +pecl-id3-0.2-r1.ebuild: + LICENSE fix from project overlay and version bump + + 03 Dec 2007; Jakub Moc <jakub@gentoo.org> +pecl-id3-0.2-r1.ebuild: + Fix LICENSE, add examples USE flag, install some docs 17 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-id3-0.2.ebuild: Cleanup. diff --git a/dev-php5/pecl-id3/files/digest-pecl-id3-0.2 b/dev-php5/pecl-id3/files/digest-pecl-id3-0.2-r1 index c703cc1695b5..c703cc1695b5 100644 --- a/dev-php5/pecl-id3/files/digest-pecl-id3-0.2 +++ b/dev-php5/pecl-id3/files/digest-pecl-id3-0.2-r1 diff --git a/dev-php5/pecl-id3/pecl-id3-0.2.ebuild b/dev-php5/pecl-id3/pecl-id3-0.2-r1.ebuild index 7159b3d5bb94..37b5dc3775be 100644 --- a/dev-php5/pecl-id3/pecl-id3-0.2.ebuild +++ b/dev-php5/pecl-id3/pecl-id3-0.2-r1.ebuild @@ -1,19 +1,20 @@ # Copyright 1999-2007 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.ebuild,v 1.2 2007/03/17 23:59:59 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-id3/pecl-id3-0.2-r1.ebuild,v 1.1 2007/12/06 01:10:42 jokey Exp $ PHP_EXT_NAME="id3" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" +DOCS="EXPERIMENTAL TODO" inherit php-ext-pecl-r1 KEYWORDS="~amd64 ~x86" DESCRIPTION="Read and write ID3 tags in MP3 files with PHP." -LICENSE="PHP" +LICENSE="PHP-3" SLOT="0" -IUSE="" +IUSE="examples" DEPEND="" RDEPEND="" |