diff options
author | Michael Palimaka <kensington@gentoo.org> | 2014-05-12 13:14:51 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2014-05-12 13:14:51 +0000 |
commit | bd46e831aca34d2b6f01bf7b3cc1964ec44112ec (patch) | |
tree | c11afe39a52815cfbb8a5a6be50df324ea1970e7 /dev-php | |
parent | Version bump; remove use of obsolete base.eclass in favour of calling epatch_... (diff) | |
download | gentoo-2-bd46e831aca34d2b6f01bf7b3cc1964ec44112ec.tar.gz gentoo-2-bd46e831aca34d2b6f01bf7b3cc1964ec44112ec.tar.bz2 gentoo-2-bd46e831aca34d2b6f01bf7b3cc1964ec44112ec.zip |
Specify protocol in HOMEPAGE.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/YAML/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/YAML/YAML-1.0.6.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-php/YAML/ChangeLog b/dev-php/YAML/ChangeLog index 2f04cdd34755..b3ab10ce1419 100644 --- a/dev-php/YAML/ChangeLog +++ b/dev-php/YAML/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/YAML -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/YAML/ChangeLog,v 1.5 2013/06/23 13:52:42 jer Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/YAML/ChangeLog,v 1.6 2014/05/12 13:14:51 kensington Exp $ + + 12 May 2014; Michael Palimaka <kensington@gentoo.org> YAML-1.0.6.ebuild: + Specify protocol in HOMEPAGE. 23 Jun 2013; Jeroen Roovers <jer@gentoo.org> YAML-1.0.6.ebuild: Stable for HPPA too. @@ -30,4 +33,3 @@ 26 Mar 2011; Ole Markus With <olemarkus@gentoo.org> +yaml-1.0.5.ebuild, +metadata.xml: Initial version - diff --git a/dev-php/YAML/YAML-1.0.6.ebuild b/dev-php/YAML/YAML-1.0.6.ebuild index b35af820a026..8eff754f354d 100644 --- a/dev-php/YAML/YAML-1.0.6.ebuild +++ b/dev-php/YAML/YAML-1.0.6.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/YAML/YAML-1.0.6.ebuild,v 1.4 2013/06/23 13:52:42 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/YAML/YAML-1.0.6.ebuild,v 1.5 2014/05/12 13:14:51 kensington Exp $ EAPI=4 @@ -10,7 +10,7 @@ PHP_PEAR_PKG_NAME="YAML" inherit php-pear-r1 DESCRIPTION="The Symfony YAML Component." -HOMEPAGE="pear.symfony-project.com" +HOMEPAGE="http://pear.symfony-project.com" SRC_URI="http://pear.symfony-project.com//get/YAML-1.0.6.tgz" LICENSE="MIT" |