summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2010-06-12 21:36:03 +0000
committerMatti Bickel <mabi@gentoo.org>2010-06-12 21:36:03 +0000
commit3cd9370f3951608bbc19920ede48b6c949eddc71 (patch)
tree0bf7bcb82e47756effee1b25cdf09e6f99df3cce /dev-php
parentInitial ebuild for dhcpcd-ui by Roy Marples and myself. bug 321367 (diff)
downloadgentoo-2-3cd9370f3951608bbc19920ede48b6c949eddc71.tar.gz
gentoo-2-3cd9370f3951608bbc19920ede48b6c949eddc71.tar.bz2
gentoo-2-3cd9370f3951608bbc19920ede48b6c949eddc71.zip
eapi bump
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-File_Passwd/ChangeLog10
-rw-r--r--dev-php/PEAR-File_Passwd/PEAR-File_Passwd-1.1.7-r1.ebuild16
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-php/PEAR-File_Passwd/ChangeLog b/dev-php/PEAR-File_Passwd/ChangeLog
index be59ede8abee..5c0a1c130045 100644
--- a/dev-php/PEAR-File_Passwd/ChangeLog
+++ b/dev-php/PEAR-File_Passwd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php/PEAR-File_Passwd
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_Passwd/ChangeLog,v 1.15 2009/08/22 18:48:06 beandog Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_Passwd/ChangeLog,v 1.16 2010/06/12 21:36:03 mabi Exp $
+
+*PEAR-File_Passwd-1.1.7-r1 (12 Jun 2010)
+
+ 12 Jun 2010; <mabi@gentoo.org> +PEAR-File_Passwd-1.1.7-r1.ebuild:
+ EAPI bump, php-5.3 deps, thanks to Tsisaruk V <tsisaruk.v@gmail.com> for
+ the ebuild
*PEAR-File_Passwd-1.1.7 (22 Aug 2009)
diff --git a/dev-php/PEAR-File_Passwd/PEAR-File_Passwd-1.1.7-r1.ebuild b/dev-php/PEAR-File_Passwd/PEAR-File_Passwd-1.1.7-r1.ebuild
new file mode 100644
index 000000000000..84e641f1ddee
--- /dev/null
+++ b/dev-php/PEAR-File_Passwd/PEAR-File_Passwd-1.1.7-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_Passwd/PEAR-File_Passwd-1.1.7-r1.ebuild,v 1.1 2010/06/12 21:36:03 mabi Exp $
+
+EAPI="2"
+
+inherit php-pear-r1
+
+DESCRIPTION="Manipulate many kinds of password files."
+
+LICENSE="PHP-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+DEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )"