diff options
Diffstat (limited to 'dev-php/pecl-uuid')
-rw-r--r-- | dev-php/pecl-uuid/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/pecl-uuid/pecl-uuid-1.0.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/pecl-uuid/ChangeLog b/dev-php/pecl-uuid/ChangeLog index cca19beb9cba..f48d446023cd 100644 --- a/dev-php/pecl-uuid/ChangeLog +++ b/dev-php/pecl-uuid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/pecl-uuid # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uuid/ChangeLog,v 1.3 2014/07/04 14:59:33 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uuid/ChangeLog,v 1.4 2014/08/10 21:04:19 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> pecl-uuid-1.0.3-r1.ebuild: + QA: drop trailing '.' from DESCRIPTION *pecl-uuid-1.0.3-r1 (04 Jul 2014) diff --git a/dev-php/pecl-uuid/pecl-uuid-1.0.3-r1.ebuild b/dev-php/pecl-uuid/pecl-uuid-1.0.3-r1.ebuild index 9ef98d677566..2f0eeeffa511 100644 --- a/dev-php/pecl-uuid/pecl-uuid-1.0.3-r1.ebuild +++ b/dev-php/pecl-uuid/pecl-uuid-1.0.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uuid/pecl-uuid-1.0.3-r1.ebuild,v 1.1 2014/07/04 14:59:33 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uuid/pecl-uuid-1.0.3-r1.ebuild,v 1.2 2014/08/10 21:04:19 slyfox Exp $ EAPI="5" @@ -13,7 +13,7 @@ USE_PHP="php5-3 php5-4 php5-5" inherit php-ext-pecl-r2 -DESCRIPTION="A wrapper around libuuid." +DESCRIPTION="A wrapper around libuuid" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64" |