+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>php-bugs@gentoo.org</email>
- <name>PHP</name>
- </maintainer>
- <upstream>
- <remote-id type="github">openid/php-openid</remote-id>
- </upstream>
-</pkgmetadata>
+++ /dev/null
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-MY_PV="26d5e12ea2a1eae180b11b061160d6f78fbedd17"
-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-MDB2"
-}
# Removal in 30 days. Bug #680264.
sys-cluster/util-vserver
-# Michał Górny <mgorny@gentoo.org> (13 Mar 2019)
-# Contains vulnerability (CVE-2016-2049) that has not been resolved
-# for almost 3 years. No reverse dependencies.
-# Removal in 30 days. Bug #572882.
-dev-php/php-openid
-
# Eray Aslan <eras@gentoo.org> (01 Mar 2019)
# Mask experimental software
=mail-mta/postfix-3.5*