summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-02-11 21:05:51 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-02-11 21:05:51 +0000
commit4a860ad00d545c5c4a8d90b4dc399631f68d91f5 (patch)
treeabdad4b9ac65fb96dfa4e910b3c214a8981282b5 /dev-php/PEAR-PEAR_Info
parentalpha/ia64/sparc/x86 stable (diff)
downloadhistorical-4a860ad00d545c5c4a8d90b4dc399631f68d91f5.tar.gz
historical-4a860ad00d545c5c4a8d90b4dc399631f68d91f5.tar.bz2
historical-4a860ad00d545c5c4a8d90b4dc399631f68d91f5.zip
Version bump, from the php overlay
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-php/PEAR-PEAR_Info')
-rw-r--r--dev-php/PEAR-PEAR_Info/ChangeLog10
-rw-r--r--dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.7.1.ebuild13
2 files changed, 21 insertions, 2 deletions
diff --git a/dev-php/PEAR-PEAR_Info/ChangeLog b/dev-php/PEAR-PEAR_Info/ChangeLog
index eb2d5abf0052..867e9fb5a8a7 100644
--- a/dev-php/PEAR-PEAR_Info/ChangeLog
+++ b/dev-php/PEAR-PEAR_Info/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-PEAR_Info
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_Info/ChangeLog,v 1.36 2007/12/06 00:47:46 jokey Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_Info/ChangeLog,v 1.37 2008/02/11 20:58:48 armin76 Exp $
+
+*PEAR-PEAR_Info-1.7.1 (11 Feb 2008)
+
+ 11 Feb 2008; Raúl Porcel <armin76@gentoo.org>
+ +PEAR-PEAR_Info-1.7.1.ebuild:
+ Version bump, from the php overlay
06 Dec 2007; Markus Ullmann <jokey@gentoo.org>
-PEAR-PEAR_Info-1.6.0.ebuild, PEAR-PEAR_Info-1.7.0.ebuild:
diff --git a/dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.7.1.ebuild b/dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.7.1.ebuild
new file mode 100644
index 000000000000..a419c1150bde
--- /dev/null
+++ b/dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.7.1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_Info/PEAR-PEAR_Info-1.7.1.ebuild,v 1.1 2008/02/11 20:58:48 armin76 Exp $
+
+inherit php-pear-r1
+
+DESCRIPTION="Show Information about your PEAR install and its packages"
+LICENSE="PHP-3.01"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal"
+
+RDEPEND="!minimal? ( >=dev-php5/phpunit-3.1.4 )"