summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2015-01-14 20:28:50 +0000
committerBrian Evans <grknight@gentoo.org>2015-01-14 20:28:50 +0000
commit7295713031c7f5a8844f982c42f020f6f55b74aa (patch)
tree737bbe7b8742241de2b80f8c6957f3cb0a93f7cc /dev-php/PEAR-File_Passwd
parentVersion bump; drop old (diff)
downloadgentoo-2-7295713031c7f5a8844f982c42f020f6f55b74aa.tar.gz
gentoo-2-7295713031c7f5a8844f982c42f020f6f55b74aa.tar.bz2
gentoo-2-7295713031c7f5a8844f982c42f020f6f55b74aa.zip
EAPI revbump
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D1F781EFF9F4A3B6)
Diffstat (limited to 'dev-php/PEAR-File_Passwd')
-rw-r--r--dev-php/PEAR-File_Passwd/ChangeLog10
-rw-r--r--dev-php/PEAR-File_Passwd/PEAR-File_Passwd-1.1.7-r2.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 ac46a75b8cab..3a144a370eb8 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-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_Passwd/ChangeLog,v 1.26 2014/08/10 20:47:15 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File_Passwd/ChangeLog,v 1.27 2015/01/14 20:28:50 grknight Exp $
+
+*PEAR-File_Passwd-1.1.7-r2 (14 Jan 2015)
+
+ 14 Jan 2015; Brian Evans <grknight@gentoo.org>
+ +PEAR-File_Passwd-1.1.7-r2.ebuild:
+ EAPI revbump
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
PEAR-File_Passwd-1.1.7-r1.ebuild:
diff --git a/dev-php/PEAR-File_Passwd/PEAR-File_Passwd-1.1.7-r2.ebuild b/dev-php/PEAR-File_Passwd/PEAR-File_Passwd-1.1.7-r2.ebuild
new file mode 100644
index 000000000000..5b25a4f07244
--- /dev/null
+++ b/dev-php/PEAR-File_Passwd/PEAR-File_Passwd-1.1.7-r2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2015 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-r2.ebuild,v 1.1 2015/01/14 20:28:50 grknight Exp $
+
+EAPI="5"
+
+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[pcre(+)]"