diff options
author | Matti Bickel <mabi@gentoo.org> | 2014-01-08 16:06:50 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2014-01-08 16:06:50 +0000 |
commit | e1310a6a029286ce92ca8e0b89cf8aaab60a4a68 (patch) | |
tree | af72ac7bd402d82710b6f9d5a152b374edea3fcf /dev-php | |
parent | sci-mathematics/prover9: Fix breakage due to dropping make target, #497530; R... (diff) | |
download | gentoo-2-e1310a6a029286ce92ca8e0b89cf8aaab60a4a68.tar.gz gentoo-2-e1310a6a029286ce92ca8e0b89cf8aaab60a4a68.tar.bz2 gentoo-2-e1310a6a029286ce92ca8e0b89cf8aaab60a4a68.zip |
version bump, cleanup
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Date/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-Date/PEAR-Date-1.4.6.ebuild | 15 | ||||
-rw-r--r-- | dev-php/PEAR-Date/PEAR-Date-1.5.0_alpha4.ebuild | 16 |
3 files changed, 24 insertions, 17 deletions
diff --git a/dev-php/PEAR-Date/ChangeLog b/dev-php/PEAR-Date/ChangeLog index bec084d539c2..4b745023ea9d 100644 --- a/dev-php/PEAR-Date/ChangeLog +++ b/dev-php/PEAR-Date/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-Date -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Date/ChangeLog,v 1.52 2009/11/24 14:29:30 beandog Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Date/ChangeLog,v 1.53 2014/01/08 16:06:50 mabi Exp $ + +*PEAR-Date-1.5.0_alpha4 (08 Jan 2014) + + 08 Jan 2014; Matti Bickel <mabi@gentoo.org> +PEAR-Date-1.5.0_alpha4.ebuild, + -PEAR-Date-1.4.6.ebuild: + version bump, cleanup 24 Nov 2009; Steve Dibb <beandog@gentoo.org> PEAR-Date-1.5.0_alpha1.ebuild: diff --git a/dev-php/PEAR-Date/PEAR-Date-1.4.6.ebuild b/dev-php/PEAR-Date/PEAR-Date-1.4.6.ebuild deleted file mode 100644 index 69919cd17f59..000000000000 --- a/dev-php/PEAR-Date/PEAR-Date-1.4.6.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Date/PEAR-Date-1.4.6.ebuild,v 1.16 2008/01/10 10:06:27 vapier Exp $ - -inherit php-pear-r1 - -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" - -DESCRIPTION="Date and Time Zone classes." -LICENSE="BSD" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="" diff --git a/dev-php/PEAR-Date/PEAR-Date-1.5.0_alpha4.ebuild b/dev-php/PEAR-Date/PEAR-Date-1.5.0_alpha4.ebuild new file mode 100644 index 000000000000..3f5c1cd4df2a --- /dev/null +++ b/dev-php/PEAR-Date/PEAR-Date-1.5.0_alpha4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Date/PEAR-Date-1.5.0_alpha4.ebuild,v 1.1 2014/01/08 16:06:50 mabi Exp $ + +inherit php-pear-r1 + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + +DESCRIPTION="Date and Time Zone classes." +LICENSE="BSD" +SLOT="0" +IUSE="" + +DEPEND="|| ( <dev-php/PEAR-PEAR-1.71 + dev-php/PEAR-Console_Getopt )" +RDEPEND="" |