Update simpleid ebuilds
authorDa Risk <da_risk@geekorum.com>
Sat, 29 Sep 2012 20:10:22 +0200
changeset 46 27b21ebe53c4
parent 45 d2f9ac70f4ca
child 47 22053777005a
Update simpleid ebuilds
www-apps/simpleid/Manifest
www-apps/simpleid/simpleid-0.7.5.ebuild
www-apps/simpleid/simpleid-0.8.1.ebuild
www-apps/simpleid/simpleid-0.8.ebuild
--- a/www-apps/simpleid/Manifest	Thu Jul 19 20:02:44 2012 +0200
+++ b/www-apps/simpleid/Manifest	Sat Sep 29 20:10:22 2012 +0200
@@ -1,4 +1,2 @@
-DIST simpleid-0.7.5.tar.gz 111719 RMD160 979072f1d60cf530f927b598f845d5df8abd1006 SHA1 c896b0660bfc929bac17db8784fb46df74bf4fa4 SHA256 1b72312aa95961fccd68a9ed24742e39ce300fe9fd7ad03fee50c620f40c8b72
-DIST simpleid-0.8.tar.gz 127953 RMD160 47d860c6bc4870d21c279c46bad0991dbfebba78 SHA1 158d34d94a3b1acaa56c80465d7700cea567644a SHA256 5bb57c1c050cb34bb5b88feb88e99b9eaade90f866a9ecabb2836daf02dadef5
-EBUILD simpleid-0.7.5.ebuild 853 RMD160 7b435a9d5803ea07e44e6cfc74df7ee125267135 SHA1 cd8ada46675f08c2a77c0b4911d756d496504186 SHA256 26595668a5bd640d2c6e7e85e6aa4cfc9a2253b4361cb7a25be245f5eb68c22d
-EBUILD simpleid-0.8.ebuild 853 RMD160 7b435a9d5803ea07e44e6cfc74df7ee125267135 SHA1 cd8ada46675f08c2a77c0b4911d756d496504186 SHA256 26595668a5bd640d2c6e7e85e6aa4cfc9a2253b4361cb7a25be245f5eb68c22d
+DIST simpleid-0.8.1.tar.gz 132483 SHA256 0f1d0f3e0c74bc1bd4f8de7d9da56705dc4dff05cab88d1e659f2c601d54e765 SHA512 4ad5155505317e0ee4002ffaf9b891af149400ebc5e68ce53433205535564bf7c09b9cecaf25da304b11846b4e0f9cf53bcc1ca518483102844611f0948e3138 WHIRLPOOL 60991ce11d6aae9b5a885a5cff0ffe593f8952a93560f7b9be14820a5011a717975038d40987289de29d69c51cf1e34a8c3738e26339be240c3f7c36d38a0dd6
+EBUILD simpleid-0.8.1.ebuild 852 SHA256 5cfe9cffdfe8ef0b2510213b3c27c15922bae3cc28676fcecde2f2da81c5969e SHA512 7ca3d31c212927165cc1e3eeeb725cd4436b8d7adf4d8b594ba087eb824038d96295a2e269b5e4653f13429ca31d9b35bc082ff848cc572f969c796afe632809 WHIRLPOOL 112aaf764e6f22f7e25391a18f61651a3dccd9dcab2e48707c8044defa720dc20ce2ccaa10dc17680b203049445ecdddaa7dc11b347d178662d43736a8912f2e
--- a/www-apps/simpleid/simpleid-0.7.5.ebuild	Thu Jul 19 20:02:44 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit webapp depend.php
-
-EAPI=3
-
-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
-}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/www-apps/simpleid/simpleid-0.8.1.ebuild	Sat Sep 29 20:10:22 2012 +0200
@@ -0,0 +1,42 @@
+# 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.ebuild	Thu Jul 19 20:02:44 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit webapp depend.php
-
-EAPI=3
-
-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
-}