summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-01-18 18:41:56 +0000
committerMatti Bickel <mabi@gentoo.org>2012-01-18 18:41:56 +0000
commit6f3791f75d9a9ed749c6246c37f069a995bb3d6e (patch)
treed2fd63d87daec502ca0777b0ca939f302b7360b0 /dev-php/PEAR-File_Archive
parentremove old (diff)
downloadhistorical-6f3791f75d9a9ed749c6246c37f069a995bb3d6e.tar.gz
historical-6f3791f75d9a9ed749c6246c37f069a995bb3d6e.tar.bz2
historical-6f3791f75d9a9ed749c6246c37f069a995bb3d6e.zip
EAPI bump & fix dev-lang/php dep & remove old
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'dev-php/PEAR-File_Archive')
-rw-r--r--dev-php/PEAR-File_Archive/ChangeLog11
-rw-r--r--dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.3.ebuild16
-rw-r--r--dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.4-r1.ebuild (renamed from dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.4.ebuild)14
3 files changed, 17 insertions, 24 deletions
diff --git a/dev-php/PEAR-File_Archive/ChangeLog b/dev-php/PEAR-File_Archive/ChangeLog
index bb3134ecc535..9fc141b542e0 100644
--- a/dev-php/PEAR-File_Archive/ChangeLog
+++ b/dev-php/PEAR-File_Archive/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-php/PEAR-File_Archive
-# 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 $
+# 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 $
+
+*PEAR-File_Archive-1.5.4-r1 (18 Jan 2012)
+
+ 18 Jan 2012; Matti Bickel <mabi@gentoo.org>
+ +PEAR-File_Archive-1.5.4-r1.ebuild, -PEAR-File_Archive-1.5.3.ebuild,
+ -PEAR-File_Archive-1.5.4.ebuild:
+ EAPI bump & fix dev-lang/php dep & remove old
*PEAR-File_Archive-1.5.4 (22 Aug 2009)
diff --git a/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.3.ebuild b/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.3.ebuild
deleted file mode 100644
index 61c8bdb657ea..000000000000
--- a/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.3.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2006 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.3.ebuild,v 1.6 2006/11/25 19:11:14 kloeri 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=""
-RDEPEND="dev-php/PEAR-MIME_Type
- dev-php/PEAR-Mail_Mime
- dev-php/PEAR-Mail
- dev-php/PEAR-Cache_Lite"
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-r1.ebuild
index f398b3389ea3..6b24c6cef251 100644
--- 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-r1.ebuild
@@ -1,16 +1,18 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_Archive/PEAR-File_Archive-1.5.4-r1.ebuild,v 1.1 2012/01/18 18:41:56 mabi Exp $
-inherit php-pear-r1 depend.php
+EAPI="4"
-DESCRIPTION="Lets you manipulate easily the tar, gz, tgz, bz2, tbz, zip, ar (or
-deb) files."
+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-php/PEAR-MIME_Type
+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 )"