summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-04-13 08:54:43 +0200
committerMichał Górny <mgorny@gentoo.org>2019-04-13 08:57:39 +0200
commitf4a2c899dbea085c5de8e75adca517404190e37c (patch)
tree9205c42c44fea1d6cfed8ae65d3adde9b55d6715 /dev-php
parentapp-eselect/eselect-gnat: Remove last-rited pkg (diff)
downloadgentoo-f4a2c899dbea085c5de8e75adca517404190e37c.tar.gz
gentoo-f4a2c899dbea085c5de8e75adca517404190e37c.tar.bz2
gentoo-f4a2c899dbea085c5de8e75adca517404190e37c.zip
dev-php/php-openid: Remove last-rited pkg
Closes: https://bugs.gentoo.org/572882 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/php-openid/Manifest1
-rw-r--r--dev-php/php-openid/metadata.xml11
-rw-r--r--dev-php/php-openid/php-openid-2.3.1_pre20180219.ebuild35
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-php/php-openid/Manifest b/dev-php/php-openid/Manifest
deleted file mode 100644
index 946b6e6c7660..000000000000
--- a/dev-php/php-openid/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST php-openid-26d5e12ea2a1eae180b11b061160d6f78fbedd17.tar.gz 399502 BLAKE2B f18b74c9db19d30710ad35cb97fd426e515cfb1426c887d194a5ef62352fca09ac801c32501eb95005bf2c6cfa13ff5b166972d1b10dbb8a2dcdab2780073f56 SHA512 d63bc7e4f79ecb07958a71dfc8eedae3d1fb0b41070be9b8d1036a08861497cd858602d23158f92ccf7bfa2b1ecdc999397c62f99b8ebb2dc65a8f1f2e2911f3
diff --git a/dev-php/php-openid/metadata.xml b/dev-php/php-openid/metadata.xml
deleted file mode 100644
index 159f94a361b5..000000000000
--- a/dev-php/php-openid/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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>
diff --git a/dev-php/php-openid/php-openid-2.3.1_pre20180219.ebuild b/dev-php/php-openid/php-openid-2.3.1_pre20180219.ebuild
deleted file mode 100644
index f1991435566f..000000000000
--- a/dev-php/php-openid/php-openid-2.3.1_pre20180219.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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"
-}