diff options
author | 2013-03-05 10:50:44 +0000 | |
---|---|---|
committer | 2013-03-05 10:50:44 +0000 | |
commit | a7891977d7befb17c234ee08aed60d3cf8bf7f84 (patch) | |
tree | 64d11d1301274d836e3c2ce7d6df5d1cec51119d /dev-php | |
parent | Removed older ebuilds (diff) | |
download | gentoo-2-a7891977d7befb17c234ee08aed60d3cf8bf7f84.tar.gz gentoo-2-a7891977d7befb17c234ee08aed60d3cf8bf7f84.tar.bz2 gentoo-2-a7891977d7befb17c234ee08aed60d3cf8bf7f84.zip |
Version bump
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-stomp/ChangeLog | 11 | ||||
-rw-r--r-- | dev-php/pecl-stomp/pecl-stomp-1.0.5.ebuild (renamed from dev-php/pecl-stomp/pecl-stomp-1.0.3.ebuild) | 6 |
2 files changed, 11 insertions, 6 deletions
diff --git a/dev-php/pecl-stomp/ChangeLog b/dev-php/pecl-stomp/ChangeLog index 4f47c2af28d9..7da589b9183d 100644 --- a/dev-php/pecl-stomp/ChangeLog +++ b/dev-php/pecl-stomp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/pecl-stomp -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-stomp/ChangeLog,v 1.2 2011/09/08 18:48:48 olemarkus Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-stomp/ChangeLog,v 1.3 2013/03/05 10:50:44 olemarkus Exp $ + +*pecl-stomp-1.0.5 (05 Mar 2013) + + 05 Mar 2013; Ole Markus With <olemarkus@gentoo.org> +pecl-stomp-1.0.5.ebuild, + -pecl-stomp-1.0.3.ebuild: + Version bump 08 Sep 2011; Ole Markus With <olemarkus@gentoo.org> pecl-stomp-1.0.3.ebuild: Added headers @@ -10,4 +16,3 @@ 30 Aug 2011; Ole Markus With <olemarkus@gentoo.org> +pecl-stomp-1.0.3.ebuild, +metadata.xml: Initial version. Thanks to Rob Bruce. Bug 348244 - diff --git a/dev-php/pecl-stomp/pecl-stomp-1.0.3.ebuild b/dev-php/pecl-stomp/pecl-stomp-1.0.5.ebuild index b43f9da87eaf..ee017a6aedc4 100644 --- a/dev-php/pecl-stomp/pecl-stomp-1.0.3.ebuild +++ b/dev-php/pecl-stomp/pecl-stomp-1.0.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-stomp/pecl-stomp-1.0.3.ebuild,v 1.2 2011/09/08 18:48:48 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-stomp/pecl-stomp-1.0.5.ebuild,v 1.1 2013/03/05 10:50:44 olemarkus Exp $ -EAPI="2" +EAPI="5" PHP_EXT_NAME="stomp" PHP_EXT_INI="yes" |