Remove simpleid
authorDa Risk <da_risk@geekorum.com>
Wed, 26 Sep 2018 10:56:28 -0700
changeset 222 8d5962438a43
parent 221 c5f8d9947206
child 223 170b7f18863e
Remove simpleid
www-apps/simpleid/Manifest
www-apps/simpleid/metadata.xml
www-apps/simpleid/simpleid-0.8.1.ebuild
www-apps/simpleid/simpleid-0.8.4.ebuild
--- a/www-apps/simpleid/Manifest	Mon Sep 24 13:52:13 2018 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-DIST simpleid-0.8.1.tar.gz 132483 SHA256 0f1d0f3e0c74bc1bd4f8de7d9da56705dc4dff05cab88d1e659f2c601d54e765 SHA512 4ad5155505317e0ee4002ffaf9b891af149400ebc5e68ce53433205535564bf7c09b9cecaf25da304b11846b4e0f9cf53bcc1ca518483102844611f0948e3138 WHIRLPOOL 60991ce11d6aae9b5a885a5cff0ffe593f8952a93560f7b9be14820a5011a717975038d40987289de29d69c51cf1e34a8c3738e26339be240c3f7c36d38a0dd6
-DIST simpleid-0.8.4.tar.gz 107966 SHA256 a9b516c23b449ece45541bfb62aea031ff3d72e60748cf68ae2e74224a219eb8 SHA512 61e1e55a03534d462c88972d5722cb3e622c49c0e5e69141d39dd389d477c7da14f3a898f2bf5fd3d91c6733081166ca5e4f0a19cca2a2e17c60586fb5dfcfb6 WHIRLPOOL c4b153c4017a17c4dea6f2fac8a9979d89dd115ba834085b9c2b0bf26b9f4714fffa06eef7bb573583156878c9cc3b70fc072668cf8ba5686fdf267433100571
--- a/www-apps/simpleid/metadata.xml	Mon Sep 24 13:52:13 2018 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer><email>da_risk@elyzion.net</email></maintainer>
-</pkgmetadata>
--- a/www-apps/simpleid/simpleid-0.8.1.ebuild	Mon Sep 24 13:52:13 2018 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-inherit webapp depend.php
-
-
-DESCRIPTION="SimpleID is a simple, personal OpenID provider written in PHP."
-HOMEPAGE="http://simpleid.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND} dev-lang/php[bcmath,session,xml,hash,gmp]"
-
-S="${WORKDIR}/${PN}"
-
-need_httpd
-need_php_httpd
-
-pkg_setup() {
-	webapp_pkg_setup
-	require_php_with_use bcmath session xml hash gmp
-}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r www/*
-
-	insinto "${MY_HOSTROOTDIR}"
-	doins -r identities cache store
-
-	webapp_configfile "${MY_HOSTROOTDIR}/identities"
-	webapp_serverowned "${MY_HOSTROOTDIR}"/{cache,store}
-
-	webapp_src_install
-}
--- a/www-apps/simpleid/simpleid-0.8.4.ebuild	Mon Sep 24 13:52:13 2018 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,41 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-inherit webapp depend.php
-
-DESCRIPTION="SimpleID is a simple, personal OpenID provider written in PHP."
-HOMEPAGE="http://simpleid.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND} dev-lang/php[bcmath,session,xml,hash,gmp]"
-
-S="${WORKDIR}/${PN}"
-
-need_httpd
-need_php_httpd
-
-pkg_setup() {
-	webapp_pkg_setup
-	require_php_with_use bcmath session xml hash gmp
-}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r www/*
-
-	insinto "${MY_HOSTROOTDIR}"
-	doins -r identities cache store
-
-	webapp_configfile "${MY_HOSTROOTDIR}/identities"
-	webapp_serverowned "${MY_HOSTROOTDIR}"/{cache,store}
-
-	webapp_src_install
-}