summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-01-28 14:08:19 +0000
committerMatti Bickel <mabi@gentoo.org>2012-01-28 14:08:19 +0000
commit557a55420dfe5d4916173b8fb350bbb765cb4ce5 (patch)
treeb0a95dfcf06cdcb50afd0aec767ae0b97016d8e8 /dev-php/php-openid
parentEAPI bump (diff)
downloadhistorical-557a55420dfe5d4916173b8fb350bbb765cb4ce5.tar.gz
historical-557a55420dfe5d4916173b8fb350bbb765cb4ce5.tar.bz2
historical-557a55420dfe5d4916173b8fb350bbb765cb4ce5.zip
remove unneeded php-lib-r1.php reference, EAPI bump
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'dev-php/php-openid')
-rw-r--r--dev-php/php-openid/ChangeLog7
-rw-r--r--dev-php/php-openid/php-openid-2.2.2.ebuild20
2 files changed, 12 insertions, 15 deletions
diff --git a/dev-php/php-openid/ChangeLog b/dev-php/php-openid/ChangeLog
index 645ac0c1c48c..0fc43d5afc65 100644
--- a/dev-php/php-openid/ChangeLog
+++ b/dev-php/php-openid/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/php-openid
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php-openid/ChangeLog,v 1.3 2010/08/02 17:12:50 mabi Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php-openid/ChangeLog,v 1.4 2012/01/28 14:08:19 mabi Exp $
+
+ 26 Jan 2012; Matti Bickel <mabi@gentoo.org> php-openid-2.2.2.ebuild:
+ remove unneeded php-lib-r1.php reference, EAPI bump
*php-openid-2.2.2 (02 Aug 2010)
diff --git a/dev-php/php-openid/php-openid-2.2.2.ebuild b/dev-php/php-openid/php-openid-2.2.2.ebuild
index 8e191c2fa32e..ee9ccd2db37d 100644
--- a/dev-php/php-openid/php-openid-2.2.2.ebuild
+++ b/dev-php/php-openid/php-openid-2.2.2.ebuild
@@ -1,13 +1,11 @@
-# Copyright 1999-2010 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/php-openid/php-openid-2.2.2.ebuild,v 1.1 2010/08/02 17:12:50 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php-openid/php-openid-2.2.2.ebuild,v 1.2 2012/01/28 14:08:19 mabi Exp $
-EAPI="2"
+EAPI="4"
MY_P="openid-php-openid-2.2.2-0-ga287b2d"
MY_P2="openid-php-openid-782224d"
-inherit php-lib-r1
-
PHP_LIB_NAME="Auth"
DESCRIPTION="PHP OpenID implementation"
HOMEPAGE="http://github.com/openid/php-openid"
@@ -26,14 +24,10 @@ RDEPEND="|| ( dev-lang/php[gmp] dev-lang/php[bcmath] )
S="${WORKDIR}/${MY_P2}"
src_install() {
- cd "${S}"/Auth
- php-lib-r1_src_install . * */*
-
- if use examples; then
- cd "${S}"
- insinto /usr/share/doc/${PF}/examples
- doins -r examples/*
- fi
+ insinto "/usr/share/php/${PN}"
+ cd "${S}/Auth" && doins -r .
+
+ use examples && dodoc -r ../examples
}
pkg_postinst() {