diff options
author | Matti Bickel <mabi@gentoo.org> | 2013-03-24 20:50:09 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2013-03-24 20:50:09 +0000 |
commit | a8060a2d9e37f182a60457a1717679e02563a72e (patch) | |
tree | 5684a9faf569893abb372ab4b9a5a4e4949f05cb /dev-php/PEAR-File_Archive | |
parent | version bump (diff) | |
download | gentoo-2-a8060a2d9e37f182a60457a1717679e02563a72e.tar.gz gentoo-2-a8060a2d9e37f182a60457a1717679e02563a72e.tar.bz2 gentoo-2-a8060a2d9e37f182a60457a1717679e02563a72e.zip |
version bump
(Portage version: 2.2.0_alpha168/cvs/Linux x86_64, signed Manifest commit with key 0x4849EC6C)
Diffstat (limited to 'dev-php/PEAR-File_Archive')
-rw-r--r-- | dev-php/PEAR-File_Archive/ChangeLog | 10 | ||||
-rw-r--r-- | dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.5.ebuild | 18 |
2 files changed, 25 insertions, 3 deletions
diff --git a/dev-php/PEAR-File_Archive/ChangeLog b/dev-php/PEAR-File_Archive/ChangeLog index 9fc141b542e0..3d1761fa534d 100644 --- a/dev-php/PEAR-File_Archive/ChangeLog +++ b/dev-php/PEAR-File_Archive/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-File_Archive -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_Archive/ChangeLog,v 1.8 2012/01/18 18:41:56 mabi Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_Archive/ChangeLog,v 1.9 2013/03/24 20:50:09 mabi Exp $ + +*PEAR-File_Archive-1.5.5 (24 Mar 2013) + + 24 Mar 2013; Matti Bickel <mabi@gentoo.org> +PEAR-File_Archive-1.5.5.ebuild: + version bump *PEAR-File_Archive-1.5.4-r1 (18 Jan 2012) @@ -38,4 +43,3 @@ 24 May 2006; Sebastian Bergmann <sebastian@gentoo.org> +metadata.xml, +PEAR-File_Archive-1.5.3.ebuild: Initial ebuild. - diff --git a/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.5.ebuild b/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.5.ebuild new file mode 100644 index 000000000000..9c3701376ab5 --- /dev/null +++ b/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.5.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.5.ebuild,v 1.1 2013/03/24 20:50:09 mabi Exp $ + +EAPI="4" + +inherit php-pear-r1 + +DESCRIPTION="Lets you manipulate easily the tar, gz, tgz, bz2, tbz, zip, ar (or deb) files." +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="minimal" +RDEPEND="dev-lang/php[bzip2,zlib] + dev-php/PEAR-MIME_Type + !minimal? ( dev-php/PEAR-Mail_Mime + dev-php/PEAR-Mail + >=dev-php/PEAR-Cache_Lite-1.5.0 )" |