diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:02:13 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:02:13 +0000 |
commit | f49ad8fe787603af595f8a6e0c2ace57894c4ceb (patch) | |
tree | c15d0beb30035692cc4bd1b1b2292ad8b6fddcaf /dev-php/pecl-id3 | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-f49ad8fe787603af595f8a6e0c2ace57894c4ceb.tar.gz gentoo-2-f49ad8fe787603af595f8a6e0c2ace57894c4ceb.tar.bz2 gentoo-2-f49ad8fe787603af595f8a6e0c2ace57894c4ceb.zip |
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-php/pecl-id3')
-rw-r--r-- | dev-php/pecl-id3/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/pecl-id3/pecl-id3-0.2-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php/pecl-id3/ChangeLog b/dev-php/pecl-id3/ChangeLog index 5524e6b04f9b..79887d464bce 100644 --- a/dev-php/pecl-id3/ChangeLog +++ b/dev-php/pecl-id3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/pecl-id3 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-id3/ChangeLog,v 1.2 2013/03/05 11:18:24 olemarkus Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-id3/ChangeLog,v 1.3 2014/08/10 21:02:13 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> pecl-id3-0.2-r2.ebuild: + QA: drop trailing '.' from DESCRIPTION 05 Mar 2013; Ole Markus With <olemarkus@gentoo.org> pecl-id3-0.2-r2.ebuild: EAPI bump diff --git a/dev-php/pecl-id3/pecl-id3-0.2-r2.ebuild b/dev-php/pecl-id3/pecl-id3-0.2-r2.ebuild index 0f74f50685be..7fdfebcb4bf9 100644 --- a/dev-php/pecl-id3/pecl-id3-0.2-r2.ebuild +++ b/dev-php/pecl-id3/pecl-id3-0.2-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-id3/pecl-id3-0.2-r2.ebuild,v 1.2 2013/03/05 11:18:24 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-id3/pecl-id3-0.2-r2.ebuild,v 1.3 2014/08/10 21:02:13 slyfox Exp $ EAPI=5 @@ -13,7 +13,7 @@ inherit php-ext-pecl-r2 KEYWORDS="~amd64 ~x86" -DESCRIPTION="Read and write ID3 tags in MP3 files with PHP." +DESCRIPTION="Read and write ID3 tags in MP3 files with PHP" LICENSE="PHP-3" SLOT="0" IUSE="examples" |