diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-08-22 18:45:12 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-08-22 18:45:12 +0000 |
commit | e581c16ab25cf5d9514e912528ce2b29f876553f (patch) | |
tree | d165f6d182a5c631f6da5f688c453dbc75de8bd9 /dev-php/PEAR-File_Archive | |
parent | Version bump (diff) | |
download | gentoo-2-e581c16ab25cf5d9514e912528ce2b29f876553f.tar.gz gentoo-2-e581c16ab25cf5d9514e912528ce2b29f876553f.tar.bz2 gentoo-2-e581c16ab25cf5d9514e912528ce2b29f876553f.zip |
Version bump; add minimal use flag for mail, cache deps
(Portage version: 2.2_rc38/cvs/Linux x86_64)
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.4.ebuild | 16 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-php/PEAR-File_Archive/ChangeLog b/dev-php/PEAR-File_Archive/ChangeLog index e9e2f72c630f..bb3134ecc535 100644 --- a/dev-php/PEAR-File_Archive/ChangeLog +++ b/dev-php/PEAR-File_Archive/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-File_Archive -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_Archive/ChangeLog,v 1.6 2007/02/21 23:14:42 peper Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_Archive/ChangeLog,v 1.7 2009/08/22 18:45:12 beandog Exp $ + +*PEAR-File_Archive-1.5.4 (22 Aug 2009) + + 22 Aug 2009; Steve Dibb <beandog@gentoo.org> + +PEAR-File_Archive-1.5.4.ebuild: + Version bump; add minimal use flag for mail, cache deps 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.4.ebuild b/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.4.ebuild new file mode 100644 index 000000000000..f398b3389ea3 --- /dev/null +++ b/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 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.4.ebuild,v 1.1 2009/08/22 18:45:12 beandog Exp $ + +inherit php-pear-r1 depend.php + +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-php/PEAR-MIME_Type + !minimal? ( dev-php/PEAR-Mail_Mime + dev-php/PEAR-Mail + >=dev-php/PEAR-Cache_Lite-1.5.0 )" |