summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-04-25 14:59:49 -0400
committerBrian Evans <grknight@gentoo.org>2018-04-25 14:59:49 -0400
commitc156a45d47426120f6f59288b1415df9818cbbfa (patch)
tree224941693b0dc8e1db01f09ec681a4287cda391e /dev-php/php-openid
parentdev-php/php-openid: Bump snapshot for PHP 7 compatibility (diff)
downloadgentoo-c156a45d47426120f6f59288b1415df9818cbbfa.tar.gz
gentoo-c156a45d47426120f6f59288b1415df9818cbbfa.tar.bz2
gentoo-c156a45d47426120f6f59288b1415df9818cbbfa.zip
dev-php/php-openid: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'dev-php/php-openid')
-rw-r--r--dev-php/php-openid/Manifest1
-rw-r--r--dev-php/php-openid/php-openid-2.2.3_pre20140423.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/dev-php/php-openid/Manifest b/dev-php/php-openid/Manifest
index 63a7276aa619..946b6e6c7660 100644
--- a/dev-php/php-openid/Manifest
+++ b/dev-php/php-openid/Manifest
@@ -1,2 +1 @@
DIST php-openid-26d5e12ea2a1eae180b11b061160d6f78fbedd17.tar.gz 399502 BLAKE2B f18b74c9db19d30710ad35cb97fd426e515cfb1426c887d194a5ef62352fca09ac801c32501eb95005bf2c6cfa13ff5b166972d1b10dbb8a2dcdab2780073f56 SHA512 d63bc7e4f79ecb07958a71dfc8eedae3d1fb0b41070be9b8d1036a08861497cd858602d23158f92ccf7bfa2b1ecdc999397c62f99b8ebb2dc65a8f1f2e2911f3
-DIST php-openid-fff9217fb1acda132702730b66b10981ea9d4cac.tar.gz 396390 BLAKE2B 68cd024d88666d60e8490a1fa00f939160a249b1146caf80649f05637db3847712b869ecfbfa838ecf7af11f33241d3fa8135969473a3a5a1779d920d7fba94e SHA512 930567426a5aa7d5967f4ef231f78c5719e174e6be7b78f62ecdd9e2bc2ec99e7c6051585ae3a92c6e005e05460d394d81b4c0cdb80ac0ffdfe5eaf6fdb9f625
diff --git a/dev-php/php-openid/php-openid-2.2.3_pre20140423.ebuild b/dev-php/php-openid/php-openid-2.2.3_pre20140423.ebuild
deleted file mode 100644
index d8edbc19b047..000000000000
--- a/dev-php/php-openid/php-openid-2.2.3_pre20140423.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MY_PV="fff9217fb1acda132702730b66b10981ea9d4cac"
-MY_P="${PN}-${MY_PV}"
-
-PHP_LIB_NAME="Auth"
-DESCRIPTION="PHP OpenID implementation"
-HOMEPAGE="https://github.com/openid/php-openid"
-SRC_URI="https://github.com/openid/${PN}/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-DEPEND=""
-RDEPEND="|| ( dev-lang/php[gmp] dev-lang/php[bcmath] )
- dev-lang/php[curl,xml,ssl]
- net-misc/curl[ssl]"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- insinto "/usr/share/php/${PN}"
- cd "${S}/Auth" && doins -r .
-
- use examples && dodoc -r ../examples
-}
-
-pkg_postinst() {
- elog "This ebuild can optionally make use of:"
- elog " dev-php/PEAR-DB"
-}