Changeset - 7265c1df0532
[Not reviewed]
default
0 0 4
Nathan Brink (binki) - 16 years ago 2009-08-10 00:25:20
ohnobinki@ohnopublishing.net
dev-php/Auth_OpenID: added new ebuild
4 files changed with 50 insertions and 0 deletions:
0 comments (0 inline, 0 general)
dev-php/Auth_OpenID/Auth_OpenID-2.1.3.ebuild
Show inline comments
 
new file 100644
 
# Copyright 1999-2009 Gentoo Foundation
 
# Distributed under the terms of the GNU General Public License v2
 
# $Header: $
 

	
 
EAPI="2"
 

	
 
inherit php-lib-r1
 

	
 
KEYWORDS="~amd64 ~x86"
 

	
 
DESCRIPTION="PHP OpenID Implementation"
 
HOMEPAGE="http://openidenabled.com/php-openid/"
 
SRC_URI="http://openidenabled.com/files/php-openid/packages/php-openid-${PV}.tar.bz2"
 
LICENSE="Apache-2.0"
 
SLOT="0"
 
IUSE=""
 

	
 
MY_PN=php-openid
 
MY_S=${WORKDIR}/${MY_PN}-${PV}
 

	
 
RDEPEND="|| ( virtual/php[bcmath] virtual/php[gmp] )
 
virtual/php[curl]"
 

	
 
src_install()
 
{
 
	cd ${MY_S}
 

	
 
	php-lib-r1_src_install . Auth/* Auth/*/*
 
}
dev-php/Auth_OpenID/ChangeLog
Show inline comments
 
new file 100644
 
# ChangeLog for dev-php/Auth_OpenID
 
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
 
# $Header: $
 

	
 
  10 Aug 2009; Nathan Phillip Brink (ohnobinki)
 
  <ohnobinki@ohnopublishing.net> +Auth_OpenID-2.1.3.ebuild, +metadata.xml:
 
  Created ebuild.
 

	
dev-php/Auth_OpenID/Manifest
Show inline comments
 
new file 100644
 
DIST php-openid-2.1.3.tar.bz2 315437 RMD160 d0b73619dcf498d6444a194f00a08c5a9c612c0c SHA1 63c1d558f19e0a3860b0776dc47e50dae5df66f6 SHA256 68f169b87710f98445361c2ea700cc77dda7016acf696ff2a0dae7aeb72b9c92
 
EBUILD Auth_OpenID-2.1.3.ebuild 583 RMD160 c0f645bf5162638e93243ec2bcb61325475e091c SHA1 ad29bd3aac3fc8b1236433f20374177b5bbe0411 SHA256 943ab57e2fbbc778a6e2867cf3fc8ec8b8aaabf4fa6cae1ea5f486f2dc0364bd
 
MISC ChangeLog 262 RMD160 b4decfe525c204098f7f4b0e2380a648019d65ad SHA1 3c7f6ced04a9116f7bfcd77497b56223eeef78c3 SHA256 f07a59d0742acfb960aa7944426b1f7ab3f4167a7bff0aab6b8ad638ace282b0
 
MISC metadata.xml 280 RMD160 21ea8e6f8276301a188dc22b33ef1b49fb4fbbd3 SHA1 404ba48de8a50d56a4ccef98308d2f449dde2d43 SHA256 5fb71a5e0ae85ee9a5ca3e757348a8812584ade21772ce1e284585c08ad088af
dev-php/Auth_OpenID/metadata.xml
Show inline comments
 
new file 100644
 
<?xml version="1.0" encoding="UTF-8"?>
 
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 
<pkgmetadata>
 
<herd>no-herd</herd>
 
<maintainer>
 
  <email>ohnobinki@ohnopublishing.net</email>
 
  <description>ohnobinki_overlay</description>
 
</maintainer>
 
</pkgmetadata>
0 comments (0 inline, 0 general)